Minecraft Wiki
(wasn't working, moved to browser's user css, works)
(heading fonts a little bigger)
Line 9: Line 9:
 
}
 
}
 
h2 {
 
h2 {
  +
font-size: 150%;
 
background-color: #DDF;
 
background-color: #DDF;
 
font-variant: small-caps;
 
font-variant: small-caps;
Line 17: Line 18:
 
}
 
}
 
h3 {
 
h3 {
  +
font-size: 150%;
 
border-bottom: 1px solid #AAAAAA;
 
border-bottom: 1px solid #AAAAAA;
 
font-variant: small-caps;
 
font-variant: small-caps;
Line 23: Line 25:
 
}
 
}
 
h4 {
 
h4 {
font-size: 132%
+
font-size: 150%;
 
font-style: normal;
 
font-style: normal;
 
font-variant: small-caps;
 
font-variant: small-caps;
Line 31: Line 33:
 
}
 
}
 
h5 {
 
h5 {
font-size: 116%
+
font-size: 125%;
 
font-weight: bold;
 
font-weight: bold;
 
text-decoration: underline;
 
text-decoration: underline;

Revision as of 03:25, 1 August 2014

/* don't change my font size */
div#bodyContent {
 font-size: 1em;
}

/* headings shouldn't be unobtrusive */
h1 {
 font-weight: bold;
}
h2 {
 font-size: 150%;
 background-color: #DDF;
 font-variant: small-caps;
 font-weight: bold;
 padding-left: 0.5em;
 padding-right: 0.5em;
 margin-top: 2em;
}
h3 {
 font-size: 150%;
 border-bottom: 1px solid #AAAAAA;
 font-variant: small-caps;
 font-weight: bold;
 margin-top: 1.5em;
}
h4 {
 font-size: 150%;
 font-style: normal;
 font-variant: small-caps;
 font-weight: bold;
 margin-top: 1em;
 text-decoration: underline;
}
h5 {
 font-size: 125%;
 font-weight: bold;
 text-decoration: underline;
}
#toc h2, .toc h2 {
 background-color: transparent;
}

/* needs a little breathing space */
table#mw-prefixindex-list-table td {
 padding-right: 1em;
}
table#toc {
 margin-bottom: 0.5em;
}