BuffyMUD Wiki
Register
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}

/*Headings for news */
element.style {
    background: none repeat scroll 0 0 #b20300;
    border: 1px solid #333333;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0.2em 0.4em;
    text-align: center;
}
Advertisement