Difference between revisions of "Team:NAU-CHINA"

Line 64: Line 64:
 
    background: -moz-linear-gradient(transparent);
 
    background: -moz-linear-gradient(transparent);
 
    background: -ms-linear-gradient(transparent);
 
    background: -ms-linear-gradient(transparent);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27394b), color-stop(100%, #252525));
+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8c3e1), color-stop(100%, #a8c3e1));
 
    background: -webkit-linear-gradient(transparent);
 
    background: -webkit-linear-gradient(transparent);
 
    background: -o-linear-gradient(transparent);
 
    background: -o-linear-gradient(transparent);
Line 101: Line 101:
 
/* onhover styles */
 
/* onhover styles */
 
.menu li:hover {
 
.menu li:hover {
    background-color: #4d6173;
+
    background-color: #f7fbfc;
    background: -moz-linear-gradient(#4d6173, #384a5c);
+
    background: -moz-linear-gradient(#f7fbfc, #f7fbfc);
    background: -ms-linear-gradient(#4d6173, #384a5c);
+
    background: -ms-linear-gradient(#f7fbfc, #f7fbfc);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d6173), color-stop(100%, #384a5c));
+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fbfc), color-stop(100%, #f7fbfc));
    background: -webkit-linear-gradient(#4d6173, #384a5c);
+
    background: -webkit-linear-gradient(#f7fbfc, #f7fbfc);
    background: -o-linear-gradient(#4d6173, #384a5c);
+
    background: -o-linear-gradient(#f7fbfc, #f7fbfc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d6173', endColorstr='#384a5c');
+
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfc', endColorstr='#f7fbfc');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d6173', endColorstr='#384a5c')";
+
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfc', endColorstr='#f7fbfc')";
    background: linear-gradient(#4d6173, #384a5c);
+
    background: linear-gradient(#f7fbfc, #f7fbfc);
 
    border-bottom: 2px solid #ffffff;
 
    border-bottom: 2px solid #ffffff;
 
    border-top: 2px solid #ffffff;
 
    border-top: 2px solid #ffffff;
Line 116: Line 116:
 
    border-radius: 5px 0 0 0;
 
    border-radius: 5px 0 0 0;
 
    border-left: 3px solid #369;
 
    border-left: 3px solid #369;
    color:#369;
+
    color:#f7fbfc;
 
}
 
}
  
Line 195: Line 195:
 
    transition-delay: 150ms;
 
    transition-delay: 150ms;
 
}
 
}
.menu li:hover .submenu li:nth-child(5) {
+
 
    -webkit-transition-delay: 200ms;
+
    -moz-transition-delay: 200ms;
+
    -ms-transition-delay: 200ms;
+
    -o-transition-delay: 200ms;
+
    transition-delay: 200ms;
+
}
+
.menu li:hover .submenu li:nth-child(6) {
+
    -webkit-transition-delay: 250ms;
+
    -moz-transition-delay: 250ms;
+
    -ms-transition-delay: 250ms;
+
    -o-transition-delay: 250ms;
+
    transition-delay: 250ms;
+
}
+
.menu li:hover .submenu li:nth-child(7) {
+
    -webkit-transition-delay: 300ms;
+
    -moz-transition-delay: 300ms;
+
    -ms-transition-delay: 300ms;
+
    -o-transition-delay: 300ms;
+
    transition-delay: 300ms;
+
}
+
.menu li:hover .submenu li:nth-child(8) {
+
    -webkit-transition-delay: 350ms;
+
    -moz-transition-delay: 350ms;
+
    -ms-transition-delay: 350ms;
+
    -o-transition-delay: 350ms;
+
    transition-delay: 350ms;
+
}
+
  
 
.submenu li:nth-child(1) {
 
.submenu li:nth-child(1) {
Line 252: Line 225:
 
    transition-delay: 200ms;
 
    transition-delay: 200ms;
 
}
 
}
.submenu li:nth-child(5) {
 
    -webkit-transition-delay: 150ms;
 
    -moz-transition-delay: 150ms;
 
    -ms-transition-delay: 150ms;
 
    -o-transition-delay: 150ms;
 
    transition-delay: 150ms;
 
}
 
.submenu li:nth-child(6) {
 
    -webkit-transition-delay: 100ms;
 
    -moz-transition-delay: 100ms;
 
    -ms-transition-delay: 100ms;
 
    -o-transition-delay: 100ms;
 
    transition-delay: 100ms;
 
}
 
.submenu li:nth-child(7) {
 
    -webkit-transition-delay: 50ms;
 
    -moz-transition-delay: 50ms;
 
    -ms-transition-delay: 50ms;
 
    -o-transition-delay: 50ms;
 
    transition-delay: 50ms;
 
}
 
.submenu li:nth-child(8) {
 
    -webkit-transition-delay: 0s;
 
    -moz-transition-delay: 0s;
 
    -ms-transition-delay: 0s;
 
    -o-transition-delay: 0s;
 
    transition-delay: 0s;
 
}
 
 
  
  

Revision as of 10:43, 28 August 2016