Customising Oasis

From the group that combats the Wikia skin, the Anti-Wikia alliance.
Jump to: navigation, search
<------//*removes the unnecessary information on the right side of articles*//------>
.WikiaPagesOnWikiModule, .WikiaActivityModule, .LatestPhotosModule, #WikiaSpotlightsModule, #SPOTLIGHT_RAIL, .oasis-one-column { 
display: none !important;
}

<-------//*alters width of content space*//------>
#WikiaArticle { 
background-color: transparent important!;
width: 95% !important;
}

<------//*alter page width*//------>
#WikiaMainContent, .WikiaMainContent { 
background-color: transparent !important;
width: 100% !important;
}

<------//*removes wiki-to-wiki navigation*//------>
ul#GlobalNavigation, ul.GlobalNavigation { 
display: none !important;
}

<------//*removes image attribution*//------>
.WikiaArticle .picture-attribution { 
display: none;
}

<------//*alter the wikia page with this*//------>
.WikiaPage { 
border: none !important;
background: none !important;
}

<------//*the navigation for pages on that wiki*//------>
.WikiHeader li, .WikiHeader li a { 
background-color: black !important;
color: white !important;
}