User:Ilmari Karonen/common.css

From NetHackWiki
< User:Ilmari Karonen
Revision as of 22:31, 3 August 2012 by Ilmari Karonen (talk | contribs) (test nicer ttyscreen styling using display: inline-block)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: 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.
/* test nicer ttyscreen styling using display: inline-block */

/* reset conflicting current styles */
.ttyscreen, .ttymap,
.ttyscreen p, .ttymap p,
.ttyscreen span.nhsym, .ttymap span.nhsym {
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 100%;
}

/* and add the new styles */
div.ttyscreen, div.ttymap {
  background: black;
  display: inline-block;
}