MediaWiki

Foreground.css

From Children of StarClan

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.
body { font-size: 100%; }

@media screen {
body { background: #f9f9f9 url("http://www.childrenofstarclan.com/images/8/89/Banner2-6-0.png") no-repeat 100px 65px !important; }
#page-content { margin-top: 135px; }
}
@media (max-device-width: 480px) {
body { background: #f9f9f9 url("http://www.childrenofstarclan.com/images/8/89/Banner2-6-0.png") no-repeat 0px 55px !important; background-size: 100% auto !important; }
#page-content { margin-top: 150px; }
}

/* NAV MENU IMPROVED */
section.top-bar-section, nav.top-bar, ul#top-bar-left, ul#top-bar-left li, ul#top-bar-right, ul#top-bar-right li, .top-bar-section ul li, 
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #5e5a5a; }

/* FOOTER IMPROVED */
#footer-lastmod, #footer-viewcount, #footer-right-icons { display: none; }
#footer-privacy, #footer-about, #footer-disclaimer { display: inline-block; text-align: center; padding: 0 10px; }

/* TAB TWEAKS */
.tabs dd > a, .tabs .tab-title > a { padding: .5rem 1rem !important; }
.tab-title { border-left: 1px solid #f2f2f2; border-top: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; }
.tab-title.active { border-bottom-style: none !important; background: #f9f9f9 }
div .tabs-content .content { border: 1px solid #f2f2f2; }

/* LABEL TWEAKS */
h4.namespace.label { background-color: transparent; color: #bb8080; font-weight: bolder; }
h1#firstHeading { color: #5e5a5a; }

/* LISTS TWEAK */ #mw-content-text ul, #mw-content-text ol { padding-left: 10px; }

/* CHARACTER FORM */ .createboxInput .charformtextarea { width: 40% !important; }

/* P PADDING CORRECTIONS */
p { padding-left: 10px; padding-right: 10px; word-wrap: normal; }
td p { padding-left: 0px; padding-right: 0px; padding-top: 10px; }