Difference between revisions of "Template:Team:MIT navigation bar"

(Undo revision 282850 by TrinhNguyen (talk))
Line 53: Line 53:
 
         }
 
         }
 
          
 
          
         .navdiv ul li a{
+
         #content .navdiv ul li a{
 
             text-decoration: none;
 
             text-decoration: none;
 
             color: white;
 
             color: white;
Line 59: Line 59:
 
         }
 
         }
 
          
 
          
         .navdiv ul li a:hover{
+
         #content .navdiv ul li a:hover{
 
             text-decoration: none;
 
             text-decoration: none;
 
             color: white;
 
             color: white;
Line 65: Line 65:
 
             opacity: 0.7;
 
             opacity: 0.7;
 
             -webkit-transition: all 0.4s ease;  
 
             -webkit-transition: all 0.4s ease;  
    -moz-transition: all 0.4s ease;  
+
            -moz-transition: all 0.4s ease;  
    -ms-transition: all 0.4s ease;  
+
            -ms-transition: all 0.4s ease;  
    -o-transition: all 0.4s ease;  
+
            -o-transition: all 0.4s ease;  
    transition: all 0.4s ease;  
+
            transition: all 0.4s ease;  
 
         }
 
         }
 
          
 
          
Line 88: Line 88:
 
             opacity: 0.7;
 
             opacity: 0.7;
 
             -webkit-transition: all 0.4s ease;  
 
             -webkit-transition: all 0.4s ease;  
    -moz-transition: all 0.4s ease;  
+
            -moz-transition: all 0.4s ease;  
    -ms-transition: all 0.4s ease;  
+
            -ms-transition: all 0.4s ease;  
    -o-transition: all 0.4s ease;  
+
            -o-transition: all 0.4s ease;  
    transition: all 0.4s ease;  
+
            transition: all 0.4s ease;  
 
          
 
          
 
         }
 
         }
Line 136: Line 136:
 
         }*/
 
         }*/
 
          
 
          
         .submenu {
+
         #content .submenu {
 
             display: none;
 
             display: none;
 
             position: absolute;
 
             position: absolute;
Line 143: Line 143:
 
         }
 
         }
 
          
 
          
         .submenu a {
+
         #content .submenu a {
 
             color: black;
 
             color: black;
 
             background: rgb(82, 81, 81);
 
             background: rgb(82, 81, 81);
Line 152: Line 152:
 
         }
 
         }
 
          
 
          
         .submenu a:hover{
+
         #content .submenu a:hover{
 
             color: white;
 
             color: white;
 
             background: rgb(160, 158, 158);
 
             background: rgb(160, 158, 158);

Revision as of 18:18, 16 October 2016