Difference between revisions of "MediaWiki:Common.css"
From CUGC Wiki
(Make dt similar in size to normal text.) |
(Set both fore- and background.) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 110%; | 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; }