« Modèle:IconButton/styles.css » : différence entre les versions
De Nefald
Autres actions
mAucun résumé des modifications Balise : Révoqué |
Annulation des modifications 4582 de Hiob (discussion) Balise : Annulation |
||
| Ligne 1 : | Ligne 1 : | ||
/* ============================================ | /* ============================================ | ||
ICON BUTTON - Boutons icônes compacts | |||
============================================ */ | ============================================ */ | ||
.icon-button { | .icon-button { | ||
width: 60px; | |||
width: | height: 60px; | ||
height: | border-radius: 8px; | ||
border-radius: | |||
overflow: hidden; | overflow: hidden; | ||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); | |||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | |||
position: relative; | position: relative; | ||
background: #6c757d; | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
margin: 4px; | |||
vertical-align: middle; | |||
} | } | ||
.icon-button:hover { | .icon-button:hover { | ||
transform: translateY(-2px); | transform: translateY(-2px) scale(1.05); | ||
box-shadow: 0 | box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); | ||
} | } | ||
.icon-button a { | .icon-button a { | ||
display: flex; | display: flex !important; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
padding: 8px !important; /* ✅ Padding sur le lien */ | |||
box-sizing: border-box; | |||
color: transparent !important; | color: transparent !important; | ||
text-decoration: none; | text-decoration: none !important; | ||
} | } | ||
.icon-button a:hover, | |||
.icon-button a:visited { | |||
color: transparent !important; | |||
} | |||
/* Conteneur d'image */ | |||
.icon-button .mw-file-description { | |||
display: flex !important; | |||
align-items: center; | |||
justify-content: center; | |||
width: 100% !important; | |||
height: 100% !important; | |||
margin: 0 !important; | |||
padding: 0 !important; /* ✅ Pas de padding ici */ | |||
} | |||
/* Image responsive */ | |||
.icon-button img { | .icon-button img { | ||
max-width: | max-width: 100% !important; | ||
max-height: | max-height: 100% !important; | ||
object-fit: contain; | width: 100% !important; /* ✅ Forcer à 100% */ | ||
height: 100% !important; | |||
object-fit: contain !important; | |||
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2)); | |||
} | |||
/* Masquer l'icône de lien externe */ | |||
.icon-button a.external::after { | |||
display: none !important; | |||
} | } | ||
/* ============================================ | /* ============================================ | ||
| Ligne 42 : | Ligne 75 : | ||
padding: 8px 16px !important; | padding: 8px 16px !important; | ||
width: auto !important; | width: auto !important; | ||
min-width: 80px | min-width: 80px; | ||
display: inline-flex !important; | |||
} | } | ||
/* | /* IMPORTANT : Réinitialiser la couleur transparente en mode texte */ | ||
.icon-button--text-mode a | .icon-button--text-mode a { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
| Ligne 53 : | Ligne 86 : | ||
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important; | text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important; | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
display: inline-flex !important; | |||
align-items: center !important; | |||
justify-content: center !important; | |||
} | |||
.icon-button--text-mode a:hover { | |||
color: #ffffff !important; | |||
} | } | ||
.icon-button--text-mode a | .icon-button--text-mode a:visited { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
| Ligne 67 : | Ligne 105 : | ||
} | } | ||
/* Masquer l'icône de lien externe */ | /* Masquer l'icône de lien externe en mode texte */ | ||
.icon-button--text-mode a.external::after { | .icon-button--text-mode a.external::after { | ||
display: none !important; | display: none !important; | ||
} | |||
.icon-button-link { | |||
display: contents; | |||
} | |||
.icon-button--text-mode .icon-button-link a { | |||
color: #ffffff !important; | |||
font-weight: 700 !important; | |||
font-size: 14px !important; | |||
} | } | ||
| Ligne 77 : | Ligne 125 : | ||
/* ========== RÉSEAUX SOCIAUX ========== */ | /* ========== RÉSEAUX SOCIAUX ========== */ | ||
.icon-button--bluesky { background: #0085ff; } /* Bluesky */ | |||
.icon-button-- | .icon-button--discord { background: #5865f2; } /* Discord */ | ||
.icon-button-- | |||
.icon-button--facebook { background: #1877f2; } /* Facebook */ | .icon-button--facebook { background: #1877f2; } /* Facebook */ | ||
.icon-button--instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); } /* Instagram */ | .icon-button--instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); } /* Instagram */ | ||
| Ligne 95 : | Ligne 136 : | ||
.icon-button--tiktok { background: #000000; } /* TikTok */ | .icon-button--tiktok { background: #000000; } /* TikTok */ | ||
.icon-button--twitch { background: #9146ff; } /* Twitch */ | .icon-button--twitch { background: #9146ff; } /* Twitch */ | ||
.icon-button--twitter { background: #1da1f2; } /* Twitter */ | |||
.icon-button--youtube { background: #ff0000; } /* YouTube */ | .icon-button--youtube { background: #ff0000; } /* YouTube */ | ||
Version du 7 février 2026 à 09:25
/* ============================================
ICON BUTTON - Boutons icônes compacts
============================================ */
.icon-button {
width: 60px;
height: 60px;
border-radius: 8px;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
background: #6c757d;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 4px;
vertical-align: middle;
}
.icon-button:hover {
transform: translateY(-2px) scale(1.05);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.icon-button a {
display: flex !important;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
padding: 8px !important; /* ✅ Padding sur le lien */
box-sizing: border-box;
color: transparent !important;
text-decoration: none !important;
}
.icon-button a:hover,
.icon-button a:visited {
color: transparent !important;
}
/* Conteneur d'image */
.icon-button .mw-file-description {
display: flex !important;
align-items: center;
justify-content: center;
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important; /* ✅ Pas de padding ici */
}
/* Image responsive */
.icon-button img {
max-width: 100% !important;
max-height: 100% !important;
width: 100% !important; /* ✅ Forcer à 100% */
height: 100% !important;
object-fit: contain !important;
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
/* Masquer l'icône de lien externe */
.icon-button a.external::after {
display: none !important;
}
/* ============================================
TEXT MODE - Affichage texte au lieu d'icône
============================================ */
.icon-button--text-mode {
padding: 8px 16px !important;
width: auto !important;
min-width: 80px;
display: inline-flex !important;
}
/* IMPORTANT : Réinitialiser la couleur transparente en mode texte */
.icon-button--text-mode a {
color: #ffffff !important;
font-weight: 700 !important;
font-size: 14px !important;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
white-space: nowrap !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}
.icon-button--text-mode a:hover {
color: #ffffff !important;
}
.icon-button--text-mode a:visited {
color: #ffffff !important;
}
/* Masquer l'icône en mode texte */
.icon-button--text-mode img,
.icon-button--text-mode .mw-file-description {
display: none !important;
}
/* Masquer l'icône de lien externe en mode texte */
.icon-button--text-mode a.external::after {
display: none !important;
}
.icon-button-link {
display: contents;
}
.icon-button--text-mode .icon-button-link a {
color: #ffffff !important;
font-weight: 700 !important;
font-size: 14px !important;
}
/* ========== COULEURS PRÉDÉFINIES ========== */
/* ========== RÉSEAUX SOCIAUX ========== */
.icon-button--bluesky { background: #0085ff; } /* Bluesky */
.icon-button--discord { background: #5865f2; } /* Discord */
.icon-button--facebook { background: #1877f2; } /* Facebook */
.icon-button--instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); } /* Instagram */
.icon-button--linkedin { background: #0077b5; } /* LinkedIn */
.icon-button--mastodon { background: #6364ff; } /* Mastodon */
.icon-button--reddit { background: #ff4500; } /* Reddit */
.icon-button--snapchat { background: #fffc00; color: #000 !important; } /* Snapchat */
.icon-button--threads { background: #000000; } /* Threads */
.icon-button--tiktok { background: #000000; } /* TikTok */
.icon-button--twitch { background: #9146ff; } /* Twitch */
.icon-button--twitter { background: #1da1f2; } /* Twitter */
.icon-button--youtube { background: #ff0000; } /* YouTube */
/* ========== HÉBERGEMENT DE CODE ========== */
.icon-button--github { background: #24292e; } /* GitHub */
.icon-button--gitlab { background: #fc6f23; } /* GitLab */
/* ========== SERVICES DE DÉVELOPPEMENT ========== */
.icon-button--codepen { background: #ffffff; } /* CodePen */
.icon-button--docker { background: #2496ed; } /* Docker */
.icon-button--gradle { background: #02303a; } /* Gradle */
.icon-button--jenkins { background: #d24939; } /* Jenkins */
.icon-button--kubernetes { background: #326ce5; } /* Kubernetes */
.icon-button--maven { background: #c71a36; } /* Maven */
.icon-button--npm { background: #cb3837; } /* NPM */
.icon-button--stackoverflow { background: #f48024; } /* Stack Overflow */
/* ========== MINECRAFT MODLOADERS ========== */
.icon-button--fabric { background: #dbd3c8; } /* Fabric */
.icon-button--forge { background: #1e2c42; } /* Forge */
.icon-button--minecraft { background: #62b47a; } /* Minecraft */
.icon-button--neoforge { background: #ff6b35; } /* NeoForge */
.icon-button--quilt { background: #8b5cf6; } /* Quilt */
/* ========== PLATEFORMES DE PLUGINS ========== */
.icon-button--bukkit { background: #f7931e; } /* Bukkit */
.icon-button--curseforge { background: #f16436; } /* CurseForge */
.icon-button--github-releases { background: #238636; } /* GitHub Releases */
.icon-button--hangar { background: #0089ff; } /* Hangar */
.icon-button--modrinth { background: #1bd96a; } /* Modrinth */
.icon-button--paper { background: #1a8cff; } /* Paper */
.icon-button--polymart { background: #2196f3; } /* Polymart */
.icon-button--purpur { background: #a855f7; } /* Purpur */
.icon-button--spigot { background: #ed8106; } /* Spigot */
/* ========== PLATEFORMES DE FINANCEMENT ========== */
.icon-button--buymeacoffee { background: #ffdd00; } /* Buy Me a Coffee */
.icon-button--helloasso { background: #4C40CF; } /* HelloAsso */
.icon-button--helloasso:hover { background: #3d3fc7; } /* HelloAsso (hover) */
.icon-button--kofi { background: #ff5e5b; } /* Ko-fi */
.icon-button--liberapay { background: #f6c915; } /* Liberapay */
.icon-button--opencollective { background: #7fadf2; } /* Open Collective */
.icon-button--patreon { background: #ff424d; } /* Patreon */
.icon-button--paypal { background: linear-gradient(135deg, #0070ba 0%, #1546a0 100%); } /* PayPal */
.icon-button--paypal:hover { background: linear-gradient(135deg, #005ea6 0%, #003087 100%); } /* PayPal (hover) */
.icon-button--qonto { background: #1d1d1dff; } /* Qonto */
/*.icon-button--qonto:hover { background: #8D8D8C; } Qonto */
.icon-button--stripe { background: #635BFF; } /* Stripe */
/* COULEURS STANDARDS */
.icon-button--primary, .icon-button--blue { background: #3366cc; }
.icon-button--secondary, .icon-button--gray, .icon-button--grey { background: #72777d; }
.icon-button--success, .icon-button--green { background: #14866d; }
.icon-button--danger, .icon-button--red { background: #d73333; }
.icon-button--warning, .icon-button--yellow { background: #fc3; }
.icon-button--info, .icon-button--cyan { background: #00b8d4; }
.icon-button--purple, .icon-button--violet { background: #6f42c1; }
.icon-button--pink { background: #d63384; }
.icon-button--orange { background: #fd7e14; }
.icon-button--teal { background: #20c997; }
.icon-button--indigo { background: #6610f2; }
.icon-button--black { background: #000; }
.icon-button--white { background: #fff; }
.icon-button--light { background: #f8f9fa; }
.icon-button--dark { background: #343a40; }