Team:Heidelberg/Team

From 2014.igem.org

(Difference between revisions)
Line 19: Line 19:
<html>
<html>
-
 
<style>
<style>
 +
#carousel-wrapper {
 +
position: absolute;
 +
width: 100%;
 +
height:100%;
 +
left: 0;
 +
top:0;
 +
overflow:hidden;
 +
}
 +
 +
#slider-box {
 +
border: solid 4px #DE2401;
 +
}
 +
 +
.carousel-control.right {
 +
right: 0;
 +
left: auto;
 +
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
 +
background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
 +
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
 +
background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
 +
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
 +
background-repeat: repeat-x;
 +
}
 +
 +
.carousel-control.left {
 +
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
 +
background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
 +
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
 +
background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
 +
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
 +
background-repeat: repeat-x;
 +
}
 +
</style>
</style>

Revision as of 10:49, 16 October 2014

– The People behind the Ideas and the Data.