User:Elektron/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.
/* ns--1 is special:, ns-1 is talk,, ns-2 is user:, ns-3 is User_talk: ns-4 is Wikipedia: */

body, body.ns--1, body.ns-1, body.ns-4, body.ns-3, body.ns-2 {
    font-family: serif; line-height:1.1;
    background: #f9f9dd;
    color: Black;
    margin: 0;
    padding: 0;
}

#notcontent {
    font-family: "Times", serif;
    line-height: 1.3;
}

/* tweaks to link colour */
a { color: #0000FF; }
a:visited { color: #406040; }

a.stub { color:#0000ff; }
a.new { color:#ba0000; }

/* very useful for viewing diffs */
span.diffchange {
    background-color: #CC0000;
    color: #FFCCCC;
}