Vorlage:LP-Button/style.css: Unterschied zwischen den Versionen

Aus dieBasis Wiki
Zur Navigation springen Zur Suche springen
K (...)
K (...)
 
Zeile 4: Zeile 4:
   word-wrap:break-word;  
   word-wrap:break-word;  
   opacity:1;  
   opacity:1;  
   transition:opacity 1.4s;   
   transition:opacity 1.2s;   
}
}
a.lp-button {
a.lp-button {

Aktuelle Version vom 25. Oktober 2022, 16:45 Uhr

span.lp-button {
  background:#f2f2f2;
  color:darkgreen;
  word-wrap:break-word; 
  opacity:1; 
  transition:opacity 1.2s;   
}
a.lp-button {
  text-decoration:none;
}
.lp-button:hover {
  opacity:0.7;
  color:#4a4949; 
  background: #fbebcd;
  text-decoration: none;  
  word-wrap:break-word;
  font-size: 106%;
}