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 10:08] – avillepreux | css:themes:holodeck [2024/06/11 11:42] (Version actuelle) – avillepreux | ||
---|---|---|---|
Ligne 136: | Ligne 136: | ||
/* Media */ | /* Media */ | ||
- | dw-content :is(img, video, iframe) { | + | |
+ | .dw-content :is(img, video, iframe):not(.icon) { | ||
border-radius: | border-radius: | ||
border: 3px solid currentColor; | border: 3px solid currentColor; | ||
Ligne 143: | Ligne 144: | ||
border-right-style: | 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: | ||
+ | } | ||
+ | */ | ||
</ | </ | ||