Team:SYSU-Software/overview.css

From 2013.igem.org

(Difference between revisions)
Line 72: Line 72:
text-align: justify;
text-align: justify;
         background-color:white;
         background-color:white;
-
margin-bottom: 80px;
 
}
}
Line 108: Line 107:
a:focus{
a:focus{
outline-color:#544444;  
outline-color:#544444;  
 +
}
 +
 +
.wrapper.colored-wrapper{
 +
background-color:white;
}
}

Revision as of 13:20, 27 September 2013

  • {

padding:0px; margin: 0px; } body { background-color: white; }

/*home content*/

  1. overview-container{

width: 100%; margin: 0 auto; background-color: white; } /*slides part*/

  1. overview-slides{

width:100%; height: 430px; background-color: #dff5f2; padding: 15px 0; }

  1. myCarousel{

height: 430px; width: 980px;

margin: 0 auto; }

  1. 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*/

  1. overview-header{

width: 100%;

font-size: 40px; color: #34495e; font-weight: bolder; margin: 30px auto; background: white; }

  1. overview-header span{

display: block; margin: auto; width: 100%; text-align: center; }

  1. 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; */ /* } */

  1. overview-text div {

width: 100%; }

  1. overview-text span {

width: 980px; display: block; margin: 20px auto; }



/*footer*/

  1. sysu-footer{

width: 100%; margin:0 auto;

position: relative; bottom: 0px; overflow: hidden;

background-color: #dff5f2; }

  1. bottom-image{

width:100%; } a:focus{ outline-color:#544444; }

.wrapper.colored-wrapper{ background-color:white; }