User:Will Beback/vector.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.
.watchlistredir { font-style:italic; } 

#bodyContent {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10pt; color: black;
 background:Ivory;}

/* Colors of links */
a { color: #003399; }
a:visited { color: #8800CC; }
a:active, a.new { color: #CC1100; }
a.interwiki, a.external { color: #0044CC; }
a.stub { color: #CC8100; }
#bodyContent a.external { color: #0044CC; }


/*
** Diff rendering
*/
table.diff { background:white; }
td.diff-otitle { background:Ivory; }
td.diff-ntitle { background:Ivory; }
td.diff-addedline { 
    background: #C5CC00;
    color: #333333;
    font-size: 95%;
}