Справица:Solutions.css — разлика између измена
Пређи на навигацију
Пређи на претрагу
м (Popravka primera spoilera) |
м (Sakrij kod unutar objašnjenja) |
||
| (11 међуизмена истог корисника није приказано) | |||
| Ред 1: | Ред 1: | ||
.unhide-solutions | .unhide-solutions { | ||
text-align: center; | text-align: center; | ||
} | } | ||
.show[data-solution] .solution, .solution-example { | |||
.solution-example { | |||
border: 1px solid red; | border: 1px solid red; | ||
font-weight: bold; | font-weight: bold; | ||
| Ред 16: | Ред 14: | ||
} | } | ||
.spoiler.mw-highlight:not(.show) pre, | |||
.spoiler:not(.show) .mw-highlight pre, | |||
.spoiler:not(.show) img, | |||
.spoiler:not(.show) li.gallerybox div.thumb img { | |||
display: none; | display: none; | ||
} | } | ||
.spoiler:not(.mw-highlight):not(.show), | |||
.spoiler:not(.mw-highlight):not(.show) code, | |||
.spoiler-example { | .spoiler-example { | ||
color: transparent; | color: transparent; | ||
} | } | ||
.show .spoiler:not(.mw-highlight) { | |||
color: inherit; | |||
} | |||
.spoiler:not(.mw-highlight):not(.show) code { | |||
background-color: inherit; | background-color: inherit; | ||
border: none; | border: none; | ||
} | } | ||
.skin-darkvector .spoiler:not(.mw-highlight), .spoiler-example { | .spoiler:not(.show) a { | ||
background-image: none; | |||
/* !important neophodan zbog glupih DarkVector stilova. */ | |||
color: transparent !important; | |||
pointer-events: none; | |||
} | |||
.skin-darkvector .spoiler:not(.mw-highlight), | |||
.skin-darkvector .spoiler-example { | |||
border-bottom: 1px dotted white; | border-bottom: 1px dotted white; | ||
} | |||
/* <math> ispis se preklapa sa border-bottom */ | |||
.spoiler.show .mwe-math-element img { | |||
/* Inline CSS */ | |||
vertical-align: 0 !important; | |||
} | } | ||
Тренутна верзија на датум 27. април 2024. у 16:25
.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,
.spoiler:not(.show) .mw-highlight pre,
.spoiler:not(.show) img,
.spoiler:not(.show) li.gallerybox div.thumb img {
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 {
background-image: none;
/* !important neophodan zbog glupih DarkVector stilova. */
color: transparent !important;
pointer-events: none;
}
.skin-darkvector .spoiler:not(.mw-highlight),
.skin-darkvector .spoiler-example {
border-bottom: 1px dotted white;
}
/* <math> ispis se preklapa sa border-bottom */
.spoiler.show .mwe-math-element img {
/* Inline CSS */
vertical-align: 0 !important;
}