Team:SYSU-Software/safety.css
From 2013.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
font-family: 'Arial'; | font-family: 'Arial'; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Line 243: | Line 145: | ||
background-color: #ebdfd2; | background-color: #ebdfd2; | ||
} | } | ||
- | |||
- | |||
- | |||
- | + | /*footer*/ | |
- | + | #sysu-footer{ | |
- | # | + | width: 100%; |
- | + | margin:0 auto; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
position: relative; | position: relative; | ||
- | + | bottom: 0px; | |
- | + | overflow: hidden; | |
- | + | background-color: white; | |
- | + | ||
} | } | ||
- | # | + | #bottom-image{ |
- | + | width: 100%; | |
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Revision as of 13:29, 25 September 2013
*{ padding:0px; margin: 0px; } body { height: 100%; width: 100%; background-color: #CCC; font-family: 'Arial'; }
- safety-container{
width: 980px; height: 100%; background-color: #DDF4EF; margin:0 auto;
}
- safety-header{
height: 100%;
}
- safety-sanjiao1{
float: left; margin-left: 50px; margin-top: 40px;
}
- safety-font{
float: left; margin-top: 30px; margin-left: 30px; margin-right: 27px;
}
- safety-sanjiao2{
float: left; margin-top: 40px;
}
- safety-q1{
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: #445d72;
}
- 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;
line-height: 24px; color: #445d72; font-weight: 800; font-size: 15px;
}
- safety-q2{
clear: both;
}
- 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; color: #445d72;
}
- 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;
line-height: 24px; color: #445d72; font-weight: 800; font-size: 15px;
}
- q3{
clear:both;
}
/*footer*/ #team-footer{ width: 980px; margin:0 auto;
position: relative; bottom: 0px; overflow: hidden;
background-color: #ebdfd2; }
/*footer*/ #sysu-footer{ width: 100%; margin:0 auto;
position: relative; bottom: 0px; overflow: hidden;
background-color: white; } #bottom-image{ width: 100%; }
a:focus{ outline-color:#544444; }