User:Spartacus/nimbus.css: Difference between revisions

From Destinypedia, the Destiny wiki

(Ok...)
 
No edit summary
Line 1: Line 1:
/*** Header/Sitenotice ***/
/*** Header/Sitenotice ***/
#site-logo {
margin: 0 0 -10px 1px;
padding-top: 10px;
}


body {
body {
  background: #FFFFFF repeat-x left top;  
background: #FFFFFF url(images/5/51/10_1_Moon_3_shot.jp) repeat-x left top;  
}
}


Line 8: Line 13:
         background: white repeat-x scroll -231px -95px;
         background: white repeat-x scroll -231px -95px;
         border: 2px solid silver;}
         border: 2px solid silver;}
/* #FFFFFF url("images/5/51/10_1_Moon_3_shot.jpg") repeat-x scroll -231px -95px */
}
#anonNotice {
font-size: 115%;
font-weight: bold;
}

Revision as of 19:21, March 13, 2014

/*** Header/Sitenotice ***/

#site-logo {
	margin: 0 0 -10px 1px;
	padding-top: 10px;
}

body {
	background: #FFFFFF url(images/5/51/10_1_Moon_3_shot.jp) repeat-x left top; 
}

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