User:Gribeco/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.
/* <source lang="css"> */

body, p, dl, dd, .bodyContent, li.bodyContent {
    font-family: Century Schoolbook, Cambria, Georgia, Times, Serif;
}
 
.wikitable, h1, h2, h3, h4, h5, h6, textarea {
    font-family: Helvetica, Arial, sans-serif; /* Microsoft Sans Serif,  Calibri, Tahoma, Arial, */
}
 
.portlet, .pBody, .diff, #siteNotice {
    font-family: Arial, Segoe UI, Helvetica, sans-serif;
}
 
pre {
    font-family: lucida console, courier new;
}
 
.citation {
    color: #337070;
}
 
h3, h4, h5, h6 {
    font-weight: normal;
}
 
h1 {
    font-size: 180%;
    font-weight: bold;
}
 
h2 {
    font-weight: bold;
    color: #404040; /* #338080; */
    // background-color: #DDDDFF;
    border-color: black; /* #338080;*/ // border: none
}
 
h4 {
    font-style: italic;
}
 
 
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; background: #FFFFE0; }
 
/* </source> */