Team:Heidelberg/Templates/outreach-css
From 2013.igem.org
(Difference between revisions)
m |
m |
||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
- | |||
- | |||
.container { | .container { | ||
Line 12: | Line 9: | ||
} | } | ||
- | # | + | #expertbox { |
background-image: url('https://static.igem.org/mediawiki/2013/3/3c/Heidelberg_Experts.png'); | background-image: url('https://static.igem.org/mediawiki/2013/3/3c/Heidelberg_Experts.png'); | ||
- | |||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
.box{ | .box{ | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
Line 29: | Line 20: | ||
height: 300px; | height: 300px; | ||
margin: 10px; | margin: 10px; | ||
- | |||
} | } | ||
- | # | + | #talkbox { |
- | background-image: url('https://static.igem.org/mediawiki/2013/ | + | background-image: url('https://static.igem.org/mediawiki/2013/d/de/Talk_Evening.png'); |
} | } | ||
- | # | + | #publicbox { |
+ | background-image: url('https://static.igem.org/mediawiki/2013/5/50/Heidelberg_General_Public.png'); | ||
} | } | ||
- | # | + | #youngbox { |
background-image: url('https://static.igem.org/mediawiki/2013/9/9f/Heidelberg_Young_Generation.png'); | background-image: url('https://static.igem.org/mediawiki/2013/9/9f/Heidelberg_Young_Generation.png'); | ||
} | } | ||
- | # | + | #artbox { |
+ | background-image: url('https://static.igem.org/mediawiki/2013/2/23/Heidelberg_Arts_and_Science.png'); | ||
} | } | ||
- | # | + | |
- | + | #glyphicon1{ | |
+ | opacity:0; | ||
+ | -webkit-transition: all 1s linear; | ||
+ | -moz-transition: all 1s linear; | ||
+ | -o-transition: all 1s linear; | ||
+ | transition: all 1s linear; | ||
} | } | ||
- | # | + | #glyphicon2{ |
+ | opacity:0; | ||
+ | -webkit-transition: all 1s linear; | ||
+ | -moz-transition: all 1s linear; | ||
+ | -o-transition: all 1s linear; | ||
+ | transition: all 1s linear; | ||
} | } | ||
- | |||
- | |||
- | |||
- | # | + | #glyphicon3{ |
+ | opacity:0; | ||
+ | -webkit-transition: all 1s linear; | ||
+ | -moz-transition: all 1s linear; | ||
+ | -o-transition: all 1s linear; | ||
+ | transition: all 1s linear; | ||
+ | } | ||
+ | #glyphicon4{ | ||
+ | opacity:0; | ||
+ | -webkit-transition: all 1s linear; | ||
+ | -moz-transition: all 1s linear; | ||
+ | -o-transition: all 1s linear; | ||
+ | transition: all 1s linear; | ||
} | } | ||
- | # | + | #expertnames{ |
+ | display: none; | ||
} | } | ||
- | + | .btn:hover #expertnames{ | |
- | . | + | display : block; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 20:26, 3 October 2013