Team:Marburg/Template:Header

From 2013.igem.org

(Difference between revisions)
m
Line 302: Line 302:
pre code { background-color: #eee }
pre code { background-color: #eee }
-
.pics { height: 232px; width: 232px; padding:0; margin:0; overflow: hidden }
+
.pics { height: 329px; width: 507px; padding:0; margin:0; overflow: hidden }
-
.pics img { height: 200px; width: 200px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
+
.pics img { height: 297px; width: 475px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {
.pics img {
-moz-border-radius: 10px; -webkit-border-radius: 10px;
-moz-border-radius: 10px; -webkit-border-radius: 10px;
Line 393: Line 393:
$.fn.cycle.defaults.timeout = 6500;
$.fn.cycle.defaults.timeout = 6500;
$(function() {
$(function() {
-
$('#s3').cycle({  
+
$('#jquery-cycle').cycle({  
     fx:    'fade',  
     fx:    'fade',  
     speed:  350,  
     speed:  350,  
     timeout: 4000,  
     timeout: 4000,  
-
     next:  '#s3',  
+
     next:  '#jquery-cycle',  
     pause:  1  
     pause:  1  
});
});

Revision as of 14:50, 21 September 2013