MediaWiki:Common.css: Porovnání verzí
Z Manta
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 10: | Řádek 10: | ||
} | } | ||
h1,h2,h3,h4 | h1,h2,h3,h4 | ||
{ | { | ||
font-weight:600; | font-weight:600; | ||
} | |||
h3 { | |||
font-size:1.5rem; | |||
} | } | ||
| Řádek 19: | Řádek 23: | ||
} | } | ||
h5 { | |||
font-size:1. | font-size:1.3rem; | ||
} | } | ||
Verze z 27. 8. 2025, 10:54
/* 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;
}