Template:Team:Oxford/templates/header

From 2014.igem.org

(Difference between revisions)
Line 160: Line 160:
  .row { vertical-align: top; height:auto !important; }
  .row { vertical-align: top; height:auto !important; }
  .list {display:none; }
  .list {display:none; }
-
  .hide {display: none; }
+
  .show {display: none; }
-
  .show:target + .hide {display: inline; }
+
  .hide:target + .show {display: inline; }
-
  .show:target {display: none; }
+
  .hide:target {display: none; }
-
  .show:target ~ .list {display:inline; }
+
  .hide:target ~ .list {display:inline; }
-
  @media print { .show, .hide { display: none; } }
+
  @media print { .hide, .show { display: none; } }
Line 367: Line 367:
function startup4(){
function startup4(){
   $(".4").animate({marginLeft:'+=250px'}, 1000);
   $(".4").animate({marginLeft:'+=250px'}, 1000);
-
}
 
-
 
-
function startup4(){
 
-
  $(".5").animate({marginLeft:'+=250px'}, 1000);
 
}
}
Line 391: Line 387:
     startup4();
     startup4();
   }, 1750);
   }, 1750);
-
  setTimeout(function() {
 
-
    startup5();
 
-
  }, 1900);
 
});
});

Revision as of 04:07, 22 September 2014