JimmyChung (Talk | contribs) |
|||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{#tag:html| | ||
<html> | <html> | ||
<head> | <head> | ||
Line 43: | Line 44: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
+ | margin-top: 90px; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 52: | Line 54: | ||
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Heidelberg/jasnybootstrapmin/CSS?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Heidelberg/jasnybootstrapmin/CSS?action=raw&ctype=text/css" /> | ||
<script src="https://2017.igem.org/Template:Heidelberg/bootstrapmin/JS?action=raw&ctype=text/javascript"></script> | <script src="https://2017.igem.org/Template:Heidelberg/bootstrapmin/JS?action=raw&ctype=text/javascript"></script> | ||
− | |||
<!-- Assets --> | <!-- Assets --> | ||
Line 60: | Line 61: | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400|Roboto:300,400,500"> | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400|Roboto:300,400,500"> | ||
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Heidelberg/bootstrapmin/CSS?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Heidelberg/bootstrapmin/CSS?action=raw&ctype=text/css" /> | ||
− | <link rel="stylesheet" type="text/css" href="https:// | + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:Queens_Canada/styles2?action=raw&ctype=text/css" /> |
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> | ||
Line 73: | Line 74: | ||
background-color: white; | background-color: white; | ||
border: none; | border: none; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 2em; | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 1.5em; | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | h4 { | ||
+ | font-size: 1.3em; | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | h5 { | ||
+ | font-size: 1.2em; | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | p{ | ||
+ | font-size: 20px; | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400|Roboto:300,400,500"> | ||
+ | |||
+ | <link rel="stylesheet" href="http://azmind.com/demo/bootstrap-navbar-menu/layout-3/assets/font-awesome/css/font-awesome.min.css"> | ||
+ | |||
+ | |||
+ | <!-- Favicon and touch icons --> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script> | ||
+ | <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> | ||
+ | |||
+ | <script type="text/javascript" src="https://2017.igem.org/Template:Heidelberg/jasnybootstrapmin/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({ | ||
+ | tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}, | ||
+ | jax: ["input/TeX","output/SVG"], | ||
+ | TeX: { equationNumbers: { autoNumber: "AMS" } } | ||
+ | }); | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $('div.make-it-glow').each(function(i, e) {hljs.highlightBlock(e)}); | ||
+ | }); | ||
+ | </script> | ||
+ | <script src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_SVG"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:Heidelberg/js/bibtexParse?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:Heidelberg/js/zitator?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | var bibfile = "https://static.igem.org/mediawiki/2017/f/f2/T--Heidelberg--Team_Heidelberg_2017_full_citation-unique.txt"; | ||
+ | $(function (){new Zitator(".content",bibfile).zitiere();}); | ||
+ | </script> | ||
+ | |||
+ | <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> | ||
+ | |||
+ | <script src="https://2017.igem.org/Template:Heidelberg/safetynet/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <link rel="stylesheet" | ||
+ | href="https://2017.igem.org/Template:Heidelberg/highlightjs/CSS?action=raw&ctype=text/css"> | ||
+ | <script src="https://2017.igem.org/Template:Heidelberg/highlightjs/JS?action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | hljs.initHighlightingOnLoad(); | ||
+ | |||
+ | $( document ).ready( function() { | ||
+ | $('link[rel="shortcut icon"]').attr('href','https://static.igem.org/mediawiki/2018/5/59/T--Queens_Canada--favicon2018.jpg'); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | </html> | ||
+ | }} |
Latest revision as of 19:38, 15 October 2018