Difference between revisions of "Team:Amoy/Project"

Line 47: Line 47:
 
#cssmenu ul li a,
 
#cssmenu ul li a,
 
#cssmenu #menu-button {
 
#cssmenu #menu-button {
 +
  margin: 0;
 +
  padding: 0;
 +
  border: 0;
 
   list-style: none;
 
   list-style: none;
 
   line-height: 1;
 
   line-height: 1;
 
   display: block;
 
   display: block;
 
   position: relative;
 
   position: relative;
-webkit-box-sizing: border-box;
+
  -webkit-box-sizing: border-box;
 
   -moz-box-sizing: border-box;
 
   -moz-box-sizing: border-box;
 
   box-sizing: border-box;
 
   box-sizing: border-box;
Line 71: Line 74:
 
   font-family: 'Open Sans', sans-serif;
 
   font-family: 'Open Sans', sans-serif;
 
   line-height: 1;
 
   line-height: 1;
position: absolute;
+
  background: #ffffff;
 
}
 
}
 
#menu-line {
 
#menu-line {
Line 79: Line 82:
 
   height: 3px;
 
   height: 3px;
 
   background: #009ae1;
 
   background: #009ae1;
-webkit-transition: all 0.25s ease-out;
+
  -webkit-transition: all 0.25s ease-out;
 
   -moz-transition: all 0.25s ease-out;
 
   -moz-transition: all 0.25s ease-out;
 
   -ms-transition: all 0.25s ease-out;
 
   -ms-transition: all 0.25s ease-out;
Line 111: Line 114:
 
   text-transform: uppercase;
 
   text-transform: uppercase;
 
   color: #000000;
 
   color: #000000;
-webkit-transition: color .2s ease;
+
  -webkit-transition: color .2s ease;
 
   -moz-transition: color .2s ease;
 
   -moz-transition: color .2s ease;
 
   -ms-transition: color .2s ease;
 
   -ms-transition: color .2s ease;
Line 167: Line 170:
 
#cssmenu ul ul li {
 
#cssmenu ul ul li {
 
   height: 0;
 
   height: 0;
 +
  -webkit-transition: height .2s ease;
 +
  -moz-transition: height .2s ease;
 +
  -ms-transition: height .2s ease;
 +
  -o-transition: height .2s ease;
 +
  transition: height .2s ease;
 
}
 
}
 
#cssmenu ul li:hover > ul > li {
 
#cssmenu ul li:hover > ul > li {
Line 178: Line 186:
 
   text-decoration: none;
 
   text-decoration: none;
 
   color: #dddddd;
 
   color: #dddddd;
 +
  -webkit-transition: color .2s ease;
 +
  -moz-transition: color .2s ease;
 +
  -ms-transition: color .2s ease;
 +
  -o-transition: color .2s ease;
 +
  transition: color .2s ease;
 
}
 
}
 
#cssmenu ul ul li:hover > a,
 
#cssmenu ul ul li:hover > a,
Line 192: Line 205:
 
   border-right: 1px solid #dddddd;
 
   border-right: 1px solid #dddddd;
 
   content: "";
 
   content: "";
 +
  -webkit-transform: rotate(-45deg);
 +
  -moz-transform: rotate(-45deg);
 +
  -ms-transform: rotate(-45deg);
 +
  -o-transform: rotate(-45deg);
 +
  transform: rotate(-45deg);
 +
  -webkit-transition: border-color 0.2s ease;
 +
  -moz-transition: border-color 0.2s ease;
 +
  -ms-transition: border-color 0.2s ease;
 +
  -o-transition: border-color 0.2s ease;
 +
  transition: border-color 0.2s ease;
 
}
 
}
 
#cssmenu.align-right ul ul li.has-sub > a::after {
 
#cssmenu.align-right ul ul li.has-sub > a::after {

Revision as of 08:01, 16 August 2015

Aomy/Project