Difference between revisions of "Template:MIT"

Line 63: Line 63:
 
             text-decoration: none;
 
             text-decoration: none;
 
             color: white;
 
             color: white;
             background: rgb(160, 158, 158);
+
             background: rgb(242, 2, 83);
             -webkit-transition: all 0.4s ease;  
+
             -webkit-transition: all 0.3s ease;  
             -moz-transition: all 0.4s ease;  
+
             -moz-transition: all 0.3s ease;  
             -ms-transition: all 0.4s ease;  
+
             -ms-transition: all 0.3s ease;  
             -o-transition: all 0.4s ease;  
+
             -o-transition: all 0.3s ease;  
             transition: all 0.4s ease;  
+
             transition: all 0.3s ease;  
 
         }
 
         }
 
          
 
          
Line 84: Line 84:
 
          
 
          
 
         #content .navdiv ul li:hover{
 
         #content .navdiv ul li:hover{
             background: rgb(160, 158, 158);
+
             background: rgb(242, 2, 83);
 
             color: white;
 
             color: white;
             -webkit-transition: all 0.4s ease;  
+
             -webkit-transition: all 0.3s ease;  
             -moz-transition: all 0.4s ease;  
+
             -moz-transition: all 0.3s ease;  
             -ms-transition: all 0.4s ease;  
+
             -ms-transition: all 0.3s ease;  
             -o-transition: all 0.4s ease;  
+
             -o-transition: all 0.3s ease;  
             transition: all 0.4s ease;  
+
             transition: all 0.3s ease;  
 
          
 
          
 
         }
 
         }
Line 453: Line 453:
 
                     <li>AWARDS   
 
                     <li>AWARDS   
 
                         <div class="submenu">
 
                         <div class="submenu">
                           <a href="#">Bronze medal</a>
+
                           <a href="#">Bronze</a>
                           <a href="#">Silver medal</a>
+
                           <a href="#">Silver</a>
                           <a href="#">Gold medal</a>
+
                           <a href="#">Gold</a>
 
                          
 
                          
 
                         </div></li>
 
                         </div></li>

Revision as of 03:35, 18 October 2016