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 16:49] – avillepreux | css:slides [2024/06/06 17:07] (Version actuelle) – avillepreux | ||
---|---|---|---|
Ligne 38: | Ligne 38: | ||
# | # | ||
{ | { | ||
- | height: 0; | + | height: 0 !important; |
- | display: none; | + | display: none !important; |
} | } | ||
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); | + | 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 224: | Ligne 224: | ||
.table, | .table, | ||
.table *, | .table *, | ||
- | .table-striped> | + | .table-striped> |
+ | |||
+ | .table > tbody > tr > td, | ||
+ | .table > tbody > tr > th, | ||
+ | .table > tfoot > tr > td, | ||
+ | .table > tfoot > tr > th, | ||
+ | .table > thead > tr > td, | ||
+ | .table > thead > tr > th { | ||
color: var(--color-text); | color: var(--color-text); | ||
background-color: | background-color: | ||
+ | line-height: | ||
+ | font-size: var(--font-size); | ||
} | } | ||
Ligne 242: | Ligne 251: | ||
body { | body { | ||
- | |||
- | --font-size: | ||
- | --background-color: | ||
- | --margin: .2em 1rem .4em 1rem; | ||
| | ||
- | --text-max-width: | ||
--txt-area-aspect-ratio: | --txt-area-aspect-ratio: | ||
+ | |||
+ | --font-size: | ||
+ | --background-color: | ||
+ | --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: |