User:Spartacus/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
(Undo revision 1061507 by Spartacus (talk))
Line 3: Line 3:
body {
body {
   background: #FFFFFF repeat-x left top;  
   background: #FFFFFF repeat-x left top;  
}
div#siteNotice {
  background: rgba(240,240,240,0.7) !important;
  border: 1px dashed #777777 !important;
}
}



Revision as of 14:16, November 21, 2013

/*** Header/Sitenotice ***/

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

div#siteNotice {
   background: rgba(240,240,240,0.7) !important;
   border: 1px dashed #777777 !important;
}

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