Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | /* | ||
.censored:hover { | .censored:hover { | ||
color: inherit; | color: inherit; | ||
| Line 11: | Line 12: | ||
color: inherit; | color: inherit; | ||
} | } | ||
| + | */ | ||
.censored { | .censored { | ||
Latest revision as of 15:52, 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;
}