Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .censored:hover { color: inherit; background-color: inherit !important; } .censored:hover { background-color: inheri...") |
|||
| Line 16: | Line 16: | ||
background-color: black; | background-color: black; | ||
padding: 1px; | padding: 1px; | ||
| − | |||
| − | |||
| − | |||
background-color: #000; | background-color: #000; | ||
line-height: inherit; | line-height: inherit; | ||
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 {
color: black;
background-color: black;
padding: 1px;
background-color: #000;
line-height: inherit;
color: #000;
transition: all .2s ease;
-webkit-transition: all .2s ease;
}