Team:Imperial College/Template:Welcome
From 2013.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 6: | Line 6: | ||
height: 80px; | height: 80px; | ||
background : #464646; | background : #464646; | ||
- | background : -webkit-gradient(linear | + | background : -webkit-gradient(linear, from(rgb(168,168,168)), to(rgb(69,69,69))); |
background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69)); | background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69)); | ||
border-top: 2px solid #939393; | border-top: 2px solid #939393; | ||
Line 25: | Line 25: | ||
} | } | ||
- | + | ul.menu li { | |
+ | list-style: none; | ||
+ | float:left; | ||
+ | height: 79px; | ||
+ | text-align: center; | ||
+ | background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) ); | ||
+ | background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%); | ||
+ | } | ||
+ | |||
ul li a { | ul li a { | ||
display: block; | display: block; |
Latest revision as of 13:45, 19 August 2013