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: #111;
+
background: #00a000;
-
background: -moz-linear-gradient(#444, #111);  
+
background: -moz-linear-gradient(#1c63b7, #00a000);  
-
         background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
+
         background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #00a000),color-stop(1, #1c63b7));
-
background: -webkit-linear-gradient(#444, #111);
+
background: -webkit-linear-gradient(#1c63b7, #00a000);
-
background: -o-linear-gradient(#444, #111);
+
background: -o-linear-gradient(#1c63b7, #00a000);
-
background: -ms-linear-gradient(#444, #111);
+
background: -ms-linear-gradient(#1c63b7, #00a000);
-
background: linear-gradient(#444, #111);
+
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

Team: iGEM Frankfurt - 2012.igem.org