Team:AHUT China/Template/CSS RESET

From 2014.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 68: Line 68:
     text-transform: lowercase;
     text-transform: lowercase;
}
}
-
#menubar ul li a:hover{
+
#menubar ul:hover li a{
     filter:alpha(opacity=100);
     filter:alpha(opacity=100);
     -moz-opacity:1;
     -moz-opacity:1;
Line 93: Line 93:
     color:#fff;
     color:#fff;
}
}
-
 
+
.left-menu ul li:last-child {
-
#menubar > ul > li:last-child {
+
     filter:alpha(opacity=0);
-
     display:;
+
    -moz-opacity:0;
 +
    opacity:0;
}
}
 +
.left-menu ul:hover li:last-child {
 +
    filter:alpha(opacity=100);
 +
    -moz-opacity:1;
 +
    opacity:1;
 +
}
 +
/* end menu (edit, page ...) */
/* end menu (edit, page ...) */

Latest revision as of 03:04, 23 September 2014