(Moved .heaader_box_spiiler to Tags/styles.css) Tag: Manual revert |
m (Fixed dark skins) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: bold; | font-weight: bold; | ||
background-color: #f1d0d0; | |||
} | |||
body.skin-darkvector .spoiler_box .spoiler_box_title, | |||
body.skin-citizen .spoiler_box .spoiler_box_title { | |||
background-color: #493939; | background-color: #493939; | ||
} | } |
Latest revision as of 20:08, 2 November 2023
div.spoiler_box {
padding: 0;
border: 1px solid #bc7d7d;
}
.spoiler_box .spoiler_box_title {
text-align: center;
font-size: 1.2em;
font-weight: bold;
background-color: #f1d0d0;
}
body.skin-darkvector .spoiler_box .spoiler_box_title,
body.skin-citizen .spoiler_box .spoiler_box_title {
background-color: #493939;
}
.spoiler_box .mw-collapsible-content {
text-align: left;
border-top: 1px solid #ccc;
padding: 1em;
}
@media all and (max-width:719px) {
.spoiler_box .mw-collapsible-content {
display: block !important;
}
}