Vorlage:Button/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Alboin (Diskussion | Beiträge) Farben an Vorlage:Stammbaum angepasst |
||
| Zeile 1: | Zeile 1: | ||
.tg-button > a { | .tg-button > a { | ||
border: 1px solid transparent; | border: 1px solid transparent; | ||
| Zeile 36: | Zeile 35: | ||
.tg-button.tg-button--primary > a { | .tg-button.tg-button--primary > a { | ||
border: 1px solid #8A9163; | |||
border-radius: 4px; | |||
background: #FFFFFF !important; | |||
color: #8A9163 !important; | |||
} | } | ||
.tg-button.tg-button--primary > a:hover { | .tg-button.tg-button--primary > a:hover { | ||
background | border: 1px solid #8A9163; | ||
background: #FFFFFF !important; | |||
color: #8A9163 !important; | |||
} | } | ||
.tg-button.tg-button--primary > a:active { | .tg-button.tg-button--primary > a:active { | ||
background | border: 1px solid #8A9163; | ||
background: #FFFFFF !important; | |||
color: #8A9163 !important; | |||
} | } | ||
.tg-button.tg-button--secondary > a { | .tg-button.tg-button--secondary > a { | ||
color: #8A9163 !important; | |||
} | } | ||
.tg-button.tg-button--secondary > a:hover { | .tg-button.tg-button--secondary > a:hover { | ||
border-color: # | border-color: #8A9163; | ||
background-color: # | background-color: #FFFFFF !important; | ||
color: # | color: #8A9163; | ||
} | } | ||
.tg-button.tg-button--secondary > a:active { | .tg-button.tg-button--secondary > a:active { | ||
border-color: # | border-color: #8A9163 !important; | ||
background-color: # | background-color: #FFFFFF !important; | ||
color: # | color: #8A9163 !important; | ||
} | } | ||
| Zeile 75: | Zeile 79: | ||
.tg-button.tg-mainpage-social-discord > a:hover { | .tg-button.tg-mainpage-social-discord > a:hover { | ||
background: #8891f2 !important | background: #8891f2 !important; | ||
} | } | ||
.tg-button.tg-mainpage-social-discord > a:active { | .tg-button.tg-mainpage-social-discord > a:active { | ||
background: #3442d9 !important | background: #3442d9 !important; | ||
} | } | ||
Version vom 30. November 2025, 19:50 Uhr
.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 {
border: 1px solid #8A9163;
border-radius: 4px;
background: #FFFFFF !important;
color: #8A9163 !important;
}
.tg-button.tg-button--primary > a:hover {
border: 1px solid #8A9163;
background: #FFFFFF !important;
color: #8A9163 !important;
}
.tg-button.tg-button--primary > a:active {
border: 1px solid #8A9163;
background: #FFFFFF !important;
color: #8A9163 !important;
}
.tg-button.tg-button--secondary > a {
color: #8A9163 !important;
}
.tg-button.tg-button--secondary > a:hover {
border-color: #8A9163;
background-color: #FFFFFF !important;
color: #8A9163;
}
.tg-button.tg-button--secondary > a:active {
border-color: #8A9163 !important;
background-color: #FFFFFF !important;
color: #8A9163 !important;
}
.tg-mainpage-social-discord {
margin-top: 0.5rem;
}
.tg-button.tg-mainpage-social-discord > a {
color: #fff !important;
background: #5865F2 !important;
}
.tg-button.tg-mainpage-social-discord > a:hover {
background: #8891f2 !important;
}
.tg-button.tg-mainpage-social-discord > a:active {
background: #3442d9 !important;
}
.tg-mainpage-social-discord img {
filter: invert(1);
}
