User:Will Beback/vector.css

From Wikiquote
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.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%;
}