Team:SYSU-Software/overview.css
From 2013.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
/*slides part*/ | /*slides part*/ | ||
#overview-slides{ | #overview-slides{ | ||
+ | width:100%; | ||
height: 430px; | height: 430px; | ||
- | background-color: | + | background-color: #dff5f2; |
} | } | ||
#myCarousel{ | #myCarousel{ |
Revision as of 17:06, 25 September 2013
*{ padding:0px; margin: 0px; } body { height: 100%; width: 100%; background-color: white; font-family: 'Arial'; }
/*home content*/ #overview-container{ width: 100%; margin: 0 auto; background-color: white; } /*slides part*/ #overview-slides{
width:100%;
height: 430px; background-color: #dff5f2; } #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: 40%; left: 30px; margin-top: -20px; } .zhizhen-right{ position: absolute; top: 40%; right: 30px; margin-top: -20px; }
/*overview content*/ #overview-header{ width: 175px;
font-size: 40px; color: black; font-weight: bolder; margin: 0 auto;
margin-top: 70px; margin-bottom: 30px; } #overview-text{ font-size: 18px; font-weight: 700; color: #63605e; width: 900px; margin: 0 auto; line-height: 28px; text-align: justify;
margin-bottom: 80px; }
/*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; }