Team:SYSU-Software/overview.css
From 2013.igem.org
(9 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | *{ | |
- | + | 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; | ||
+ | } | ||
- | + | /* #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: white; | |
- | + | } | |
+ | |||
+ | #bottom-image{ | ||
+ | width:100%; | ||
+ | } | ||
+ | a:focus{ | ||
+ | outline-color:#544444; | ||
+ | } | ||
+ | |||
+ | .wrapper.colored-wrapper{ | ||
+ | background-color:white!important; | ||
+ | } | ||
- | + | #myCarousel .carousel-indicators { | |
- | + | right: 90px; | |
} | } | ||
- | |||
- | |||
- |
Latest revision as of 02:58, 28 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;
}
/* #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: white; }
- bottom-image{
width:100%; } a:focus{ outline-color:#544444; }
.wrapper.colored-wrapper{ background-color:white!important; }
- myCarousel .carousel-indicators {
right: 90px;
}