MediaWiki:Common.css: Porovnání verzí
Z WikiKnihovna
m |
m |
||
| Řádek 11: | Řádek 11: | ||
font-family: 'Work Sans', sans-serif; | font-family: 'Work Sans', sans-serif; | ||
line-height: 1.125; | line-height: 1.125; | ||
| + | margin: 0.2em 0 0.5em; | ||
} | } | ||
| Řádek 21: | Řádek 22: | ||
font-size: 1.85em; | font-size: 1.85em; | ||
display: block; | display: block; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Verze z 12. 4. 2022, 17:09
/* Zde uvedené CSS bude ovlivňovat všechny styly */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
#content h1, #content h2 {
font-family: 'Work Sans', sans-serif;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-weight: normal;
font-family: 'Work Sans', sans-serif;
line-height: 1.125;
margin: 0.2em 0 0.5em;
}
#p-logo-text a {
padding: 0.1em 1em 0.2em;
color: #000000;
font-family: 'Work Sans','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
font-weight: 500;
font-variant: small-caps;
font-size: 1.85em;
display: block;
}