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