Difference between revisions of "TemplateforTeams3"

 
(19 intermediate revisions by the same user not shown)
Line 58: Line 58:
 
#menuContainer  {  
 
#menuContainer  {  
 
float:right;
 
float:right;
width: 125px;
+
width: 135px;
 
background-color: #0e232f;
 
background-color: #0e232f;
 
height: 100%;
 
height: 100%;
 
border-top: 6px solid #EE3e53;
 
border-top: 6px solid #EE3e53;
padding-right: 10px;
+
 
 +
}
 +
 
 +
/*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:90%;
+
width:100%;
 
list-style: none;
 
list-style: none;
 
margin: auto;
 
margin: auto;
 +
padding-top: 10px;
 +
padding-bottom: 10px;
 
}
 
}
 
  
 
/*Styles the list items to become menu buttons */
 
/*Styles the list items to become menu buttons */
Line 78: Line 86:
 
position: relative;
 
position: relative;
 
padding: 10px;
 
padding: 10px;
 +
margin-bottom:5px;
 +
padding-left: 20px;
 
}
 
}
  
 
#menuContainer ul li:hover {
 
#menuContainer ul li:hover {
 
background: #F4B248;
 
background: #F4B248;
 +
color: #0e232f;
 
}
 
}
 +
 +
/*HIde the submenus and removes the padding */
 +
#menuContainer li ul {
 +
display: none;
 +
padding-top:15px;
 +
margin-left: -19px;
 +
}
 +
 +
/*HIde the submenus and removes the padding */
 +
#menuContainer li ul {
 +
display: none;
 +
padding-top:15px;
 +
margin-left: -19px;
 +
}
 +
 +
/*Shows the submenus once you hover*/
 +
#menuContainer li:hover ul {
 +
display: block;
 +
}
 +
 +
/*style the submenu buttons*/
 +
#menuContainer li ul li {
 +
background: #0E232F;
 +
width: 100%;
 +
}
 +
 +
#menuContainer li ul li:hover {
 +
background: #EE3E53;
 +
color: #fff;
 +
}
 +
 +
  
 
#contentContainer {
 
#contentContainer {
 
background-color: #EEEDEA;  
 
background-color: #EEEDEA;  
 
width: 825px;
 
width: 825px;
float: right;
+
float: left;
 
padding: 10px;
 
padding: 10px;
 
border-top: 6px solid #EE3e53;
 
border-top: 6px solid #EE3e53;
Line 218: Line 261:
 
<br> On this page you can document your project, introduce your team members, document your progress  
 
<br> On this page you can document your project, introduce your team members, document your progress  
 
and share your iGEM experience with the rest of the world! </p>
 
and share your iGEM experience with the rest of the world! </p>
 +
  
  
Line 257: Line 301:
  
 
<div class="simpleButton"> BUTTON NAME </div>
 
<div class="simpleButton"> BUTTON NAME </div>
 +
  
 
</div>
 
</div>

Latest revision as of 16:08, 13 February 2015

Welcome to iGEM 2015!

Your team has been approved and you are ready to start the iGEM season!
On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world!

Click here to edit this page!


Before you start:

Please read the Requirements page and the Wiki Requirements page.

Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    Name of list
  • item 1
  • item 2
Header 1 Header 2
Content A 1 Content B 1
Content A 2 Content B 2
BUTTON NAME