User:Subtank/nimbus.css

From Halopedia, the Halo wiki

< User:Subtank
Revision as of 09:18, February 4, 2012 by Subtank (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*********************/
/* 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;
}

/** Log-in bar **/

#wiki-login {
   -webkit-border-radius: 0 0 0 .7em;
   -moz-border-radius: 0 0 0 .7em;
   -ms-border-radius: 0 0 0 .7em;
   -o-border-radius: 0 0 0 .7em;
   border-radius: 0 0 0 .7em;
}

/** Vector-style nav **/

#article-tabs {
   left: -3px;
}

.tab-on, .more-tab-on {
   background: -moz-linear-gradient(center bottom , #FFFFFF 40%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
   background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(75%, #FFFFFF), color-stop(100%, rgba(255,255,255,0)));
}

.tab-off, .more-tab-off {
   background: -moz-linear-gradient(center bottom , #F0EAD6 40%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
   background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(75%, #F0EAD6), color-stop(100%, rgba(255,255,255,0)));
}

/** Content styling **/

/* #article {
   background: #FFFFFF url(images/8/83/Fight_the_Flood.jpg) no-repeat scroll center 160px !important;
} */

#footer-container {
   -webkit-border-radius: 0 0 .7em .7em;
   -moz-border-radius: 0 0 .7em .7em;
   -ms-border-radius: 0 0 .7em .7em;
   -o-border-radius: 0 0 .7em .7em;
   border-radius: 0 0 .7em .7em;
}

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