MediaWiki:Common.css: Porovnání verzí
Z Manta
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 49: | Řádek 49: | ||
#toc{ | #toc{ | ||
margin-top:2em; | margin-top:2em; | ||
border: none; | border: none; | ||
border-radius:20px; | border-radius:20px; | ||
Verze z 10. 11. 2025, 10:15
/* Zde uvedené CSS bude ovlivňovat všechny vzhledy */
.hide-toc {
display: none !important;
}
.res-img figure img {
width:100%;
height:auto;
margin:0;
}
h1,h2,h3,h4
{
font-weight:600;
}
h3 {
font-size:1.5rem;
}
h4 {
font-size:1.4rem;
}
h5 {
font-size:1.3rem;
}
.toc .tocnumber {
display: none;
}
.toc ul ul {
margin: 0 0 0 1.3em;
}
.toc li {
margin-bottom: 4px;
}
#toc-sidebar {
position: sticky;
top: 2em;
height: 100vh;
overflow-y: auto;
align-self: flex-start;
}
#toc{
margin-top:2em;
border: none;
border-radius:20px;
}
.toctogglespan {
display: none;
}
html {
scroll-behavior: smooth;
}