Welcome to Assassin's Creed Wiki! Log in and join the community.
User:Yatalu/ACII.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* This CSS is ACII themed */
/** Background **/
body.mediawiki {
background: #ddd !important;
background-image: url("http://images.wikia.com/assassinscreed/images/2/25/ACII-Overbeams_2.png") !important;
background-size: cover !important;
background-attachment: fixed !important;
}
/** 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;
}
/** Content box **/
.WikiaPage {
box-shadow: 0 0 30px #fff;
color: #eee;
border: 1px solid #111;
width: 1026px;
margin-top: -3px;
}
.WikiaPage .WikiaPageBackground {
background: #536872 !important;
opacity: .9;
border: 2px solid #264348;
}
/** Wikinav bottom rail hover **/
.WikiHeader > nav .subnav-2 > li:hover .subnav-2a {
background: url(http://images.wikia.com/assassinscreed/images/1/11/ACII_Armor_Insignia.png) no-repeat right #888;
background-size: contain;
color: #fff;
border-radius: 5px;
}