Team:Shenzhen BGIC 0101/Templates/Banner

From 2013.igem.org

(Difference between revisions)
Line 230: Line 230:
   right:0;
   right:0;
   }
   }
 +
#carousel {
 +
width: 610px;
 +
height: 375px;
 +
overflow: hidden;
 +
}
 +
#carousel img {
 +
border: none;
 +
display: block;
 +
position: relative;
 +
z-index: 0;
 +
}
 +
 +
#next {
 +
background: url( https://static.igem.org/mediawiki/2013/c/c6/Gui-next.png ) center center no-repeat #999;
 +
display: block;
 +
width: 20px;
 +
height: 375px;
 +
position: absolute;
 +
top: 10px;
 +
right: 10px;
 +
z-index: 5;
 +
opacity: 0.1;
 +
-o-transition: opacity 1s ease;
 +
-ms-transition: opacity 1s ease;
 +
-moz-transition: opacity 1s ease;
 +
-webkit-transition: opacity 1s ease;
 +
transition: opacity 1s ease;
 +
}
 +
 +
#next:hover {
 +
opacity: 0.5;
 +
}
 +
 +
#donate-spacer {
 +
height: 100%;
 +
}
 +
#donate {
 +
border-top: 1px solid #999;
 +
width: 750px;
 +
padding: 50px 75px;
 +
margin: 0 auto;
 +
overflow: hidden;
 +
}
 +
#donate p, #donate form {
 +
margin: 0;
 +
}
 +
#donate p {
 +
width: 650px;
 +
}
 +
#donate form {
 +
width: 100px;
 +
}
 +
 

Revision as of 22:04, 25 October 2013