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

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

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


    margin-top:5px;
    text-decoration: underline;
    color:black;
}
}

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

}