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; }")
 
 
(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 */
.spoiler {
.redacted {
   background: #000;
   background: #000;
   color: #000;
   color: #000;
}
}


.spoiler:active {
.skin-citizen-dark .redacted {
   background: initial;
   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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.