Справица:Solutions.css — разлика између измена
Пређи на навигацију
Пређи на претрагу
м (DarkVector kompatibilnost pomerena) |
м (Popravka primera spoilera) |
||
| Ред 3: | Ред 3: | ||
} | } | ||
body.show-solutions .solution, div.show-solutions .solution, .solution-example { | body.show-solutions .solution, | ||
div.show-solutions .solution, | |||
.solution-example { | |||
border: 1px solid red; | border: 1px solid red; | ||
font-weight: bold; | font-weight: bold; | ||
| Ред 9: | Ред 11: | ||
} | } | ||
.spoiler:not(.mw-highlight) { | .spoiler:not(.mw-highlight), .spoiler-example { | ||
border-bottom: 1px dotted black; | border-bottom: 1px dotted black; | ||
font-weight: bold; | font-weight: bold; | ||
| Ред 29: | Ред 31: | ||
} | } | ||
.skin-darkvector .spoiler:not(.mw-highlight) { | .skin-darkvector .spoiler:not(.mw-highlight), .spoiler-example { | ||
border-bottom: 1px dotted white; | border-bottom: 1px dotted white; | ||
} | } | ||
Верзија на датум 28. јун 2021. у 15:29
.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), .spoiler-example {
border-bottom: 1px dotted white;
}