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. 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.
<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 ------------------- */

/* ----------- have ambox work right for chrome ------- */
/* table.ambox {                                        */
/*     margin: 0px 10% 0px !important;                  */
/* }                                                    */
/* table.ambox + table.ambox {                          */
/*     border-top: none !important;                     */
/* }                                                    */
/* ----------------- end ambox ----------------------- */

</pre>