User:Munin295/common.css

From TerraFirmaCraft 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
/* don't change my font size */
div#bodyContent {
font-size: 1em;
}

/* headings shouldn't be unobtrusive */
h1 {
font-weight: bold;
}

h2 {
background-color: #DDF;
font-variant: small-caps;
font-weight: bold;
padding-left: 0.5em;
padding-right: 0.5em;
margin-top: 2em;
}

h3 {
border-bottom: 1px solid #AAAAAA;
font-variant: small-caps;
font-weight: bold;
margin-top: 1.5em;
}

h4 {
font-size: 132%
font-style: normal;
font-variant: small-caps;
font-weight: bold;
margin-top: 1em;
text-decoration: underline;
}

h5 {
font-size: 116%
font-weight: bold;
text-decoration: underline;
}

#toc h2, .toc h2 {
background-color: transparent;
}

table#toc {
margin-bottom: 0.5em;
}