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 23:59] – 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 67: | Ligne 69: | ||
/* Full screen button */ | /* Full screen button */ | ||
- | .wrap_fullscreen-button { | + | .wrap_fullscreen-button, |
- | | + | .wrap_window-button { |
+ | | ||
+ | left: 0px; | ||
+ | top: 0px; | ||
margin-left: | margin-left: | ||
padding: 1em; | padding: 1em; | ||
Ligne 75: | Ligne 80: | ||
text-decoration: | text-decoration: | ||
} | } | ||
- | .wrap_fullscreen-button a, .wrap_fullscreen-button a:visited { text-decoration: | + | .wrap_window-button { |
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .wrap_fullscreen-button a, .wrap_fullscreen-button a:visited, | ||
+ | .wrap_window-button a, .wrap_window-button a:visited | ||
+ | | ||
| | ||
</ | </ | ||
Ligne 94: | Ligne 105: | ||
var page = id.replace(" | var page = id.replace(" | ||
- | jQuery(this).append('< | + | jQuery(this).append('< |
}); | }); |