Template:Team:Bielefeld-Germany/css/frontpage.css

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <style> //general styling .view { width: 300px; height: 200px; margin: 10px; float: left; border: 10px solid #fff; overflow: hidden; position:...")
Line 63: Line 63:
//Effects
//Effects
-
.view-first:hover img {
+
.frontbox:hover {
     transform: scale(1.1);
     transform: scale(1.1);
}
}
Line 82: Line 82:
}
}
-
 
+
.view-sixth:hover .mask {
 +
    opacity:1;
 +
    transition-delay: 0s;
 +
}                                                                         
 +
.view-sixth:hover img {
 +
    transition-delay: 0s;
 +
}
 +
.view-sixth:hover h2 {
 +
    opacity: 1;
 +
    transform: scale(1);
 +
    transition-delay: 0.1s;
 +
}
 +
.view-sixth:hover p {
 +
    opacity:1;
 +
    transform: scale(1);
 +
    transition-delay: 0.2s;
 +
}
 +
.view-sixth:hover a.info {
 +
    opacity:1;
 +
    transform: translateY(0px);
 +
    transition-delay: 0.3s;
 +
}

Revision as of 16:46, 2 October 2013