Difference between revisions of "Template:Team:Harvard BioDesign/CSS"

Line 11: Line 11:
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer {   
 
#mainContainer {   
width: 1500px;
+
width: 100%
 
overflow:hidden;
 
overflow:hidden;
 
float:left;
 
float:left;
 
margin-left:0px;
 
margin-left:0px;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
margin-top: 25px;
 
 
background-color: #fff;  
 
background-color: #fff;  
 
border-bottom: 14px solid #565656;
 
border-bottom: 14px solid #565656;
Line 197: Line 196:
 
<!-- End of CSS -->
 
<!-- End of CSS -->
  
 
<!-- Start of the template html elements. -->
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 
 
 
<div id="bannerContainer">
 
<br><br>
 
<h2> Add a banner to your wiki! </h2>
 
 
<p>You can make the image 980px  by  200px</p>
 
<p> Remember to call the file: "<i>Team_Example_banner.jpg</i>" </p>
 
</div>
 
 
<!-- Start of menu -->
 
<div id="menuContainer">
 
 
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 
<ul>
 
<a href="https://2015.igem.org/Team:Example"><li>HOME</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Team"><li>TEAM</li></a>
 
 
<a href="#"><li>PROJECT
 
            <ul>
 
<a href="https://2015.igem.org/Team:Example/Description"><li>Description</li></a>
 
<a href="https://2015.igem.org/Team:Example/Experiments"><li>Experiments &amp; Protocols</li></a> 
 
<a href="https://2015.igem.org/Team:Example/Results"><li>Results</li></a> 
 
<a href="https://2015.igem.org/Team:Example/Design"><li>Design</li></a>
 
</ul>
 
</li></a>
 
 
<a href="#"><li>PARTS
 
            <ul>
 
<a href="https://2015.igem.org/Team:Example/Parts"><li>Team Parts</li></a>
 
<a href="https://2015.igem.org/Team:Example/Basic_Part"><li>Basic Parts</li></a> 
 
<a href="https://2015.igem.org/Team:Example/Composite_Part"><li>Composite Parts</li></a>
 
<a href="https://2015.igem.org/Team:Example/Part_Collection"><li>Part Collection</li></a> 
 
</ul>
 
</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Notebook"><li>NOTEBOOK</li></a>
 
     
 
<a href="https://2015.igem.org/Team:Example/Attributions"><li>ATTRIBUTIONS</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Collaborations"><li>COLLABORATIONS</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Practices"><li>HUMAN PRACTICES</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Safety"><li>SAFETY</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Modeling"><li>MODELING</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Measurement"><li>MEASUREMENT</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Software"><li>SOFTWARE</li></a>
 
 
<a href="https://2015.igem.org/Team:Example/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
 
 
</ul>
 
</div>
 
<!-- End of menu  -->
 
 
<!-- Start of content -->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 15:12, 26 June 2015