MediaWiki:Monobook.css

From DivNull RPG
Revision as of 04:35, 6 August 2007 by imported>Wordman
Jump to: navigation, 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.
div.statBlock {
 border: 1px solid #777;
 margin-left: 5px;
 padding: 2px;
 background: #eee;
 width: 250px;
 align: right;
}

table.statsText {
 border: 1px solid #777;
 margin-left: 5px;
 padding: 2px;
 background: #eee;
}

table.statsText td {
 font-family: 'Helv','Helvetica',sans-serif; 
 font-size: 9pt; 
 padding: 0px;
 margin: 0px;
 line-height: normal;
}

table.statsText p {
 margin: 0px;
 padding: 0px;
 line-height: normal;
}

table.statsTextInner {
 width: 100%;
 background: transparent;
}

table.statsTextInner td {
 text-align: right;
 padding-left: 2px;
 white-space: nowrap;
}

table.statsTextInner td.innerFirst {
 text-align: left;
}

table.free {
 width: 100%;
 background: transparent;
}

table.data {
 border: 1px solid #777;
 margin-left: 5px;
 padding: 0px;
}

table.data p {
 margin: 0px;
 padding: 0px;
 line-height: normal;
}

table.data td {
 font-family: 'Helv','Helvetica',sans-serif;
 font-size: 9pt;
 padding: 0px 2px 0px 2px;
 margin: 0px;
 line-height: normal;
 text-align: center;
}

table.data td.first {
 font-weight: bold;
 text-align: left;
}

table.data tr.alt {
 background-color: #eee;
}

table.data th {
 background-color: #ddd;
}


.symbols {
 font-family: 'RpgSheet', sans-serif;
 font-size: 10pt;
}

.house {
 color: #909;
 font-style: italic;
}