MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(table.formtable th { text-align: right; vertical-align: top; }) |
(h1, h2, h3, h4 { font-weight: bold; }) |
||
| Regel 2: | Regel 2: | ||
body, html { font-size:12pt; font-family: Sun, Optima, Verdana, sans-serif; } | body, html { font-size:12pt; font-family: Sun, Optima, Verdana, sans-serif; } | ||
h1, h2, h3, h4 { font-weight: bold; } | |||
table.formtable th { | table.formtable th { | ||
Versie van 12 dec 2012 11:17
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
body, html { font-size:12pt; font-family: Sun, Optima, Verdana, sans-serif; }
h1, h2, h3, h4 { font-weight: bold; }
table.formtable th {
text-align: right;
vertical-align: top;
}