Перейти к содержанию

MediaWiki:Vector-2022.css: различия между версиями

Материал из LemonCraft Wiki
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
.skin-theme-clientpref-night .notaninfobox {
.skin-theme-clientpref-night .notaninfobox  
{
     background: rgb(30 30 30);
     background: rgb(30 30 30);
}
}


.skin-theme-clientpref-night .alternaterows tr:nth-child(even), .skin-theme-clientpref-night .infobox-rows tr:nth-child(even) {
.skin-theme-clientpref-night .alternaterows tr:nth-child(even),  
.skin-theme-clientpref-night .infobox-rows tr:nth-child(even)  
{
     background-color: #2b2b2b;
     background-color: #2b2b2b;
}
}


.skin-theme-clientpref-night .fp-section {
.skin-theme-clientpref-night .fp-section  
{
     background-color: #2c2c2c;
     background-color: #2c2c2c;
     border: 1px solid #4d4e50;
     border: 1px solid #4d4e50;
}
.skin-theme-clientpref-night .server-card
{
    background-color: #2c2c2c;
}
}

Версия от 16:57, 29 апреля 2025

.skin-theme-clientpref-night .notaninfobox 
{
    background: rgb(30 30 30);
}

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