Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| info:dw_css [2018/08/31 07:40] – créée 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: | ||
| + | |||
| + | ====== Bootstrap3 Template ====== | ||
| + | |||
| + | Sur ce wiki et sur [[https:// | ||
| <code css> | <code css> | ||
| - | @media screen | + | /* |
| + | hack radeff dokuwiki theme bootstrap / darkly | ||
| + | credits https:// | ||
| + | */ | ||
| + | # | ||
| + | color: | ||
| + | white-space: | ||
| + | font-size: 1.2em; | ||
| + | font-weight: | ||
| + | } | ||
| - | /* hacks radeff */ | + | p.include_readmore |
| - | /* as I use now a dark background the color text for plugin notes has to be reversed */ | + | |
| - | .noteclassic, | + | |
| - | color: black; | + | |
| } | } | ||
| - | ... | ||
| - | </ | ||
| - | {{tag> | + | .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 { | ||
| + | float: right; | ||
| + | margin-left: | ||
| + | margin-top: 0; | ||
| + | } | ||
| + | |||
| + | div.dokuwiki div.inclmeta { | ||
| + | border-top: 1px dotted __border__; | ||
| + | padding-top: | ||
| + | color: __text_neu__; | ||
| + | font-size: 80%; | ||
| + | line-height: | ||
| + | / | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | div.dokuwiki div.inclmeta a.permalink { | ||
| + | background: transparent url(images/ | ||
| + | padding: 1px 0px 1px 16px; | ||
| + | } | ||
| + | |||
| + | div.dokuwiki div.inclmeta abbr.published { | ||
| + | background: transparent url(images/ | ||
| + | padding: 1px 0px 1px 16px; | ||
| + | border-bottom: | ||
| + | } | ||
| + | |||
| + | div.dokuwiki div.inclmeta span.author { | ||
| + | background: transparent url(images/ | ||
| + | padding: 1px 0px 1px 16px; | ||
| + | } | ||
| + | |||
| + | /* Disable the default interwiki icon for the user link (if there is any) */ | ||
| + | div.dokuwiki div.inclmeta span.author a.interwiki { | ||
| + | background: none; | ||
| + | padding: 0; | ||
| + | } | ||
| + | |||
| + | div.dokuwiki div.inclmeta span.comment { | ||
| + | background: transparent url(images/ | ||
| + | padding: 1px 0px 1px 16px; | ||
| + | } | ||
| + | |||
| + | div.dokuwiki div.inclmeta div.tags { | ||
| + | border-top: 0; | ||
| + | font-size: 100%; | ||
| + | float: right; | ||
| + | clear: none; | ||
| + | } | ||
| + | |||
| + | div.dokuwiki p.include_readmore { | ||
| + | text-align: right; | ||
| + | } | ||
| + | div.dokuwiki p.include_readmore a { | ||
| + | color: white; | ||
| + | } | ||
| + | |||
| + | </ | ||