Jump to content

User:Efitu/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><nowiki> */

/* Articles are easier for me to read with a serif font. */
#bodyContent {
     font-family: "DejaVu Serif", "Times New Roman", serif !important;
}

/* Limit this only to fonts I might have... */
.IPA, .Unicode, .latinx, .polytonic {
     font-family: "DejaVu Sans", "DejaVu Sans Mono", Code2000, "Unicode Symbols", "Ms Mincho",
          "Arial Unicode MS", sans-serif !important;
}

/* I sorta like the "66 99" quotes myself... */
.cquote2 td {
     font-family: "Times New Roman", Code2000, serif !important;
}


/* Some more stuff to do */
#ca-watch, #tw-rpp, #tw-xfd, #tw-prod, #tw-csd, #tw-unlink
{ display: none !important; visibility: hidden !important; }

#ca-history { margin-right: 1.6em !important; }
#ftu-download-source { margin-left: 1.6em !important; }

/* </nowiki></pre> */