MediaWiki:Wikia.css

From MegaGlest
Revision as of 04:19, 19 February 2011 by Hofmic (talk) (Glesty colors for nav boxes!)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*
This is the Global CSS. Please DO NOT edit this file unless you
know what you're doing! Unsure? Leave a post on Hofmic's user talk.
Changes to this will affect all viewers. Bear in mind the new ToS
that wikia has outlined.

Some changes copied from the runescape wiki. http://runescape.wikia.com
*/

body{
  background-position: top center !important;
  background-repeat: none !important;
}

#WikiaArticle pre{
  background-color: #DDD !important;
  border: 1px dashed #777 !important;
}

.picture-attribution{
  display: none !important;
}

.RelatedPagesModule{
  display: none !important;
}

/* [[Template:Navbox]] */
table.navbox {              /* Navbox style */
    border: 1px solid #E5CDBE;
}
.navbox, .navbox-subgroup {
    background: #EFEFEF;    /* Background color */
}
.navbox-title {             /* Title style */
    background: #BFFFC5;    /* Level 1 color */
}
.navbox-group {             /* Group style */
    background: #9CCEA1;    /* Level 2 color */
}
.navbox-subgroup .navbox-title {
    background: #9CCE8F;    /* Level 2 color */
}
.navbox-subgroup .navbox-group {
    background: #9CCE74;    /* Level 3 color */
}

/* Bolding headers */
h3 { font-weight: bold !important; }
h4 { font-weight: bold !important; }
h5 { font-weight: bold !important; }
h6 { font-weight: bold !important; }