(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- | <!-- | ||
* This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018 | * This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018 | ||
− | * @version v0. | + | * @version v0.7.3 |
* @link https://github.com/Virginia-iGEM/igem-wikibrick | * @link https://github.com/Virginia-iGEM/igem-wikibrick | ||
* @license MIT | * @license MIT | ||
Line 12: | Line 12: | ||
<script src="https://2018.igem.org/Template:Virginia/js/vendor?action=raw&ctype=text/javascript"></script> | <script src="https://2018.igem.org/Template:Virginia/js/vendor?action=raw&ctype=text/javascript"></script> | ||
<link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/vendor?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/vendor?action=raw&ctype=text/css"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/styles?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2018.igem.org/Template:Virginia/css/styles?action=raw&ctype=text/css"> | ||
<script src="https://2018.igem.org/Template:Virginia/js/wiki?action=raw&ctype=text/javascript"></script> | <script src="https://2018.igem.org/Template:Virginia/js/wiki?action=raw&ctype=text/javascript"></script> | ||
Line 28: | Line 22: | ||
} | } | ||
}); | }); | ||
− | </script> | + | </script> |
+ | <style> | ||
+ | #va-toc ul > li { | ||
+ | font-size: 0.9em; | ||
+ | } | ||
+ | .main-content figure { | ||
+ | max-width: 100% !important; | ||
+ | min-width: 100% !important; | ||
+ | margin: 1em auto !important; | ||
+ | display: block; | ||
+ | } | ||
+ | .main-content img { | ||
+ | max-width: 90% !important; | ||
+ | min-width: 10% !important; | ||
+ | margin: 1em auto !important; | ||
+ | max-height: 20vh; | ||
+ | display: block; | ||
+ | float: none !important; | ||
+ | } | ||
+ | </style> | ||
+ | |||
− | <header></header | + | <header></header> |
− | + | <script> | |
− | + | $(function() { | |
− | + | $('header').load('https://2018.igem.org/Template:Virginia/header?action=raw&ctype=text/javascript'); | |
− | + | }); | |
− | + | </script> | |
− | + | <div class="vgem-banner"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/5/57/T--Virginia--2018_project.png" class="banner"> | |
− | + | </div> | |
− | + | <main id="top"> | |
− | + | <nav> | |
− | + | <div id="va-toc"> | |
− | + | <h3> | |
− | + | <a class="menubutton"> | |
− | + | <i class="fa fa-bars"></i> | |
− | + | </a> | |
− | + | Contents | |
− | + | </h3> | |
− | + | </div> | |
− | + | </nav> | |
− | + | <article class="main-content"></article> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<script> | <script> | ||
− | $('article').load('https://2018.igem.org/Template:Virginia/Experiments?action=raw&ctype=text/javascript'); | + | $(function() { |
+ | $('article.main-content').load('https://2018.igem.org/Template:Virginia/Experiments?action=raw&ctype=text/javascript'); | ||
+ | }); | ||
</script> | </script> | ||
− | </main> | + | <div class="gutter"></div> |
+ | </main> | ||
+ | <footer></footer> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $('footer').load('https://2018.igem.org/Template:Virginia/footer?action=raw&ctype=text/javascript'); | ||
+ | }); | ||
+ | </script> | ||
<!--SMOOTH SCROLL UP--> | <!--SMOOTH SCROLL UP--> | ||
<div class="scrolltop"> | <div class="scrolltop"> | ||
<div class="scroll icon"><i class="fa fa-4x fa-angle-up"></i></div> | <div class="scroll icon"><i class="fa fa-4x fa-angle-up"></i></div> | ||
− | </div> | + | </div> |
+ | |||
</html> | </html> |
Latest revision as of 02:36, 18 October 2018