Team:Heidelberg/css/teampage

From 2014.igem.org

(Difference between revisions)
Line 31: Line 31:
.arrow-next {
.arrow-next {
-
bottom: 0px;
+
bottom: 5px;
}
}
.arrow-prev {
.arrow-prev {
-
top: 0px;
+
top: 5px;
}
}

Revision as of 21:51, 27 September 2014

  1. memberSelector {

padding: 30px 0; height: 100%; margin-bottom: 10px; }

.team-overlay { position: absolute; }

.memberview { opacity: 0; }

.imageBorder { position:relative; border: solid 3px #ce432e; margin-bottom: 25px; }

  1. memberImageOverlay {

position: absolute; }

.arrow { position: absolute; display: block; left:50%; margin-left: -20px; }

.arrow-next { bottom: 5px; }

.arrow-prev { top: 5px; }

  1. FilterButtons {

display: none; padding-bottom: 5px; }

h1,h2,h3 { color: #ce432e; }

.thumbnail.active { background-color: #ce432e; }

.thumbnail:hover { background-color: #ce432e; }

.thumbnail { padding: 2px; }