Template:CU-Boulder-header
From 2014.igem.org
(Difference between revisions)
Jimmynovik (Talk | contribs) |
|||
(30 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <!--{{Style-paris}}--> | ||
+ | |||
<html> | <html> | ||
+ | <script> | ||
+ | /*This removes all the iGEM stylesheets before the site adds its own | ||
+ | There are just too many styles to overide to make it worth using them at all | ||
+ | Doing a website on a WIKI is a pain in the neck. Stuff is at least 10x harder than | ||
+ | it should be.*/ | ||
+ | var styleSheets = document.styleSheets; | ||
+ | for (var i = 0; i < styleSheets.length; i++) { | ||
+ | console.log(styleSheets[i].href); | ||
+ | styleSheets[i].disabled = true; | ||
+ | } | ||
+ | </script> | ||
+ | <!--<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" />--><!-- Style sheet responsible for the margins and text display --> | ||
+ | <!--<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:CU-Boulder/static/basicpageglobal.css?action=raw&ctype=text/css" />--> | ||
+ | <!-- Style sheet responsible for the background --> | ||
+ | <!--<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="/Team:CU-Boulder/include/style.css?action=raw&ctype=text/css" />--> | ||
- | + | <!-- Very hard to work with these links on top. Local copies should be made --> | |
- | <!-- | + | |
- | + | ||
- | + | ||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | ||
Line 14: | Line 29: | ||
<script> | <script> | ||
+ | |||
$('.btn').hover(function() { | $('.btn').hover(function() { | ||
$(this).animate({"color":"#006dcc"}, 500); | $(this).animate({"color":"#006dcc"}, 500); | ||
Line 29: | Line 45: | ||
</script> | </script> | ||
+ | |||
+ | |||
<div class="btn-toolbar"> | <div class="btn-toolbar"> | ||
Line 53: | Line 71: | ||
<li><a class="drop" href="/Team:CU-Boulder/Project">Project Description</a></li> | <li><a class="drop" href="/Team:CU-Boulder/Project">Project Description</a></li> | ||
<li><a href="/Team:CU-Boulder/Project/Modeling">Modeling</a></li> | <li><a href="/Team:CU-Boulder/Project/Modeling">Modeling</a></li> | ||
+ | <li><a href="/Team:CU-Boulder/Project/Modeling">Kirill</a></li> | ||
<li><a href="/Team:CU-Boulder/Project/Kit/RestrictionEnzymes">Restriction Enzymes</a></li> | <li><a href="/Team:CU-Boulder/Project/Kit/RestrictionEnzymes">Restriction Enzymes</a></li> | ||
<li><a href="/Team:CU-Boulder/Project/Kit/Purification">Protein Purification</a></li> | <li><a href="/Team:CU-Boulder/Project/Kit/Purification">Protein Purification</a></li> | ||
Line 82: | Line 101: | ||
<a class="btn" href="/Team:CU-Boulder/Attributions">Attributions</a> | <a class="btn" href="/Team:CU-Boulder/Attributions">Attributions</a> | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
<div class="btn-group"> | <div class="btn-group"> | ||
Line 93: | Line 108: | ||
<div class="btn-group"> | <div class="btn-group"> | ||
<a class="btn" href="/Team:CU-Boulder/Test">Test</a> | <a class="btn" href="/Team:CU-Boulder/Test">Test</a> | ||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
Line 105: | Line 116: | ||
</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 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 id="headerimage"> |
+ | |||
<div><img src="https://static.igem.org/mediawiki/2013/9/9f/Campus%28750x275%29.png" width="750" height="275"/></div> | <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"/></div> | <div class="hide"><img src="https://static.igem.org/mediawiki/2013/4/4d/JSCBB%28750x275%29.png" width="750"/></div> | ||
<div class="hide"><img src="https://static.igem.org/mediawiki/2013/6/69/Flatirons%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="750" height="275"/></div> | ||
- | </div> | + | |
+ | </div>--> |
Latest revision as of 04:07, 9 June 2014