Team:SYSU-Software/colla.css
From 2013.igem.org
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | *{ | |
- | + | padding:0px; | |
- | + | margin: 0px; | |
- | + | } | |
- | + | body { | |
- | + | height: 100%; | |
- | + | width: 100%; | |
- | + | font-family: 'Arial'; | |
- | + | } | |
/*container*/ | /*container*/ | ||
Line 13: | Line 13: | ||
#collaboration-container{ | #collaboration-container{ | ||
- | + | width: 100%; | |
- | + | /* height: 100%; */ | |
- | + | background-color: #f5f5f5; | |
- | + | margin:0 auto; | |
} | } | ||
#collaboration-header{ | #collaboration-header{ | ||
- | + | width: 328px; | |
- | + | margin: 0 auto; | |
} | } | ||
#collaboration-font{ | #collaboration-font{ | ||
- | + | margin-top: 40px; | |
} | } | ||
#collaboration-q1{ | #collaboration-q1{ | ||
- | + | width: 980px; | |
- | + | margin: 0 auto; | |
- | + | clear: both; | |
} | } | ||
#q1-light{ | #q1-light{ | ||
- | + | float: left; | |
- | + | margin-left: 40px; | |
- | + | margin-top: 37px; | |
+ | width: 46px; | ||
+ | height: 46px; | ||
} | } | ||
#q1-text{ | #q1-text{ | ||
- | + | float: left; | |
- | + | margin-top: 50px; | |
- | + | margin-left: 4px; | |
- | + | font-family: 'Arial'; | |
- | + | font-size: 19px; | |
- | + | font-weight: 900; | |
- | + | color: black; | |
} | } | ||
#q1-image{ | #q1-image{ | ||
- | + | float: left; | |
- | + | margin-left: 60px; | |
- | + | margin-top: 30px; | |
- | + | margin-right: 50px; | |
} | } | ||
#q1-image-spe{ | #q1-image-spe{ | ||
- | + | float: left; | |
- | + | margin-left: 60px; | |
- | + | margin-top: 30px; | |
- | + | margin-right: 50px; | |
- | + | margin-bottom:35px; | |
+ | } | ||
+ | |||
+ | #q1-image-hello { | ||
+ | float: left; | ||
+ | margin-left: 60px; | ||
+ | margin-top: 30px; | ||
+ | margin-right: 50px; | ||
+ | /* margin-bottom:35px; */ | ||
} | } | ||
#q1-pen{ | #q1-pen{ | ||
- | + | float: left; | |
- | + | margin-top: 28px; | |
- | + | margin-left: 40px; | |
} | } | ||
#q1-answer{ | #q1-answer{ | ||
- | + | width: 840px; | |
- | + | float: left; | |
- | + | margin-left: 2px; | |
- | + | margin-top: 38px; | |
- | + | ||
- | + | text-align:justify; | |
- | + | line-height: 24px; | |
- | + | *color: #445d72;* | |
- | + | color: black; | |
- | + | font-weight: 800; | |
- | + | font-size: 15px; | |
} | } | ||
#collaboration-q2{ | #collaboration-q2{ | ||
- | + | width: 980px; | |
- | + | margin: 0 auto; | |
- | + | clear: both; | |
- | + | background-color: #f5f5f5; | |
} | } | ||
#collaboration-q2-makemarginbottom{ | #collaboration-q2-makemarginbottom{ | ||
- | + | width:100%; | |
- | + | height:40px; | |
} | } | ||
#q2-light{ | #q2-light{ | ||
- | + | float: left; | |
- | + | margin-left: 40px; | |
- | + | margin-top: 45px; | |
} | } | ||
#q2-text{ | #q2-text{ | ||
- | + | float: left; | |
- | + | margin-top: 40px; | |
- | + | margin-left: 4px; | |
- | + | font-family: 'Arial'; | |
- | + | font-size: 19px; | |
- | + | font-weight: 900; | |
} | } | ||
#q2-text-2{ | #q2-text-2{ | ||
- | + | width:100%; | |
- | + | float: left; | |
- | + | margin-top: 20px; | |
- | + | margin-left: 4px; | |
- | + | font-family: 'Arial'; | |
- | + | font-size: 19px; | |
- | + | font-weight: 900; | |
- | + | text-align:center; | |
} | } | ||
#q2-pen{ | #q2-pen{ | ||
- | + | clear: both; | |
- | + | float: left; | |
- | + | margin-top: 28px; | |
- | + | margin-left: 40px; | |
- | + | width: 46px; | |
+ | height: 46px; | ||
} | } | ||
#q2-answer{ | #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; | |
} | } | ||
.q2-image-introduce{ | .q2-image-introduce{ | ||
- | + | text-align:center; | |
} | } | ||
- | + | /*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 { | .clear:after { | ||
- | + | display: block; | |
- | + | content: "."; | |
- | + | height: 0; | |
- | + | clear: both; | |
- | + | overflow: hidden; | |
- | + | visibility: hidden; | |
} | } | ||
#q1-image img{ | #q1-image img{ | ||
- | width:870px; | + | width:870px; |
- | height:449px; | + | height:449px; |
} | } | ||
#q1-image-spe{ | #q1-image-spe{ | ||
- | width:870px; | + | width:870px; |
- | height:202px; | + | height:202px; |
} | } | ||
- | #q1-image-hello img{ | + | |
+ | #q1-image-hello img { | ||
width:870px; | width:870px; | ||
height:180px; | height:180px; | ||
} | } |
Latest revision as of 02:18, 28 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; width: 46px; height: 46px; }
- 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-image-spe{
float: left; margin-left: 60px; margin-top: 30px; margin-right: 50px; margin-bottom:35px; }
- q1-image-hello {
float: left; margin-left: 60px; margin-top: 30px; margin-right: 50px; /* margin-bottom:35px; */ }
- q1-pen{
float: left; margin-top: 28px; margin-left: 40px;
}
- q1-answer{
width: 840px; float: left; margin-left: 2px; margin-top: 38px;
text-align:justify; line-height: 24px; *color: #445d72;* color: black; font-weight: 800; font-size: 15px; }
- collaboration-q2{
width: 980px; margin: 0 auto; clear: both; background-color: #f5f5f5; }
- collaboration-q2-makemarginbottom{
width:100%; height:40px; }
- q2-light{
float: left; margin-left: 40px; margin-top: 45px; }
- q2-text{
float: left; margin-top: 40px; margin-left: 4px;
font-family: 'Arial'; font-size: 19px; font-weight: 900; }
- q2-text-2{
width:100%; float: left; margin-top: 20px; margin-left: 4px;
font-family: 'Arial'; font-size: 19px; font-weight: 900; text-align:center; }
- q2-pen{
clear: both; float: left; margin-top: 28px; margin-left: 40px; width: 46px; height: 46px; }
- 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; } .q2-image-introduce{ text-align:center; }
/*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; }
- q1-image img{
width:870px; height:449px; }
- q1-image-spe{
width:870px; height:202px; }
- q1-image-hello img {
width:870px; height:180px; }