Template:Template
From 2014.igem.org
(Difference between revisions)
(15 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
#menu { | #menu { | ||
- | width: | + | width: 800px; |
margin: -200px auto 0 auto; | margin: -200px auto 0 auto; | ||
background-position: center; | background-position: center; | ||
Line 14: | Line 14: | ||
text-align: center !important; | text-align: center !important; | ||
position: relative; | position: relative; | ||
+ | z-index: 9999; | ||
} | } | ||
Line 106: | Line 107: | ||
- | + | .descCont { | |
- | + | margin: 250px auto !important; | |
+ | font-family: PTSans; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
font-size: 20px; | font-size: 20px; | ||
Line 114: | Line 116: | ||
.downloadButton { | .downloadButton { | ||
+ | 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: # | + | background: #f1a41e; |
- | padding: 10px | + | padding: 10px 10px 10px 15px; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.downloadButton:hover { | .downloadButton:hover { | ||
- | background: # | + | 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