Template:Team:Bielefeld-Germany/css/button.css
From 2013.igem.org
(Difference between revisions)
(24 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 37: | 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