Difference between revisions of "Template:McMaster/Header"

 
(46 intermediate revisions by 2 users 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;
width: 100%;
+
padding: 0px 230px;  
padding: 0px 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;
                                 margin: 0 auto;
+
                                  
 
}
 
}
  
Line 155: Line 156:
 
#contentContainer a {  
 
#contentContainer a {  
 
font-weight: bold;
 
font-weight: bold;
color: #2CC94A;
+
color: #E64B3C;
 
font-size:16px;
 
font-size:16px;
 
}
 
}
Line 353: Line 354:
  
 
<!-- Start of menu -->
 
<!-- Start of menu -->
<div id="menuContainer" align = "center">
+
                        <div id="menuContainer">
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
+
 
<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 370: Line 370:
 
             <ul>
 
             <ul>
 
                                                         <a href="https://2018.igem.org/Team:McMaster/Description"><li>Project Description</li></a>
 
                                                         <a href="https://2018.igem.org/Team:McMaster/Description"><li>Project Description</li></a>
 +
                                                        <a href="https://2018.igem.org/Team:McMaster/GeneSeq"><li>Important Gene Sequences</li></a>
 +
                                                        <a href="https://2018.igem.org/Team:McMaster/GeneMap"><li>Gene Maps</li></a>
 +
                                                        <a href="https://2018.igem.org/Team:McMaster/Protocol"><li>Experiment Protocols</li></a>
 
                                                         <a href="https://2018.igem.org/Team:McMaster/InterLab"><li>InterLab</li></a>
 
                                                         <a href="https://2018.igem.org/Team:McMaster/InterLab"><li>InterLab</li></a>
 
                                                         <a href="https://2018.igem.org/Team:McMaster/Demonstrate"><li>Results</li></a>
 
                                                         <a href="https://2018.igem.org/Team:McMaster/Demonstrate"><li>Results</li></a>
Line 385: Line 388:
 
                                       <a href="#"><li>HUMAN PRACTICES
 
                                       <a href="#"><li>HUMAN PRACTICES
 
             <ul>
 
             <ul>
<a href="https://2018.igem.org/Team:McMaster/HP/Silver"><li>Silver Medal</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>Integrated Human Practices</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/Engagement"><li>Public Engagement</li></a>
+
<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>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 408: 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&amp;ctype=text/css">
 +
<script src="https://2018.igem.org/Template:McMaster/highlightjs/JS?action=raw&amp;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