Team:Amsterdam/Header

From 2011.igem.org

(Difference between revisions)
Line 99: Line 99:
****************If you have any questions, you can always contact igemamsterdam@gmail.com*****************
****************If you have any questions, you can always contact igemamsterdam@gmail.com*****************
*/
*/
 +
 +
#imageGallery {
 +
margin:0 auto;
 +
width:640px;
 +
}
 +
.imageZoom ul {
 +
  height:420px;
 +
  margin:0;
 +
  background: url(https://static.igem.org/mediawiki/2011/d/dc/P1130190.jpg) 0 0 no-repeat;
 +
 +
}
 +
.imageZoom ul li {
 +
list-style: none;
 +
margin:0;
 +
padding:0;
 +
float:left;
 +
width:0;
 +
height:130px;
 +
}
 +
.imageZoom ul li img {
 +
margin:0;
 +
width:0;
 +
height:0;
 +
border:0;
 +
overflow: hidden;
 +
}
 +
.imageZoom ul li:target img {
 +
width:640px;
 +
height:420px;
 +
border:1px solid #f0f0f0;
 +
}
 +
.imagePreview {
 +
height:120px;
 +
  margin:0;
 +
  padding:0;
 +
  background: #f0f0f0;
 +
  width:640px;
 +
}
 +
.imagePreview ul {
 +
    margin:0;
 +
    padding:0;
 +
    list-style: none;
 +
}
 +
.imagePreview ul li{
 +
float: left;
 +
text-align: center;
 +
  margin:10px;
 +
padding:0;
 +
  background: #f0f0f0;
 +
background:url(https://static.igem.org/mediawiki/2011/d/dc/P1130190.jpg);
 +
}
 +
 +
.imagePreview ul li img {
 +
  border: 1px solid #9f9f9f;
 +
  padding:2px;
 +
margin:0; 
 +
background-color: #fff;
 +
width:134px;
 +
}
 +
.imagePreview ul li a {
 +
outline: 0;
 +
}
 +
.imagePreview ul li a:hover img,
 +
.imagePreview ul li a:active img,
 +
.imagePreview ul li a:focus img {
 +
  border-color:#fff;
 +
}
#contenuto{width:778px;display:block;margin:auto;}
#contenuto{width:778px;display:block;margin:auto;}
#contenuto2{width:778px;display:block;margin-left:auto;}
#contenuto2{width:778px;display:block;margin-left:auto;}

Revision as of 17:09, 13 September 2011