Difference between revisions of "Template:CSS UCL5"

(Undo revision 65182 by Superjack15 (talk))
Line 519: Line 519:
  
 
#hidden-menu a {
 
#hidden-menu a {
color: #473E4F; text-decoration: none; font-family: Raleway;
+
color: #473E4F; text-decoration: none; font-family: Raleway;  
-webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
+
    -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
+
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
+
 
}
 
}
  
#hidden-menu a:hover, hidden-menu a:active {
+
#hidden-menu a:hover {color: #70C4BB;
 +
    -webkit-transition: color ease-in-out 150ms;
 +
}
 +
 
 +
#hidden-menu a {
 +
    -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
 +
    -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
 +
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
 +
}
 +
hidden-menu a:hover, hidden-menu a:active {
 
     color: #70C4BB;
 
     color: #70C4BB;
 
     background-color: #E8E8E8;
 
     background-color: #E8E8E8;
Line 532: Line 538:
 
     -moz-border-radius: 15px;
 
     -moz-border-radius: 15px;
 
     border-radius: 15px;
 
     border-radius: 15px;
}
 
   
 
}
 
hidden-menu a:hover
 
 
}
 
}
  

Revision as of 16:22, 26 July 2015