Community Central
Community Central
No edit summary
(Not working properly.)
Line 20: Line 20:
 
.WikiaFooter .toolbar {width:1160px;}
 
.WikiaFooter .toolbar {width:1160px;}
 
.oasis-one-column .WikiaMainContent {width:1150px;}
 
.oasis-one-column .WikiaMainContent {width:1150px;}
 
/* left align the side rail - 3/15/11 */
 
.WikiaRail {float:left !important; padding-right:0px !important;}
 
.WikiaMainContent {float:right !important; padding-right: 10px;}
 
.oasis-one-column .WikiaMainContent {float:right !important; padding-right:0 !important;}
 
 
/* shrink the side rail - 2/1/11 */
 
#WikiaSpotlightsModule ul li .highlight img {width:70px !important;}
 
#WikiaSpotlightsModule ul li .highlight img {height:70px !important;}
 
.WikiaSpotlight {width:195px !important;}
 
#WikiaSpotlightsModule ul li em {font-size:11px !important;}
 
#WikiaSpotlightsModule ul li p {font-size:11px !important;}
 
#WikiaSpotlightsModule ul li a {font-size:11px !important;}
 
.WikiaRail .module p {line-height:15px !important;}
 
.WikiaSpotlight {width:195px !important;}
 
#WikiaSpotlightsModule ul li .highlight img {width:70px !important;}
 
#WikiaSpotlightsModule ul li .highlight img {height:70px !important;}
 
section.WikiaPagesOnWikiModule.module {width:200px; padding-top:10px;}
 
.tally em {font-size:20pt;}
 
section.WikiaActivityModule.module {width:200px;}
 
section.LatestPhotosModule.module {width:200px;}
 
section.WikiaBlogListingBox.module {width:200px;}
 
section.LatestPhotosModule .carousel-container {width:171px; height:68px; margin-top:25px;}
 
section.LatestPhotosModule ul li img {width:54px; height:56px;}
 
section.LatestPhotosModule ul li a {width:54px; height:56px;}
 
section.LatestPhotosModule ul .see-all a {padding-top:10px; font-size:11px; width:54px;}
 
section.LatestPhotosModule ul .add-more a {padding-top:10px; font-size:11px; width:54px;}
 
section.LatestPhotosModule ul li {width:53px; height:55px;}
 
.LatestPhotosModule .wikia-button {margin-top:20px;}
 
.tally span.fixedwidth {text-align:center; margin-top:5px; font-size:10px; margin-left:2px; width:62px;}
 
section#WikiaSpotlightsModule.module {width:194px;}
 
#WikiaSpotlightsModule .WikiaSpotlight {margin-top:10px; margin-bottom:10px;}
 
div#WikiaRail section a.wikia-button {width:62px; font-size:11px;}
 
.LatestPhotosModule .empty-photos a {margin-top:-30px; margin-left:45px; margin-right:-45px;}
 

Revision as of 18:28, 1 June 2011

/* Changes Wikia's new left-aligned toolbar back to right-aligned - 2/2/11 */
.WikiaFooter .toolbar .tools {
    float: right;
}
 
#my-tools-menu {
    left:  auto !important;
    right:  108px !important;
}
 
.tools-menu {
    left:  auto !important;
    right:  188px !important;
}

/* Expand actual content like in WoWWiki - Thanks to Monchoman */
.WikiaHeader {width:1160px;}
.WikiaPage {width:1150px;}
.WikiaMainContent {width:830px;}
.WikiaFooter .toolbar {width:1160px;}
.oasis-one-column .WikiaMainContent {width:1150px;}