MediaWiki: Tweeki.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
Zeile 17: Zeile 17:
 
      
 
      
 
}
 
}
.btn:focus{
+
 
 +
.btn:focus:hover:active {
 
     background-color: #C7105C;
 
     background-color: #C7105C;
 
     border: 1px solid #white;
 
     border: 1px solid #white;
 
     color: white; }
 
     color: white; }
.btn:hover {
 
    background-color: #C7105C;
 
    border: 1px solid #white;
 
    color: white; }
 
 
.btn:active  {
 
    color: #C7105C;
 
}
 

Version vom 1. März 2021, 18:39 Uhr

/* CSS placed here will affect users of the Tweeki skin */
a:link, a:visited {

  color: #C7105C;
 
}

a:hover, a:active {
  color: #C7105C;
}

.btn {
    background-color: #e8e8e8;
    border: 1px solid #575757;
    color: #575757;
    text-shadow: none;
    
}

.btn:focus:hover:active {
    background-color: #C7105C;
    border: 1px solid #white;
    color: white; }