Team:AUC TURKEY/HumanPractices/iGEMism/Posters
From 2013hs.igem.org
(Difference between revisions)
Line 1,066: | Line 1,066: | ||
margin-top: 5px; | margin-top: 5px; | ||
height: 23px; | height: 23px; | ||
+ | color:white; | ||
} | } | ||
div#page div.controls a { | div#page div.controls a { | ||
padding: 5px; | padding: 5px; | ||
+ | color:white; | ||
} | } | ||
Line 1,131: | Line 1,133: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1.4em; | font-size: 1.4em; | ||
+ | z-index:-99999; | ||
+ | position:relative; | ||
} | } | ||
div#page div.image-desc { | div#page div.image-desc { | ||
Line 1,360: | Line 1,364: | ||
// Initialize Advanced Galleriffic Gallery | // Initialize Advanced Galleriffic Gallery | ||
var gallery = $('#thumbs').galleriffic({ | var gallery = $('#thumbs').galleriffic({ | ||
- | delay: | + | delay: 5000, |
numThumbs: 5, | numThumbs: 5, | ||
preloadAhead: 1, | preloadAhead: 1, | ||
Line 1,381: | Line 1,385: | ||
autoStart: true, | autoStart: true, | ||
syncTransitions: true, | syncTransitions: true, | ||
- | defaultTransitionDuration: | + | defaultTransitionDuration: 1000, |
onSlideChange: function(prevIndex, nextIndex) { | onSlideChange: function(prevIndex, nextIndex) { | ||
// 'this' refers to the gallery, which is an extension of $('#thumbs') | // 'this' refers to the gallery, which is an extension of $('#thumbs') |
Latest revision as of 17:12, 21 June 2013