Difference between revisions of "Template:TeamTemplateB"
Line 49: | Line 49: | ||
background-color: #EFEDEA; | background-color: #EFEDEA; | ||
overflow: hidden; | overflow: hidden; | ||
− | border-bottom: | + | border-bottom: 6px solid #EE3e53; |
− | + | ||
− | + | ||
− | + | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
− | |||
} | } | ||
Line 61: | Line 57: | ||
/* Creates the container for the menu */ | /* Creates the container for the menu */ | ||
#menuContainer { | #menuContainer { | ||
− | float: | + | float:right; |
− | width: | + | width: 135px; |
background-color: #0e232f; | background-color: #0e232f; | ||
height: 100%; | height: 100%; | ||
− | + | border-top: 6px solid #EE3e53; | |
− | border-top: | + | } |
− | + | ||
+ | /*Makes all the links the same */ | ||
+ | #menuContainer a { | ||
+ | color: #EEEDEA; | ||
+ | text-decoration:none; | ||
+ | font-weight: bold; | ||
} | } | ||
/* Sets the style for lists inside menuContainer */ | /* Sets the style for lists inside menuContainer */ | ||
#menuContainer ul { | #menuContainer ul { | ||
− | width: | + | width:100%; |
list-style: none; | list-style: none; | ||
margin: auto; | margin: auto; | ||
+ | padding-top: 10px; | ||
+ | padding-bottom: 10px; | ||
} | } | ||
− | #menuContainer ul li { | + | /*Styles the list items to become menu buttons */ |
− | + | #menuContainer ul li { | |
− | + | ||
display: block; | display: block; | ||
position: relative; | position: relative; | ||
padding: 10px; | padding: 10px; | ||
+ | margin-bottom:5px; | ||
+ | padding-left: 20px; | ||
} | } | ||
− | + | #menuContainer ul li:hover { | |
− | #menuContainer li | + | background: #F4B248; |
− | + | color: #0e232f; | |
− | + | ||
} | } | ||
− | /* | + | /*HIde the submenus and removes the padding */ |
− | #menuContainer li | + | #menuContainer li ul { |
− | + | display: none; | |
− | + | padding-top:15px; | |
+ | margin-left: -19px; | ||
} | } | ||
− | + | ||
− | /* | + | /*HIde the submenus and removes the padding */ |
− | #menuContainer | + | #menuContainer li ul { |
display: none; | display: none; | ||
+ | padding-top:15px; | ||
+ | margin-left: -19px; | ||
} | } | ||
− | #menuContainer | + | /*Shows the submenus once you hover*/ |
− | + | #menuContainer li:hover ul { | |
+ | display: block; | ||
} | } | ||
− | #menuContainer | + | /*style the submenu buttons*/ |
− | + | #menuContainer li ul li { | |
+ | background: #0E232F; | ||
+ | width: 100%; | ||
} | } | ||
− | + | #menuContainer li ul li:hover { | |
− | #menuContainer ul li:hover | + | background: #EE3E53; |
− | + | color: #fff; | |
− | + | ||
− | + | ||
} | } | ||
+ | |||
+ | |||
#contentContainer { | #contentContainer { | ||
background-color: #EEEDEA; | background-color: #EEEDEA; | ||
width: 825px; | width: 825px; | ||
− | float: | + | float: right; |
padding: 10px; | padding: 10px; | ||
− | border-top: | + | border-top: 6px solid #EE3e53; |
− | + | ||
} | } | ||
Line 163: | Line 171: | ||
height: 30px; | height: 30px; | ||
text-align: center; | text-align: center; | ||
− | padding: | + | padding: 10px 5px 0px 5px; |
margin: auto; | margin: auto; | ||
background-color: #ee3e53; | background-color: #ee3e53; | ||
Line 207: | Line 215: | ||
<div id ="mainContainer"> | <div id ="mainContainer"> | ||
<img src="https://static.igem.org/mediawiki/2015/e/eb/Demoteam_banner.jpg" width="980px"> | <img src="https://static.igem.org/mediawiki/2015/e/eb/Demoteam_banner.jpg" width="980px"> | ||
+ | |||
+ | |||
+ | |||
<div id="menuContainer"> | <div id="menuContainer"> | ||
<ul> | <ul> | ||
− | <a href=" | + | <a href="https://2015.igem.org/TemplateforTeams"><li>HOME</li></a> |
− | + | ||
− | + | <a href="https://2015.igem.org/TemplateforTeams/Team"><li>TEAM</li></a> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <li> | + | <a href="#"><li>PROJECT</a> |
<ul> | <ul> | ||
− | <a href=" | + | <a href="https://2015.igem.org/TemplateforTeams/Description"><li>Description</li></a> |
− | <a href=" | + | <a href="https://2015.igem.org/TemplateforTeams/Data"><li>Data</li></a> |
+ | <a href="https://2015.igem.org/TemplateforTeams/Results"><li>Results</li></a> | ||
+ | <a href="https://2015.igem.org/TemplateforTeams/Discussion"><li>Discussion</li></a> | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | + | <a href="https://2015.igem.org/TemplateforTeams/Parts"><li>PARTS</li></a> | |
− | + | ||
− | + | <a href="https://2015.igem.org/TemplateforTeams/Practices"><li>PRACTICES</li></a> | |
− | + | ||
− | + | ||
− | + | ||
− | <a href=" | + | <a href="https://2015.igem.org/TemplateforTeams/Safety"><li>SAFETY</li></a> |
− | + | <a href="https://2015.igem.org/TemplateforTeams/Attributions"><li>ATTRIBUTIONS</li></a> | |
− | + | ||
− | + | <a href="https://2015.igem.org/TemplateforTeams/Notebook"><li>NOTEBOOK</li></a> | |
− | + | ||
− | + | ||
− | + | ||
− | |||
</ul> | </ul> | ||
</div> | </div> | ||
+ | |||
+ | |||
Revision as of 22:13, 12 February 2015