Mal andere buttons
f?r admin/includes/stylesheet.css
Code:
.button { margin: 2px; padding: 2px; text-decoration: none; color: rgb(0,0,0); background-color: rgb(167, 197, 226); border-top: 1px rgb(190, 212, 233) solid; border-left: 1px rgb(190, 212, 233) solid; border-bottom: 1px rgb(117, 160, 203) solid; border-right: 1px rgb(117, 160, 203) solid; -moz-border-radius: 5px; font: normal bold 10px/14px Tahoma; }
* html .button { padding: 2px 0pt; line-height: 14px; }
* html button.button { margin: -2px 2px; padding: 2px 0pt 0pt; line-height: 14px; }
a.button:link {padding: 2px; text-decoration: none; color: rgb(0, 0, 0); background-color: rgb(167, 197, 226); border-top: 1px #cce3ff solid; border-left: 1px #cce3ff solid; border-bottom: 1px #31557f solid; border-right: 1px #31557f solid; font-weight: bold; }
a.button:visited { padding: 2px; text-decoration: none; color: rgb(0, 0, 0); background-color: rgb(167, 197, 226); border-top: 1px #cce3ff solid; border-left: 1px #cce3ff solid; border-bottom: 1px #31557f solid; border-right: 1px #31557f solid; }
a.button:active { padding: 2px; text-decoration: none; color: rgb(0, 0, 0); background-color: rgb(167, 197, 226); border-top: 1px #cce3ff solid; border-left: 1px #cce3ff solid; border-bottom: 1px #31557f solid; border-right: 1px #31557f solid; }
a.button:hover { padding: 2px; color: white; background-color: rgb(138, 177, 216); border-top: 1px rgb(117, 160, 203) solid; border-left: 1px rgb(117, 160, 203) solid; border-bottom: 1px rgb(190, 212, 233) solid; border-right: 1px rgb(190, 212, 233) solid; }