Team:Wageningen UR/Templates/Page Header

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
var windowW = $(window).width();
var windowW = $(window).width();
$('#example3').timeliner({
$('#example3').timeliner({
-
containerwidth: windowW,
+
        containerwidth: windowW,
-
containerheight: 400,
+
containerheight: 400,
-
timelineheight: 3,
+
timelineheight: 3,
-
timelineverticalmargin: 0,
+
timelineverticalmargin: 0,
-
autoplay: true,
+
autoplay: true,
-
repeat: false,
+
repeat: false,
-
                                        showtimedisplay: false,
+
        showtimedisplay: false,
-
transition: 'fade'
+
transition: 'fade'
-
});
+
});
});
});
function end_callback(id){
function end_callback(id){
Line 265: Line 265:
}
}
/* Each node tooltip */
/* Each node tooltip */
-
#example3 .tooltip{}
+
#example3 .tooltip{
 +
        font-size: 12px;}
/* The time display inside a tooltip */
/* The time display inside a tooltip */
#example3 .tooltiptime{
#example3 .tooltiptime{

Revision as of 14:24, 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