User:Nonobjective/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3 {display:none;}
/* removes some annoying warnings against copyvio */
.mw-plusminus-pos {display: none;}
.mw-plusminus-neg {display: none;}
.mw-plusminus-null {display: none;}
/* remove annoying watchlist numbers, they don't help me much */
a:visited {color: #3D3696;}
/* make visited blue link colour less purple */
div#bodyContent a {text-decoration: underline;}
div#contentSub a {text-decoration: underline;}
div#editpage-specialchars a {text-decoration: none;}
div#editpage-specialchars a:hover {text-decoration: underline;}
div#preferences ul#preftoc li a {text-decoration: none;}
/* make links always underlined, but only in body content, not in interface elements, generally works */
/* except in Special:Preferences, where it looks a little annoying but doesn't cause any real problems */
/* #p-cactions li { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-topleft: 4px;} */
/* #p-cactions a { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-topleft: 4px;} */
#content { -webkit-border-top-left-radius: 7px; -moz-border-radius-topleft: 7px;}
/* rounds the tab corners (disabled) and page corner in Safari and Firefox! */
span.diffchange {color:black; background-color:#FF7458;}
/* should make diffs easier to parse, testing to see if it works well or not */
form#blockip table {background-color: rgb(248, 252, 255);}
/* if this works, it will make the background of the table with block options 'just' the right colour... */