MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .spoilers { background: black; color: black; } .spoilers:hover { background: black; color: white; }") |
No edit summary |
||
| (30 intermediate revisions 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 { | ||
background: black; | background: black; | ||
color: black; | color: black; | ||
display: inline; | |||
padding: 0px 5px 0px 5px; | |||
} | } | ||
. | .spoiler:hover { | ||
background: black; | background: black; | ||
color: white; | color: white; | ||
} | } | ||
Latest revision as of 18:50, 5 July 2022
/* CSS placed here will be applied to all skins */
.spoiler {
background: black;
color: black;
display: inline;
padding: 0px 5px 0px 5px;
}
.spoiler:hover {
background: black;
color: white;
}