Difference between revisions of "TemplateforTeams3"

 
(18 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;
+
 
 
}
 
}
  
Line 74: Line 74:
 
/* 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-top: 10px;
 +
padding-bottom: 10px;
 
}
 
}
  
Line 85: Line 86:
 
position: relative;
 
position: relative;
 
padding: 10px;
 
padding: 10px;
 +
margin-bottom:5px;
 +
padding-left: 20px;
 
}
 
}
  
Line 90: Line 93:
 
background: #F4B248;
 
background: #F4B248;
 
color: #0e232f;
 
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;
 
}
 
}
  
Line 97: Line 130:
 
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 228: 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 267: 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