Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
css:slides [2024/06/06 17:00] – avillepreux | css:slides [2024/06/06 17:07] (Version actuelle) – avillepreux | ||
---|---|---|---|
Ligne 154: | Ligne 154: | ||
} | } | ||
- | .h1, h1 { font-size: var(--font-size-h1, | + | .h1, h1 { font-size: var(--font-size-h1, |
- | .h2, h2 { font-size: var(--font-size-h2, | + | .h2, h2 { font-size: var(--font-size-h2, |
.h3, h3, | .h3, h3, | ||
.h4, h4, | .h4, h4, | ||
Ligne 162: | Ligne 162: | ||
ul, p { font-size: var(--font-size, | ul, p { font-size: var(--font-size, | ||
- | .wrap_txt :is(.h1, h1) { margin: var(--margin-h1, | + | .wrap_txt :is(.h1, h1) { margin: var(--margin-h1, |
- | .wrap_txt :is(.h2, h2) { margin: var(--margin-h2, | + | .wrap_txt :is(.h2, h2) { margin: var(--margin-h2, |
.wrap_txt :is(.h3, h3, | .wrap_txt :is(.h3, h3, | ||
.h4, h4, | .h4, h4, | ||
.h5, h5, | .h5, h5, | ||
.h6, h6, | .h6, h6, | ||
- | | + | |
.wrap_txt { | .wrap_txt { | ||
Ligne 192: | Ligne 192: | ||
} | } | ||
- | body { | + | html, body { |
font-size: min(3vw, 3vh) !important; | font-size: min(3vw, 3vh) !important; | ||
} | } | ||
Ligne 216: | Ligne 216: | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; | ||
- | bottom: .2em; | + | bottom: .2rem; |
left: 50%; | left: 50%; | ||
} | } | ||
Ligne 254: | Ligne 254: | ||
--txt-area-aspect-ratio: | --txt-area-aspect-ratio: | ||
- | --font-size: | + | --font-size: |
--background-color: | --background-color: | ||
- | --margin: .2em 1rem .4em 1rem; | + | --margin: .2rem 1rem .4rem 1rem; |
--color-h1: var(--color-theme, | --color-h1: var(--color-theme, | ||
- | --font-size-h1: | + | --font-size-h1: |
- | --margin-h1: | + | --margin-h1: |
--text-h1: uppercase; | --text-h1: uppercase; | ||
--text-border-h1: | --text-border-h1: | ||
--color-h2: black; | --color-h2: black; | ||
- | --font-size-h2: | + | --font-size-h2: |
- | --margin-h2: | + | --margin-h2: |
--text-h2: normal; | --text-h2: normal; | ||
--text-border-h2: | --text-border-h2: |