MediaWiki:Monobook.css

From DoomRL Wiki

Jump to: navigation, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
 
/* The drltable class should be used for general data tables. */
 
.drltable {
  border: 2px solid darkred;
  border-width: 2px 1px 2px 1px;
  border-spacing: 0;
  font-size: 90%;
  text-align: center;
  margin: 0.25em 0.5em;
}
 
.drltable tr.drlalt {
  background: #333;
}
 
.drltable tr td {
  border: 1px solid darkred;
  border-width: 0 1px 0 1px;
  text-align: center;
}
 
.drltable .drltitle {
  background: darkred;
  color: yellow;
  font-size: 120%;
  text-align: center;
}
 
.formula {
  font-family: courier,monospace;
}
Personal tools