Melzii Land Wiki Difference between revisions of "MediaWiki:Common.css"

Difference between revisions of "MediaWiki:Common.css"

MediaWiki interface page
(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:active {
.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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.