Vorlage:Kalenderblatt/style.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (...) |
K (...) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
#kblatt a:link { | #kblatt a:link { | ||
text-decoration: none; | text-decoration:none; | ||
background-color: #00cc33 | background-color:#00cc33; | ||
padding:0 4px 1px 2px; | |||
padding:0 | margin-left:-2px; | ||
margin: | border-bottom-right-radius:2em; | ||
border-radius: | border-top-right-radius:2em; | ||
} | } | ||
#kblatt a:hover { | #kblatt a:hover { | ||
text-decoration: none; | text-decoration:none; | ||
background-color: #00ff00; | background-color:#00ff00; | ||
} | } |