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

Извор: SI Wiki
Пређи на навигацију Пређи на претрагу
м (Minimalna kompatibilna verzija)
м (Nova verzija spravice)
Ред 3: Ред 3:
}
}


body.show-solutions .solution,
.show[data-solution] .solution, .solution-example  {
div.show-solutions .solution,
.solution-example  {
     border: 1px solid red;
     border: 1px solid red;
     font-weight: bold;
     font-weight: bold;
Ред 16: Ред 14:
}
}


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


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


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

Верзија на датум 1. јул 2021. у 02:05

.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;
}

.skin-darkvector .spoiler:not(.mw-highlight),
.skin-darkvector .spoiler-example {
	border-bottom: 1px dotted white;
}