Team:Freiburg/css/styles.css
From 2014.igem.org
(Difference between revisions)
Line 265: | Line 265: | ||
column-count: 2; | column-count: 2; | ||
column-gap: 50px} | column-gap: 50px} | ||
+ | |||
+ | .image { | ||
+ | position: relative; | ||
+ | width: 100%; /* for IE 6 */ | ||
+ | } | ||
+ | |||
+ | .box1text{ | ||
+ | position: absolute; | ||
+ | top: 60px; | ||
+ | left: 25px; | ||
+ | width: 100%; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | .box1text span { | ||
+ | color: white; | ||
+ | font: bold 24px/45px Helvetica, Sans-Serif; | ||
+ | letter-spacing: -1px; | ||
+ | background: rgb(0, 0, 0); /* fallback color */ | ||
+ | background: rgba(0, 0, 0, 0.7); | ||
+ | padding: 10px; | ||
+ | } | ||
#abstracth1{ | #abstracth1{ |
Revision as of 19:55, 4 September 2014