Template:TJU China/CSS/nav

ul.drop{

   padding-left:0;

} ul {

   list-style-type: none;

} .nav {

   background: -webkit-linear-gradient(left,#F0C27B , #4B1248); 
   background: -o-linear-gradient(right, #F0C27B, #4B1248); 
   background: -moz-linear-gradient(right, #F0C27B, #4B1248);
   background: linear-gradient(to right, #F0C27B , #4B1248);
   width:100%;
   height: 60px;
   margin: 0px ;
   padding:0px;
   position: fixed;
   top:0px;
   text-align: center;

} .main {

   display: flex;
   justify-content: space-around;

} .main > li {

   margin:0px;
   width: 10%;

} .main > li a{

   border-left:0px solid rgba(23, 23, 50, 1);

} a {

   text-decoration: none;
   color: #ffe;
   text-transform: capitalize;
   font-family: monospace;
   display: block;
   padding: 12px 15px;
   margin: 0px;
   font-size: 15px;
   font-family: "Raleway", sans-serif;

} a:hover {

   background-color: #631818;

} .drop li {

   opacity: 0;
   transform-origin: top center;

} .drop li a {

   background-color: rgba(23, 23, 50, 0.7);
   padding: 10px 0;

}

/*------------- menu1 animation---------------*/ .main li:hover .menu1 li:first-of-type {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu1 li:nth-of-type(2) {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu1 li:nth-of-type(3) {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu1 li:nth-of-type(4) {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu1 li:nth-of-type(5) {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu1 li:nth-of-type(6) {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu1 li:nth-of-type(7) {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu1 li:nth-of-type(8) {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu1 li:last-of-type {

   animation: menu1 0s ease-in-out forwards;
   animation-delay: 0s;

}

@keyframes menu1 {

   from {
       opacity: 0;
       transform: translateX(30px) rotateY(90deg);
   }
   to {
       opacity: 1;
       transform: translateX(0) rotateY(0);
   }

} /*------------- menu2 animation -------------------*/

.main li:hover .menu2 li:first-of-type {

   animation: menu2 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu2 li:nth-of-type(2) {

   animation: menu2 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu2 li:nth-of-type(3) {

   animation: menu2 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu2 li:nth-of-type(4) {

   animation: menu2 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu2 li:last-of-type {

   animation: menu2 0s ease-in-out forwards;
   animation-delay: 0s;

}

@keyframes menu2 {

   0% {
       opacity: 0;
       transform: scale(0.7);
   }
   50% {
       opacity: 0.5;
       transform: scale(1.1);
   }
   100% {
       opacity: 1;
       transform: scale(1);
   }

}

/*------------- menu3 animation -------------------*/

.main li:hover .menu3 li:first-of-type {

   animation: menu3 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu3 li:nth-of-type(2) {

   animation: menu3 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu3 li:nth-of-type(3) {

   animation: menu3 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu3 li:nth-of-type(4) {

   animation: menu3 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu3 li:nth-of-type(5) {

   animation: menu3 0s ease-in-out forwards;
   animation-delay: 0s;

} .main li:hover .menu3 li:last-of-type {

   animation: menu3 0s ease-in-out forwards;
   animation-delay: 0s;

}

@keyframes menu3 {

   0% {
       opacity: 0;
       transform: translateX(20px);
   }
   100% {
       opacity: 1;
       transform: translateX(0);
   }

}

/*------------- menu4 animation :None--------------*/ /*------------- menu5 animation -------------------*/

.main li:hover .menu5 li:first-of-type {

   animation: menu5 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu5 li:last-of-type {

   animation: menu5 0s ease-in-out forwards;
   animation-delay: 0s;

}

@keyframes menu5 {

   0% {
       opacity: 0;
       transform: translateX(50px) rotate(-90deg);
   }
   100% {
       opacity: 1;
       transform: translateX(0) rotate(0);
   }

}

/*------------- menu6 animation:None-------------------*/ /*------------- menu7 animation------------------------*/ .main li:hover .menu7 li:first-of-type {

   animation: menu7 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu7 li:nth-of-type(2) {

   animation: menu7 0s ease-in-out forwards;
   animation-delay: 0s;

}

.main li:hover .menu7 li:last-of-type {

   animation: menu7 0s ease-in-out forwards;
   animation-delay: 0s;

}

@keyframes menu7 {

   0% {
       opacity: 0;
       transform: rotateX(-90deg);
   }
   100% {
       opacity: 1;
       transform: rotateX(0);
   }

} .nav ul li ul{ display: none; } .nav ul li:hover ul{ display: block; } .nav ul li ul li:hover{ background-color:#b33636; }