Template:Team:Bielefeld-Germany/css/button.css
From 2013.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
//Buttons | //Buttons | ||
- | .bigbutton | + | .bigbutton{ |
- | + | width:200px; | |
+ | height:50px; | ||
+ | border-radius:5px; | ||
+ | background:-moz-linear-gradient(top, #e67b09 5%, #ff6600 100%); | ||
+ | background:-webkit-linear-gradient(top, #ff6600 5%, #e67b09 100%); | ||
+ | color:white; | ||
+ | text-align:center; | ||
+ | vertical-align:middle; | ||
+ | line-height:50px; | ||
+ | font-size:2.0em; | ||
+ | font-weight:normal; | ||
+ | font-variant:small-caps; | ||
+ | box-shadow:1px 1px 2px 1px grey; | ||
+ | float:left;" | ||
} | } | ||
+ | |||
.bigbutton:hover {border: 1px dotted white;} | .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;} | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 08:55, 26 September 2013