MediaWiki:Vector-2022.css: различия между версиями
Внешний вид
Spark108 (обсуждение | вклад) Нет описания правки |
Spark108 (обсуждение | вклад) Нет описания правки |
||
(не показано 5 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
.skin-theme-clientpref-night .notaninfobox | .skin-theme-clientpref-night .notaninfobox | ||
{ | { | ||
background: rgb(30 30 30); | background: rgb(30 30 30) !important; | ||
} | } | ||
Строка 26: | Строка 26: | ||
} | } | ||
.skin-theme-clientpref-night body.ns-0 *.ubox, | |||
.skin-theme-clientpref-night body.ns-10000 *.ubox, | |||
.skin-theme-clientpref-night body.ns-10002 *.ubox, | |||
.skin-theme-clientpref-night .ambox | |||
{ | { | ||
background-color: #101418; | background-color: #101418; | ||
} | |||
.skin-theme-clientpref-night .staff-fancy-box { | |||
background-color: #161616; | |||
box-shadow: 0 4px 12px rgb(193 193 193 / 30%); | |||
border: 1px #6c6c6c solid; | |||
} | |||
.skin-theme-clientpref-night .staff-section-title.staff-tight { | |||
background: linear-gradient(to right, #1a1a1a, #9f5d5de3); | |||
color: #000000; | |||
} | |||
.skin-theme-clientpref-night .staff-section-title.staff-tight a { | |||
color: #ffffff; | |||
} | |||
.skin-theme-clientpref-night .staff-container | |||
{ | |||
background-color: var(--color-inverted); | |||
} | } |
Текущая версия от 20:00, 2 мая 2025
.skin-theme-clientpref-night .notaninfobox
{
background: rgb(30 30 30) !important;
}
.skin-theme-clientpref-night .alternaterows tr:nth-child(even),
.skin-theme-clientpref-night .infobox-rows tr:nth-child(even)
{
background-color: #2b2b2b;
}
.skin-theme-clientpref-night .fp-section
{
background-color: #2c2c2c;
border: 1px solid #4d4e50;
}
.skin-theme-clientpref-night .server-card
{
background-color: #2c2c2c;
}
.skin-theme-clientpref-night .wikiEditor-ui-text textarea
{
background-color: black;
}
.skin-theme-clientpref-night body.ns-0 *.ubox,
.skin-theme-clientpref-night body.ns-10000 *.ubox,
.skin-theme-clientpref-night body.ns-10002 *.ubox,
.skin-theme-clientpref-night .ambox
{
background-color: #101418;
}
.skin-theme-clientpref-night .staff-fancy-box {
background-color: #161616;
box-shadow: 0 4px 12px rgb(193 193 193 / 30%);
border: 1px #6c6c6c solid;
}
.skin-theme-clientpref-night .staff-section-title.staff-tight {
background: linear-gradient(to right, #1a1a1a, #9f5d5de3);
color: #000000;
}
.skin-theme-clientpref-night .staff-section-title.staff-tight a {
color: #ffffff;
}
.skin-theme-clientpref-night .staff-container
{
background-color: var(--color-inverted);
}