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; } | ||
- | . | + | .show {display: none; } |
- | . | + | .hide:target + .show {display: inline; } |
- | . | + | .hide:target {display: none; } |
- | . | + | .hide:target ~ .list {display:inline; } |
- | @media print { . | + | @media print { .hide, .show { display: none; } } |
Line 367: | Line 367: | ||
function startup4(){ | function startup4(){ | ||
$(".4").animate({marginLeft:'+=250px'}, 1000); | $(".4").animate({marginLeft:'+=250px'}, 1000); | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 391: | Line 387: | ||
startup4(); | startup4(); | ||
}, 1750); | }, 1750); | ||
- | |||
- | |||
- | |||
}); | }); | ||
Revision as of 04:07, 22 September 2014