Team:SYSU-Software/overview.css
From 2013.igem.org
Line 55: | Line 55: | ||
font-weight: bolder; | font-weight: bolder; | ||
margin: 30px auto; | margin: 30px auto; | ||
- | + | background: white; | |
} | } | ||
#overview-header span{ | #overview-header span{ | ||
Line 71: | Line 71: | ||
line-height: 28px; | line-height: 28px; | ||
text-align: justify; | text-align: justify; | ||
- | + | background-color:white; | |
margin-bottom: 80px; | margin-bottom: 80px; | ||
} | } |
Revision as of 12:59, 27 September 2013
- {
padding:0px; margin: 0px; } body { background-color: white; }
/*home content*/
- overview-container{
width: 100%; margin: 0 auto; background-color: white; } /*slides part*/
- overview-slides{
width:100%; height: 430px; background-color: #dff5f2; padding: 15px 0; }
- myCarousel{
height: 430px; width: 980px;
margin: 0 auto; }
- slides-image img{
height: 430px; /* width: 980px; */
margin:0 auto; }
/*some change*/ .zhizhen-left { position: absolute; top: 50%; left: 0px; margin-top: -20px; } .zhizhen-right{ position: absolute; top: 50%; right: 0px; margin-top: -20px; }
/*overview content*/
- overview-header{
width: 100%;
font-size: 40px; color: #34495e; font-weight: bolder; margin: 30px auto; background: white; }
- overview-header span{
display: block; margin: auto; width: 100%; text-align: center; }
- overview-text{
font-size: 18px; font-weight: 700; color: #63605e; width: 100%; margin: 0 auto; line-height: 28px; text-align: justify;
background-color:white;
margin-bottom: 80px; }
/* #overview-text .text-1 { */ /* background: white; */ /* } */
- overview-text div {
width: 100%; }
- overview-text span {
width: 980px; display: block; margin: 20px auto; }
/*footer*/
- sysu-footer{
width: 100%; margin:0 auto;
position: relative; bottom: 0px; overflow: hidden;
background-color: #dff5f2; }
- bottom-image{
width:100%; } a:focus{ outline-color:#544444; }