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:themes:holodeck [2024/06/03 13:43] – avillepreux | css:themes:holodeck [2024/06/11 11:42] (Version actuelle) – avillepreux | ||
---|---|---|---|
Ligne 186: | Ligne 186: | ||
margin-right: | margin-right: | ||
padding-right: | padding-right: | ||
+ | } | ||
+ | body { | ||
+ | overflow-x: hidden; | ||
} | } | ||
+ | |||
+ | /* TABLES */ | ||
+ | |||
+ | /* Undo */ | ||
+ | |||
+ | .table-responsive { | ||
+ | border: unset; | ||
+ | } | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table-responsive> | ||
+ | .table-responsive> | ||
+ | .table-responsive> | ||
+ | .table-responsive> | ||
+ | .table-responsive> | ||
+ | .table-responsive> | ||
+ | .table caption + thead tr: | ||
+ | .table caption + thead tr: | ||
+ | .table colgroup + thead tr: | ||
+ | .table colgroup + thead tr: | ||
+ | .table thead: | ||
+ | .table thead: | ||
+ | .table-responsive, | ||
+ | border-top: unset; | ||
+ | } | ||
+ | |||
+ | .table { | ||
+ | /* Change these properties */ | ||
+ | | ||
+ | | ||
+ | |||
+ | /* Don't change these properties */ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | } | ||
+ | |||
+ | /* Apply a border to the right of all but the last column */ | ||
+ | .table th: | ||
+ | .table td: | ||
+ | | ||
+ | } | ||
+ | |||
+ | /* Apply a border to the bottom of all but the last row */ | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | .table> | ||
+ | | ||
+ | } | ||
+ | |||
+ | /* Scrollbar */ | ||
+ | |||
+ | |||
+ | :: | ||
+ | :: | ||
+ | :: | ||
+ | :: | ||
+ | |||
+ | /* TOC */ | ||
+ | |||
+ | .toc-panel.panel-default { | ||
+ | background-color: | ||
+ | } | ||
+ | .dw-toc > nav { | ||
+ | position: absolute; | ||
+ | } | ||
+ | |||
+ | /* LCARS FOOTER | ||
+ | /* | ||
+ | footer# | ||
+ | content: ""; | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | background-image: | ||
+ | aspect-ratio: | ||
+ | background-size: | ||
+ | background-position: | ||
+ | background-repeat: | ||
+ | } | ||
+ | */ | ||
</ | </ | ||