Team:Potsdam Bioware/css
From 2012.igem.org
(Difference between revisions)
Line 22: | Line 22: | ||
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%); | background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%); | ||
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%); | background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%); | ||
+ | } | ||
+ | |||
+ | .nav_menu { | ||
+ | background-image: -ms-linear-gradient(top, #E1A946 0%, #B28336 100%); | ||
+ | background-image: -moz-linear-gradient(top, #E1A946 0%, #B28336 100%); | ||
+ | background-image: -o-linear-gradient(top, #E1A946 0%, #B28336 100%); | ||
+ | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1A946), color-stop(1, #B28336)); | ||
+ | background-image: -webkit-linear-gradient(top, #E1A946 0%, #B28336 100%); | ||
+ | background-image: linear-gradient(to bottom, #E1A946 0%, #B28336 100%); | ||
+ | |||
} | } | ||
Revision as of 22:43, 31 August 2012