Vertical:AUC TURKEY

From 2014hs.igem.org

(Difference between revisions)
Line 118: Line 118:
}
}
#verticalmenu > ul > li {
#verticalmenu > ul > li {
-
   background: #e94f31;
+
   background: #70a667;
-
   background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
+
   background: -moz-linear-gradient(#70a667 0%, #d13516 100%);
-
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
+
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70a667), color-stop(100%, #d13516));
-
   background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
+
   background: -webkit-linear-gradient(#70a667 0%, #d13516 100%);
-
   background: linear-gradient(#e94f31 0%, #d13516 100%);
+
   background: linear-gradient(#70a667 0%, #d13516 100%);
}
}
#verticalmenu > ul > li:hover {
#verticalmenu > ul > li:hover {
Line 190: Line 190:
   position: absolute;
   position: absolute;
   left: 10px;
   left: 10px;
-
   color: #e94f31;
+
   color: #70a667;
}
}
#verticalmenu ul ul a:hover {
#verticalmenu ul ul a:hover {
-
   color: #e94f31;
+
   color: #70a667;
}
}
#verticalmenu {
#verticalmenu {

Revision as of 09:56, 19 June 2014