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:26] 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 42: Ligne 43:
  
 .wrap_dude { .wrap_dude {
-    background-color: #e6cccc;+    background-color: #c76262;
     box-shadow: 0 0 3px 2px #00000017;     box-shadow: 0 0 3px 2px #00000017;
 +    color: white;
 +    a, a:hover { color: #00FFFF; }
 } }
 div.wrap_dude { div.wrap_dude {
Ligne 52: 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 61: 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%;
-    border: 1px solid #AAB;+    border: 1px solid #AAB; */
 } }
 div.wrap_dude:before { div.wrap_dude:before {
-    width: 24px+    width: 32px
-    height: 24px;+    height: 32px;
     position: absolute;     position: absolute;
     transform: translate(-2.2em, -0.9em);     transform: translate(-2.2em, -0.9em);
Ligne 75: Ligne 79:
     width: 16px;     width: 16px;
     height: 16px;     height: 16px;
 +    position: absolute;
 +    left: -20px;
 } }
  
 </CSS> </CSS>
  • css/wrap_patch.1734020805.txt.gz
  • Dernière modification : 2024/12/12 17:26
  • de avillepreux