Template:Regional Europe 2012 Page CSS

From 2012.igem.org

(Difference between revisions)
Line 462: Line 462:
#happeningnow .widget-url {font-size: 11pt; font-weight: bold; padding: 2px; text-align: center;}
#happeningnow .widget-url {font-size: 11pt; font-weight: bold; padding: 2px; text-align: center;}
 +
 +
/* ///////////////////////////////////////////////////////////////////////////
 +
// pitch slideshow
 +
/////////////////////////////////////////////////////////////////////////// */
 +
 +
#pitch {
 +
clear: both;
 +
height: 296px;
 +
background: url(../images/shadow.png) no-repeat left bottom;
 +
margin: 0 0 25px;
 +
}
 +
#slideshow {
 +
    position:relative;
 +
    height: 310px;
 +
}
 +
#slideshow img {
 +
float: left;
 +
}
 +
#slideshow div {
 +
    position: absolute;
 +
    top: 0;
 +
    left: 0;
 +
    z-index: 8;
 +
}
 +
#slideshow div.active {
 +
    z-index: 10;
 +
}
 +
#slideshow div.last-active {
 +
    z-index: 9;
 +
}
 +
 +
 +
#talen {
 +
width: 100%;
 +
height: 30px;
 +
margin-right: 50px;
 +
 +
}
 +
 +
 +
#zoom {
 +
z-index: 11;
 +
}
/* ///////////////////////////////////////////////////////////////////////////  
/* ///////////////////////////////////////////////////////////////////////////  

Revision as of 16:02, 24 February 2012