Team:UESTC/team info.css

From 2013.igem.org

/*

   team info style
   */
  1. team_info {
   height: auto;
   background:url(UESTC_team-bg.png) #1B1B1B;

}

  1. greetings {
   width: 80%;
   height: auto;
   text-align: justify;
   margin: 0 auto;
   font: 18px/1.5em museo100regular, arial,verdana;
   color:white;

}

   #greetings h1 {
       color: white;
       font: 2.0em museo100regular, arial,verdana;
   }

.mem_panel {

   width: 80%;
   height: auto;
   display: block;
   margin: 0 auto;

}

   .mem_panel h1 {
       font: 25px/2.0em museo100regular, arial,verdana;
       color: white;
   }
   .mem_list {
       padding: 0;
       list-style-type: none;
       overflow: visible;
       text-align:center;
   }
       .mem_list li {
           display: block;
           width:150px;
           margin:0.8em 2em;
           height:auto;
           float:left;
           z-index:0;
       }
           .mem_list li span {
               margin: 0 auto;
               font: 12px/1.0em museo100regular, arial,verdana;
               color:white;
           }
  1. student_members {
   height: 510px;

}

  1. advisors {
   height: 290px;

}

  1. instructors {
   height: 290px;

} .show {

   position: relative;
   top: 150px;
   left: 150px;

} .show_content {

   z-index: 5;

} /*

   contact us style
   */
  1. contact {
   width: 80%;
   margin: 0 auto;
   height: 160px;
   font: 16px/1.2em museo100regular, arial,verdana;
   color: white;

}

  1. contact h1 {
   font: 25px/2.0em museo100regular, arial,verdana;
   color: white;

}