User:Spartacus/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 3: Line 3:
div#site-logo a {
div#site-logo a {
   background: none repeat scroll 0 0 transparent;
   background: none repeat scroll 0 0 transparent;
}
body {
  background: #FFFFFF url(images/5/58/H5G_-_Tyrant_Concept_Art_1.jpg) repeat-x fixed left top; 
}
div#siteNotice {
  background: #fff !important;
  border: 2px solid #9CF !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;
}
}

Revision as of 21:13, February 18, 2017

/* Randomiser tweak */

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