User:Lainiwakura/monobook.css

From Wurmpedia
< User:Lainiwakura
Revision as of 20:51, 16 June 2006 by Lainiwakura (talk | contribs) (testing user stylesheet)
(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.
body {
  margin-left: 7px;
  font: 7.5pt "Trebuchet MS";
}
body p {
  line-height: 1.5em;
}
/* keep superscript and subscript text from breaking the line-spacing */
#bodyContent sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
#bodyContent sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
sup a {
  color: #999 !important;
}
sup a:hover {
  color: #ddd !important;
  background: #666 !important;
}