Vorlage:LPE-Button/style.css

Aus dieBasis Wiki
Zur Navigation springen Zur Suche springen
span.lpe-button {
  color:green;
  word-wrap:break-word;
  opacity:1; 
  transition:opacity 1.2s; 
  outline-offset: 0px ;
}
a.lpe-button {
  text-decoration:none;
}
.lpe-button:hover {
  opacity: 0.7;
  color:#4a4949; 
  background:#fbebcd;
  outline-offset: 0px ;
  text-decoration: none;  
  word-wrap:break-word;
  font-size:106%;
  border-radius:4pt;
}