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
Ligne 62 : Ligne 62 :


   background: transparent;
   background: transparent;
   pointer-events: none; /* le fond ne capte jamais les clics */
   pointer-events: none;
}
}


Ligne 73 : Ligne 73 :
.sb-icon{ width: 45px; height: 45px; }
.sb-icon{ width: 45px; height: 45px; }


/* Soutien : largeur auto (pas full-width) */
/* Support : base */
.sb-support{
.sb-support{
   height: 45px;
   height: 45px;         /* objectif : même hauteur que les icônes */
   padding: 0;           /* padding géré sur <a> pour être sûr */
   padding: 0;
   width: auto;
   width: auto;
   flex: 0 0 auto;
   flex: 0 0 auto;
Ligne 108 : Ligne 108 :
}
}


/* HelloAsso : empiler logo + texte (logo au-dessus) */
/* =========================================
/* Conteneur bouton */
  HELLOASSO : mêmes largeurs + ultra compact à 45px
.sb-footer .sb-btn.sb-support{
  (ne touche PAS aux boutons réseaux sociaux)
  height: auto;
  ========================================= */
  min-height: 58px;          /* plus compact qu’avant */
}
 
/* Lien vertical compact */
.sb-footer .sb-btn.sb-support > a{
  width: auto !important;


  padding: 0px 10px !important;  /* ↓ moins d'air haut/bas */
/* Les 2 boutons HelloAsso ont la même largeur */
  flex-direction: column;
 
  align-items: center;
  justify-content: center;
 
  gap: 1px;                    /* ↓ espace logo/texte réduit */
  line-height: 1;              /* supprime marge fantôme inline */
}
 
/* Logo plus gros MAIS sans marge */
.sb-footer .sb-btn.sb-support img{
  width: 50px !important;      /* ↑ plus gros */
  height: 50px !important;
  transform: scale(2.1);  /* zoom interne seulement */
 
  display: block;              /* supprime espace baseline */
  margin: 0 !important;
}
/* Uniquement les boutons HelloAsso */
.sb-buttons--support{
.sb-buttons--support{
   display: flex;
   display: flex;
   gap: 10px;
   gap: 10px;
}
}
/* largeur identique pour les 2 boutons soutien */
.sb-buttons--support .sb-btn.sb-support{
.sb-buttons--support .sb-btn.sb-support{
   flex: 1 1 0;
   flex: 1 1 0;
   max-width: 190px;   /* ajuste si besoin */
   max-width: 190px;     /* ajuste si besoin */
  height: 45px;          /* verrouille la hauteur à 45px */
}
}


/* le lien occupe toute la largeur */
/* Layout vertical compact, sans padding vertical */
.sb-buttons--support .sb-btn.sb-support > a{
.sb-buttons--support .sb-btn.sb-support > a{
   width: 100% !important;
   width: 100% !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 22px !important; /* air gauche/droite, 0 en haut/bas */
  gap: 1px;
  line-height: 1;
   text-align: center;
   text-align: center;
  align-items: center;
  justify-content: center;
}
}


/* Plus d'air gauche/droite dans les boutons HelloAsso */
/* Logo HelloAsso : visuellement plus gros, sans “air” */
.sb-buttons--support .sb-btn.sb-support > a{
.sb-buttons--support .sb-btn.sb-support img{
   padding: 1px 22px !important; /* ↑ marge horizontale */
   width: 22px !important;      /* boîte image petite... */
  height: 22px !important;
  transform: scale(2.1);      /* ...mais logo zoomé 2.1 */
 
  display: block;
  margin: 0 !important;
 
  line-height: 0;              /* au cas où */
}
 
/* Texte HelloAsso : compact verticalement */
.sb-buttons--support .sb-btn.sb-support b,
.sb-buttons--support .sb-btn.sb-support strong{
  line-height: 1;
  margin: 0;
  font-size: 0.7rem;          /* garde ton réglage actuel */
  font-weight: 600;
  white-space: nowrap;
}
}


Ligne 178 : Ligne 176 :
}
}


/* Images */
/* Images icônes réseaux sociaux */
.sb-icon img{
.sb-icon img{
   width: 28px !important;
   width: 28px !important;
Ligne 187 : Ligne 185 :
}
}


.sb-support img{
/* (Sécurité) Images dans support : pas de taille globale ici,
  width: 22px !important;
  tout est piloté par le bloc HelloAsso ci-dessus */
  height: 22px !important;
  object-fit: contain;
  display: block;
  background: transparent !important;
}
 
/* Texte soutien */
.sb-support strong,
.sb-support b{
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
}


/* =========================================
/* =========================================
Ligne 243 : Ligne 228 :
   .sb-spacer{ display: none; }
   .sb-spacer{ display: none; }
   .sb-buttons{ flex-wrap: wrap; }
   .sb-buttons{ flex-wrap: wrap; }
}
/* Taille du texte UNIQUEMENT dans boutons HelloAsso */
.sb-footer .sb-support b,
.sb-footer .sb-support strong{
  font-size: 0.7rem;  /* ajuste : 0.8–0.9 idéal */
  font-weight: 600;    /* un peu moins gras = plus compact visuellement */
}
}

Version du 5 février 2026 à 10:43

/* =========================================
   BANDEAU FOOTER SOCIAL
   ========================================= */

.sb-footer{
  width: 100%;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  gap: 14px;

  padding: 14px 16px;
  border-radius: 12px;

  background: transparent;
  box-shadow: none;
  overflow: visible;
}

/* Titres */
.sb-title{
  color: #000 !important;
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}

/* Spacer */
.sb-spacer{ flex: 1 1 auto; }

/* Groupes */
.sb-buttons{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

/* =========================================
   BOUTONS (fond garanti via :before)
   ========================================= */

.sb-footer .sb-btn{
  position: relative;
  border-radius: 12px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 2px 8px rgba(0,0,0,.10);
  transition: all .3s cubic-bezier(.4,0,.2,1);
}

.sb-footer .sb-btn:before{
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;

  background: transparent;
  pointer-events: none;
}

.sb-footer .sb-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,.20);
}

/* Tailles */
.sb-icon{ width: 45px; height: 45px; }

/* Support : base */
.sb-support{
  height: 45px;          /* objectif : même hauteur que les icônes */
  padding: 0;
  width: auto;
  flex: 0 0 auto;
}

/* =========================================
   Lien plein bouton, au-dessus du fond
   ========================================= */

.sb-footer .sb-btn > a{
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;
  height: 100%;

  margin: 0 !important;
  padding: 0 !important;

  color: #fff !important;
  text-decoration: none !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================================
   HELLOASSO : mêmes largeurs + ultra compact à 45px
   (ne touche PAS aux boutons réseaux sociaux)
   ========================================= */

/* Les 2 boutons HelloAsso ont la même largeur */
.sb-buttons--support{
  display: flex;
  gap: 10px;
}
.sb-buttons--support .sb-btn.sb-support{
  flex: 1 1 0;
  max-width: 190px;      /* ajuste si besoin */
  height: 45px;          /* verrouille la hauteur à 45px */
}

/* Layout vertical compact, sans padding vertical */
.sb-buttons--support .sb-btn.sb-support > a{
  width: 100% !important;

  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 0 22px !important; /* air gauche/droite, 0 en haut/bas */
  gap: 1px;

  line-height: 1;
  text-align: center;
}

/* Logo HelloAsso : visuellement plus gros, sans “air” */
.sb-buttons--support .sb-btn.sb-support img{
  width: 22px !important;      /* boîte image petite... */
  height: 22px !important;
  transform: scale(2.1);       /* ...mais logo zoomé 2.1 */

  display: block;
  margin: 0 !important;

  line-height: 0;              /* au cas où */
}

/* Texte HelloAsso : compact verticalement */
.sb-buttons--support .sb-btn.sb-support b,
.sb-buttons--support .sb-btn.sb-support strong{
  line-height: 1;
  margin: 0;
  font-size: 0.7rem;           /* garde ton réglage actuel */
  font-weight: 600;
  white-space: nowrap;
}

/* =========================================
   Neutraliser wrappers MediaWiki (fichiers)
   ========================================= */

.sb-footer .sb-btn .mw-file-description,
.sb-footer .sb-btn .mw-file-element,
.sb-footer .sb-btn .mw-file-description a,
.sb-footer .sb-btn .mw-file-element a{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Images icônes réseaux sociaux */
.sb-icon img{
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
  display: block;
  background: transparent !important;
}

/* (Sécurité) Images dans support : pas de taille globale ici,
   tout est piloté par le bloc HelloAsso ci-dessus */

/* =========================================
   Supprimer icônes externes (skins)
   ========================================= */

.sb-footer a:after,
.sb-footer a:before,
.sb-footer a.external:after,
.sb-footer a.external:before{
  display: none !important;
  content: none !important;
}

.sb-footer a.external{
  background-image: none !important;
  padding-right: 0 !important;
}

/* =========================================
   COULEURS (fond via :before)
   ========================================= */

.sb-footer .sb-btn.button-link--discord:before   { background: #5865f2; }
.sb-footer .sb-btn.button-link--twitter:before   { background: #1da1f2; }
.sb-footer .sb-btn.button-link--instagram:before {
  background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.sb-footer .sb-btn.button-link--tiktok:before    { background: #000; }
.sb-footer .sb-btn.button-link--helloasso:before { background: #5a2ca0; }

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 900px){
  .sb-footer{
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .sb-spacer{ display: none; }
  .sb-buttons{ flex-wrap: wrap; }
}
Les témoins (''cookies'') nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de témoins.