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:board [2022/02/02 00:25] – avillepreux | css:board [2023/02/14 15:44] (Version actuelle) – avillepreux | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| <CSS> | <CSS> | ||
| + | |||
| + | /* Trello-like board page. Each included sub page will be treated as a Trello column */ | ||
| .level1 { /* board */ | .level1 { /* board */ | ||
| Ligne 15: | Ligne 17: | ||
| .level1 { | .level1 { | ||
| --scrollbar-width: | --scrollbar-width: | ||
| - | --scrollbar-color: | + | --scrollbar-color: |
| --scrollbar-background-color: | --scrollbar-background-color: | ||
| } | } | ||
| Ligne 30: | Ligne 32: | ||
| border: 1px solid #c5c5c5; | border: 1px solid #c5c5c5; | ||
| border-radius: | border-radius: | ||
| - | background-color: | + | background-color: |
| padding: 0.5em; | padding: 0.5em; | ||
| height: max-content; | height: max-content; | ||
| Ligne 103: | Ligne 105: | ||
| var page = id.replace(" | var page = id.replace(" | ||
| - | jQuery(this).append('< | + | jQuery(this).append('< |
| }); | }); | ||