MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(p, dd, td, li { line-height: 1.8em; }) |
(tbody { vertical-align: top; }) |
||
Regel 28: | Regel 28: | ||
h2, h3 { padding-top: 18pt; } | h2, h3 { padding-top: 18pt; } | ||
table.formtable th { | tbody { vertical-align: top; } | ||
table.formtable th, { | |||
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Versie van 30 apr 2013 13:27
/* CSS placed here will be applied to all skins */ @font-face { font-family: 'Bitter'; font-style: normal; font-weight: 400; src: local('Bitter-Regular'), url(http://themes.googleusercontent.com/static/fonts/bitter/v4/B2Nuzzqgk0xdMJ132boli-vvDin1pK8aKteLpeZ5c0A.woff) format('woff'); } @font-face { font-family: 'Bitter'; font-style: normal; font-weight: 700; src: local('Bitter-Bold'), url(http://themes.googleusercontent.com/static/fonts/bitter/v4/JGVZEP92dXgoQBG1CnQcfLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff'); } @font-face { font-family: 'Bitter'; font-style: italic; font-weight: 400; src: local('Bitter-Italic'), url(http://themes.googleusercontent.com/static/fonts/bitter/v4/3Qeiy4DhEx8SU2AAo9tksHYhjbSpvc47ee6xR_80Hnw.woff) format('woff'); } body, html { font-size:11pt; font-family: Bitter, Sun, Optima, Verdana, sans-serif; } p, dd, td, li { line-height: 1.8em; } h1, h2, h3, h4 { font-weight: bold; } h2, h3 { padding-top: 18pt; } tbody { vertical-align: top; } table.formtable th, { text-align: right; vertical-align: top; }