Difference between revisions of "Template:Columbia NYC Template"

Line 1: Line 1:
<!-- HTML Code Declaration -->
+
<!-- HTML Code START -->
 
<html>
 
<html>
  
<!-- CSS START -->
+
<!-- CSS Code START -->
<style type="text/css">
+
<style>
  
/* PAGE LAYOUT */
+
/* Changing Background of Wiki */  
 +
body {
 +
background-color: #C4D8E2;
 +
background-image: url("https://static.igem.org/mediawiki/2015/9/9f/Columbia_NYC_ColumbiaUniversityLogo.png");
 +
background-size: 10% auto;
 +
}     
  
/* Background Formatting */
+
</style>
body {
+
<!--CSS Code END -->
background-color: #C4D8E2;
+
background-image: url("https://static.igem.org/mediawiki/2015/9/9f/Columbia_NYC_ColumbiaUniversityLogo.png");
+
background-size: 10% auto;
+
}
+
 
+
/* Navigation Bar Formatting */
+
#navigationBar {
+
width: 100%;
+
float: top;
+
margin-left: 10%;
+
background-color: #009999;
+
}
+
 
+
#navigationBar ul {
+
list-style: none;
+
margin-left: 0px;
+
}
+
 
+
#navigationBar li {
+
float: left;
+
text-align: center;
+
display: block;
+
width: auto;
+
}
+
 
+
/* Global Wrapper Formatting */
+
#globalWrapper {
+
width: 80%;
+
position: center;
+
overflow: hide;
+
margin-left: 10%;
+
margin-bottom: 10px;
+
border: 2px solid #565656;
+
background-color: white;
+
}
+
 
+
</style>
+
+
+
<head>
+
<!-- Navigation Bar START-->
+
<div id ="navigationBar">
+
<!-- Elements in Navigation Bar START -->
+
<ul>
+
<a href="https://2015.igem.org/Team:Columbia_NYC"><li>HOME</li></a>
+
+
<a href="https://2015.igem.org/Team:Columbia_NYC/Team"><li>TEAM</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/Experiments"><li>Experiments &amp; Protocols</li></a> 
+
<a href="https://2015.igem.org/Team:Columbia_NYC/Results"><li>Results</li></a> 
+
<a href="https://2015.igem.org/Team:Columbia_NYC/Design"><li>Design</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 Collection</li></a> 
+
</ul>
+
</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/Attributions"><li>ATTRIBUTIONS</li></a>
+
 
+
<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>
+
 
+
<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>MEASUREMENT</li></a>
+
 
+
<a href="https://2015.igem.org/Team:Columbia_NYC/Software"><li>SOFTWARE</li></a>
+
 
+
</ul>
+
<!-- Elements in Naviation Bar END -->
+
</div>
+
<!-- Navigation Bar END -->
+
</head>
+
 
+
<body>
+
 
+
<div id = "globalWrapper">
+
</div>
+
 
+
</body>
+
  
 
</html>
 
</html>
 +
<!-- HTML Code END -->

Revision as of 22:54, 16 July 2015