Air Wiki
mNo edit summary
mNo edit summary
Line 88: Line 88:
 
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.35);
 
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.35);
 
border:1px solid whitesmoke;
 
border:1px solid whitesmoke;
  +
}
  +
#HOME_TOP_RIGHT_BOXAD {
  +
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.35);
 
}
 
}
   
Line 117: Line 120:
 
background:url("http://vignette2.wikia.nocookie.net/ardwar/images/0/02/1pxTransparent25.png") repeat;
 
background:url("http://vignette2.wikia.nocookie.net/ardwar/images/0/02/1pxTransparent25.png") repeat;
 
}
 
}
.t50, .toc, .module, .widget-box{
+
.t50, .toc, .module, .widget-box, #animangafooter {
 
background:url("http://vignette3.wikia.nocookie.net/ardwar/images/0/01/1pxTransparent50.png") repeat !important;
 
background:url("http://vignette3.wikia.nocookie.net/ardwar/images/0/01/1pxTransparent50.png") repeat !important;
 
}
 
}

Revision as of 08:07, 20 March 2015

/* Content alignment*/
#mw-content-text {
    text-align: justify;
}
.category-gallery {
    text-align: left;
}
.mw-headline {
    font-weight: bold;
}
.WikiaArticle .editsection {
    float: right;
}

/* Fix tabber margin and background so it match with infobox */
.tabberlive {
    margin-top: 0 !important;
}
ul.tabbernav {
    padding: 3px 0 !important;
    border-bottom: 1px solid #778 !important;
    font: 11px sans-serif !important;
}
ul.tabbernav li.tabberactive a
{
    background-color: #f2f2f2 !important;
    border-bottom: 1px solid #f2f2f2 !important;
}
ul.tabbernav li.tabberactive a:hover
{
    color: #000;
    background: #f2f2f2 !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/* Fix element margin so it flush with text */
.infobox {
    margin: 0 0 0 .8em;
}
.article-thumb {
    margin-top: 6px !important;
    margin-bottom: 6px;
}
.article-thumb.tleft {
    margin-right: 10px;
}
.article-thumb.tright {
    margin-left: 10px;
}

/* This section control how mainpage box header icon appears */
/* Background only, other style defined inline */
.hdrl {
    background: url("http://vignette3.wikia.nocookie.net/kanon/images/2/2e/Crimson-bg_rounded.svg") no-repeat left center;
}
.hdrs {
    background: url("http://vignette1.wikia.nocookie.net/kanon/images/c/ce/Crimson-bg_rounded_cropped.svg") no-repeat left center;
}
.hdrart {
    background: url("http://vignette1.wikia.nocookie.net/kanon/images/6/61/HSArt.svg/revision/latest/scale-to-width/38") no-repeat left top;
}
.hdrwel {
    background: url("http://vignette3.wikia.nocookie.net/kanon/images/e/ee/HSUtvald.svg/revision/latest/scale-to-width/38") no-repeat left top;
}
.hdrpol {
    background: url("http://vignette2.wikia.nocookie.net/kanon/images/4/4a/HSStats.svg/revision/latest/scale-to-width/38") no-repeat left top;
}
.hdrcon {
    background: url("http://vignette2.wikia.nocookie.net/kanon/images/a/a0/HSBook.svg/revision/latest/scale-to-width/38") no-repeat left top;
}
.hdraff {
    background: url("http://vignette4.wikia.nocookie.net/kanon/images/3/3c/HSSamarbetecolor.svg/revision/latest/scale-to-width/38") no-repeat left top;
}

/* This section control how wiki contents got arranged */
/* Margin and padding shifted from parent element to child element so box-shadows won't be clipped */
#WikiaMainContentContainer {
    padding-right: 0;
}
#WikiaArticle {
    padding-right: 10px;
}
.UserProfileActionButton, #WikiaPageHeader, #articleCategories, #WikiaArticleFooter, #WikiaArticleBottomAd{
    margin-right: 10px;
}

.mpbox, .HotSpotsModule, .CommunityCornerModule, .FollowedPagesModule, .WikiaActivityModule, #animangafooter, .WikiaFooter section {
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.35);
    border:1px solid whitesmoke;
}
#HOME_TOP_RIGHT_BOXAD {
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.35);
}

/* This section control how links on character pages header looks */
.tabs li .selflink {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    padding: 6px 12px 3px;
    position: relative;
    top: 1px;
    background: white;
}
.tabs .selected .selflink {
    border-bottom: 1px solid transparent;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    cursor: text;
}
#flytabs_0 {
    margin-bottom: 10px;
}

.t25 {
    background:url("http://vignette2.wikia.nocookie.net/ardwar/images/0/02/1pxTransparent25.png") repeat;
}
.t50, .toc, .module, .widget-box, #animangafooter {
    background:url("http://vignette3.wikia.nocookie.net/ardwar/images/0/01/1pxTransparent50.png") repeat !important;
}