Aline-Claire (Talk | contribs) |
|||
(44 intermediate revisions by the same user not shown) | |||
Line 69: | Line 69: | ||
#menuContainer { | #menuContainer { | ||
//float:right; | //float:right; | ||
+ | width: 100%; | ||
+ | margin: 0 auto; | ||
display: inline-block; | display: inline-block; | ||
text-align: center; | text-align: center; | ||
− | + | padding: 0px 230px; | |
− | padding: 0px | + | |
//note on padding order: top/bottom are 5px, left/right are 15px | //note on padding order: top/bottom are 5px, left/right are 15px | ||
//border-top: 0px solid #565656; | //border-top: 0px solid #565656; | ||
//border-bottom: 0px solid #565656; | //border-bottom: 0px solid #565656; | ||
background-color: #282828; | background-color: #282828; | ||
− | + | ||
} | } | ||
Line 155: | Line 156: | ||
#contentContainer a { | #contentContainer a { | ||
font-weight: bold; | font-weight: bold; | ||
− | color: # | + | color: #E64B3C; |
font-size:16px; | font-size:16px; | ||
} | } | ||
Line 353: | Line 354: | ||
<!-- Start of menu --> | <!-- Start of menu --> | ||
− | + | <div id="menuContainer"> | |
− | + | ||
<ul> | <ul> | ||
<a href="https://2018.igem.org/Team:McMaster"><li>HOME</li></a> | <a href="https://2018.igem.org/Team:McMaster"><li>HOME</li></a> | ||
Line 389: | Line 389: | ||
<ul> | <ul> | ||
<a href="https://2018.igem.org/Team:McMaster/HP/Overview"><li>Overview</li></a> | <a href="https://2018.igem.org/Team:McMaster/HP/Overview"><li>Overview</li></a> | ||
− | <a href="https://2018.igem.org/Team:McMaster/HP/Gold_Integrated"><li>NGS Paper</li></a> | + | <a href="https://2018.igem.org/Team:McMaster/HP/Gold_Integrated"><li>The NGS Paper</li></a> |
− | <a href="https://2018.igem.org/Team:McMaster/HP/Silver"><li> | + | <a href="https://2018.igem.org/Team:McMaster/HP/Silver"><li>Stakeholder Interviews</li></a> |
− | <a href="https://2018.igem.org/Team:McMaster/Engagement"><li> | + | <a href="https://2018.igem.org/Team:McMaster/Engagement"><li>Community Engagement</li></a> |
<a href="https://2018.igem.org/Team:McMaster/Collaboration"><li>Collaboration</li></a> | <a href="https://2018.igem.org/Team:McMaster/Collaboration"><li>Collaboration</li></a> | ||
Line 413: | Line 413: | ||
<!-- End of menu --> | <!-- End of menu --> | ||
+ | |||
+ | <!-- 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> | ||
+ | |||
+ | <link rel="stylesheet" | ||
+ | href="https://2018.igem.org/Template:McMaster/highlightjs/CSS?action=raw&ctype=text/css"> | ||
+ | <script src="https://2018.igem.org/Template:McMaster/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/7/72/T--McMaster--Brain.png'); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | <!-- End Favicon and touch icons --> | ||
<!-- Start of content --> | <!-- Start of content --> | ||
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | <div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | ||
+ | |||
+ | <div id="bannerContainer" > | ||
+ | <img width = "100%"; src = "https://static.igem.org/mediawiki/2018/0/0d/T--McMaster--Banner3.png"> | ||
+ | </div> | ||
</html> | </html> |
Latest revision as of 21:47, 17 October 2018