MediaWiki:Hlavní strana.css: Porovnání verzí
Z Manta
založena nová stránka s textem „#toc-sidebar { display: none !important; width: 0 !important; max-width: 0 !important; padding: 0 !important; margin: 0 !important; } .col-12.row > .col-10.col { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }“ |
Bez shrnutí editace |
||
| Řádek 5: | Řádek 5: | ||
padding: 0 !important; | padding: 0 !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
background-color: pink !important; | |||
} | } | ||
| Řádek 11: | Řádek 12: | ||
max-width: 100% !important; | max-width: 100% !important; | ||
flex: 0 0 100% !important; | flex: 0 0 100% !important; | ||
background-color: yellow !important; | |||
} | } | ||
Aktuální verze z 22. 11. 2025, 10:31
#toc-sidebar {
display: none !important;
width: 0 !important;
max-width: 0 !important;
padding: 0 !important;
margin: 0 !important;
background-color: pink !important;
}
.col-12.row > .col-10.col {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
background-color: yellow !important;
}