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

 
(19 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
     position: relative;
 
     position: relative;
 
     align-items: center;
 
     align-items: center;
     overflow-x: auto;
+
     height:100%;
 +
    width: 1150px;
 
     margin: 0 0 0 0 !important;
 
     margin: 0 0 0 0 !important;
 
     padding: 0 0 0 0 !important;
 
     padding: 0 0 0 0 !important;
    border: 1px solid green;
 
 
}
 
}
  
Line 27: Line 27:
 
     width: 100%;
 
     width: 100%;
 
     height: 100%;
 
     height: 100%;
    background: red;
 
    opacity: 0.1;
 
 
     z-index: 1;
 
     z-index: 1;
    border: 2px solid red;
 
 
}
 
}
  
 
.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;
 +
 +
    -moz-transform: scale(1.0);
 +
    -webkit-transform: scale(1.0);
 +
    transform: scale(1.0);
 +
    transition: all 0.7s ease-in;
 
}
 
}
  
Line 46: Line 48:
 
     -webkit-transform: scale(1.05);
 
     -webkit-transform: scale(1.05);
 
     transform: scale(1.05);  
 
     transform: scale(1.05);  
     transition: all 1s ease;
+
     transition: all 0.7s ease-out;
 +
    opacity: 0.25;
 +
    filter: alpha(opacity=25);
 +
    -moz-opacity:0.25;
 
}
 
}
  

Latest revision as of 21:17, 1 November 2017