MediaWiki: Tweeki.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „→‎CSS placed here will affect users of the Tweeki skin: )
Markierung: Ersetzt
Zeile 1: Zeile 1:
 
/* CSS placed here will affect users of the Tweeki skin */
 
/* CSS placed here will affect users of the Tweeki skin */
$wgAllowSiteCSSOnRestrictedPages
 
 
.btn {
 
    background-color: #e8e8e8;
 
    border: 1px solid #575757;
 
    color: #575757;
 
    text-shadow: none;
 
}
 
 
/*.btn:visited {
 
    background-color: #C7105C;
 
    border: 1px solid #white;
 
    color: white; }*/
 
.btn:active {
 
    background-color: #C7105C;
 
    border: 1px solid #white;
 
    color: white; }
 
.btn:hover {
 
    background-color: #C7105C;
 
    border: 1px solid #white;
 
    color: white; }
 
.btn:focus {
 
    background-color: #C7105C;
 
    border: 1px solid #white;
 
    color: white; }
 

Version vom 2. März 2021, 02:09 Uhr

/* CSS placed here will affect users of the Tweeki skin */