Difference between revisions of "MediaWiki:Common.css"

From Pearl Language
Jump to navigation Jump to search
(.mw-headline { font-style:plain; })
m (h1, h2, h3, h4 { font-weight:plain; })
Line 3: Line 3:
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-size:24pt; font-style:plain; }
h1, h2, h3, h4 { font-weight:plain; }
 
.mw-headline { font-style:plain; }


table.formtable th {
table.formtable th {

Revision as of 11:13, 12 December 2012

/* CSS placed here will be applied to all skins */

body, html { font-size:12pt; font-family: Sun, Optima, Verdana, sans-serif; }

h1, h2, h3, h4 { font-weight:plain; }

table.formtable th {
text-align: right;
vertical-align: top;
}