User:Hacame/nimbus.css

From Halopedia, the Halo wiki

< User:Hacame
Revision as of 12:02, July 15, 2016 by Hacame (talk | contribs) (Hovering wiki-login/search-tp[)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/********************/
/* Site-wide change */
/********************/

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

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

   animation: animatedBackground 60s linear infinite alternate;
}

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

/***********************/
/* Animated background */
/***********************/

/* @keyframes animatedBackground {
   from { background-position: 0 0; }
   to { background-position: 100% 0; }
} */

/***************************/
/* Wiki login & Search box */
/***************************/

#login-message, .positive-button, .positive-button span, .negative-button, .negative-button span {
   font-size:1em;
   font-weight:bold;
}

.positive-button, .positive-button span {
   background:#66BC66;
   border-radius:.7em;
   transition-duration: 0.4s;
}

.positive-button span:hover, .negative-button span:hover {
   background:#FFFFFF !important;
}

.negative-button, .negative-button span {
   background:#EA8342;
   border-radius:.7em;
   transition-duration: 0.4s;
}

#search-top {
   background:#687F79;
   border-radius:0 0 .7em 0;
   position:relative;
   float:right;
   width:260px;
   top:0;
   right:0;
   position: fixed;
   z-index: 90000;
}

input.search-field {
   height:22px;
   width:200px !important;
}

#wiki-login {
   position: fixed;
   top: 0px;
   z-index: 90000;
   right: 280px;
}
/****************/
/* Article Tabs */
/****************/

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