User:Subtank/nimbus.css: Difference between revisions

From Halopedia, the Halo wiki

mNo edit summary
mNo edit summary
Line 1: Line 1:
/* @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/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"; */
/* @import "http://www.halopedian.com/index.php?title=User:Subtank/vector-style.css&action=raw&ctype=text/css"; */
@import "http://www.halopedian.com/index.php?title=User:Subtank/randomiser.css&action=raw&ctype=text/css";


/*********************/
/*********************/
Line 11: Line 13:
   background: url("images/halopedia.png") repeat scroll 0 0 transparent !important;
   background: url("images/halopedia.png") repeat scroll 0 0 transparent !important;
}
}
/*** Header/Sitenotice ***/
body {
  background: #FFFFFF url("") repeat-x left top;
}
#siteNotice {
  background: rgba(240,240,240,0.7) !important;
  border:1px dashed #777777;
} /* #FFFFFF url("images/archive/b/b9/20110828142622!Headertest-sn.jpg") repeat-x scroll -231px -95px */

Revision as of 14:38, 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"; */

@import "http://www.halopedian.com/index.php?title=User:Subtank/randomiser.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;
}