MediaWiki: Tweeki.css: Unterschied zwischen den Versionen
Aus wiki.climate-thinking.de
Admino (Diskussion | Beiträge) |
Admino (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* CSS placed here will affect users of the Tweeki skin */ | /* CSS placed here will affect users of the Tweeki skin */ | ||
+ | |||
+ | a.active { | ||
+ | background-color: #C7105C; | ||
+ | border: 1px solid #white; | ||
+ | color: white; } | ||
+ | |||
.btn { | .btn { | ||
background-color: #e8e8e8; | background-color: #e8e8e8; | ||
Zeile 7: | Zeile 13: | ||
} | } | ||
− | + | .btn:hover { | |
− | .btn: | ||
background-color: #C7105C; | background-color: #C7105C; | ||
border: 1px solid #white; | border: 1px solid #white; | ||
color: white; } | color: white; } | ||
− | |||
− | .btn: | + | |
+ | .btn:active{ | ||
background-color: #C7105C; | background-color: #C7105C; | ||
border: 1px solid #white; | border: 1px solid #white; | ||
color: white; } | color: white; } | ||
− | |||
− | |||
− |
Version vom 1. März 2021, 18:26 Uhr
/* CSS placed here will affect users of the Tweeki skin */
a.active {
background-color: #C7105C;
border: 1px solid #white;
color: white; }
.btn {
background-color: #e8e8e8;
border: 1px solid #575757;
color: #575757;
text-shadow: none;
}
.btn:hover {
background-color: #C7105C;
border: 1px solid #white;
color: white; }
.btn:active{
background-color: #C7105C;
border: 1px solid #white;
color: white; }