Difference between revisions of "Template:BU17 template menubar"

Line 13: Line 13:
 
}
 
}
 
#globalWrapper, #content { /* THIS IS A DEFAULT TAG. DONT KNOW IF NECESSARY BUT ALAN DID IT SO **LEGACY** */
 
#globalWrapper, #content { /* THIS IS A DEFAULT TAG. DONT KNOW IF NECESSARY BUT ALAN DID IT SO **LEGACY** */
width: 100%;  
+
width: 100%;
 
height: 100%;
 
height: 100%;
 
border: 0px;
 
border: 0px;
Line 30: Line 30:
 
width: 200px;
 
width: 200px;
 
margin-top: -3px;
 
margin-top: -3px;
        padding: left;
+
padding: left;
        margin-left: 20px;
+
margin-left: 20px;
        margin-right: 20px;
+
margin-right: 20px;
 
}
 
}
 
red {color: #cc0000 !important;} /* LOL */
 
red {color: #cc0000 !important;} /* LOL */
Line 41: Line 41:
 
#menubar { /* MASTER MENU TABLE */
 
#menubar { /* MASTER MENU TABLE */
 
position: fixed;
 
position: fixed;
display: table-row;  
+
display: table-row;
 
list-style-type: none;
 
list-style-type: none;
 
margin-top: -1px
 
margin-top: -1px
Line 71: Line 71:
 
li.dropdown {
 
li.dropdown {
 
display: table-cell;
 
display: table-cell;
        align-self: left;
+
align-self: left;
 
}
 
}
 
.dropdown-content { /* DROP DOWN MENU CONTAINERS */
 
.dropdown-content { /* DROP DOWN MENU CONTAINERS */
Line 94: Line 94:
 
</style>
 
</style>
 
</head>
 
</head>
 
  
 
<body>
 
<body>
Line 100: Line 99:
 
<ul id="menubar">
 
<ul id="menubar">
 
<li><a href="https://2017.igem.org/Team:BostonU"><img class="logo" src="https://static.igem.org/mediawiki/2017/d/de/T--BostonU--LandingPageLogo1.svg"></a></img></li>
 
<li><a href="https://2017.igem.org/Team:BostonU"><img class="logo" src="https://static.igem.org/mediawiki/2017/d/de/T--BostonU--LandingPageLogo1.svg"></a></img></li>
 +
 
<li><a class="menuitem" href="https://2017.igem.org/Team:BostonU/Team">Team</a></li>
 
<li><a class="menuitem" href="https://2017.igem.org/Team:BostonU/Team">Team</a></li>
 +
 
<li class="dropdown">
 
<li class="dropdown">
 
<a href="https://2017.igem.org/Team:BostonU/Overview" class="dropbtn">Research</a>
 
<a href="https://2017.igem.org/Team:BostonU/Overview" class="dropbtn">Research</a>
 
<div class="dropdown-content">
 
<div class="dropdown-content">
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Overview">Overview</a>
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Overview">Overview</a>
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Description">Project Description</a>
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Description">Project Description</a>
<a class="menuitem" href="#">Notebook</a>
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Results">Results</a>
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Notebook">Modelling</a>
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Model">Modelling</a>
<a class="menuitem" href="#">Safety</a>  
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Notebook">Notebook</a>
 +
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Safety">Safety</a>
 +
</div>
 +
</li>
 +
<li class="dropdown">
 +
<a href="https://2017.igem.org/Team:BostonU/Achievements" class="dropbtn">Achievements</a>
 +
<div class="dropdown-content">
 +
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Achievements">Overview</a>
 +
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Demonstrate">Demonstration</a>
 +
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Parts">Parts</a>
 +
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/JudgingCriteria">Judging Criteria</a>
 
</div>
 
</div>
 
</li>
 
</li>
<li><a class="menuitem" href="https://2017.igem.org/Team:BostonU">Achievements</a></li>
 
 
<li class="dropdown">
 
<li class="dropdown">
<a href="#" class="dropbtn">Considerations</a>
+
<a href="https://2017.igem.org/Team:BostonU/BTB" class="dropbtn">Beyond the Bench</a>
 
<div class="dropdown-content">
 
<div class="dropdown-content">
<a class="menuitem" href="#">Collaboration</a>
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/BTB">Overview</a>
<a class="menuitem" href="#">Interlab Study</a>
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/HP">Human Practices</a>
<a class="menuitem" href="#">Policy & Practices</a>
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Collaborations">Collaborations</a>
<a class="menuitem" href="#">STEM Pathways</a>
+
<a class="menuitem" href="https://2017.igem.org/Team:BostonU/Contribution">Contribution</a>
<a class="menuitem" href="#">JoVE Videos</a>
+
 
</div>
 
</div>
 
</li>
 
</li>
<li><a class="menuitem" href="https://2017.igem.org/Team:BostonU/Acknowledgements">Acknowledgements</a></li>
+
<li><a class="menuitem" href="https://2017.igem.org/Team:BostonU/Attributions">Attributions</a></li>
 
</ul>
 
</ul>
 
</div>
 
</div>
 
</body>
 
</body>

Revision as of 19:18, 12 June 2017