Template:Template
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
#menu { | #menu { | ||
Line 56: | Line 55: | ||
font-size: 20px; | font-size: 20px; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | |||
+ | #downloadButton { | ||
+ | -webkit-border-radius: 0; | ||
+ | -moz-border-radius: 0; | ||
+ | border-radius: 0px; | ||
+ | font-family: Georgia; | ||
+ | color: #ffffff; | ||
+ | font-size: 20px; | ||
+ | background: #f0a30a; | ||
+ | padding: 10px 20px 10px 20px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #downloadButton:hover { | ||
+ | background: #f0a30a; | ||
+ | background-image: -webkit-linear-gradient(top, #f0a30a, #000000); | ||
+ | background-image: -moz-linear-gradient(top, #f0a30a, #000000); | ||
+ | background-image: -ms-linear-gradient(top, #f0a30a, #000000); | ||
+ | background-image: -o-linear-gradient(top, #f0a30a, #000000); | ||
+ | background-image: linear-gradient(to bottom, #f0a30a, #000000); | ||
+ | text-decoration: none; | ||
} | } | ||
Revision as of 18:51, 16 October 2014