User:Spartacus/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
#site-logo {
/*2011 theme */
margin: 0 0 -10px 1px;
 
padding-top: 10px;
}
#site-logo a {
#site-logo a {
    background: url("images/d/d4/H4pedia3.png") repeat scroll 0 0 transparent !important;
background: url(images/4/41/Monaco.png) repeat scroll 0 0 transparent !important;
}
 
body {
background: #FFFFFF url(/images/bodybg3.jpg) repeat-x left top;
}
 
#siteNotice {
background: #FFFFFF url(/images/bodybg3-sn.jpg) repeat-x scroll -231px -95px;
padding: 4px 10px;
-moz-border-radius: 1.4em;
-webkit-border-radius: 1.4em;
border-radius: 1.4em;
khtml-border-radius: 1.4em;
-icab-border-radius: 1.4em;
 
}
 
#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;
}
}

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