Difference between revisions of "MediaWiki:Common.css"

From srakrn | Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
.censored {
 
.censored {
  color: black;
 
 
   background-color: black;
 
   background-color: black;
 
   padding: 1px;
 
   padding: 1px;

Revision as of 15:46, 21 April 2026

/* CSS placed here will be applied to all skins */

.censored:hover {
  color: inherit;
  background-color: inherit !important;
}

.censored:hover {
  background-color: inherit;
  line-height: inherit;
  color: inherit;
}

.censored {
  background-color: black;
  padding: 1px;
  background-color: #000;
  line-height: inherit;
  color: #000;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}