Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| css:wrap_patch [2023/02/09 13:57] – créée avillepreux | css:wrap_patch [2024/12/19 15:19] (Version actuelle) – avillepreux | ||
|---|---|---|---|
| Ligne 17: | Ligne 17: | ||
| gap: 0.3em; | gap: 0.3em; | ||
| padding: 0 0.3em; | padding: 0 0.3em; | ||
| + | vertical-align: | ||
| } | } | ||
| .wrap_patch: | .wrap_patch: | ||
| Ligne 37: | Ligne 38: | ||
| width: 16px; | width: 16px; | ||
| height: 16px; | height: 16px; | ||
| + | } | ||
| + | |||
| + | /* WRAP de DUDE */ | ||
| + | |||
| + | .wrap_dude { | ||
| + | background-color: | ||
| + | box-shadow: 0 0 3px 2px #00000017; | ||
| + | color: white; | ||
| + | a, a:hover { color: #00FFFF; } | ||
| + | } | ||
| + | div.wrap_dude { | ||
| + | border: 1px solid #bcc1c900; | ||
| + | padding: 0.5em 1em 0 1.5em; | ||
| + | margin: 0 0 0.5em 0; | ||
| + | border-radius: | ||
| + | } | ||
| + | span.wrap_dude { | ||
| + | display: inline; | ||
| + | vertical-align: | ||
| + | position: relative; | ||
| + | margin-left: | ||
| + | } | ||
| + | .wrap_dude: | ||
| + | content: " "; | ||
| + | background-image: | ||
| + | background-position: | ||
| + | background-repeat: | ||
| + | background-size: | ||
| + | display: inline-block; | ||
| + | border-radius: | ||
| + | border: 1px solid #AAB; */ | ||
| + | } | ||
| + | div.wrap_dude: | ||
| + | width: 32px; | ||
| + | height: 32px; | ||
| + | position: absolute; | ||
| + | transform: translate(-2.2em, | ||
| + | } | ||
| + | span.wrap_dude: | ||
| + | width: 16px; | ||
| + | height: 16px; | ||
| + | position: absolute; | ||
| + | left: -20px; | ||
| } | } | ||
| </ | </ | ||