css:wrap_patch

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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:34] avillepreuxcss: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: bottom;
 } }
 .wrap_patch:before { .wrap_patch:before {
Ligne 45: 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 53: Ligne 55:
 } }
 span.wrap_dude { span.wrap_dude {
-    display: inline-flex+    display: inline
-    gap0.3em+    vertical-align: bottom
-    padding0 0.3em;+    positionrelative
 +    margin-left20px;
 } }
 .wrap_dude:before { .wrap_dude:before {
Ligne 62: Ligne 65:
     background-position: center;     background-position: center;
     background-repeat: no-repeat;     background-repeat: no-repeat;
-    background-size: 105%;+    background-size: 100%;
     display: inline-block; /*     display: inline-block; /*
     border-radius: 50%;     border-radius: 50%;
Ligne 76: Ligne 79:
     width: 16px;     width: 16px;
     height: 16px;     height: 16px;
 +    position: absolute;
 +    left: -20px;
 } }
  
 </CSS> </CSS>
  • css/wrap_patch.1734021279.txt.gz
  • Dernière modification : 2024/12/12 17:34
  • de avillepreux