Template:Team:Bielefeld-Germany/css/frontpage.css
From 2013.igem.org
(Difference between revisions)
Line 57: | Line 57: | ||
} | } | ||
- | .view img { | + | .view:hover img { |
transform: scaleY(1); | transform: scaleY(1); | ||
transition: all 0.7s ease-in-out; | transition: all 0.7s ease-in-out; | ||
} | } | ||
- | .view .mask { | + | .view:hover .mask { |
background-color: rgba(255, 231, 179, 0.3); | background-color: rgba(255, 231, 179, 0.3); | ||
transition: all 0.5s linear; | transition: all 0.5s linear; | ||
opacity: 0; | opacity: 0; | ||
} | } | ||
- | .view h2{ | + | .view:hover h2{ |
border-bottom: 1px solid rgba(0, 0, 0, 0.3); | border-bottom: 1px solid rgba(0, 0, 0, 0.3); | ||
background: transparent; | background: transparent; | ||
Line 75: | Line 75: | ||
opacity: 0; | opacity: 0; | ||
} | } | ||
- | .view p { | + | .view:hover p { |
color: #333; | color: #333; | ||
opacity: 0; | opacity: 0; | ||
Line 81: | Line 81: | ||
transition: all 0.5s linear; | transition: all 0.5s linear; | ||
} | } | ||
- | .view a.info { | + | .view:hover a.info { |
opacity: 0; | opacity: 0; | ||
transform: scale(0); | transform: scale(0); |
Revision as of 17:05, 2 October 2013