Difference between revisions of "Template:Heidelberg/SandboxMarita/hoverimages"

Line 32: Line 32:
 
.transparent_link_box {
 
.transparent_link_box {
 
     position: absolute;
 
     position: absolute;
     opacity: 0.2;
+
     opacity: 0.15;
     filter: alpha(opacity=20);
+
     filter: alpha(opacity=15);
     -moz-opacity:0.2;
+
     -moz-opacity:0.15;
 
     background-color: black;
 
     background-color: black;
 
     z-index: 2;
 
     z-index: 2;
Line 45: Line 45:
  
 
.transparent_link_box:hover {
 
.transparent_link_box:hover {
     -moz-transform: scale(1.06);
+
     -moz-transform: scale(1.05);
     -webkit-transform: scale(1.06);
+
     -webkit-transform: scale(1.05);
     transform: scale(1.06);  
+
     transform: scale(1.05);  
 
     transition: all 0.7s ease-out;
 
     transition: all 0.7s ease-out;
 +
    opacity: 0.3;
 +
    filter: alpha(opacity=30);
 +
    -moz-opacity:0.3;
 
}
 
}
  

Revision as of 00:10, 28 October 2017