User:Kornelis/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.

.t_nihongo_icon {display: none}

/* keep superscript and subscript text from breaking the line-spacing 
 * code by http://en.wikipedia.org/wiki/User:Mzajac
 */
#bodyContent sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    color: green; 
}
#bodyContent sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
/* contributed by http://meta.wikimedia.org/wiki/User:TheMuuj 
 * http://en.wikipedia.org/wiki/User:TheMuuj 
 * highlights the text of the specific note you are looking for via the link 
 * ... at least in Firefox and Safari 
 */
ol.references > li:target {
 background-color: #fbf6ce;
}