Team:Copenhagen/Header

From 2012.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 23: Line 23:
#graa {background-color:#999999;}
#graa {background-color:#999999;}
-
<head>
 
-
<style type="text/css">
 
-
.flashclass{ /*sample CSS class added to image slideshow container*/
+
$("#slideshow > div:gt(0)").hide();
-
width: 200px; /*a width should be defined for transition to work*/
+
 
-
border: 5px solid orange;
+
setInterval(function() {  
-
padding: 5px;
+
  $('#slideshow > div:first')
 +
    .fadeOut(1000)
 +
    .next()
 +
    .fadeIn(1000)
 +
    .end()
 +
    .appendTo('#slideshow');
 +
},  3000);
 +
 
 +
 
 +
a{
 +
height: 119px;
}
}
-
.flashclass img{
+
a:hover{
-
border-width: 0;
+
height: 619px;
}
}
-
</style>
 
-
<script type="text/javascript" src="https://2012.igem.org/Template:Team:Copenhagen2012">
+
#scroller {
 +
  position: fixed;
 +
  right: 215px;
 +
  top: 20%;
 +
  width: 8em;
 +
  margin-top: -2.5em;
 +
}
-
/***********************************************
+
#design1{
-
* Random Transitions Slideshow- by JavaScript Kit (www.javascriptkit.com)
+
background-image: url("https://static.igem.org/mediawiki/2012/6/63/Control_thump.jpg");
-
* This notice must stay intact for usage
+
}
-
* Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code
+
-
***********************************************/
+
 +
#design1:hover{
 +
background-image: url("https://static.igem.org/mediawiki/2012/9/94/Control-Copenhagen.JPG");
 +
}
 +
 +
#design2{
 +
background-image: url(" ");
 +
}
 +
 +
#design2:hover{
 +
background-image: url(" ");
 +
}
</style>
</style>
Line 134: Line 156:
<a href="https://2012.igem.org/Team:Copenhagen/Team">Team</a>
<a href="https://2012.igem.org/Team:Copenhagen/Team">Team</a>
<a href="https://2012.igem.org/Team:Copenhagen/Project">Project</a>
<a href="https://2012.igem.org/Team:Copenhagen/Project">Project</a>
 +
<a href="https://2012.igem.org/Team:Copenhagen/Protocols">Protocols</a>
<a href="https://2012.igem.org/Team:Copenhagen/Parts">Parts</a>
<a href="https://2012.igem.org/Team:Copenhagen/Parts">Parts</a>
-
<a href="https://2012.igem.org/Team:Copenhagen/Notebook">Notebook</a>
 
<a href="https://2012.igem.org/Team:Copenhagen/Safety">Safety</a>
<a href="https://2012.igem.org/Team:Copenhagen/Safety">Safety</a>
<a href="https://2012.igem.org/Team:Copenhagen/Ethics">Human Practises</a>
<a href="https://2012.igem.org/Team:Copenhagen/Ethics">Human Practises</a>

Latest revision as of 21:16, 26 September 2012