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

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

Страница интерфейса MediaWiki
 
Нет описания правки
 
(не показаны 23 промежуточные версии этого же участника)
Строка 2: Строка 2:
.CategoryTreeTag{
.CategoryTreeTag{
     font-size: 12px;
     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;
}
}

Текущая версия от 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;

}