Template:Team:Uppsala/team
From 2013.igem.org
Line 8: | Line 8: | ||
background: white; | background: white; | ||
- | + | #team-div{ | |
- | + | ||
width: 100%; | width: 100%; | ||
margin-left:auto; | margin-left:auto; | ||
Line 19: | Line 18: | ||
position: relative; | position: relative; | ||
top: -50px; | top: -50px; | ||
- | + | } | |
- | + | #team-pic{ | |
position: center; | position: center; | ||
/*padding-top: 10px;*/ | /*padding-top: 10px;*/ | ||
Line 30: | Line 29: | ||
margin-top:10px; | margin-top:10px; | ||
- | + | } | |
- | + | .team-text { | |
float: right; | float: right; | ||
padding-left: 1px; | padding-left: 1px; | ||
- | + | } | |
- | + | #profile-div{ | |
width: 100%; | width: 100%; | ||
margin-left:auto; | margin-left:auto; | ||
Line 50: | Line 49: | ||
position: relative; | position: relative; | ||
top: -50px; | top: -50px; | ||
- | + | } | |
- | + | #profile_pic{ | |
position: left; | position: left; | ||
float:left; | float:left; | ||
Line 59: | Line 58: | ||
/*border:solid 3px;*/ | /*border:solid 3px;*/ | ||
margin-top:20px; | margin-top:20px; | ||
- | + | } | |
- | + | #profile_pic_right{ | |
position: right; | position: right; | ||
- | + | /* padding-top: px;*/ | |
float:right; | float:right; | ||
height:270px; | height:270px; | ||
Line 70: | Line 69: | ||
margin-top:20px; | margin-top:20px; | ||
- | + | } | |
- | + | #container_right{ | |
height:270px; | height:270px; | ||
padding-top:0px; | padding-top:0px; | ||
Line 79: | Line 78: | ||
float:right; | float:right; | ||
margin-top:15px; | margin-top:15px; | ||
- | + | } | |
- | + | /*section * {border: solid 1px;}*/ | |
- | + | #container_left{ | |
height:270px; | height:270px; | ||
padding-top:0px; | padding-top:0px; | ||
Line 90: | Line 89: | ||
float:left; | float:left; | ||
margin-top:15px; | margin-top:15px; | ||
- | + | } | |
- | + | .profile-text { | |
float: right; | float: right; | ||
padding-left: 1px; | padding-left: 1px; | ||
- | + | } |
Revision as of 23:47, 15 August 2013
#main_frame { min-height: 1800px; width: 950px; margin: 20px auto; border: 1px solid ligth gray; border-radius: 15px; box-shadow: 0px 0px 30px rgba(110,110,110, .8); background: white;
- team-div{
width: 100%; margin-left:auto; margin-right:auto; border-top: 1px solid #22409a; padding-bottom: 10px; padding-top: -100px; clear: both; position: relative; top: -50px; }
- team-pic{
position: center; /*padding-top: 10px;*/ margin-left: 100px; height:400px; width:700px; /*border:solid 3px;*/ margin-top:10px;
}
.team-text {
float: right;
padding-left: 1px;
}
- profile-div{
width: 100%; margin-left:auto; margin-right:auto; border-bottom: 1px solid #22409a; margin-bottom: 10px; margin-top: 20px; clear: both; position: relative; top: -50px; }
- profile_pic{
position: left; float:left; height:270px; width:250px; /*border:solid 3px;*/ margin-top:20px; }
- profile_pic_right{
position: right; /* padding-top: px;*/ float:right; height:270px; width:250px; /*border:solid 3px;*/ margin-top:20px;
}
- container_right{
height:270px; padding-top:0px; width:650px; /*border:solid 3px;*/ float:right; margin-top:15px; } /*section * {border: solid 1px;}*/
- container_left{
height:270px; padding-top:0px; width:650px; /*border:solid 3px;*/ float:left; margin-top:15px; }
.profile-text {
float: right;
padding-left: 1px;
}