Difference between revisions of "Team:TU Darmstadt/Templates/CSS"

Line 63: Line 63:
 
-webkit-font-smoothing: antialiased;
 
-webkit-font-smoothing: antialiased;
 
}
 
}
 
/* Creates the container for the menu */
 
#menuContainer  {
 
float:left;
 
width: 200px;
 
padding: 40px 0px;
 
}
 
 
 
/* Creates the container for the content */
 
/* Creates the container for the content */
 
#contentContainer {
 
#contentContainer {
Line 177: Line 169:
  
  
/*MENU STYLING */
 
  
/*Styling for the links in the menu */
 
#menuContainer a {
 
color: #0d1112;
 
text-decoration:none;
 
font-weight: normal;
 
}
 
 
/* Sets the style for lists inside menuContainer  */
 
#menuContainer ul {
 
list-style: none;
 
margin-left:0px;
 
}
 
 
/*Styles the list items to become menu buttons */
 
#menuContainer ul li {
 
text-align: left;
 
display: block;
 
width: 100%;
 
padding-top:5px;
 
padding-bottom:5px;
 
border-bottom: 1px solid #bddeff;
 
}
 
 
/*For the menu buttons, changes the color when hovering*/
 
#menuContainer li:hover {
 
color:  #3380f5;
 
}
 
 
/*Submenus are displayed as default*/
 
#menuContainer li ul {
 
display: block;
 
padding-bottom: 10px;
 
}
 
 
/*Submenus are displayed when hovering the menu button */
 
#menuContainer li:hover ul {
 
/*display: inline-block; */
 
/*display: block;
 
position: absolute;
 
float:right;
 
margin-left: 134px;
 
margin-top:-42px;
 
color:  #0f2a58;*/
 
}
 
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
/*background-color: #59BF92;
 
padding-left:20px;
 
padding-right:20px;
 
height:30px;
 
padding-top:10px;
 
margin-top:-2px;
 
color: #0d1112;
 
width: 150px;*/
 
 
padding-left:20px;
 
padding-top:5px;
 
border-bottom: none;
 
}
 
 
 
#menuContainer li.active {
 
color: #0f2a58;
 
font-weight: bold;
 
}
 
  
  
Line 401: Line 326:
 
<!-- Start of the template html elements. -->
 
<!-- 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 ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 
+
</html>
<!-- Start of menu -->
+
{{:Team:TU_Darmstadt/Templates/SideBarMenu}}
<div id="menuContainer">
+
<html>
 
+
<!-- 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:TU_Darmstadt"><li>HOME</li></a>
+
 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Team"><li>TEAM</li></a>
+
 
+
 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project"><li class="active">PROJECT
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio"><li>Biotechnology
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Monomeres"><li>Monomere
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Monomeres/EthyleneGlycol"><li>Ethylene Glycol</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Monomeres/Haconsaeure"><li>Itaconic Acid</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Monomeres/Xylitol"><li>Xylitol</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Monomeres/Results"><li>Results</li></a>
+
</ul>
+
</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/InVitroDegradation"><li><i>In Vitro </i> Degradation
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/InVitroDegradation/sec1"><li>Xylan Degradation</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/InVitroDegradation/sec2"><li>Scaffold</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/InVitroDegradation/sec3"><li>HiC</li></a>
+
</ul>
+
</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Safety"><li>Safety
+
<ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Safety/sec1"><li>fill in 1</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Safety/sec2"><li>fill in 2</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Safety/sec3"><li>fill in 3</li></a>
+
</ul>
+
</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Modeling"><li>Modeling
+
<ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Modeling/sec1"><li>fill in 1</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Modeling/sec2"><li>fill in 2</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Modeling/sec3"><li>fill in 3</li></a>
+
</ul>
+
</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Chem"><li>Chemistry
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Chem/Methods"><li>Methods</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Chem/Results"><li>Results</li></a>
+
</ul>
+
</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Tech"><li>Technique
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Tech/Hardware"><li>Hardware</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Tech/Software"><li>Software</li></a>
+
</ul>
+
</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/PnP"><li>Policy & Practices
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/PnP/LabSurfing"><li>LabSurfing</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/PnP/AS"><li>Application</li></a>
+
+
</ul>
+
</li></a>
+
 
+
<a href="#"><li>PARTS
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Parts"><li>Team Parts</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Basic_Part"><li>Basic Parts</li></a> 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Composite_Part"><li>Composite Parts</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Part_Collection"><li>Part Collection</li></a> 
+
</ul>
+
</li></a>
+
 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Notebook"><li>NOTEBOOK
+
            <ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Notebook/sec1"><li>Labjournal</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Notebook/sec2"><li>Methods</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Notebook/sec3"><li>Materials</li></a>
+
</ul>
+
</li></a>
+
     
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Attributions"><li>ATTRIBUTIONS</li></a>
+
 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Collaborations"><li>COLLABORATIONS
+
<ul>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/PnP/Collaborations/Improving"><li>Improving</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/PnP/Collaborations/Testing"><li>Testing</li></a>
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Project/PnP/Collaborations/LabSurfing"><li>LabSurfing</li></a>
+
</ul>
+
</li></a>
+
 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Practices"><li>POLICY & PRACTICES</li></a>
+
 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Safety"><li>SAFETY</li></a>
+
 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Modeling"><li>MODELING</li></a>        
+
 
+
<a href="https://2015.igem.org/Team:TU_Darmstadt/Software"><li>SOFTWARE</li></a>
+
 
+
+
 
+
</ul>
+
</div>
+
<!-- End of menu  -->
+
 
+
  
 
<!-- Start of content -->
 
<!-- Start of content -->

Revision as of 18:46, 16 September 2015