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:wrap_patch [2024/12/12 17:40] – avillepreux | css:wrap_patch [2024/12/19 15:19] (Version actuelle) – avillepreux | ||
---|---|---|---|
Ligne 46: | Ligne 46: | ||
box-shadow: 0 0 3px 2px #00000017; | box-shadow: 0 0 3px 2px #00000017; | ||
color: white; | color: white; | ||
+ | a, a:hover { color: #00FFFF; } | ||
} | } | ||
div.wrap_dude { | div.wrap_dude { | ||
Ligne 54: | Ligne 55: | ||
} | } | ||
span.wrap_dude { | span.wrap_dude { | ||
- | display: inline-flex; | + | display: inline; |
- | gap: 0.3em; | + | |
- | padding: 0 .3em 0 0.7em; | + | |
- | margin-inline: | + | |
vertical-align: | vertical-align: | ||
+ | position: relative; | ||
+ | margin-left: | ||
} | } | ||
.wrap_dude: | .wrap_dude: | ||
Ligne 65: | Ligne 65: | ||
background-position: | background-position: | ||
background-repeat: | background-repeat: | ||
- | background-size: | + | background-size: |
display: inline-block; | display: inline-block; | ||
border-radius: | border-radius: | ||
Ligne 79: | Ligne 79: | ||
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; | ||
- | | + | |
+ | | ||
} | } | ||
</ | </ |