User:Trödel/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.
<pre> /* ---- See how the proposed changes to blockquote will work ---- */ .blockquote { font-size: 50.75%; margin: 1em 1.6em; } /* ----- remove bold from byte change count ---- */ .mw-plusminus-pos {font-weight:normal} .mw-plusminus-neg {font-weight:normal} .mw-plusminus-null {font-weight:normal} /* ---- Force display of AD and BC - does this even do anything? ---- */ .Use_Default_Date_Convention { display: none; } .Use_AD_and_BC { display:inline; } .Use_BCE_and_CE { display:none; } /* -------------- These are the defaults: -------------- ol.references { font-size: 100%; } .references-small { font-size: 90%; } .same-bg { background: amber } ----------------- end defaults ------------------------- */ /* ------ My customized formatting for references ------ */ ol.references { color: #282800; } .references-small { color: #282800; } /* ---- Display Personal Data on biography articles ---- ------------ see [[Wikipedia:Persondata]] ------------ */ table.persondata {display:table;} table.metadata {display:table;} /* [[User:Lupin/popups.js]] - please include this line */ /* ----- Was crashing occasionally so I took it out ----- document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); ---------- end javascript popup on links ------------- */ /* ----------- default TOC to float right ---------- This is doing strange stuff - so commented out .toc { float:right } -------------- end toc float right ------------------- */ </pre>

