Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

« Modèle:SocialButton/styles.css » : différence entre les versions

De Nefald
Agrado (discussion | contributions)
Aucun résumé des modifications
Agrado (discussion | contributions)
Aucun résumé des modifications
 
(12 versions intermédiaires par le même utilisateur non affichées)
Ligne 9 : Ligne 9 :
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   gap: 14px;
   gap: 10px;


   padding: 12px 16px;
   padding: 12px 16px;
Ligne 38 : Ligne 38 :
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   gap: 10px;
   gap: 8px;
   flex-wrap: nowrap;
   flex-wrap: nowrap;
   flex: 0 0 auto;
   flex: 0 0 auto;
Ligne 79 : Ligne 79 :
/* Tailles */
/* Tailles */
.sb-icon{ width: 45px; height: 45px; }
.sb-icon{ width: 45px; height: 45px; }
.sb-btn.button-link--tiktok img{
  transform: scale(1.8);
  transform-origin: center;
}


/* Support : base */
/* Support : base */
Ligne 116 : Ligne 121 :


/* =========================================
/* =========================================
   HELLOASSO : mêmes largeurs + ultra compact à 45px
   HELLOASSO compact MAIS logo au-dessus du texte
   ========================================= */
   ========================================= */


.sb-buttons--support{
.sb-buttons--support{
   display: flex;
   display: flex;
   gap: 10px;
   gap: 8px;
   flex: 0 0 auto;
   flex: 0 0 auto;
}
}
Ligne 127 : Ligne 132 :
.sb-buttons--support .sb-btn.sb-support{
.sb-buttons--support .sb-btn.sb-support{
   flex: 0 0 auto;
   flex: 0 0 auto;
   width: 190px;          /* fixe pour éviter les variations de wrap */
   width: 140px;          /* légèrement + large pour stabiliser la colonne */
   height: 45px;
   height: 45px;
}
}
Ligne 134 : Ligne 139 :
   width: 100% !important;
   width: 100% !important;


   flex-direction: column;
  display: flex;
   flex-direction: column;     /* logo au-dessus */
   justify-content: center;
   justify-content: center;
   align-items: center;
   align-items: center;


   padding: 0 18px !important; /* un peu plus compact */
   padding: 0 12px !important; /* compact horizontal */
   gap: 3px;
   gap: 2px;


   line-height: 1;
   line-height: 1;
Ligne 145 : Ligne 151 :
}
}


/* Logo : un peu moins "zoomé" pour éviter l’écrasement */
.sb-buttons--support .sb-btn.sb-support img{
.sb-buttons--support .sb-btn.sb-support img{
   height: 18px !important;
   height: 18px !important;
   width: auto !important;
   width: auto !important;


   transform: scale(2);
   transform: scale(1.55);     /* avant ~1.9/2 : dézoom */
   transform-origin: center;
   transform-origin: center;


Ligne 156 : Ligne 163 :
}
}


/* Texte : compact et lisible */
.sb-buttons--support .sb-btn.sb-support b,
.sb-buttons--support .sb-btn.sb-support b,
.sb-buttons--support .sb-btn.sb-support strong{
.sb-buttons--support .sb-btn.sb-support strong{
  display: block;
  margin: 0 !important;
   line-height: 1;
   line-height: 1;
  margin: 0;
 
   font-size: 0.7rem;
   font-size: 0.66rem;
   font-weight: 600;
   font-weight: 600;
   white-space: nowrap;
   white-space: nowrap;
}
}
Ligne 260 : Ligne 271 :


   height: 45px;
   height: 45px;
   padding: 0 10px;              /* compact pour tenir en 1 ligne */
   padding: 0 8px;              /* compact pour tenir en 1 ligne */
   border-radius: 12px;
   border-radius: 12px;


   background: rgba(0,0,0,.05);
   background: rgba(0,0,0,.05);
   line-height: 1;
   line-height: 1;
   font-size: 0.85rem;
   font-size: 0.82rem;
}
}


Ligne 297 : Ligne 308 :
     justify-content: flex-start;
     justify-content: flex-start;
     margin-top: 6px;
     margin-top: 6px;
  }
}
/* Empêche les comportements de wrapper/scroll du skin sur la fin de ligne */
.sb-footer{
  overflow: hidden; /* au lieu de visible */
}
/* Compteurs à droite : compact et stable */
.sb-counters{
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  flex: 0 0 auto;
}
/* Style visuel compteurs */
.sb-counter{
  display: flex;
  align-items: center;
  gap: 6px;
  height: 45px;
  padding: 0 10px;
  border-radius: 12px;
  background: rgba(0,0,0,.05);
  line-height: 1;
  font-size: 0.85rem;
}
.sb-counter__num{
  font-weight: 800;
  font-size: 1.0rem;
}
.sb-counter__label{
  font-weight: 600;
  opacity: .7;
}
/* Neutralise uniquement les styles "code/copy" SI un wrapper est injecté DANS les compteurs */
.sb-counters code,
.sb-counters pre{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  font-family: inherit !important;
}
/* On évite que des décorations de lien/skin polluent les compteurs */
.sb-counters a:before,
.sb-counters a:after,
.sb-counters .external:before,
.sb-counters .external:after{
  display: none !important;
  content: none !important;
}
/* =========================================
  COMPTEURS — neutraliser le gadget/extension "copier"
  (sans toucher aux boutons)
  ========================================= */
.sb-counters{
  -webkit-user-select: none;
  user-select: none;
}
/* Si le gadget s'accroche à code/pre injectés, on les neutralise */
.sb-counters code,
.sb-counters pre,
.sb-counters kbd,
.sb-counters samp{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  font-family: inherit !important;
}
/* Certains gadgets posent un bouton via pseudo-éléments / enfants */
.sb-counters [class*="copy"],
.sb-counters .copy-button,
.sb-counters .mw-copybutton,
.sb-counters .mw-clipboard-button{
  display: none !important;
}
/* =========================================
  Séparateurs verticaux entre les 3 sections
  ========================================= */
.sb-buttons--icons,
.sb-buttons--support{
  position: relative;
}
/* barre après Réseaux */
.sb-buttons--icons::after{
  content: "";
  display: block;
  width: 2px;
  height: 36px;                /* ajuste si tu veux plus/moins haut */
  background: #000;
  border-radius: 2px;
  margin: 0 14px;              /* espace autour de la barre */
}
/* barre après HelloAsso */
.sb-buttons--support::after{
  content: "";
  display: block;
  width: 2px;
  height: 36px;
  background: #000;
  border-radius: 2px;
  margin: 0 14px;
}
/* sur mobile (wrap), on enlève pour éviter des barres perdues */
@media (max-width: 900px){
  .sb-buttons--icons::after,
  .sb-buttons--support::after{
    display: none;
   }
   }
}
}
Les témoins (''cookies'') nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de témoins.