Difference between revisions of "Template:Columbia NYC Template"

Line 2: Line 2:
 
<html>
 
<html>
  
 +
<head>
 
<!-- CSS Code START -->
 
<!-- CSS Code START -->
 
<style>
 
<style>
Line 13: Line 14:
  
 
/* Hiding Wiki Content */
 
/* Hiding Wiki Content */
#content {
+
#content h1.firstHeading {
 
visibility:hidden;
 
visibility:hidden;
 +
}
 +
 +
#content {
 +
border: none;
 
}
 
}
  
 
/* Modifying Wiki globalWrapper */
 
/* Modifying Wiki globalWrapper */
 
#globalWrapper {
 
#globalWrapper {
 +
width: 100%;
 +
}
 +
 +
/* Navigation Bar CSS START*/
 +
#navigationBar {
 +
width: 100%;
 +
float: center;
 +
margin-left: 0;
 +
background-color: #009999;
 +
border: 2px solid #565656;
 +
}
 +
 +
#navigationBar a {
 +
display: block;
 
width: auto;
 
width: auto;
 +
color: #565656;
 +
font-weight: bold;
 +
text-decoration: none;
 
}
 
}
 +
 +
#navigationBar ul {
 +
list-style: none;
 +
}
 +
 +
#navigationBar ul li {
 +
width: 16%;
 +
float: left;
 +
text-align: center;
 +
display: inline-block;
 +
}
 +
 +
/* Hide Sub-Menus By Default */
 +
#navigationBar li ul {
 +
display: none;
 +
}
 +
 +
/* Display Sub-Menus Upon Mouse-Over */
 +
#navigationBar li:hover ul {
 +
display: block;
 +
position: absolute;
 +
}
 +
 +
/* Navigation Bar CSS End */
  
 
</style>
 
</style>
 
<!--CSS Code END -->
 
<!--CSS Code END -->
 +
</head>
 +
 +
<!-- Navigation Bar START -->
 +
<div id = "navigationBar">
 +
<!-- Navigation Tabs START -->
 +
<ul>
 +
<a href = "#"> <li> HOME
 +
<ul>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC"> <li> Columbia NYC Home </li></a>
 +
<a href = "htpp://2015.igem.org/Main_Page"> <li> iGEM Home </li> </a>
 +
</ul>
 +
</li></a>
 +
 +
<a href = "#"> <li> TEAM
 +
<ul>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Team"> <li> Members </li></a>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Attributions"> <li> Attributions </li></a>
 +
</ul>
 +
</li></a>
 +
 +
<a href = "#"> <li> PROJECT
 +
<ul>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Description"> <li> Description </li></a>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Design"> <li> Design </li></a>
 +
<a href="https://2015.igem.org/Team:Columbia_NYC/Notebook"><li> Notebook </li></a>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Experiments"> <li> Experiments </li></a>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Results"> <li> Results </li></a>
 +
</ul>
 +
</li></a>
 +
 +
<a href = "#"> <li> PARTS
 +
<ul>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Parts"> <li> Team Parts </li></a>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Basic_Part"> <li> Basic Parts </li></a>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Composite_Part"> <li> Composite Parts </li></a>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Part_Collection"> <li> Part Collections </li></a>
 +
</ul>
 +
</li></a>
 +
 +
<a href = "#"> <li> OUTREACH
 +
<ul>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Collaborations"><li> Collaborations </li></a>
 +
<a href = "https://2015.igem.org/Team:Columbia_NYC/Practices"><li> Human Practices </li></a>
 +
</ul>
 +
</li></a>
 +
 +
<a href = "#"> <li> OTHER
 +
<ul>
 +
<a href="https://2015.igem.org/Team:Columbia_NYC/Safety"><li> Safety </li></a>
 +
<a href="https://2015.igem.org/Team:Columbia_NYC/Modeling"><li>Modeling</li></a>
 +
<a href="https://2015.igem.org/Team:Columbia_NYC/Measurement"><li>Measurements</li></a>
 +
<a href="https://2015.igem.org/Team:Columbia_NYC/Software"><li>Software</li></a>
 +
<a href="https://2015.igem.org/Team:Columbia_NYC/Entrepreneurship"><li>Entrepreneurship</li></a>
 +
</ul>
 +
</li></a>
 +
</ul>
 +
<!-- Nagivation Tabs END -->
 +
</div>
 +
<!-- Navigation Bar END -->
  
 
</html>
 
</html>
 
<!-- HTML Code END -->
 
<!-- HTML Code END -->

Revision as of 02:49, 17 July 2015