User:Hacame/nimbus.css: Difference between revisions

Test
(Test)
Line 1: Line 1:
/********************/
/* Site-wide change */
/********************/
#site-logo a {
#site-logo a {
   background: url("images/3/3c/H4pedia.png") repeat scroll 0 0 transparent !important;
   background: url("images/3/3c/H4pedia.png") repeat scroll 0 0 transparent !important;
Line 5: Line 9:
body {
body {
   background: #FFFFFF url(images/archive/a/a0/20110825154206!Headertest.jpg) repeat-x left top;  
   background: #FFFFFF url(images/archive/a/a0/20110825154206!Headertest.jpg) repeat-x left top;  
  animation: animatedBackground 50s linear infinite alternate;
}
}


#siteNotice {
#siteNotice {
   background: #FFFFFF url(images/archive/b/b9/20110828142538!Headertest-sn.jpg) repeat-x scroll -231px -95px !important;
   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;
}
.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;
}
input.search-field {
  height:22px;
  width:200px !important;
}
}
337

edits