Difference between revisions of "Template:XJTLU-CHINA"

Line 666: Line 666:
 
/**************************************************************** MENU ***************************************************************/
 
/**************************************************************** MENU ***************************************************************/
 
          
 
          
    .nav > li:after{
+
 
            content: "";
+
            width: 0;
+
            height: 5px;
+
            background: #082a67;
+
            position: absolute;
+
            bottom: 0;
+
            left: 0;
+
            transition: all 0.5s ease 0s;
+
        }
+
    .nav > li:hover:after{
+
            width: 100%;
+
        }
+
       
+
 
+
    .dropdown-menu.multi-dropdown{
+
            position: absolute;
+
            left:-100% !important;
+
        }
+
 
+
 
+
 
/***************************************************** RESPONSIVE STYLING ****************************************************/
 
/***************************************************** RESPONSIVE STYLING ****************************************************/
  

Revision as of 05:35, 27 June 2018