Template:CU-Boulder-header

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<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"/>
+
<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&amp;ctype=text/css" /> -->
<!-- <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:CU-Boulder/static/basicpageglobal.css?action=raw&amp;ctype=text/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" />
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/south-street/jquery-ui.min.css" />

Revision as of 03:27, 10 May 2014