User:Ralff/monobook.css

From AIE Wiki
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* testing making the linked to not so dark purple.  */

#a:visited { color: #4070D0; } 
a:visited { color: #ff0000; } 

#a:active  {color: #faa700;  }
a:active  {color: #00ff00;  }

#a:hover { text-decoration: underline; }
a:hover { text-decoration: underline; }

#a.stub { color: #66FFCC; }
a.stub { color: #0000ff; }

#a.new, #p-personal a.new { color: #DD5010 !important;}
a.new, #p-personal a.new { color: #ff00ff !important;}

#a.new:visited, #p-personal a.new:visited { color: #DD5010 !important; }
a.new:visited, #p-personal a.new:visited { color: #00ffff !important; }

a.external { color: #ff0000; }