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 |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
/** Background **/ | /** Background **/ | ||
body.mediawiki { | body.mediawiki { | ||
background-size: cover !important; | background-size: cover !important; | ||
background-attachment: fixed !important; | background-attachment: fixed !important; | ||
| Line 26: | Line 24: | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
border-radius: 5px; | border-radius: 5px; | ||
background: | background: rgba(20,20,20,.4); | ||
} | } | ||
| Line 55: | Line 53: | ||
background-size: cover !important; | background-size: cover !important; | ||
background-attachment: fixed !important; | background-attachment: fixed !important; | ||
} | |||
/** code box outline **/ | |||
.WikiaPage .css.source-css { | |||
border: 1px solid #ccc; | |||
border-radius: 5px; | |||
background: rgba(20,20,20,.4); | |||
} | |||
/** Infobox layout **/ | |||
.infobox { | |||
border: 1px solid #fff !important; | |||
background: rgba(0,0,0,.4) !important; | |||
font-size: 86% !important; | |||
} | |||
.infobox th { | |||
background: rgba(0,0,0,.8) !important; | |||
border: 1px solid #000 !important; | |||
} | |||
.infobox td { | |||
background: rgba(120,190,220,.1) !important; | |||
border: 1px solid #000 !important; | |||
} | |||
.infobox td:first-child { | |||
background: rgba(220,220,220,.5) !important; | |||
color: #000 !important; | |||
text-align: right; | |||
min-width: 70px; | |||
} | } | ||
Latest revision as of 12:45, 27 December 2013
/** Background **/
body.mediawiki {
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: rgba(20,20,20,.4);
}
/** Content box **/
.WikiaPage {
box-shadow: 0 0 30px #fff;
color: #eee;
border: 1px solid #111;
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;
}
/** Global nav **/
.WikiaHeader {
background-image: url("http://images2.wikia.nocookie.net/__cb20101008043408/assassinscreed/images/archive/5/50/20101008180013%21Wiki-background") !important;
background-size: cover !important;
background-attachment: fixed !important;
}
/** code box outline **/
.WikiaPage .css.source-css {
border: 1px solid #ccc;
border-radius: 5px;
background: rgba(20,20,20,.4);
}
/** Infobox layout **/
.infobox {
border: 1px solid #fff !important;
background: rgba(0,0,0,.4) !important;
font-size: 86% !important;
}
.infobox th {
background: rgba(0,0,0,.8) !important;
border: 1px solid #000 !important;
}
.infobox td {
background: rgba(120,190,220,.1) !important;
border: 1px solid #000 !important;
}
.infobox td:first-child {
background: rgba(220,220,220,.5) !important;
color: #000 !important;
text-align: right;
min-width: 70px;
}