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

 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
     position: relative;
 
     position: relative;
 
     align-items: center;
 
     align-items: center;
     min-width: 100%;
+
     height:100%;
     overflow-x: none;
+
     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;
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.25;
 +
    filter: alpha(opacity=25);
 +
    -moz-opacity:0.25;
 
}
 
}
  

Latest revision as of 21:17, 1 November 2017