Difference between revisions of "User:Lainiwakura/monobook.css"

From Wurmpedia
Jump to navigation Jump to search
(testing user stylesheet)
(No difference)

Revision as of 03:51, 17 June 2006

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;
}