User:Subtank/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

m (hiding sitenotice)
m (Whoops. :P)
Line 15: Line 15:


body {
body {
   background: #FFFFFF url(images/archive/a/a0/20110825162728!Headertest.jpg) repeat-x left top;  
   background: #FFFFFF url("images/archive/a/a0/20110825162728!Headertest.jpg") repeat-x left top;  
}
}


#siteNotice {
#siteNotice {
   background: #FFFFFF url(images/archive/b/b9/20110828142622!Headertest-sn.jpg) repeat-x scroll -231px -95px !important;
   background: #FFFFFF /* url("images/archive/b/b9/20110828142622!Headertest-sn.jpg") repeat-x scroll -231px -95px */ !important;
  display: none !important;
}
}

Revision as of 07:41, May 20, 2012

/* @import "http://www.halopedian.com/index.php?title=User:Subtank/tabview.css&action=raw&ctype=text/css"; */
/* @import "http://www.halopedian.com/index.php?title=User:Subtank/vector-style.css&action=raw&ctype=text/css"; */

/*********************/
/* Custom background */
/*********************/

/** Wiki-logo 2007 **/

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

/*** Header/Sitenotice ***/

body {
   background: #FFFFFF url("images/archive/a/a0/20110825162728!Headertest.jpg") repeat-x left top; 
}

#siteNotice {
   background: #FFFFFF /* url("images/archive/b/b9/20110828142622!Headertest-sn.jpg") repeat-x scroll -231px -95px */ !important;
}