Jump to content

MediaWiki:Wikia.css: Difference between revisions

no edit summary
(Hopefully people will like the background...)
No edit summary
Line 1:
/* import Common.css so it serves its function - 2/1/11 */
@import url("http://rct.wikia.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");
 
/* hover effect for main page navigation
class="mainpage-nav" */
.mainpage-nav {
cursor:pointer;
opacity:0.5;
}
.mainpage-nav:hover {
opacity:1;
transition: 0.2s all ease;
}
.mainpage-nav-2 {
cursor:pointer;
opacity:0.7;
}
.mainpage-nav-2 a {
font-family:Open Sans;
font-weight:300;
text-align:center;
text-transform:uppercase;
text-decoration: none !important;
color:#fff;
}
.mainpage-nav-2:hover {
background: -moz-linear-gradient(top, rgba(36,111,179,0.1) 0%, rgba(36,111,179,0.4) 50%, rgba(36,111,179,0.8) 100%); /* FF3.6 */
background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(36,111,179,0.1)), color-stop(50%,rgba(36,111,179,0.4)), color-stop(100%,rgba(36,111,179,0.8))); /* Chrome,Safari4+ */
opacity:1;
transition: 0.2s all ease;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.