MediaWiki:Monobook.css

From David's Notebook
Revision as of 12:26, 17 May 2006 by David (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 */

/* Open Game Content block */
div.opengamecontent {
    background-color: #f0f0ff;
}

div.ogcfooter {
    text-align: right;
    font-size: 0.8em;
    clear: both;
}

/* Monster stats table */
table.monsterstats {
    align: right;
}

table.monsterstats tr {
    vertical-align: top;
}

table.monsterstats tr.odd {
    background-color:  rgb(100%, 100%, 70%);
}

table.monsterstats tr.even {
    background-color:  rgb(100%, 100%, 85%);
}