Справица:Solutions.css — разлика између измена

Извор: SI Wiki
Пређи на навигацију Пређи на претрагу
м (Ispravka za svetlu temu)
м (Minimalna kompatibilna verzija)
Ред 1: Ред 1:
.unhide-solutions, .unhide-spoilers {
.unhide-solutions {
text-align: center;
text-align: center;
}
}
Ред 16: Ред 16:
}
}


body:not(.show-spoilers) .spoiler.mw-highlight pre {
body:not(.show-solutions) .spoiler.mw-highlight pre {
display: none;
display: none;
}
}


body:not(.show-spoilers) .spoiler:not(.mw-highlight),
body:not(.show-solutions) .spoiler:not(.mw-highlight),
body:not(.show-spoilers) .spoiler:not(.mw-highlight) code,
body:not(.show-solutions) .spoiler:not(.mw-highlight) code,
.spoiler-example {
.spoiler-example {
     color: transparent;
     color: transparent;
}
}


body:not(.show-spoilers) .spoiler:not(.mw-highlight) code {
body:not(.show-solutions) .spoiler:not(.mw-highlight) code {
background-color: inherit;
background-color: inherit;
border: none;
border: none;

Верзија на датум 28. јун 2021. у 15:58

.unhide-solutions {
	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-solutions) .spoiler.mw-highlight pre {
	display: none;
}

body:not(.show-solutions) .spoiler:not(.mw-highlight),
body:not(.show-solutions) .spoiler:not(.mw-highlight) code,
.spoiler-example {
    color: transparent;
}

body:not(.show-solutions) .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;
}