Team:Wageningen UR/Templates/Page Header

From 2013.igem.org

(Difference between revisions)
Line 305: Line 305:
/* Each slide */
/* Each slide */
#example3 .slide{
#example3 .slide{
-
background:#fff;
+
background:#f0f0f0;
padding:20px;
padding:20px;
-webkit-transition: opacity .7s linear;
-webkit-transition: opacity .7s linear;
Line 313: Line 313:
/* The timeline background */
/* The timeline background */
#example3 .timeline{
#example3 .timeline{
-
background:#fff;
+
background:#f0f0f0;
}
}
/* The timeline fill bar */
/* The timeline fill bar */
#example3 .innertimeline{
#example3 .innertimeline{
-
background:#000;
+
background:#fff;
}
}
/* The time display */
/* The time display */
Line 388: Line 388:
background:url('http://beauvillemedia.nl/igem/slidersprite.png');
background:url('http://beauvillemedia.nl/igem/slidersprite.png');
position:absolute;
position:absolute;
-
top: -35px;
+
top: -30px;
-
left: 10px;
+
left: 15px;
width:30px;
width:30px;
height:30px;
height:30px;

Revision as of 22:26, 26 July 2013


Page title

List of templates:

Team:Wageningen_UR/Templates/Page Header
this page, include at the start of every page. This page contains all the css needed to style all of the pages.
Team:Wageningen_UR/Templates/Page Footer
include at the end of every page. This page contains all js for all the more complex functions in this wiki.
Team:Wageningen_UR/Templates/Navigation
edit the menu here