Difference between revisions of "Team:NAU-CHINA"

Line 52: Line 52:
  
 
/*start*/
 
/*start*/
.menu, .menu ul {
+
.menu, .menu ul {
 
    list-style: none;
 
    list-style: none;
 
width:95%;
 
width:95%;
 
    margin:0 auto;
 
    margin:0 auto;
 
    text-shadow:2px 3px 2px #000;
 
    text-shadow:2px 3px 2px #000;
 +
   
 
}
 
}
 
.menu {
 
.menu {
Line 62: Line 63:
 
}
 
}
 
.menu li {
 
.menu li {
    background: -moz-linear-gradient(transparent);
+
    background-color: rgba(0,0,0,0.3);
    background: -ms-linear-gradient(transparent);
+
    border-bottom: 2px solid #737373;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8c3e1), color-stop(100%, #a8c3e1));
+
    border-top: 2px solid #737373;
    background: -webkit-linear-gradient(transparent);
+
    background: -o-linear-gradient(transparent);
+
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27394b', endColorstr='#252525');
+
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27394b', endColorstr='#252525')";
+
    background: linear-gradient(transparent);
+
    border-bottom: 2px solid #000000;
+
    border-top: 2px solid #000000;
+
 
    min-width:100px;
 
    min-width:100px;
 
     
 
     
Line 101: Line 95:
 
/* onhover styles */
 
/* onhover styles */
 
.menu li:hover {
 
.menu li:hover {
    background-color: #f7fbfc;
+
    background-color: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(#f7fbfc, #f7fbfc);
+
    background: -ms-linear-gradient(#f7fbfc, #f7fbfc);
+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fbfc), color-stop(100%, #f7fbfc));
+
    background: -webkit-linear-gradient(#f7fbfc, #f7fbfc);
+
    background: -o-linear-gradient(#f7fbfc, #f7fbfc);
+
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfc', endColorstr='#f7fbfc');
+
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfc', endColorstr='#f7fbfc')";
+
    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 149: Line 135:
 
}
 
}
 
.menu .submenu li:hover a {
 
.menu .submenu li:hover a {
    border-left: 3px solid #000000;
+
    border-left: 3px solid #ffffff;
 
    border-radius: 0;
 
    border-radius: 0;
 
    color: #69F;
 
    color: #69F;

Revision as of 15:30, 31 August 2016