User:Spartacus/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

mNo edit summary
mNo edit summary
Line 6: Line 6:


#siteNotice {
#siteNotice {
         background: silver repeat-x scroll -231px -95px;
         background: white repeat-x scroll -231px -95px;
         border: 2px solid #0636FF;}
         border: 2px solid silver;}


/* #FFFFFF url("images/archive/b/b9/20110828142622!Headertest-sn.jpg") repeat-x scroll -231px -95px */
/* #FFFFFF url("images/archive/b/b9/20110828142622!Headertest-sn.jpg") repeat-x scroll -231px -95px */

Revision as of 18:34, November 22, 2013

/*** Header/Sitenotice ***/

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

#siteNotice {
        background: white repeat-x scroll -231px -95px;
        border: 2px solid silver;}

/* #FFFFFF url("images/archive/b/b9/20110828142622!Headertest-sn.jpg") repeat-x scroll -231px -95px */

}
#anonNotice {
	font-size: 115%;
	font-weight: bold;
}

/* 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;
}