User:Soul reaper/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 1: Line 1:
For [http://www.halopedian.com/images/e/e4/HalopediaBG.jpg this image]:
<pre>
body {
body {
   background: #FFFFFF url(images/e/e4/HalopediaBG.jpg) repeat-x left top;  
   background: #FFFFFF url(images/e/e4/HalopediaBG.jpg) repeat-x left top;  
Line 8: Line 6:
   background: #FFFFFF url(images/e/e4/HalopediaBG-sn.jpg) repeat-x scroll -231px -95px !important;
   background: #FFFFFF url(images/e/e4/HalopediaBG-sn.jpg) repeat-x scroll -231px -95px !important;
}
}
</pre>

Revision as of 02:15, August 31, 2011

body {
   background: #FFFFFF url(images/e/e4/HalopediaBG.jpg) repeat-x left top; 
}

#siteNotice {
   background: #FFFFFF url(images/e/e4/HalopediaBG-sn.jpg) repeat-x scroll -231px -95px !important;
}