Difference between revisions of "MediaWiki:Common.css"
MediaWiki interface page
Views
Actions
Namespaces
Variants
Tools
(Created page with "→CSS placed here will be applied to all skins: .spoiler { background: #000; color: #000; } .spoiler:active { background: initial; }") |
|||
(One intermediate revision 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 */ | ||
. | .redacted { | ||
background: #000; | background: #000; | ||
color: #000; | color: #000; | ||
} | } | ||
. | .skin-citizen-dark .redacted { | ||
background: | background: #fff; | ||
color: #fff; | |||
} | } |
Latest revision as of 09:56, 29 March 2022
/* CSS placed here will be applied to all skins */ .redacted { background: #000; color: #000; } .skin-citizen-dark .redacted { background: #fff; color: #fff; }