Справица:Solutions.css

Извор: SI Wiki
Датум измене: 28. јун 2021. у 14:31; аутор: KockaAdmiralac (разговор | доприноси) (DarkVector kompatibilnost pomerena)
Пређи на навигацију Пређи на претрагу
.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) {
    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) {
	border-bottom: 1px dotted white;
}