Template:Team:BGU Israel/style.css
From 2013.igem.org
(Difference between revisions)
Neta.weiss (Talk | contribs) |
Neta.weiss (Talk | contribs) |
||
Line 93: | Line 93: | ||
} | } | ||
+ | /* TIMELINE -----------------------------------------------*/ | ||
+ | |||
+ | .timelineBG { | ||
+ | background-color: #E7ECF2; | ||
+ | height:2250px; | ||
+ | } | ||
+ | |||
+ | #timeline-header{ | ||
+ | margin:0 auto; | ||
+ | width:1000px; | ||
+ | height:130px; | ||
+ | border:1px solid #c3ccdf; | ||
+ | border-bottom:3px solid #c3ccdf; | ||
+ | border-radius:2px; | ||
+ | background-color:#FFF; | ||
+ | padding:10px; | ||
+ | font-size:13px; | ||
+ | line-height:1.4em; | ||
+ | } | ||
+ | |||
+ | .time{ | ||
+ | font-size: 10px; | ||
+ | color:gray; | ||
+ | border-bottom: 1px solid #E7EBF2; | ||
+ | min-width:460px; | ||
+ | height:16px; | ||
+ | padding-bottom: 5px; | ||
+ | } | ||
+ | .time1{ | ||
+ | position: absolute; | ||
+ | top:280px; | ||
+ | left:40px; | ||
+ | } | ||
+ | .time2{ | ||
+ | position: absolute; | ||
+ | top:430px; | ||
+ | left:563px; | ||
+ | } | ||
+ | .time3{ | ||
+ | position: absolute; | ||
+ | top:750px; | ||
+ | left:40px; | ||
+ | } | ||
+ | .time4{ | ||
+ | position: absolute; | ||
+ | top:860px; | ||
+ | left:563px; | ||
+ | } | ||
+ | .time5{ | ||
+ | position: absolute; | ||
+ | top:1150px; | ||
+ | left:40px; | ||
+ | } | ||
+ | .time6{ | ||
+ | position: absolute; | ||
+ | top:1300px; | ||
+ | left:563px; | ||
+ | } | ||
+ | .time7{ | ||
+ | position: absolute; | ||
+ | top:1600px; | ||
+ | left:40px; | ||
+ | } | ||
+ | .time8{ | ||
+ | position: absolute; | ||
+ | top:1700px; | ||
+ | left:563px; | ||
+ | } | ||
+ | .time9{ | ||
+ | position: absolute; | ||
+ | top:1950px; | ||
+ | left:40px; | ||
+ | } | ||
+ | |||
+ | #timeline{ | ||
+ | width:1000px; | ||
+ | height:2250px; | ||
+ | list-style-type: none; | ||
+ | background: url(../images/timeline.png) top center repeat-y; | ||
+ | margin: 0 auto; | ||
+ | padding:20px; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
+ | #timeline img{ | ||
+ | width:280px; | ||
+ | height:180px; | ||
+ | padding-left:5px; | ||
+ | padding-top:5px; | ||
+ | align:right; | ||
+ | |||
+ | } | ||
+ | |||
+ | #timeline .ptext{ | ||
+ | width:475px; | ||
+ | -moz-border-radius:2px; | ||
+ | border-radius:2px; | ||
+ | webkit-border-radius:2px; | ||
+ | border:1px solid #c3ccdf; | ||
+ | padding:10px; | ||
+ | background-color:#FFF; | ||
+ | font-size:13px; | ||
+ | line-height:1.4em; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #timeline .corner-left{ | ||
+ | position:absolute; | ||
+ | display:block; | ||
+ | margin-left:485px; | ||
+ | width:20px; | ||
+ | height:15px; | ||
+ | background:url(../images/right.png); | ||
+ | } | ||
+ | #timeline .corner-right{ | ||
+ | position:absolute; | ||
+ | display:block; | ||
+ | margin-left:-30px; | ||
+ | width:20px; | ||
+ | height:15px; | ||
+ | background:url(../images/left.png); | ||
+ | } | ||
+ | |||
+ | #timeline a { | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* TEAM -----------------------------------------------*/ | ||
.team-member { | .team-member { |
Revision as of 17:11, 26 October 2013