Template:Style
From 2013.igem.org
(Difference between revisions)
Line 711: | Line 711: | ||
padding-left: 20px; | padding-left: 20px; | ||
padding-right: 20px; | padding-right: 20px; | ||
- | background-color: # | + | background-color: #6e6e6e; |
- | background-image: -moz-linear-gradient(top, # | + | background-image: -moz-linear-gradient(top, #6e6e6e, #3b3b3b); |
- | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(# | + | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e6e6e), to(#3b3b3b)); |
- | background-image: -webkit-linear-gradient(top, # | + | background-image: -webkit-linear-gradient(top, #6e6e6e, #3b3b3b); |
- | background-image: -o-linear-gradient(top, # | + | background-image: -o-linear-gradient(top, #6e6e6e, #3b3b3b); |
- | background-image: linear-gradient(to bottom, # | + | background-image: linear-gradient(to bottom, #6e6e6e, #3b3b3b); |
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
- | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e6e', endColorstr='#ff3b3b3b', GradientType=0); |
border: 1px solid #d4d4d4; | border: 1px solid #d4d4d4; | ||
-webkit-border-radius: 4px; | -webkit-border-radius: 4px; |
Revision as of 04:52, 24 June 2013