User:Hacame/nimbus.css: Difference between revisions
From Halopedia, the Halo wiki
No edit summary |
(Disabling animated background.) |
||
Line 21: | Line 21: | ||
/***********************/ | /***********************/ | ||
@keyframes animatedBackground { | /* @keyframes animatedBackground { | ||
from { background-position: 0 0; } | from { background-position: 0 0; } | ||
to { background-position: 100% 0; } | to { background-position: 100% 0; } | ||
} | } */ | ||
/***************************/ | /***************************/ |
Revision as of 11:01, June 20, 2016
/********************/
/* 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;
}
input.search-field {
height:22px;
width:200px !important;
}
/****************/
/* Article Tabs */
/****************/
#article-tabs {
left: -2px;
}