Шаблон:Цвет/Спорт.css: различия между версиями

Материал из Буквицы
Перейти к навигации Перейти к поиску
м 1 версия импортирована
Буквица>Putnik
упрощение кода
Строка 1: Строка 1:
body.skin-modern .infobox-above,
.infobox-above {
body.skin-monobook .infobox-above,
body.skin-timeless .infobox-above,
body.skin-vector .infobox-above {
background: #99cc99;
background: #99cc99;
}
}


body.skin-modern .infobox-header,
.infobox-header {
body.skin-monobook .infobox-header,
body.skin-timeless .infobox-header,
body.skin-vector .infobox-header {
background: #d5efd5;
background: #d5efd5;
}
}


body.skin-modern .infobox-below,
.infobox-below {
body.skin-monobook .infobox-below,
background: var(--background-color-neutral, #eaecf0);
body.skin-timeless .infobox-below,
body.skin-vector .infobox-below {
background: #eaecf0;
}
}
@media screen {
html.skin-theme-clientpref-night .infobox-above {
background: #224422;
}
html.skin-theme-clientpref-night .infobox-header {
background: #123012;
}
}
@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .infobox-above {
background: #224422;
    }
    html.skin-theme-clientpref-os .infobox-header {
background: #123012;
    }
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */
/* [[Категория:Шаблоны:Подстраницы CSS]] */

Версия от 16:06, 29 августа 2024

.infobox-above {
	background: #99cc99;
}

.infobox-header {
	background: #d5efd5;
}

.infobox-below {
	background: var(--background-color-neutral, #eaecf0);
}

@media screen {
	html.skin-theme-clientpref-night .infobox-above {
		background: #224422;
	}
	
	html.skin-theme-clientpref-night .infobox-header {
		background: #123012;
	}
}

@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .infobox-above {
		background: #224422;
    }

    html.skin-theme-clientpref-os .infobox-header {
		background: #123012;
    }
}

/* [[Категория:Шаблоны:Подстраницы CSS]] */