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

From Halopedia, the Halo wiki

(Blanked the page)
No edit summary
Line 1: Line 1:
For [http://www.halopedian.com/images/e/e4/HalopediaBG.jpg this image]:
<pre>
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;
}
</pre>

Revision as of 01:14, August 31, 2011

For [http://www.halopedian.com/images/e/e4/HalopediaBG.jpg this image]:
<pre>
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;
}
</pre>