Šablona:Dokumentace/styles.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
dark mode |
m naimportována 1 revize |
||
(Žádný rozdíl)
| |||
Aktuální verze z 9. 1. 2026, 15:36
.template-documentation {
background-color: #ffe;
color: var(--color-base, #202122);
border: 1px solid #a2a9b1;
clear: both;
margin-top: 1em;
padding: .2em .4em;
}
/* Podle https://www.mediawiki.org/wiki/Recommendations_for_night_mode_compatibility_on_Wikimedia_wikis */
@media screen {
html.skin-theme-clientpref-night .template-documentation {
background-color: var(--background-color-warning-subtle, #fdf2d5);
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .template-documentation {
background-color: var(--background-color-warning-subtle, #fdf2d5);
}
}
.template-documentation-sandbox-note {
width: 100%;
text-align: right;
}
/*[[Kategorie:Šablony:Části šablon]]*/