Difference between revisions of "Template:SYSU-Software/CSS/Team"
Line 5: | Line 5: | ||
#banner_team { | #banner_team { | ||
− | background-image: url('https://static.igem.org/mediawiki/2015/ | + | background-image: url('https://static.igem.org/mediawiki/2015/7/71/SYSU-Software_member_banner.png'); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center center; | background-position: center center; |
Revision as of 06:30, 15 September 2015
body {
background-color: white;
}
- banner_team {
background-image: url('https://static.igem.org/mediawiki/2015/7/71/SYSU-Software_member_banner.png');
background-repeat: no-repeat; background-position: center center; width: 100%; height: 600px; background-size: 100% auto; }
- mainContainer p {
line-height: 20px;
}
- bannerContainer {
background-color: white;
}
- contentContainer {
padding: 0; margin: 0; width: 100%;
}
.row {
margin-top: 35px; height: 500px; overflow: hidden;
}
.row .col_left, .row .col_right{
width: 50%; height: 100%;
}
.row .col_left img , .row .col_right img {
display: block; width: 100%;
}
.row .col_left .description , .row .col_right .description {
text-align: left; overflow: hidden;
}
.row .col_left .description {
margin-left: 24px; margin-right: 10px;
}
.row .col_right .description {
margin-right: 24px; margin-left: 10px; margin-top: 3px;
}
.row .col_left {
float: left;
}
.row .col_right {
float: right;
}
.description {
font-family: arial;
}
.description .description_head{
margin-top: 18px; height: 41px; clear: both;
}
.description hr {
margin-bottom: 2px; height: 2px; border-bottom: 1px solid black;
}
.description #name, .description #job{
color: #313131; line-height: 38px; font-weight: 100;
}
.description #name {
font-size: 28px; margin-top: 3px; float: left;
}
.description #job {
font-size: 19px; line-height:38px; float: right;
}
.description .sub_job {
font-size: 17px; margin-right: 4px; border:1.5px solid; border-color: #313131; border-radius: 10px; padding: 6px;
}
.description .majority {
font-size:14px; line-height: 17px; margin-bottom: 6px;
}
.description .self_introduction p {
font-size: 14px !important; line-height: 22px;
}