Дополнительные действия
Oagapov (обсуждение | вклад) Нет описания правки |
Oagapov (обсуждение | вклад) Нет описания правки |
||
(не показано 11 промежуточных версий этого же участника) | |||
Строка 8: | Строка 8: | ||
} | } | ||
.CategoryTreePageBullet{ | .CategoryTreePageBullet{ | ||
Строка 30: | Строка 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;
}