MediaWiki:Monobook.css

From Bulbanews, your community Pokémon newspaper.
Revision as of 08:12, 27 April 2005 by Zhen Lin (talk | contribs)
Jump to navigationJump to search

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.
/* edit this file to customize the monobook skin for the entire site */
/* <pre> */
@import url("/w/index.php?title=MediaWiki:Extra.css&action=raw&ctype=text/css");

#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

/*******************************
 * Colour scheme customisation *
 *******************************/

body {
    background: #88a;
}

#content {
    background: #004;
    color: #39c;
    border-color: #39c;
}

/********************************************
 * Light yellow background for draft pages. *
 ********************************************/

.ns-100 * #content {
    background: #fffff8;
}

.ns-100 * #content div.thumb {
    border-color: #fffff8;
}

.ns-100 * #mytabs li {
    background: #fffff8;
}

.ns-100 * #mytabs li a {
    background-color: #fffff8;
}

.ns-100 * #p-cactions li a {
    background-color: #fffff8;
}

.ns-100 * #article-infobox {
    background-color: #f8f8f8 !important;
    border-color: #999 !important;
}

/* </pre> */