Team:SYSU-Software/overview.css
From 2013.igem.org
(Difference between revisions)
(Created page with " *{ padding:0px; margin: 0px; } body { height: 100%; width: 100%; background-color: white; font-family: 'Arial'; } /*home ...") |
|||
Line 76: | Line 76: | ||
/*footer*/ | /*footer*/ | ||
- | # | + | #sysu-footer{ |
width: 100%; | width: 100%; | ||
margin:0 auto; | margin:0 auto; |
Revision as of 06:12, 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{ height: 430px; background-color: white; } #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; }
a:focus{ outline-color:#544444; }