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

Difference between revisions of "MediaWiki:Common.css"

MediaWiki interface page
 
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:focus {
.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.