Team:SYSU-Software/colla.css
From 2013.igem.org
(Difference between revisions)
Line 72: | Line 72: | ||
margin-left: 2px; | margin-left: 2px; | ||
margin-top: 38px; | margin-top: 38px; | ||
- | + | ||
+ | text-align:justify; | ||
line-height: 24px; | line-height: 24px; | ||
color: #445d72; | color: #445d72; | ||
Line 116: | Line 117: | ||
margin-top: 38px; | margin-top: 38px; | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
- | + | ||
+ | text-align:justify; | ||
line-height: 24px; | line-height: 24px; | ||
color: #445d72; | color: #445d72; |
Revision as of 05:20, 27 September 2013
*{ padding:0px; margin: 0px; } body { height: 100%; width: 100%; font-family: 'Arial'; }
/*container*/
- collaboration-container{
width: 100%; height: 100%; background-color: #f5f5f5; margin:0 auto;
}
- collaboration-header{
width: 328px; margin: 0 auto;
}
- collaboration-font{
margin-top: 40px;
}
- collaboration-q1{
width: 980px; margin: 0 auto; clear: both;
}
- q1-light{
float: left; margin-left: 40px; margin-top: 37px;
}
- q1-text{
float: left; margin-top: 50px; margin-left: 4px;
font-family: 'Arial'; font-size: 19px; font-weight: 900; color: black;
}
- q1-image{
float: left; margin-left: 60px; margin-top: 30px; margin-right: 50px;
}
- q1-pen{
float: left; margin-top: 28px; margin-left: 40px;
}
- q1-answer{
width: 850px; float: left; margin-left: 2px; margin-top: 38px; text-align:justify; line-height: 24px; color: #445d72; font-weight: 800; font-size: 15px;
}
- collaboration-q2{
width: 980px; margin: 0 auto; clear: both; background-color: #f5f5f5;
}
- q2-light{
float: left; margin-left: 40px; margin-top: 45px;
}
- q2-text{
float: left; margin-top: 58px; margin-left: 4px;
font-family: 'Arial'; font-size: 19px; font-weight: 900;
}
- q2-pen{
clear: both; float: left; margin-top: 28px; margin-left: 40px;
}
- q2-answer{
width: 850px; float: left; margin-left: 2px; margin-top: 38px; margin-bottom: 30px; text-align:justify; line-height: 24px; color: #445d72; font-weight: 800; font-size: 15px;
}
/*footer*/ /*footer*/ #sysu-footer{ width: 100%; margin:0 auto;
position: relative; bottom: 0px; overflow: hidden;
background-color: #f5f5f5; } #bottom-image{ width: 100%; }
a:focus{ outline-color:#544444; }
.clear:after {
display: block; content: "."; height: 0; clear: both; overflow: hidden; visibility: hidden;
}