User:Phol ende wodan/common.css

From NetHackWiki
Jump to navigation Jump 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.clr-red {
  color:#DD0000;
}
.clr-orange {
  color:#FF7700;
}
/* table contained inside floating-right div - the div provides its own margins */
div.tright table.prettytable {
  margin:0;
}
/* prevent tall glyphs like { and _ from getting cut off in ttymaps */
.ttyscreen, .ttymap {
  line-height: 120%;
}