Template:Team:Bielefeld-Germany/css/button.css
From 2013.igem.org
(Difference between revisions)
(28 intermediate revisions not shown) | |||
Line 5: | Line 5: | ||
- | .bigbutton:hover { | + | .bigbutton a{display: table-cell; vertical-align: middle; padding-left:10px; padding-right:10px;} |
- | + | .bigbutton a:link{color:white; text-decoration:none; font-weight:normal;} | |
+ | .bigbutton a:visited {color:white; text-decoration:none; font-weight:normal;} | ||
+ | .bigbutton a:focus {color:white; text-decoration:none; font-weight:normal;} | ||
+ | .bigbutton a:hover {color:white; text-decoration:none; font-weight:normal;} | ||
+ | .bigbutton a:active {color:white; text-decoration:none; font-weight:normal;} | ||
.bigbutton:hover { | .bigbutton:hover { | ||
Line 13: | Line 17: | ||
} | } | ||
- | .bigbutton:active {position:relative; top:1px;} | + | .bigbutton:active { |
+ | position:relative; top:1px; | ||
+ | box-shadow:1px 1px 2px 0px grey; | ||
+ | } | ||
Line 22: | Line 29: | ||
background:-moz-linear-gradient(top, #e67b09 5%, #ff6600 100%); | background:-moz-linear-gradient(top, #e67b09 5%, #ff6600 100%); | ||
- | |||
background:-webkit-gradient(linear, left top, left bottom, color-stop(5%,#e67b09), color-stop(100%,#ff6600)); | background:-webkit-gradient(linear, left top, left bottom, color-stop(5%,#e67b09), color-stop(100%,#ff6600)); | ||
- | |||
background: -webkit-linear-gradient(top, #e67b09 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */ | background: -webkit-linear-gradient(top, #e67b09 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */ | ||
background: -o-linear-gradient(top, #e67b09 0%,#ff6600 100%); /* Opera 11.10+ */ | background: -o-linear-gradient(top, #e67b09 0%,#ff6600 100%); /* Opera 11.10+ */ | ||
Line 39: | Line 44: | ||
box-shadow:1px 1px 2px 1px grey; | box-shadow:1px 1px 2px 1px grey; | ||
float:left;" | float:left;" | ||
+ | display:table; | ||
+ | |||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 09:29, 27 September 2013