Team:Heidelberg/css/teampage
From 2014.igem.org
(Difference between revisions)
(using an external editor) |
|||
Line 1: | Line 1: | ||
#memberSelector { | #memberSelector { | ||
+ | padding-top: 25px; | ||
+ | padding-bottom: 25px; | ||
overflow-y: scroll; | overflow-y: scroll; | ||
} | } | ||
Line 17: | Line 19: | ||
#memberImageOverlay { | #memberImageOverlay { | ||
position: absolute; | position: absolute; | ||
+ | } | ||
+ | |||
+ | .arrow { | ||
+ | position: absolute; | ||
+ | display: block; | ||
+ | left:50%; | ||
+ | margin-left: -20px; | ||
+ | } | ||
+ | |||
+ | .arrow-next { | ||
+ | bottom: -25px; | ||
+ | } | ||
+ | |||
+ | .arrow-prev { | ||
+ | top: -25px; | ||
} | } |
Revision as of 11:34, 27 September 2014
- memberSelector {
padding-top: 25px; padding-bottom: 25px; overflow-y: scroll; }
.team-overlay { position: absolute; }
.memberview { opacity: 0; }
.imageBorder { position:relative; }
- memberImageOverlay {
position: absolute; }
.arrow { position: absolute; display: block; left:50%; margin-left: -20px; }
.arrow-next { bottom: -25px; }
.arrow-prev { top: -25px; }