css:wrap_patch

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
css:wrap_patch [2023/02/09 13:57] – créée 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 37: Ligne 38:
     width: 16px;     width: 16px;
     height: 16px;     height: 16px;
 +}
 +
 +/* WRAP de DUDE */
 +
 +.wrap_dude {
 +    background-color: #c76262;
 +    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: 0.5em 0;
 +}
 +span.wrap_dude {
 +    display: inline;
 +    vertical-align: bottom;
 +    position: relative;
 +    margin-left: 20px;
 +}
 +.wrap_dude:before {
 +    content: " ";
 +    background-image: url(/_media/media/dude.png);
 +    background-position: center;
 +    background-repeat: no-repeat;
 +    background-size: 100%;
 +    display: inline-block; /*
 +    border-radius: 50%;
 +    border: 1px solid #AAB; */
 +}
 +div.wrap_dude:before {
 +    width: 32px;
 +    height: 32px;
 +    position: absolute;
 +    transform: translate(-2.2em, -0.9em);
 +}
 +span.wrap_dude:before {
 +    width: 16px;
 +    height: 16px;
 +    position: absolute;
 +    left: -20px;
 } }
  
 </CSS> </CSS>
  • css/wrap_patch.1675947450.txt.gz
  • Dernière modification : 2023/02/09 13:57
  • de avillepreux