Vorlage:Button/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) Farben an Vorlage:Stammbaum angepasst |
Alboin (Diskussion | Beiträge) Änderung 123541 von Alboin (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
||
| Zeile 1: | Zeile 1: | ||
/* Important is needed because of weird external link rules */ | |||
.tg-button > a { | .tg-button > a { | ||
border: 1px solid transparent; | border: 1px solid transparent; | ||
| Zeile 35: | Zeile 36: | ||
.tg-button.tg-button--primary > a { | .tg-button.tg-button--primary > a { | ||
color: #fff !important; | |||
background-color: #8E4A25 !important; | |||
color: # | |||
} | } | ||
.tg-button.tg-button--primary > a:hover { | .tg-button.tg-button--primary > a:hover { | ||
background-color: #8E4A25 !important; | |||
background | |||
} | } | ||
.tg-button.tg-button--primary > a:active { | .tg-button.tg-button--primary > a:active { | ||
background-color: #8E4A25 !important; | |||
background | |||
} | } | ||
.tg-button.tg-button--secondary > a { | .tg-button.tg-button--secondary > a { | ||
color: # | border-color: #8E4A25 !important; | ||
color: #8E4A25 !important; | |||
} | } | ||
.tg-button.tg-button--secondary > a:hover { | .tg-button.tg-button--secondary > a:hover { | ||
border-color: # | border-color: #8E4A25 !important; | ||
background-color: # | background-color: #8E4A25 !important; | ||
color: # | color: #fff !important; | ||
} | } | ||
.tg-button.tg-button--secondary > a:active { | .tg-button.tg-button--secondary > a:active { | ||
border-color: # | border-color: #8E4A25 !important; | ||
background-color: # | background-color: #8E4A25 !important; | ||
color: # | color: #fff !important; | ||
} | } | ||
| Zeile 79: | Zeile 75: | ||
.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:55 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;
}
.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);
}
