Template:Team:Berlin/AllCss

From 2014.igem.org

(Difference between revisions)
Line 6,869: Line 6,869:
-
.fourth-effect .mask {
 
-
  position:absolute; /* Center the mask */
 
-
  top:50px;
 
-
  left:100px;
 
-
  cursor:pointer;
 
-
  border-radius: 50px;
 
-
  border-width: 50px;
 
-
  display: inline-block;
 
-
  height: 100px;
 
-
  width: 100px;
 
-
  border: 50px solid rgba(0, 0, 0, 0.7);
 
-
  box-sizing:border-box;
 
-
  opacity:1;
 
-
  visibility:visible;
 
-
  transform:scale(4);
 
-
  transition:all 0.3s ease-in-out;
 
-
}
 
-
 
-
.fourth-effect:hover .mask {
 
-
  opacity: 0;
 
-
  border:0px solid rgba(0,0,0,0.7);
 
-
  visibility:hidden;
 
-
}
 

Revision as of 14:09, 14 October 2014