MediaWiki:Common.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 19: | Řádek 19: | ||
#content, #footer { margin-left: 14em !important; } | #content, #footer { margin-left: 14em !important; } | ||
/* Uncollapse all CategoryTree nodes in the sidebar */ | /* Uncollapse all CategoryTree nodes in the sidebar */ | ||
. | /* Uncollapse all CategoryTree nodes in the sidebar */ | ||
.categorytree-children { | |||
display: block !important; | display: block !important; | ||
} | } | ||
. | .categorytree-toggle { | ||
display: | display: none !important; | ||
} | } | ||
Verze z 17. 2. 2026, 12:27
/* Zákaz zalamování textu v celém stromu manuálů */
#p-manuals-tree .CategoryTreeItem {
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis; /* Přidá tři tečky, pokud je text moc dlouhý */
}
/* Pokud chceš, aby se podstránky neodsazovaly tak moc doprava
#p-manuals-tree .CategoryTreeChildren {
margin-left: 10px !important;
} */
/* Zvětšení klikací plochy odkazu */
#p-manuals-tree a {
display: inline-block;
}
/* Zvetsit bocni panel */
#mw-panel { width: 14em !important; }
#content, #footer { margin-left: 14em !important; }
/* Uncollapse all CategoryTree nodes in the sidebar */
/* Uncollapse all CategoryTree nodes in the sidebar */
.categorytree-children {
display: block !important;
}
.categorytree-toggle {
display: none !important;
}