Difference between revisions of "User:Munin295/common.css"

From TerraFirmaCraft Wiki
Jump to: navigation, search
(hope this works)
 
(No difference)

Latest revision as of 08:29, 2 June 2014

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