Template:CU-Boulder-header2
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 --> |
- | There are just too many styles to overide to make it worth using them at all | + | <!-- 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 | + | <!-- Doing a website on a WIKI is a pain in the neck. Stuff is at least 10x harder than --> |
- | it should be.*/ | + | <!-- it should be.*/ --> |
- | var styleSheets = document.styleSheets; | + | <!-- var styleSheets = document.styleSheets; --> |
- | for (var i = 0; i < styleSheets.length; i++) { | + | <!-- for (var i = 0; i < styleSheets.length; i++) { --> |
- | console.log(styleSheets[i].href); | + | <!-- console.log(styleSheets[i].href); --> |
- | styleSheets[i].disabled = true; | + | <!-- styleSheets[i].disabled = true; --> |
- | } | + | <!-- } --> |
- | </script> | + | <!-- </script> --> |
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" /> | <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="/Team:CU-Boulder/include/style.css?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="/Team:CU-Boulder/include/style.css?action=raw&ctype=text/css" /> | ||
- | <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:CU-Boulder/static/basicpageglobal.css?action=raw&ctype=text/css" /> | + | <!-- <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" /> --> |
+ | <!-- <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:CU-Boulder/static/basicpageglobal.css?action=raw&ctype=text/css" /> --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
Line 42: | Line 43: | ||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> | <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> | ||
Action <span class="caret"></span> | Action <span class="caret"></span> | ||
+ | </button> | ||
+ | <ul class="dropdown-menu" role="menu"> | ||
+ | <li><a href="#">Action</a></li> | ||
+ | <li><a href="#">Another action</a></li> | ||
+ | <li><a href="#">Something else here</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="#">Separated link</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <!-- Split button --> | ||
+ | <div class="btn-group"> | ||
+ | <button type="button" class="btn btn-danger">Action</button> | ||
+ | <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown"> | ||
+ | <span class="caret"></span> | ||
+ | <span class="sr-only">Toggle Dropdown</span> | ||
</button> | </button> | ||
<ul class="dropdown-menu" role="menu"> | <ul class="dropdown-menu" role="menu"> |
Revision as of 22:56, 11 May 2014