User:Spartacus/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 6: Line 6:


body {
body {
   background: #FFFFFF repeat-x left top;  
   background: #FFFFFF url(images/9/92/H5G_-_Tyrant_Concept_Art_2.jpg) repeat-x fixed left top;
}
}



Revision as of 18:50, January 30, 2017

/* Randomiser tweak */

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

body {
   background: #FFFFFF url(images/9/92/H5G_-_Tyrant_Concept_Art_2.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;
}