Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(vertical-align: top;) |
(+= #editpage-copywarn { display: none; }) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body, html { font-size: | #editpage-copywarn { display: none; } | ||
@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:13pt; font-family: Bitter, Sun, Optima, Verdana, sans-serif; } | |||
p, dd, td, li { line-height: 1.8em; } | |||
h1 span, h2 span, h3, h4 { font-family: Bitter, Sun, Optima, Verdana, sans-serif; font-weight: bold; } | |||
h2, h3 { padding-top: 18pt; } | |||
p { padding-top: 9pt; } | |||
tbody { vertical-align: top; } | |||
table.wikitable { background:white; rules:rows; } | |||
table.formtable th { | table.formtable th { | ||
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
textarea { | |||
font-family: Monaco; | |||
} | |||
label.checkboxLabel { | |||
width: 200px; | |||
display: block; | |||
float: left; | |||
} | } |
Latest revision as of 14:39, 28 November 2016
/* CSS placed here will be applied to all skins */ #editpage-copywarn { display: none; } @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:13pt; font-family: Bitter, Sun, Optima, Verdana, sans-serif; } p, dd, td, li { line-height: 1.8em; } h1 span, h2 span, h3, h4 { font-family: Bitter, Sun, Optima, Verdana, sans-serif; font-weight: bold; } h2, h3 { padding-top: 18pt; } p { padding-top: 9pt; } tbody { vertical-align: top; } table.wikitable { background:white; rules:rows; } table.formtable th { text-align: right; vertical-align: top; } textarea { font-family: Monaco; } label.checkboxLabel { width: 200px; display: block; float: left; }