Template:Team:Bielefeld-Germany/css/frontpage.css
From 2013.igem.org
(Difference between revisions)
m |
|||
Line 58: | Line 58: | ||
.view img { | .view img { | ||
- | transition: all 0. | + | transition: all 0.3s ease-in-out; |
} | } | ||
.view .mask { | .view .mask { | ||
- | + | background-color: rgba(146,96,91,0.3); | |
- | background-color: rgba( | + | transform: translateX(-300px); |
+ | opacity: 1; | ||
transition: all 0.4s ease-in-out; | transition: all 0.4s ease-in-out; | ||
} | } | ||
- | .view h2 { | + | .view h2{ |
- | + | background: rgba(255, 255, 255, 0.5); | |
- | + | color: #000; | |
- | + | box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5); | |
} | } | ||
- | .view p { | + | .view p{ |
- | + | ||
opacity: 0; | opacity: 0; | ||
+ | color: #333; | ||
transition: all 0.2s linear; | transition: all 0.2s linear; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 17:09, 2 October 2013