Team:Frankfurt/NavBarTemp/NavCss
From 2013.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
Green: #00a000 | Green: #00a000 | ||
*/ | */ | ||
+ | |||
#menu{ | #menu{ | ||
width: 100%; | width: 100%; | ||
Line 18: | Line 19: | ||
padding: 10px 0 0 0; | padding: 10px 0 0 0; | ||
list-style: none; | list-style: none; | ||
- | background: # | + | background: #00a000; |
- | background: -moz-linear-gradient(# | + | background: -moz-linear-gradient(#1c63b7, #00a000); |
- | background: -webkit-gradient(linear,left bottom,left top,color-stop(0, # | + | background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #00a000),color-stop(1, #1c63b7)); |
- | background: -webkit-linear-gradient(# | + | background: -webkit-linear-gradient(#1c63b7, #00a000); |
- | background: -o-linear-gradient(# | + | background: -o-linear-gradient(#1c63b7, #00a000); |
- | background: -ms-linear-gradient(# | + | background: -ms-linear-gradient(#1c63b7, #00a000); |
- | background: linear-gradient(# | + | background: linear-gradient(#1c63b7, #00a000); |
-moz-border-radius: 50px; | -moz-border-radius: 50px; | ||
border-radius: 50px; | border-radius: 50px; | ||
Line 31: | Line 32: | ||
box-shadow: 0 2px 1px #9c9c9c; | box-shadow: 0 2px 1px #9c9c9c; | ||
} | } | ||
+ | |||
+ | |||
#menu li{ | #menu li{ |
Revision as of 14:21, 2 October 2013