User:Spartacus/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Randomiser tweak */
/*2011 theme */


div#site-logo a {
#site-logo a {
  background: none repeat scroll 0 0 transparent;
background: url(images/4/41/Monaco.png) repeat scroll 0 0 transparent !important;
}
 
body {
  background: #FFFFFF repeat-x left top;
}
 
div#siteNotice {
  background: rgba(240,240,240,0.7) !important;
  border: 1px dashed #777777 !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;
}
}

Latest revision as of 21:30, February 23, 2019

/*2011 theme */

#site-logo a {
	background: url(images/4/41/Monaco.png) repeat scroll 0 0 transparent !important;
}