Difference between revisions of "Template:Duke"
Line 1: | Line 1: | ||
+ | {{Template_All_Teams}} | ||
+ | |||
<!-- Declare that you are going to use html code instead of wiki code --> | <!-- Declare that you are going to use html code instead of wiki code --> | ||
<html> | <html> | ||
Line 4: | Line 6: | ||
<!-- Start of CSS--> | <!-- Start of CSS--> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* PAGE LAYOUT */ | /* PAGE LAYOUT */ | ||
Line 37: | Line 16: | ||
/* 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: | + | width: 978px; |
− | + | ||
overflow:hidden; | overflow:hidden; | ||
float:left; | float:left; | ||
− | margin: | + | margin-left:20px; |
− | margin- | + | margin-bottom: 10px; |
− | background-color: | + | background-color: #fff; |
+ | border-bottom: 14px solid #565656; | ||
border-right: 2px solid #565656; | border-right: 2px solid #565656; | ||
border-left: 2px solid #565656; | border-left: 2px solid #565656; | ||
+ | border-top: 2px solid #565656; | ||
font-family: "Trebuchet MS", Helvetica, sans-serif; | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} | } | ||
Line 51: | Line 31: | ||
/* Creates the container for the menu */ | /* Creates the container for the menu */ | ||
#menuContainer { | #menuContainer { | ||
− | float: | + | float:left; |
− | + | width: 134px; | |
− | + | ||
− | width: | + | |
− | + | ||
padding: 20px 0px; | padding: 20px 0px; | ||
− | border-top: | + | border-top: 14px solid #565656; |
− | + | ||
background-color: #235F9C; | background-color: #235F9C; | ||
} | } | ||
Line 66: | Line 42: | ||
padding-top:20px; | padding-top:20px; | ||
padding-right:10px; | padding-right:10px; | ||
− | margin-bottom: | + | margin-bottom: 20px; |
− | width: | + | width: 814px; |
padding-left: 20px; | padding-left: 20px; | ||
− | |||
float: left; | float: left; | ||
background-color: #fff; | background-color: #fff; | ||
− | border-top: | + | border-top: 14px solid #565656; |
font-family: "Trebuchet MS", Helvetica, sans-serif; | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} | } | ||
− | /* | + | /*Set up height place holder for the banner*/ |
− | # | + | #bannerContainer { |
− | height: | + | height:200px; |
− | + | ||
margin:auto; | margin:auto; | ||
+ | text-align:center; | ||
+ | color: #24B694; | ||
} | } | ||
− | |||
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ | ||
Line 109: | Line 84: | ||
/* Styling links on hover- links are different inside the menu */ | /* Styling links on hover- links are different inside the menu */ | ||
#contentContainer a:hover { | #contentContainer a:hover { | ||
− | color: # | + | color: #808080; |
} | } | ||
Line 150: | Line 125: | ||
text-decoration:none; | text-decoration:none; | ||
font-weight: bold; | font-weight: bold; | ||
− | |||
} | } | ||
Line 156: | Line 130: | ||
#menuContainer ul { | #menuContainer ul { | ||
list-style: none; | list-style: none; | ||
− | margin- | + | margin-left:0px; |
} | } | ||
Line 163: | Line 137: | ||
text-align: center; | text-align: center; | ||
display: block; | display: block; | ||
− | width: | + | width: 100%; |
− | height: | + | height:30px; |
− | + | padding-top:10px; | |
− | padding-top: | + | |
} | } | ||
Line 178: | Line 151: | ||
#menuContainer li ul { | #menuContainer li ul { | ||
display: none; | display: none; | ||
− | padding-top: | + | padding-top:15px; |
− | margin-left: | + | margin-left: -19px; |
} | } | ||
Line 187: | Line 160: | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; | ||
− | float: | + | float:right; |
− | margin-left: | + | margin-left: 134px; |
− | margin-top: | + | margin-top:-42px; |
} | } | ||
Line 199: | Line 172: | ||
height:30px; | height:30px; | ||
padding-top:10px; | padding-top:10px; | ||
− | + | margin-top:-2px; | |
− | margin-top:- | + | |
color: #565656; | color: #565656; | ||
− | width: | + | width: 150px; |
} | } | ||
− | |||
− | |||
/*CLASSES */ | /*CLASSES */ | ||
Line 244: | Line 214: | ||
color:#001A57; | color:#001A57; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- End Header--> | <!-- End Header--> | ||
Line 304: | Line 222: | ||
<!-- 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.--> | ||
+ | |||
+ | |||
+ | <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 menu --> | <!-- Start of menu --> | ||
Line 320: | Line 247: | ||
<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> | ||
− | |||
− | |||
</ul> | </ul> | ||
</li></a> | </li></a> | ||
Line 333: | Line 258: | ||
</ul> | </ul> | ||
</li></a> | </li></a> | ||
+ | |||
+ | <a href="https://2015.igem.org/Team:Duke/Notebook"><li>NOTEBOOK</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 351: | Line 278: | ||
</li></a> | </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 --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- Start of content --> | <!-- Start of content --> | ||
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | <div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> |
Revision as of 20:43, 18 June 2015