Difference between revisions of "Template:CSS UCL5"

Line 527: Line 527:
 
}
 
}
  
/*#hidden-menu a:hover {color: #70C4BB;
+
#hidden-menu a:hover {color: #70C4BB;
 
     -webkit-transition: color ease-in-out 150ms;
 
     -webkit-transition: color ease-in-out 150ms;
}*/
 
 
input[type=checkbox] {
 
  position: absolute;
 
  top: -9999px;
 
  left: -9999px;
 
}
 
label {
 
  -webkit-appearance: push-button;
 
  -moz-appearance: button;
 
  display: inline-block;
 
  margin: 60px 0 10px 0;
 
  cursor: pointer;
 
}
 
 
/* Toggled State */
 
input[type=checkbox]:checked ~ hidden-menu a {
 
  background: red;
 
 
}
 
}
  

Revision as of 16:52, 26 July 2015