Welcome to Assassin's Creed Wiki! Log in and join the community.
User:Yatalu/wikia.css: Difference between revisions
Jump to navigation
Jump to search
imported>Yatalu No edit summary |
imported>Yatalu No edit summary |
||
| Line 19: | Line 19: | ||
background: #222; | background: #222; | ||
} | } | ||
/* For colosseum background -- doesn't always look as good: | |||
body.mediawiki { | |||
background: url('http://images.wikia.com/assassinscreed/images/9/95/Pantheon_Interior.png') fixed !important; | |||
background-size: cover !important; | |||
} | |||
#WikiHeader { | |||
background: #333 !important; | |||
background-repeat:no-repeat !important; | |||
padding-left: 0; | |||
padding-right: 0; | |||
} | |||
*/ | |||
Revision as of 21:19, 29 August 2013
/* Sexy search bar */
.WikiaSearch input[type="text"] {
background: #060606 url(http://images.wikia.com/hvec/images/c/c3/Actest.jpg) no-repeat top !important;
border: 1px solid #ccc;
border-radius: 5px;
-moz-box-shadow: 1px 2px 2px #000 !important;
-webkit-box-shadow: 1px 2px 2px #000 !important;
box-shadow: 1px 2px 2px #000 !important;
color: #ddd;
background-size:contain !important;
background-position:right !important;
padding-left: 5px;
}
/* Make WikiaRail (right column) match search bar */
.WikiaRail .module {
border: 1px solid #ccc;
border-radius: 5px;
background: #222;
}
/* For colosseum background -- doesn't always look as good:
body.mediawiki {
background: url('http://images.wikia.com/assassinscreed/images/9/95/Pantheon_Interior.png') fixed !important;
background-size: cover !important;
}
#WikiHeader {
background: #333 !important;
background-repeat:no-repeat !important;
padding-left: 0;
padding-right: 0;
}
*/