Vorlage:Button/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Alboin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
||
| Zeile 36: | Zeile 36: | ||
.tg-button.tg-button--primary > a { | .tg-button.tg-button--primary > a { | ||
color: # | color: #fff !important; | ||
background-color: #8A9163 !important; | background-color: #8A9163 !important; | ||
} | } | ||
| Zeile 56: | Zeile 56: | ||
border-color: #8A9163 !important; | border-color: #8A9163 !important; | ||
background-color: #8A9163 !important; | background-color: #8A9163 !important; | ||
color: # | color: #fff !important; | ||
} | } | ||
| Zeile 62: | Zeile 62: | ||
border-color: #8A9163 !important; | border-color: #8A9163 !important; | ||
background-color: #8A9163 !important; | background-color: #8A9163 !important; | ||
color: # | color: #fff !important; | ||
} | } | ||
Version vom 16. November 2025, 13:58 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: var(--background-color-button-quiet--hover) !important;
}
.tg-button > a:active {
background-color: var(--background-color-button-quiet--active) !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: #8A9163 !important;
}
.tg-button.tg-button--primary > a:hover {
background-color: #8A9163 !important;
}
.tg-button.tg-button--primary > a:active {
background-color: #8A9163 !important;
}
.tg-button.tg-button--secondary > a {
border-color: #8A9163 !important;
color: #8A9163 !important;
}
.tg-button.tg-button--secondary > a:hover {
border-color: #8A9163 !important;
background-color: #8A9163 !important;
color: #fff !important;
}
.tg-button.tg-button--secondary > a:active {
border-color: #8A9163 !important;
background-color: #8A9163 !important;
color: #fff !important;
}
