Vorlage:Button/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) Änderung 123541 von Alboin (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
Alboin (Diskussion | Beiträge) Discord-Button-Einstellungen entfernt, da nicht verwendet Markierung: Manuelle Zurücksetzung |
||
| Zeile 63: | Zeile 63: | ||
background-color: #8E4A25 !important; | background-color: #8E4A25 !important; | ||
color: #fff !important; | color: #fff !important; | ||
} | } | ||
Version vom 30. November 2025, 19:59 Uhr
/* Important is needed because of weird external link rules */
.tg-button > a {
border: 1px solid transparent;
border-radius: 4px;
height: 36px;
padding: 0 1rem !important;
color: #1a1f15 !important;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
line-height: 1;
font-size: 0.875rem;
font-weight: 500;
text-decoration: none;
}
.tg-button > a:hover {
background-color: rgba(0, 0, 0, 0.07) !important;
}
.tg-button > a:active {
background-color: rgba(0, 0, 0, 0.09) !important;
}
.tg-button.tg-button--framed > a {
border-color: rgba(0, 0, 0, 0.11) !important;
}
.tg-button.tg-button--icon > a {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
font-size: 0;
gap: 0;
}
.tg-button.tg-button--primary > a {
color: #fff !important;
background-color: #8E4A25 !important;
}
.tg-button.tg-button--primary > a:hover {
background-color: #8E4A25 !important;
}
.tg-button.tg-button--primary > a:active {
background-color: #8E4A25 !important;
}
.tg-button.tg-button--secondary > a {
border-color: #8E4A25 !important;
color: #8E4A25 !important;
}
.tg-button.tg-button--secondary > a:hover {
border-color: #8E4A25 !important;
background-color: #8E4A25 !important;
color: #fff !important;
}
.tg-button.tg-button--secondary > a:active {
border-color: #8E4A25 !important;
background-color: #8E4A25 !important;
color: #fff !important;
}
