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/01 20:55] – 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 57: | Ligne 59: | ||
| .level1 .section_highlight{ vertical-align: | .level1 .section_highlight{ vertical-align: | ||
| - | .dw-content> | + | .dw-content> |
| transform: rotateX(180deg); | transform: rotateX(180deg); | ||
| } | } | ||
| | | ||
| - | .dw-content> | + | .dw-content> |
| transform: rotateX(180deg); | transform: rotateX(180deg); | ||
| } | } | ||
| + | | ||
| + | /* Full screen button */ | ||
| + | |||
| + | .wrap_fullscreen-button, | ||
| + | .wrap_window-button { | ||
| + | position: absolute; | ||
| + | left: 0px; | ||
| + | top: 0px; | ||
| + | margin-left: | ||
| + | padding: 1em; | ||
| + | font-weight: | ||
| + | font-size: 1.5em; | ||
| + | text-decoration: | ||
| + | } | ||
| + | .wrap_window-button { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | .wrap_fullscreen-button a, .wrap_fullscreen-button a:visited, | ||
| + | .wrap_window-button a, .wrap_window-button a: | ||
| + | { text-decoration: | ||
| | | ||
| </ | </ | ||
| Ligne 82: | Ligne 105: | ||
| var page = id.replace(" | var page = id.replace(" | ||
| - | jQuery(this).append('< | + | jQuery(this).append('< |
| }); | }); | ||