Difference between revisions of "Team:Duke/NewTemplate"
Line 22: | Line 22: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
background-color: #fff; | background-color: #fff; | ||
− | border-bottom: | + | border-bottom: 6px solid #565656; |
border-right: 2px solid #565656; | border-right: 2px solid #565656; | ||
border-left: 2px solid #565656; | border-left: 2px solid #565656; | ||
Line 31: | Line 31: | ||
/* Creates the container for the menu */ | /* Creates the container for the menu */ | ||
#menuContainer { | #menuContainer { | ||
− | float: | + | float:top; |
− | width: | + | position: fixed; |
+ | z-index:100; | ||
+ | width: 978px; | ||
padding: 20px 0px; | padding: 20px 0px; | ||
− | border-top: | + | border-top: 6px solid #565656; |
+ | border-bottom: 6px solid #565656; | ||
background-color: #235F9C; | background-color: #235F9C; | ||
} | } | ||
Line 42: | Line 45: | ||
padding-top:20px; | padding-top:20px; | ||
padding-right:10px; | padding-right:10px; | ||
− | margin-bottom: | + | margin-bottom: 0px; |
− | width: | + | width: 978px; |
padding-left: 20px; | padding-left: 20px; | ||
float: left; | float: left; | ||
background-color: #fff; | background-color: #fff; | ||
− | border-top: | + | border-top: 6px solid #565656; |
font-family: "Trebuchet MS", Helvetica, sans-serif; | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} | } | ||
+ | /*Spacer for menu*/ | ||
+ | #menuSpacer{ | ||
+ | height:75px; | ||
+ | margin:auto; | ||
+ | } | ||
/*Set up height place holder for the banner*/ | /*Set up height place holder for the banner*/ | ||
#bannerContainer { | #bannerContainer { | ||
Line 130: | Line 138: | ||
#menuContainer ul { | #menuContainer ul { | ||
list-style: none; | list-style: none; | ||
− | margin- | + | margin-top:10px; |
} | } | ||
Line 137: | Line 145: | ||
text-align: center; | text-align: center; | ||
display: block; | display: block; | ||
− | width: | + | width: 10%; |
− | height: | + | height:40px; |
− | + | margin-top:-25px; | |
} | } | ||
Line 151: | Line 159: | ||
#menuContainer li ul { | #menuContainer li ul { | ||
display: none; | display: none; | ||
− | padding-top: | + | padding-top:0px; |
− | margin-left: | + | margin-left: 0px; |
} | } | ||
Line 161: | Line 169: | ||
position: absolute; | position: absolute; | ||
float:right; | float:right; | ||
− | margin-left: | + | margin-left: -5px; |
− | margin-top: | + | margin-top:23px; |
} | } | ||
Line 176: | Line 184: | ||
width: 150px; | width: 150px; | ||
} | } | ||
+ | ul {list-style: none;padding: 5px;margin: 10px;} | ||
+ | ul li {display: block;position: relative;float: left;} | ||
/*CLASSES */ | /*CLASSES */ | ||
Line 268: | Line 278: | ||
<!-- 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.--> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- Start of menu --> | <!-- Start of menu --> | ||
Line 293: | Line 294: | ||
<a href="https://2015.igem.org/Team:Duke/Results"><li>Results</li></a> | <a href="https://2015.igem.org/Team:Duke/Results"><li>Results</li></a> | ||
<a href="https://2015.igem.org/Team:Duke/Design"><li>Design</li></a> | <a href="https://2015.igem.org/Team:Duke/Design"><li>Design</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Duke/Notebook"><li>Notebook</li></a> | ||
+ | |||
</ul> | </ul> | ||
</li></a> | </li></a> | ||
Line 304: | Line 307: | ||
</ul> | </ul> | ||
</li></a> | </li></a> | ||
− | |||
− | |||
<a href="https://2015.igem.org/Team:Duke/Attributions"><li>ATTRIBUTIONS</li></a> | <a href="https://2015.igem.org/Team:Duke/Attributions"><li>ATTRIBUTIONS</li></a> | ||
Line 317: | Line 318: | ||
<a href="https://2015.igem.org/Team:Duke/Modeling"><li>MODELING</li></a> | <a href="https://2015.igem.org/Team:Duke/Modeling"><li>MODELING</li></a> | ||
− | <a href="https://2015.igem.org/Team:Duke/Measurement"><li> | + | <a href="#"><li>MEASUREMENT |
+ | <ul> | ||
+ | <a href="https://2015.igem.org/Team:Duke/Measurement"><li>Measurement</li></a> | ||
+ | <a href="https://2015.igem.org/Team:Duke/Interlabstudy"><li>Interlab Study</li></a> | ||
+ | </ul> | ||
+ | </li></a> | ||
− | <a href="https://2015.igem.org/Team:Duke/Software"><li>SOFTWARE</li></a> | + | <!--<a href="https://2015.igem.org/Team:Duke/Software"><li>SOFTWARE</li></a> |
− | <a href="https://2015.igem.org/Team:Duke/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a> | + | <a href="https://2015.igem.org/Team:Duke/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>--> |
</ul> | </ul> | ||
</div> | </div> | ||
<!-- End of menu --> | <!-- End of menu --> | ||
+ | |||
+ | <div id="menuSpacer"> | ||
+ | </div> | ||
+ | |||
+ | <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_Duke_banner.jpg</i>" </p> | ||
+ | </div> | ||
<!-- Start of content --> | <!-- Start of content --> |
Revision as of 17:40, 18 June 2015