Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
(105 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | #bodyContent .labbook h1 { | ||
+ | font-size: 125%; | ||
+ | text-align:center; | ||
+ | color:white; | ||
+ | background-color: rgb(0,33,67); | ||
+ | margin: 15px 0; | ||
+ | padding: 0.5em 0; | ||
+ | } | ||
#bodyContent h2 { | #bodyContent h2 { | ||
+ | font-size: 125%; | ||
+ | font-weight: normal; | ||
text-align:center; | text-align:center; | ||
color:white; | color:white; | ||
background-color:#AAAAAA; | background-color:#AAAAAA; | ||
- | margin: | + | margin: 15px 0; |
padding: 0.5em 0; | padding: 0.5em 0; | ||
} | } | ||
Line 13: | Line 24: | ||
.toc, #toc { display: none; } | .toc, #toc { display: none; } | ||
- | h1 { | + | h1 b { |
color:#002BB8; | color:#002BB8; | ||
} | } | ||
h3 { | h3 { | ||
+ | font-size: 100%; | ||
color:#002BB8; | color:#002BB8; | ||
margin: 0 10px; | margin: 0 10px; | ||
+ | font-weight: bold; | ||
} | } | ||
Line 44: | Line 57: | ||
.experiment { | .experiment { | ||
margin: 5px 0; | margin: 5px 0; | ||
+ | padding-bottom: 5px; | ||
} | } | ||
+ | div.labbook { | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | + | #labselect { | |
- | + | position: fixed; | |
+ | right: 0px; | ||
+ | top: 20px; | ||
+ | width: 130px; | ||
+ | font-size:80%; | ||
+ | background: rgb(255,255,255); | ||
} | } | ||
- | + | #labselect:hover { | |
- | + | position: fixed; | |
+ | right: 0px; | ||
+ | top: 20px; | ||
+ | width: 130px; | ||
+ | font-size:80%; | ||
+ | background: rgb(255,255,255); | ||
} | } | ||
- | + | #ladder { | |
- | border: | + | border: 1px solid rgb(47, 111, 171); |
+ | position: fixed; | ||
+ | left: -130px; | ||
+ | top: 20px; | ||
+ | width: 150px; | ||
+ | margin: 0px; | ||
+ | background: rgb(255,255,255); | ||
} | } | ||
- | + | #ladder:hover { | |
- | + | border: 1px solid rgb(47, 111, 171); | |
+ | position: fixed; | ||
+ | left: 0px; | ||
+ | top: 20px; | ||
+ | width: 150px; | ||
+ | margin: 0px; | ||
+ | background: rgb(255,255,255); | ||
} | } | ||
- | + | #labselect fieldset { | |
- | + | margin: 0px; | |
} | } | ||
- | + | h1, h2 { | |
- | + | text-shadow: 0px 0px 0px; | |
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
<script style="text/js"> | <script style="text/js"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
+ | $('.labbook ul').css({display: 'none'}) | ||
+ | $('.labbook p').css({display: 'none'}) | ||
+ | $('.labbook table').css({display: 'none'}) | ||
+ | //$('.labbook div div').css({display: 'none'}) | ||
$("table").addClass("wikitable"); | $("table").addClass("wikitable"); | ||
- | $(".vector_design").addClass("experiment"); | + | $("div.vector_design").addClass("experiment"); |
- | $(".coumaryl").addClass("experiment"); | + | $("div.coumaryl").addClass("experiment"); |
- | $(".limonene").addClass("experiment"); | + | $("div.limonene").addClass("experiment"); |
- | $(".thaumatin").addClass("experiment"); | + | $("div.thaumatin").addClass("experiment"); |
- | $(". | + | $("div.constitutive_promoter").addClass("experiment"); |
- | $(".caffeine").addClass("experiment"); | + | $("div.light_switchable_promoter").addClass("experiment"); |
- | $(".experiment").addClass("ui-corner-all"); | + | $("div.ethanol_inducible_promoter").addClass("experiment"); |
+ | $("div.caffeine").addClass("experiment"); | ||
+ | $("div.integration").addClass("experiment"); | ||
+ | $("div.experiment").addClass("ui-corner-all"); | ||
$("#bodyContent h2").addClass("ui-corner-all"); | $("#bodyContent h2").addClass("ui-corner-all"); | ||
+ | $(".labbook h1").addClass("ui-corner-all"); | ||
$('.labcheckbox').each(function() { | $('.labcheckbox').each(function() { | ||
if ($(this).is(':checked')){ | if ($(this).is(':checked')){ | ||
Line 116: | Line 136: | ||
$('.'+this.value+' ul').css({display: 'block'}) | $('.'+this.value+' ul').css({display: 'block'}) | ||
$('.'+this.value+' pre').css({display: 'block'}) | $('.'+this.value+' pre').css({display: 'block'}) | ||
+ | $('.'+this.value+' div').css({display: 'block'}) | ||
} else { | } else { | ||
$('.'+this.value+' p').css({display: 'none'}) | $('.'+this.value+' p').css({display: 'none'}) | ||
Line 121: | Line 142: | ||
$('.'+this.value+' ul').css({display: 'none'}) | $('.'+this.value+' ul').css({display: 'none'}) | ||
$('.'+this.value+' pre').css({display: 'none'}) | $('.'+this.value+' pre').css({display: 'none'}) | ||
+ | $('.'+this.value+' div').css({display: 'none'}) | ||
} | } | ||
}); | }); | ||
Line 130: | Line 152: | ||
$('.'+this.value+' ul').css({display: 'block'}) | $('.'+this.value+' ul').css({display: 'block'}) | ||
$('.'+this.value+' pre').css({display: 'block'}) | $('.'+this.value+' pre').css({display: 'block'}) | ||
+ | $('.'+this.value+' div').css({display: 'block'}) | ||
$('.'+this.value).addClass('displayed') | $('.'+this.value).addClass('displayed') | ||
} else { | } else { | ||
Line 135: | Line 158: | ||
$('.'+this.value+' table').css({display: 'none'}) | $('.'+this.value+' table').css({display: 'none'}) | ||
$('.'+this.value+' ul').css({display: 'none'}) | $('.'+this.value+' ul').css({display: 'none'}) | ||
+ | $('.'+this.value+' pre').css({display: 'none'}) | ||
$('.'+this.value+' pre').css({display: 'none'}) | $('.'+this.value+' pre').css({display: 'none'}) | ||
$('.'+this.value).removeClass('displayed') | $('.'+this.value).removeClass('displayed') | ||
} | } | ||
}); | }); | ||
- | $(' | + | $('#ExAll').click(function() { |
- | + | $('.labbook a').addClass('detailed') | |
- | + | $('.experiment h3 span.mw-headline').addClass('displayed') | |
- | $( | + | $('.labbook p').css({display: 'block'}) |
- | $( | + | $('.labbook table').css({display: 'table'}) |
- | $( | + | $('.labbook ul').css({display: 'block'}) |
- | $ | + | $('.labbook pre').css({display: 'block'}) |
- | + | $('.labbook .experiment div').css({display: 'block'}) | |
- | + | ||
- | $ | + | |
- | + | ||
- | $( | + | |
- | + | ||
- | + | ||
}); | }); | ||
- | $(' | + | $('#ColAll').click(function() { |
- | $(' | + | $('.labbook a').removeClass('detailed') |
+ | $('.experiment h3 span.mw-headline').removeClass('displayed') | ||
+ | $('.labbook p').css({display: 'none'}) | ||
+ | $('.labbook table').css({display: 'none'}) | ||
+ | $('.labbook ul').css({display: 'none'}) | ||
+ | $('.labbook pre').css({display: 'none'}) | ||
+ | $('.labbook .experiment div').css({display: 'none'}) | ||
}); | }); | ||
- | $('.experiment h3 | + | $('.experiment h3').attr({ onMouseOver: "this.style.cursor='pointer'"}) |
- | $( | + | $("table#toc.toc").css({ display: 'none'}); |
- | + | $(".experiment ul li ul").css({display: 'block'}) | |
- | + | ||
- | + | ||
}); | }); | ||
</script> | </script> | ||
</head> | </head> | ||
</html> | </html> |
Latest revision as of 00:18, 27 October 2012