Difference between revisions of "Template:Georgia State/sand"

Line 2,219: Line 2,219:
 
}
 
}
  
 +
<!---Mask effects--->
 +
.collage-text .mask {
 +
  opacity: 0;
 +
  overflow:visible;
 +
  border:100px solid rgba(0,0,0,0.7);
 +
  box-sizing:border-box;
 +
  transition: all 0.4s ease-in-out;
 +
}
  
 +
.collage-text a.info {
 +
  position:relative;
 +
  top:-10px; /* Center the link */
 +
  opacity: 0;
 +
  transition: opacity 0.5s 0s ease-in-out;
 +
}
 +
 +
.collage-text:hover .mask {
 +
  opacity: 1;
 +
  border:100px solid rgba(0,0,0,0.7);
 +
}
 +
 +
.collage-text:hover a.info {
 +
  opacity:1;
 +
  transition-delay: 0.3s;
 +
}
 
 
 
</style>
 
</style>

Revision as of 06:01, 12 October 2018