User:Hacame/nimbus.css: Difference between revisions
From Halopedia, the Halo wiki
(Disabling animated background.) |
(Hovering wiki-login/search-tp[) |
||
Line 59: | Line 59: | ||
top:0; | top:0; | ||
right:0; | right:0; | ||
position: fixed; | |||
z-index: 90000; | |||
} | } | ||
Line 66: | Line 68: | ||
} | } | ||
#wiki-login { | |||
position: fixed; | |||
top: 0px; | |||
z-index: 90000; | |||
right: 280px; | |||
} | |||
/****************/ | /****************/ | ||
/* Article Tabs */ | /* Article Tabs */ |
Latest revision as of 11:02, July 15, 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;
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;
}