Difference between revisions of "MediaWiki:Common.css"
From CUGC Wiki
(Don't override theme font choice.) |
(Set both fore- and background.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
#mw-content dl dt { | #mw-content dl dt { | ||
font-weight: bold; | font-weight: bold; | ||
+ | font-size: 110%; | ||
+ | } | ||
+ | |||
+ | input, textarea { | ||
+ | color: black; | ||
+ | background-color: white; | ||
} | } |
Latest revision as of 01:08, 13 March 2019
/* CSS placed here will be applied to all skins */ #mw-content dl dt { font-weight: bold; font-size: 110%; } input, textarea { color: black; background-color: white; }