Template:CU-Boulder-header
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
<script> | <script> | ||
/*This removes all the iGEM stylesheets before the site adds its own | /*This removes all the iGEM stylesheets before the site adds its own | ||
Line 16: | Line 17: | ||
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/south-street/jquery-ui.min.css" /> | <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/south-street/jquery-ui.min.css" /> | ||
- | < | + | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> |
+ | <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script> | ||
+ | <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> | ||
+ | <script src="http://ajax.aspnetcdn.com/ajax/jquery.migrate/jquery-migrate-1.1.1.min.js"></script> | ||
+ | <script src="http://ajax.aspnetcdn.com/ajax/jquery.cycle/2.99/jquery.cycle.all.min.js"></script> | ||
- | < | + | <script> |
- | + | $('.btn').hover(function() { | |
- | + | $(this).animate({"color":"#006dcc"}, 500); | |
- | + | }, function() { | |
- | </ | + | $(this).animate({"color":"#333333"}, 500); |
+ | }); | ||
+ | $(function() { | ||
+ | $( ".tabs" ).tabs({ | ||
+ | event: "mouseover", heightStyle: "auto" | ||
+ | }); | ||
+ | $("#footer a").addClass("btn btn-mini"); | ||
+ | $("#footer-box").addClass("shadow-bottom"); | ||
+ | }); | ||
+ | $('#headerimage').cycle(); | ||
+ | |||
+ | </script> | ||
<div class="btn-toolbar"> | <div class="btn-toolbar"> | ||
Line 99: | Line 115: | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | </ | + | <!-- <div class="header"><a href="http://colorado.edu"><img src="https://static.igem.org/mediawiki/2013/a/af/CUblacklogo.JPG" width="746" height="160" /></div> --> |
+ | |||
+ | <div id="headerimage"> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2013/9/9f/Campus%28750x275%29.png" width="750" height="275" /></div> | ||
+ | <div class="hide"><img src="https://static.igem.org/mediawiki/2013/4/4d/JSCBB%28750x275%29.png" width="750" height="275" /></div> | ||
+ | <div class="hide"><img src="https://static.igem.org/mediawiki/2013/6/69/Flatirons%28750x275%29.png" width="900"/></div> | ||
+ | </div> |
Revision as of 00:59, 10 May 2014