MediaWiki:Common.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
Bez shrnutí editace |
Bez shrnutí editace |
||
| (Není zobrazeno 21 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 1: | Řádek 1: | ||
/* | /* Zákaz zalamování textu v celém stromu manuálů | ||
#p-manuals . | #p-manuals-tree .CategoryTreeItem { | ||
white-space: nowrap !important; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | } | ||
#p-manuals . | */ | ||
/* display: none; | /* 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; | |||
} | |||
*/ | |||
#left-navigation { | |||
margin-left: 14em !important; | |||
} | |||
.vector-header-container { | |||
padding-left: 14em !important; | |||
} | } | ||
Aktuální verze z 17. 2. 2026, 13:15
/* Zákaz zalamování textu v celém stromu manuálů
#p-manuals-tree .CategoryTreeItem {
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis;
}
*/
/* 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;
}
*/
#left-navigation {
margin-left: 14em !important;
}
.vector-header-container {
padding-left: 14em !important;
}