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/01 16:06] – avillepreux | css:themes:holodeck [2024/06/11 11:42] (Version actuelle) – avillepreux | ||
|---|---|---|---|
| Ligne 93: | Ligne 93: | ||
| body .btn-default { | body .btn-default { | ||
| background-color: | background-color: | ||
| - | } | ||
| - | |||
| - | img, video, iframe { | ||
| - | border-radius: | ||
| } | } | ||
| Ligne 138: | Ligne 134: | ||
| transform: translate(-21px, | transform: translate(-21px, | ||
| } | } | ||
| + | |||
| + | /* Media */ | ||
| + | |||
| + | .dw-content :is(img, video, iframe): | ||
| + | border-radius: | ||
| + | border: 3px solid currentColor; | ||
| + | border-bottom-width: | ||
| + | border-right-width: | ||
| + | border-right-style: | ||
| + | } | ||
| + | |||
| + | /* Side bars animation */ | ||
| + | |||
| + | |||
| + | .panel-body { | ||
| + | counter-reset: | ||
| + | } | ||
| + | .panel-body : | ||
| + | counter-increment: | ||
| + | content: counter(holo-index) " "; | ||
| + | margin-left: | ||
| + | position: absolute; | ||
| + | animation: holo-blink 2s infinite; | ||
| + | color: #FFFA; | ||
| + | } | ||
| + | .panel-body : | ||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | .panel-body : | ||
| + | .panel-body : | ||
| + | .panel-body : | ||
| + | .panel-body : | ||
| + | .panel-body : | ||
| + | .panel-body : | ||
| + | .panel-body : | ||
| + | .panel-body : | ||
| + | .panel-body : | ||
| + | |||
| + | @keyframes holo-blink { | ||
| + | 0%, 100% { opacity: 0; } | ||
| + | 50% { opacity: 1; } | ||
| + | } | ||
| + | |||
| + | /* Tooltips */ | ||
| + | |||
| + | body .dokuwiki .wrap_tooltip { | ||
| + | background: linear-gradient(45deg, | ||
| + | } | ||
| + | body .dokuwiki .wrap_tooltip: | ||
| + | margin-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: | ||
| + | } | ||
| + | */ | ||
| </ | </ | ||