Team:SYSU-China/Team/Gallery style.css

From 2013.igem.org

(Difference between revisions)
Line 38: Line 38:
}
}
img.fig_img {
img.fig_img {
 +
  position:relative;
   width: 150px;
   width: 150px;
}
}
p.description {
p.description {
 +
  position:relative;
   width:150px;
   width:150px;
}
}

Revision as of 06:42, 27 September 2013

div.team_content { position: relative; width: 1024px; margin-bottom: 0px; padding: 60px 0px; }

div.navigater {

       border-top: solid 2px #000;

}

.navigater ul { left: 0px; }

.navigater ul li {

 z-index:100;
 font: bold 14px/20PX helvetica;
 display: inline-block;
 margin: 0 20px;
 padding-bottom: 18px;
 position: relative;
 width: 110px;
 height: 32px;
 background-repeat:no-repeat;
 text-align:center;
 cursor: pointer;
 -webkit-transition: background-image 0.2s;
 -moz-transition: background-image 0.2s;
 -ms-transition: background-image 0.2s;
 -o-transition: background-image 0.2s;
 transition: background-image 0.2s;

}

div.photo_frame {

  width: 150px;
  height:600px;

} img.fig_img {

  position:relative;
  width: 150px;

} p.description {

  position:relative;
  width:150px;

}