Difference between revisions of "Team Example"

 
(46 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
 
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
 
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
body {background-color:black; }
+
body {background-color:white; }
  
  
Line 14: Line 14:
  
  
.menu_wrapper {background-color:#f2f2f2; height:100vh; width:15%; float:left; text-align:center; padding:10px 0px;}
+
.menu_wrapper {background-color:#f2f2f2; width:15%; float:left; text-align:center; padding:10px 0px; height:100vh; }
 
.menu_wrapper ul  {list-style: none; width:100%; margin-left:0px; padding:0px;}
 
.menu_wrapper ul  {list-style: none; width:100%; margin-left:0px; padding:0px;}
  
.menu_wrapper a { text-decoration:none; color:black; font-weight:bold;}
 
  
.menu_wrapper  ul li { padding: 15px 0px; text-align:center; list-style-type:none; width:100%; border-bottom: 1px solid #d3d3d3;  margin-top:-2px; cursor:pointer; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
+
.menu_wrapper  ul li { padding: 15px 0px; text-align:center; list-style-type:none; width:100%; border-bottom: 1px solid #d3d3d3;  margin-top:-2px; cursor:pointer; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;  text-decoration:none; color:black;  font-weight:bold;}
  
.menu_wrapper ul li:hover {background-color: #32ddb5; }
+
.menu_wrapper ul li:hover {background-color: #32ddb5;}
  
  
  
  
.content_wrapper {width: 85%;float:left; padding:10px 0px; background-color:white; height:100vh;}
+
.content_wrapper {width: 85%;float:left; padding:10px 0px; background-color:white;}
 +
 
 +
 
 +
.content_wrapper h1 { color: #32ddb5; padding:0px 15px; }
 +
.content_wrapper h2 { color: #32ddb5; padding:0px 15px; }
 +
.content_wrapper h3 { color: black; padding:0px 15px; }
 +
.content_wrapper h4 { color: black; padding:0px 15px;}
 +
.content_wrapper h5 { color: black; padding:0px 15px;}
 +
.content_wrapper h6 { color: black; padding:0px 15px;}
 +
 
  
 
.content_wrapper p { padding:0px 15px;}
 
.content_wrapper p { padding:0px 15px;}
  
.content_wrapper a { font-weight: bold; text-decoration: underline; color: #32ddb5; text-decoration-color:#32ddb5; }
+
.content_wrapper a { font-weight: bold; text-decoration: underline; color: #32ddb5; text-decoration-color:#32ddb5; -webkit-transition: all 0.4s ease;
.content_wrapper a:hover { text-decoration:none;}
+
-moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
 +
.content_wrapper a:hover { text-decoration:none; color:black;}
  
  
.column  { float:left; background-color:white;}
+
.column  { float:left; background-color:white; padding: 10px 0px;}
  
 
.full_size {width:100%; }
 
.full_size {width:100%; }
.full_size img { width:96.5%; padding: 0px 15px;}
+
.full_size img { width:96.5%; padding: 10px 15px;}
  
 
.half_size {width: 50%; }
 
.half_size {width: 50%; }
.half_size img { width: 93%; padding: 0px 15px;}
+
.half_size img { width: 93%; padding: 10px 15px;}
  
  
  
.button_click { background-color: #32ddb5;  padding: 15px; width:12%; margin:auto; font-weight:bold; text-align:center; cursor:pointer;  -webkit-transition: all 0.4s ease;
+
.button_click { background-color: #32ddb5;  padding: 15px; width:12%; font-weight:bold; text-align:center; cursor:pointer;  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
+
  -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; margin: 10px auto;}
.button_click:hover {  background-color:white; color: #32ddb5;  }
+
.button_click:hover {  background-color:black; color: #32ddb5;  }
 +
 
  
.content_wrapper.button_click a {color:black;}
 
  
 
@media only screen and (max-width: 1000px) {
 
@media only screen and (max-width: 1000px) {
Line 55: Line 64:
  
  
@media only screen and (max-width: 750px) {
+
@media only screen and (max-width: 850px) {
.menu_wrapper {display:none;}
+
.menu_wrapper { width:100%; height: 15%; }
 
.content_wrapper {width:100%; }
 
.content_wrapper {width:100%; }
 
.column.half_size {width:100%; }
 
.column.half_size {width:100%; }
.column img { width: 100%; padding: 0px;}
+
.column img { width: 100%; padding: 5px 0px;}
 +
 
 
}
 
}
  
 
</style>
 
</style>
 +
  
 
<div class="menu_wrapper" >
 
<div class="menu_wrapper" >
 +
 
<b>TEAM NAME</b>
 
<b>TEAM NAME</b>
 +
  
 
<ul >
 
<ul >
<a href="">
 
<li> TEAM</LI>
 
</a>
 
  
<a href="">
+
<li onClick=" parent.location= ' '"> TEAM</LI>
<li> PROJECT </li>
+
</a>
+
  
 +
<li onClick=" parent.location= ' '">PROJECT </li>
  
<a href="">
+
<li onClick=" parent.location= ' '"> SAFETY </li>
<li> SAFETY </li>
+
</a>
+
  
<a href="">
+
<li onClick=" parent.location= ' '"> HUMAN <br> PRACTICES </li>
<li> HUMAN <br> PRACTICES </li>
+
</a>
+
  
 +
<li onClick=" parent.location= ' '"> ATTRIBUTIONS </li>
  
<a href="">
+
<li onClick=" parent.location= ' '">   PARTS </li>
<li> ATTRIBUTIONS </li>
+
</a>
+
  
<a href="">
+
<li onClick=" parent.location= ' '"> AWARDS </li>
<li> PARTS </li>
+
</a>
+
  
 
<a href="">
 
<li> AWARDS </li>
 
</a>
 
  
 
</div>
 
</div>
Line 103: Line 101:
  
 
<div class="content_wrapper">
 
<div class="content_wrapper">
 +
 +
<div class="column full_size" >
 +
 +
<h1> TEAM NAME </h1>
 +
<h4> Project name and quick description </h4>
 +
 +
</div>
  
 
<div class="column full_size" >
 
<div class="column full_size" >
 
<img src="https://static.igem.org/mediawiki/parts/c/c7/02_2015_Main_Page.jpg">
 
<img src="https://static.igem.org/mediawiki/parts/c/c7/02_2015_Main_Page.jpg">
 +
 +
<h2> Subtitle </h2>
 
<p> Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo. Et elit praesent pri, verterem abhorreant pri ad. Eum id idque tollit vivendum, sea at nulla putent eligendi. His amet quodsi laoreet in, mei errem iriure tibique cu.</p>
 
<p> Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo. Et elit praesent pri, verterem abhorreant pri ad. Eum id idque tollit vivendum, sea at nulla putent eligendi. His amet quodsi laoreet in, mei errem iriure tibique cu.</p>
  
<a href="">
+
 
<div class="button_click">
+
 
BUTTON
+
 
</div>
+
</a>
+
  
 
</div>
 
</div>
Line 118: Line 123:
  
 
<div class="column half_size">
 
<div class="column half_size">
 +
<h2> Subtitle </h2>
 
<p> Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo. Et elit praesent pri, verterem abhorreant pri ad. Eum id idque tollit vivendum, sea at nulla putent eligendi. <a href="">His amet quodsi laoreet in</a>, mei errem iriure tibique cu. </p>
 
<p> Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo. Et elit praesent pri, verterem abhorreant pri ad. Eum id idque tollit vivendum, sea at nulla putent eligendi. <a href="">His amet quodsi laoreet in</a>, mei errem iriure tibique cu. </p>
 +
 +
<div class="button_click"  onClick=" parent.location= ' '"> 
 +
BUTTON
 +
</div>
 +
 
</div>
 
</div>
  
 
<div class="column half_size" >
 
<div class="column half_size" >
 +
<h2> Subtitle </h2>
 
<p> Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo. </p>
 
<p> Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo. </p>
 
<img src="https://static.igem.org/mediawiki/parts/c/c7/02_2015_Main_Page.jpg">
 
<img src="https://static.igem.org/mediawiki/parts/c/c7/02_2015_Main_Page.jpg">

Latest revision as of 20:13, 10 March 2016

TEAM NAME

Project name and quick description

Subtitle

Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo. Et elit praesent pri, verterem abhorreant pri ad. Eum id idque tollit vivendum, sea at nulla putent eligendi. His amet quodsi laoreet in, mei errem iriure tibique cu.

Subtitle

Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo. Et elit praesent pri, verterem abhorreant pri ad. Eum id idque tollit vivendum, sea at nulla putent eligendi. His amet quodsi laoreet in, mei errem iriure tibique cu.

BUTTON

Subtitle

Id omnes exerci democritum vix. At simul ignota nec, per ad sensibus molestiae accommodare, eius persius at quo.