User:SilverCrono/vector.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/*pink save page button*/
INPUT#wpSave {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #000;
padding:0 3px 0 3px;
display:inline-block;
text-decoration:none;
color:#FFF;
background:#FFF;
background-color:#C09;
cursor:pointer;
}
INPUT#wpSave:hover {
cursor:pointer;
background-color:#000;
border:1px solid #C09;
}
/*purple preview page button*/
INPUT#wpPreview{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #000;
padding:0 3px 0 3px;
display:inline-block;
text-decoration:none;
color:#FFF;
background:#FFF;
background-color:#909;
cursor:pointer;
}
INPUT#wpPreview:hover {
cursor:pointer;
background-color:#000;
border:1px solid #909;
}
/*purple show diff button*/
INPUT#wpDiff{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #000;
padding:0 3px 0 3px;
display:inline-block;
text-decoration:none;
color:#FFF;
background:#FFF;
background-color:#90C;
cursor:pointer;
}
INPUT#wpDiff:hover {
cursor:pointer;
background-color:#000;
border:1px solid #90C;
}
/* Remove the underlines from N, m, b in watchlist */
abbr.newpage {border:0;}
abbr.bot {border:0;}
abbr.minor {border:0;}
/* Link customization */
#bodyContent a:active { font-weight: normal; }
#bodyContent a.interwiki, a.external { color: #002bb8; background:none; }}
#bodyContent a.text { background: display; }
#content { background-color: #FBFBFB; }