Открыть меню
Toggle preferences menu
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 9 промежуточных версий этого же участника)
Строка 19: Строка 19:
.mw-indicators {
.mw-indicators {
     display: none;
     display: none;
}
[alt="wikitop.png"]{
    width:50vw;
}
p:has(>[alt="wikitop.png"]){
    display: flex;
    justify-content: center;
    align-items: center;
}
}

Текущая версия от 10:14, 11 декабря 2024

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.CategoryTreeTag{
    font-size: 12px;
}
.CategoryTreeChildren .CategoryTreeItem:first-child{

    margin-top:10px;
}

.CategoryTreePageBullet{

    display:none;

}
.CategoryTreeSection{

    margin-bottom:10px;
}
.mw-indicators {
    display: none;
}

[alt="wikitop.png"]{

    width:50vw;


}

p:has(>[alt="wikitop.png"]){

    display: flex;
    justify-content: center;
    align-items: center;

}