MediaWiki:Monobook.css

From JoCopedia
Jump to navigation Jump to 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 / Edge: 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.
/* edits to this page will affect the monobook skin throughout the entire site! */

body {
    font: xx-small Verdana;
    background: #f7f7f7 !important;
    color: Black;
    margin: 0;
    padding: 0;
    }

#p-logo a{background-image: url(http://www.jonathancoulton.com/mediawiki/images/8/8e/JoCopedia_logo.png) !important;}

.pBody a { color: #467bdd; } 
.pBody a:visited { color: #37378e; }

pre {
    font-size: 8pt;
    overflow: auto;
    padding: 15px;
    background: #e9f1fd;
    white-space: pre; /* CSS2 */
/*  white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE */ */
    }

.babel {
    display:block;
    clear:both;
    margin:30px 0;
}

.babel .babelexample { 
    float:left;
    margin-right:10px;
}