Справица:Solutions.css — разлика између измена
Пређи на навигацију
Пређи на претрагу
м (Nova verzija spravice) |
м (Sakrivanje linkova unutar spoiler) |
||
| Ред 31: | Ред 31: | ||
background-color: inherit; | background-color: inherit; | ||
border: none; | border: none; | ||
} | |||
.spoiler:not(.show) a { | |||
/* !important neophodan zbog glupih DarkVector stilova. */ | |||
color: transparent !important; | |||
} | } | ||
Верзија на датум 14. фебруар 2022. у 21:50
.unhide-solutions {
text-align: center;
}
.show[data-solution] .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;
}
.spoiler.mw-highlight:not(.show) pre {
display: none;
}
.spoiler:not(.mw-highlight):not(.show),
.spoiler:not(.mw-highlight):not(.show) code,
.spoiler-example {
color: transparent;
}
.show .spoiler:not(.mw-highlight) {
color: inherit;
}
.spoiler:not(.mw-highlight):not(.show) code {
background-color: inherit;
border: none;
}
.spoiler:not(.show) a {
/* !important neophodan zbog glupih DarkVector stilova. */
color: transparent !important;
}
.skin-darkvector .spoiler:not(.mw-highlight),
.skin-darkvector .spoiler-example {
border-bottom: 1px dotted white;
}