User:Spartacus/nimbus.css

From Halopedia, the Halo wiki

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.
/* Randomiser tweak */

div#site-logo a {
   background: none repeat scroll 0 0 transparent;
}

body {
   background: #FFFFFF repeat-x left top; 
}

div#siteNotice {
   background: rgba(240,240,240,0.7) !important;
   border: 2px solid #06C !important;
}

/* Links */
a { color: #00f; }
a:visited { color: #00c; }
a:active { color: orange; }
a.extiw, a.extiw:active { color: #3366BB; }
a.external {
	color: #0066FF;
	background: url(/images/external.png) no-repeat scroll right center transparent;
	padding: 0 13px 0 0;
}