Jump to content

User:Max Schwarz/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.
/*body {
    font: 11px Optima, serif;
}
body {
    font: 11px serif;
    line-height:1.4em;
}*/
body {
    font-size:7.85pt;
}
.navpopup {
 background-color: #EEFFFF; 
 font-family: Optima, serif; 
 color: black; 
 font-size: medium">
}

/*.portlet h5 {
font:130% sans-serif;
text-align:center;
display: block;
margin-bottom:0px;
background:#f9f9f9;
width:100%;
color: black;
padding: 3px;
}*/

/* Syntax highlighting style */

pre span.idselector {
    color: red;
}

pre span.classselector {
    color: green;
}

pre span.property {
    color: blue;
}

pre span.value {
    color: orange;
}

pre span.comment {
    font-weight: bold;
    background-color: #eee;
}

pre {
    background: white;
}