Template:Team:Waterloo/NavBar
From 2009.igem.org
(Difference between revisions)
Dookehster (Talk | contribs) |
Dookehster (Talk | contribs) |
||
(25 intermediate revisions not shown) | |||
Line 11: | Line 11: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function() { | $(function() { | ||
- | $("h3").addClass("ui-state- | + | $("h1, img").addClass("ui-corner-all"); |
+ | $("h2").addClass("ui-corner-all"); | ||
+ | $("#toctitle>h2").removeClass("ui-corner-all"); | ||
+ | $("h3").addClass("ui-corner-all"); | ||
+ | $("h4").addClass("ui-corner-all"); | ||
+ | $("h1").addClass("ui-state-highlight"); | ||
+ | $("h2").addClass("ui-state-highlight"); | ||
+ | $("#toctitle>h2").removeClass("ui-state-highlight"); | ||
+ | $("h3").addClass("ui-state-highlight"); | ||
+ | $("h4").addClass("ui-state-default"); | ||
+ | |||
+ | $("table, thumb").addClass("ui-widget-content"); | ||
+ | $("table, .thumb").addClass("ui-corner-all"); | ||
+ | // $(".gallery").removeClass("ui-corner-all"); | ||
+ | $(".gallery").removeClass("ui-widget-content"); | ||
+ | $("#titleHeader>table, #toc").removeClass("ui-corner-all"); | ||
+ | $("#titleHeader>table, #toc").removeClass("ui-widget-content"); | ||
+ | $("#toc").addClass("ui-state-highlight"); | ||
+ | $("#toc").addClass("ui-corner-all"); | ||
+ | $("td, th").css("border-style", "hidden"); | ||
+ | |||
}); | }); | ||
</script> | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | h1, h2, h3 { | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
/* | /* | ||
* jQuery UI CSS Framework | * jQuery UI CSS Framework |
Latest revision as of 00:40, 22 October 2009