Template:Template
From 2014.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 14: | Line 14: | ||
text-align: center !important; | text-align: center !important; | ||
position: relative; | position: relative; | ||
+ | z-index: 9999; | ||
} | } | ||
Line 115: | Line 116: | ||
.downloadButton { | .downloadButton { | ||
- | border-radius: | + | width: 150px; |
+ | border-radius: 20px 20px 20px 20px; | ||
border: 0px !important; | border: 0px !important; | ||
font-family: PTSans; | font-family: PTSans; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
- | font-size: | + | font-size: 30px; |
background: #f1a41e; | background: #f1a41e; | ||
- | padding: 10px | + | padding: 10px 10px 10px 15px; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 127: | Line 129: | ||
.downloadButton:hover { | .downloadButton:hover { | ||
background: #f1a41e; | background: #f1a41e; | ||
- | background-image: -webkit-linear-gradient(top, # | + | background-image: -webkit-linear-gradient(top, #f1a41e, #000000); |
- | background-image: -moz-linear-gradient(top, # | + | background-image: -moz-linear-gradient(top, #f1a41e, #000000); |
- | background-image: -ms-linear-gradient(top, # | + | background-image: -ms-linear-gradient(top, #f1a41e, #000000); |
- | background-image: -o-linear-gradient(top, # | + | background-image: -o-linear-gradient(top, #f1a41e, #000000); |
- | background-image: linear-gradient(to bottom, # | + | background-image: linear-gradient(to bottom, #f1a41e, #000000); |
text-decoration: none; | text-decoration: none; | ||
} | } |
Latest revision as of 01:55, 18 October 2014