USTC-Software/team/css

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
     background:#f3f3f3; !important;
     background:#f3f3f3; !important;
     box-shadow:#f3f3f3 3px 3px 3px !important;
     box-shadow:#f3f3f3 3px 3px 3px !important;
-
     margin:0 auto;
+
     margin:0 auto !important;
-
     padding:0;
+
     padding:0 !important;
-
     margin-top:0;
+
     margin-top:0 !important;
}
}
#content .team_pic{
#content .team_pic{

Revision as of 06:07, 26 October 2013

  1. main{
   background:#f3f3f3; !important;
   box-shadow:#f3f3f3 3px 3px 3px !important;
   margin:0 auto !important;
   padding:0 !important;
   margin-top:0 !important;

}

  1. content .team_pic{
   width:1000px;
   height:455px;
   margin-top:40px;
   margin-left:-10px;
   background:url(USTC_Software_team-all.png);

}

  1. content .team_pic a.smooth{
   display:block;

}


  1. content .team_pic .jing{
   width:128px;
   height:455px;
   float:left;

}

  1. content .team_pic .jing:hover{
   background:url(USTC_Software_Jing.png);

}


  1. content .team_pic .hua{
   width:125px;
   height:455px;
   margin-left:-33px;
   float:left;

}

  1. content .team_pic .hua:hover{
   background:url(USTC_Software_Hua.png);

}

  1. content .team_pic .yu{
   width:128px;
   height:455px;
   float:left;
   margin-left:-20px;

}

  1. content .team_pic .yu:hover{
   background:url(USTC_Software_Yu.png);

}

  1. content .team_pic .kun{
   width:110px;
   height:455px;
   float:left;
   margin-left:-12px;

}

  1. content .team_pic .kun:hover{
   background:url(USTC_Software_Kun.png);

}


  1. content .team_pic .yang{
   width:120px;
   height:455px;
   float:left;
   margin-left:-10px;

}

  1. content .team_pic .yang:hover{
   background:url(USTC_Software_Yang.png) no-repeat;

}


  1. content .team_pic .sen{
   width:110px;
   height:455px;
   float:left;
   margin-left:-11px;
   margin-top:10px;

}

  1. content .team_pic .sen:hover{
   background:url(USTC_Software_Sen.png);

}

  1. content .team_pic .nan{
   width:110px;
   height:455px;
   float:left;
   margin-left:-7px;
   margin-top:10px;

}

  1. content .team_pic .nan:hover{
   background:url(USTC_Software_Nan.png);

}

  1. content .team_pic .shuai{
   width:120px;
   height:455px;
   float:left;
   margin-left:-25px;
   margin-top:10px;

}

  1. content .team_pic .shuai:hover{
   background:url(USTC_Software_Shuai.png);

}

  1. content .team_pic .pei{
   width:100px;
   height:455px;
   float:left;
   margin-left:-42px;

}

  1. content .team_pic .pei:hover{
   background:url(USTC_Software_Pei.png);

}

  1. content .team_pic .hao{
   width:120px;
   height:455px;
   float:left;
   margin:-455px auto auto 45px;

}

  1. content .team_pic .hao:hover{
   background:url(USTC_Software_Hao.png);

}


  1. content .members{
   width:1010px;
   height:580px;
   border:1px solid #f3f3f3;
   margin-top:0px;
   margin-left:-20px;
   background:url(USTC_Software_Bg1.png) repeat-x;

}

  1. content .box{
   height:70px;

}

  1. content .members .pic{
   width:230px;
   height:340px;
   margin:18px auto auto 30px;
   float:left;

}

  1. content .members .words{
   width:580px;
   height:500px;
   margin:60px auto 10px 370px;
   font-family:Arial, Helvetica, sans-serif;

}

  1. content .members .words p{
   font-size:18px;
   margin-top:2px;
   color:#383838;

}


  1. to_top{
   float:left;

}

  1. to_top a img{
   position:fixed;
   left:20px;
   margin-top:450px;
   width:125px;
   height:128px;
   transition: 1s;
   -moz-transition: 1s; 
   -webkit-transition:  1s;
   -o-transition:1s; 
   -ms-transition: 1s;

}

  1. to_top a img:hover{
   transform:scale(1.1);
   -moz-transform:scale(1.1) ;
   -ms-transform:scale(1.1) ;
   -webkit-transform:scale(1.1);

}

  1. content .members .one{
   width:400px;
   height:600px;
   float:left;
   margin-left:3px;

}

  1. content .members .two{
   width:400px;
   height:600px;
   float:left;
   margin-left:100px;

}

  1. content .members .one .pic1{
   width:230px;
   height:340px;
   margin:18px auto auto 30px;
   float:left;

}

  1. content .members .two .pic2{
   width:230px;
   height:240px;
   margin:18px auto auto 130px;
   float:left;

}

  1. content .members .one .des{
   width:300px;
   height:100px;
   float:left;
   margin:90px auto auto 50px;
   font-size:22px;
   font-family:Arial, Helvetica, sans-serif;

}

  1. content .members .two .des{
   width:300px;
   height:100px;
   float:left;
   margin:70px auto auto 50px;
   font-size:22px;
   font-family:Arial, Helvetica, sans-serif;

}

  1. h1{
   font-family:Arial, Helvetica, sans-serif;
   font-size:25px;

}

  1. teambutton {color:#aaed51 !important;}