Difference between revisions of "Template:Uppsala/CSS"

Line 15: Line 15:
 
}
 
}
  
#panel {
+
#panel:hover {
 
     background-color: #7ee2a8;
 
     background-color: #7ee2a8;
 
     color: ghostwhite;
 
     color: ghostwhite;
Line 27: Line 27:
 
}
 
}
  
#panel:hover * {
+
#panel:active * {
 
     transform: translate(5px, 5px);
 
     transform: translate(5px, 5px);
 
}
 
}
  
#panel:hover {
+
#panel:active {
 
     -webkit-box-shadow: inset 5px 5px 0px 0px rgba(37, 163, 89, 0.3);
 
     -webkit-box-shadow: inset 5px 5px 0px 0px rgba(37, 163, 89, 0.3);
 
     -moz-box-shadow: inset 5px 5px 0px 0px rgba(37, 163, 89, 0.3);
 
     -moz-box-shadow: inset 5px 5px 0px 0px rgba(37, 163, 89, 0.3);

Revision as of 12:57, 16 June 2016