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 */ | ||
+ | .btn { | ||
+ | background-color: transparent; | ||
+ | border: 1px solid #575757; | ||
+ | color: #575757; | ||
+ | |||
+ | } | ||
+ | |||
+ | .btn:hover { | ||
+ | background-color: #C7105C; | ||
+ | border: 1px solid #white; | ||
+ | color: white; } |
Version vom 28. Februar 2021, 17:19 Uhr
/* CSS placed here will affect users of the Tweeki skin */
.btn {
background-color: transparent;
border: 1px solid #575757;
color: #575757;
}
.btn:hover {
background-color: #C7105C;
border: 1px solid #white;
color: white; }