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 | ||
| info:dw_css [2018/10/06 11:22] – radeff | info:dw_css [2026/04/07 10:16] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. 141.94.194.132 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== | ====== | ||
| + | |||
| + | <note important> | ||
| https:// | https:// | ||
| Ligne 6: | Ligne 8: | ||
| / | / | ||
| + | | ||
| + | Suffit de lancer l' | ||
| + | |||
| + | / | ||
| ex. de mes hacks: | ex. de mes hacks: | ||
| - | ===== sur ce wiki ===== | + | ====== |
| + | |||
| + | Sur ce wiki et sur [[https:// | ||
| <code css> | <code css> | ||
| + | /* | ||
| + | hack radeff dokuwiki theme bootstrap / darkly | ||
| + | credits https:// | ||
| + | */ | ||
| + | # | ||
| + | color: | ||
| + | white-space: | ||
| + | font-size: 1.2em; | ||
| + | font-weight: | ||
| + | } | ||
| + | |||
| + | p.include_readmore a.wikilink1.btn.btn-default.btn-xs { | ||
| + | font-size: 2em; | ||
| + | } | ||
| + | |||
| + | .dokuwiki button { | ||
| + | vertical-align: | ||
| + | background-color: | ||
| + | color: black; | ||
| + | } | ||
| + | |||
| + | .notetip { | ||
| + | background-color: | ||
| + | } | ||
| + | .notetip ul li a, .notetip a, .noteimportant { | ||
| + | color: brown; | ||
| + | } | ||
| + | |||
| + | .noteclassic, | ||
| + | color: black; | ||
| + | } | ||
| + | .noteclassic a, .notewarning a, .noteimportant a | ||
| + | { | ||
| + | color: navy; | ||
| + | } | ||
| + | |||
| + | .tagstop { | ||
| + | position: absolute; | ||
| + | bottom: 1px; | ||
| + | right: 1em; | ||
| + | height: 50px; | ||
| + | } | ||
| + | /* | ||
| + | .tagstop { | ||
| + | padding: 1em; | ||
| + | position: relative; | ||
| + | top: 2em; | ||
| + | background-color: | ||
| + | border-coldisplay: | ||
| + | font-weight: | ||
| + | text-align: center; | ||
| + | white-space: | ||
| + | vertical-align: | ||
| + | border-radius: | ||
| + | overflow: hidden; | ||
| + | } | ||
| + | */ | ||
| + | |||
| + | html.js body.darkly.dokuwiki.mode_show.tpl_bootstrap3.loggedIn.dw-page-on-panel div# | ||
| + | color: navy; | ||
| + | } | ||
| + | |||
| + | a, h1, h2 | ||
| + | { | ||
| + | color: snow; | ||
| + | } | ||
| + | |||
| + | p { | ||
| + | color: lightgrey; | ||
| + | } | ||
| + | |||
| + | .tagstop: | ||
| + | | ||
| + | } | ||
| + | .tagstop { | ||
| + | /*color: #212529;*/ | ||
| + | padding: 1em; | ||
| + | position: relative; top: 2em; | ||
| + | background-color: | ||
| + | border-coldisplay: | ||
| + | font-weight: | ||
| + | text-align: center; | ||
| + | white-space: | ||
| + | vertical-align: | ||
| + | border-radius: | ||
| + | overflow: | ||
| + | } | ||
| + | |||
| + | .tagstop a { | ||
| + | color: white; | ||
| + | } | ||
| + | |||
| + | a.wikilink1 { | ||
| + | text-decoration: | ||
| + | } | ||
| + | |||
| div.dokuwiki div.plugin_include_content div.secedit { | div.dokuwiki div.plugin_include_content div.secedit { | ||
| float: right; | float: right; | ||
| Ligne 64: | Ligne 169: | ||
| text-align: right; | text-align: right; | ||
| } | } | ||
| - | /*hack radeff lire la suite */ | + | div.dokuwiki |
| - | p.include_readmore a.wikilink1.btn.btn-default.btn-xs | + | color: |
| - | | + | |
| - | } | + | |
| - | + | ||
| - | .dokuwiki button { | + | |
| - | vertical-align: | + | |
| - | background-color: | + | |
| - | | + | |
| } | } | ||
| </ | </ | ||