Team:Shenzhen BGIC 0101

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{:Team:Shenzhen_BGIC_0101/Templates/Header}}
+
{{:Header.html}}
<html>
<html>
<head>
<head>
Line 40: Line 40:
});
});
</script>
</script>
 +
<script typt="text/css">
 +
#carousel {
 +
width: 610px;
 +
height: 375px;
 +
overflow: hidden;
 +
}
 +
#carousel img {
 +
border: none;
 +
display: block;
 +
position: relative;
 +
 +
}
 +
 +
#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;
 +
 +
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;
 +
}
 +
 +
</script>
</head>
</head>
<body>
<body>

Revision as of 22:12, 25 October 2013

Header.html