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; }") |
|||
Line 5: | Line 5: | ||
} | } | ||
.spoiler: | .spoiler:focus { | ||
background: initial; | background: initial; | ||
} | } |
Revision as of 09:48, 29 March 2022
/* CSS placed here will be applied to all skins */ .spoiler { background: #000; color: #000; } .spoiler:focus { background: initial; }