Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
h1 { | h1 { | ||
color:#002BB8; | color:#002BB8; | ||
+ | box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); | ||
+ | -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2); | ||
+ | -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2); | ||
} | } | ||
Line 92: | Line 95: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Line 158: | Line 152: | ||
$(this).addClass('displayed') | $(this).addClass('displayed') | ||
} | } | ||
+ | }); | ||
+ | $('h1 span.mw-headline').click(function() { | ||
+ | $(this.content).slide.Toggle() | ||
}); | }); | ||
$('.experiment h3 span.mw-headline').attr({ onMouseOver: "this.style.cursor='pointer'"}) | $('.experiment h3 span.mw-headline').attr({ onMouseOver: "this.style.cursor='pointer'"}) | ||
+ | $('.experiment h1 span.mw-headline').attr({ onMouseOver: "this.style.cursor='pointer'"}) | ||
Revision as of 21:45, 5 July 2012