Справица:Solutions.css — разлика између измена
Пређи на навигацију
Пређи на претрагу
м (Popravka primera spoilera) |
м (Ispravka za svetlu temu) |
||
| Ред 31: | Ред 31: | ||
} | } | ||
.skin-darkvector .spoiler:not(.mw-highlight), .spoiler-example { | .skin-darkvector .spoiler:not(.mw-highlight), | ||
.skin-darkvector .spoiler-example { | |||
border-bottom: 1px dotted white; | border-bottom: 1px dotted white; | ||
} | } | ||
Верзија на датум 28. јун 2021. у 15:30
.unhide-solutions, .unhide-spoilers {
text-align: center;
}
body.show-solutions .solution,
div.show-solutions .solution,
.solution-example {
border: 1px solid red;
font-weight: bold;
padding: 3px;
}
.spoiler:not(.mw-highlight), .spoiler-example {
border-bottom: 1px dotted black;
font-weight: bold;
}
body:not(.show-spoilers) .spoiler.mw-highlight pre {
display: none;
}
body:not(.show-spoilers) .spoiler:not(.mw-highlight),
body:not(.show-spoilers) .spoiler:not(.mw-highlight) code,
.spoiler-example {
color: transparent;
}
body:not(.show-spoilers) .spoiler:not(.mw-highlight) code {
background-color: inherit;
border: none;
}
.skin-darkvector .spoiler:not(.mw-highlight),
.skin-darkvector .spoiler-example {
border-bottom: 1px dotted white;
}