User:Andy M. Wang/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* background and tabs a light grey */ #content, #content table #p-cactions ul li a { background: #f5f5f5; } /* stop background from scrolling */ body { background-attachment: fixed; } /* larger diff font */ td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 95% }; /* Highlight clicked reference in blue to help navigation */ ol.references > li:target { background-color: #DEF; } sup.reference:target { background-color: #DEF; } /* If inline link to full citation, turn blue when link clicked */ cite:target { background-color: #DEF; } /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ .redirect-in-category, .allpagesredirect { font-style: italic; } /* AD, BC */ .Use_Default_Date_Convention { display: none; } .Use_AD_and_BC { display: inline; } .Use_BCE_and_CE { display: none; } /* Change the external link icon to an Adobe icon anywhere the PDFlink class */ /* is used (notably Template:PDFlink). This works in IE, unlike the above. */ span.PDFlink a { background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important; padding-right: 17px !important; } span.geolink a { background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important; padding-right: 11px !important; } /* Coloured watchlist numbers */ .mw-plusminus-pos { color: #006400; /* darkgreen */ }