Template:Team:Bielefeld-Germany/css/button.css
From 2013.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
//Buttons | //Buttons | ||
- | .bigbutton: | + | |
+ | .bigbutton:hover {border: 1px dotted white;} | ||
+ | |||
+ | |||
+ | .bigbutton:hover { | ||
+ | background:-moz-linear-gradient(top, #ff6600 5%, #e67b09 100%); border-radius:5px); | ||
+ | background: -webkit-linear-gradient(top, #ff6600 5%, #e67b09 100%); border-radius:5px); | ||
+ | } | ||
+ | |||
+ | .bigbutton:active {position:relative; top:1px;} | ||
+ | |||
+ | |||
+ | .bigbutton{ | ||
width:200px; | width:200px; | ||
height:50px; | height:50px; | ||
Line 20: | Line 32: | ||
float:left;" | float:left;" | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 08:59, 26 September 2013