Vorlage:LP-Button/style.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(neu) |
K (update) |
||
Zeile 1: | Zeile 1: | ||
span.lp-button { | span.lp-button { | ||
background:#f2f2f2; | background:#f2f2f2; | ||
color: | color:darkgreen; | ||
word-wrap:break-word; | word-wrap:break-word; | ||
opacity:1; | |||
transition:opacity 1s; | |||
} | } | ||
a.lp-button { | a.lp-button { | ||
Zeile 8: | Zeile 10: | ||
} | } | ||
.lp-button:hover { | .lp-button:hover { | ||
color: #4a4949; | opacity:0.7; | ||
color:#4a4949; | |||
background: #fbebcd; | background: #fbebcd; | ||
text-decoration: none; | text-decoration: none; |