BuffyMUD Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
 
/* Giving pages more space */
 
/* Giving pages more space */
 
.WikiaGrid .grid-4{
 
.WikiaGrid .grid-4{
width:80%;
+
width: 80%;
 
}
 
}
   

Revision as of 13:46, 9 January 2013

/* Giving pages more space */
.WikiaGrid .grid-4{
	width: 80%;
}

/* Navigation menu idle text color */
.WikiHeader li a {
    color: #FFFFFF;
}

/* Background image and text info */
body {
    background-size: contain;
    background-image:url(http://images4.wikia.nocookie.net/__cb20110908062128/buffymud/images/5/50/Wiki-background);
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
}

/* This is is the main container that articles and content get put in */
.WikiaMainContent {
    width: 100%
}
.oasis-one-column .WikiaMainContent {
    width: 100%;
}

/* Page Attributes */
.WikiaPage {
    width: 95%;
}

/* Wikia menu bar */
.WikiaHeader {
    width: 96%;
}

/* Attributes for menu bar at bottom */
.WikiaFooter .toolbar {
    width: 101%;
}

element.style {
    width: 100%;
}

/* Component that holds text for page */
.WikiaArticle {
    width: 98%;
}

/* Categories bar */
.WikiaArticleCategories {
    width:  95%;
}

/* Buttons for Random page and wiki activity */

a.wikia-button.secondary:active, .wikia-single-button a.secondary:active, .wikia-menu-button.secondary:active, input.secondary[type="submit"]:active, input.secondary[type="reset"]:active, input.secondary[type="button"]:active, .button.secondary:active, button.secondary:active {
    background-image: -moz-linear-gradient(center top , #FEBC42 35%, #F0D39C 65%);
    border: none
    color: black
}

a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input.secondary[type="submit"], input.secondary[type="reset"], input.secondary[type="button"], .button.secondary, button.secondary {
    background-image: -moz-linear-gradient(center top , #FEBC42 35%, #F0D39C 65%);
    border: none;
    color: black;
}

/* Killing pictures in read more section */
.RelatedPagesModule {
    display: none;
}

/* Killing category pictures in category pages */
.category-gallery {
    display: none;
}

/* Killing that side bar */
.WikiaRail {
    display: none;
}