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:40] avillepreuxcss: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: 1.3em 0.3em;+
     vertical-align: bottom;     vertical-align: bottom;
 +    position: relative;
 +    margin-left: 20px;
 } }
 .wrap_dude:before { .wrap_dude:before {
Ligne 65: 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 79: Ligne 79:
     width: 16px;     width: 16px;
     height: 16px;     height: 16px;
-    margin-left: -2em;+    position: absolute; 
 +    left: -20px;
 } }
  
 </CSS> </CSS>
  • css/wrap_patch.1734021650.txt.gz
  • Dernière modification : 2024/12/12 17:40
  • de avillepreux