Difference between revisions of "Team:Uppsala/Team"

Line 1: Line 1:
{{Template_All_Teams}}
+
<!--<html>
<html>
+
 
<head>
 
<head>
 
<style>
 
<style>
Line 274: Line 273:
 
</ul>
 
</ul>
 
</nav>
 
</nav>
</div>
+
</div>-->
 +
 
 +
 
 +
{{Template_All_Teams}}
 +
<html>
 +
<head>
 +
<style>
 +
 
 +
body {
 +
background-color: #FFFFFF;
 +
}
 +
 
 +
#main {
 +
background-color: #FFFFFF;
 +
margin-left:auto;
 +
margin-right:auto;
 +
width:1100px;
 +
padding: 5px;
 +
}
 +
 
 +
.header {
 +
font-family:"Trebuchet MS", Helvetica;
 +
color: #FF3300;
 +
text-shadow: 2px 2px 5px #888888;
 +
border: none;
 +
}
 +
 
 +
#home_image {
 +
  margin: 0 auto;
 +
  display: block;
 +
  padding: 15px 0;
 +
}
 +
 
 +
hr {
 +
background-color: #FF3300;
 +
}
 +
 
 +
a hr {
 +
background-color: black;
 +
}
 +
 
 +
p {
 +
font-family:Garamond, "Times New Roman";
 +
font-size: 150%;
 +
}
 +
 
 +
/*CSS for the navbar*/
 +
 
 +
/*Hide the sub-menus*/
 +
nav ul ul {
 +
    display: none;
 +
}
 +
/*Show the sub-menus when you hover over the bar elements*/
 +
nav ul li:hover > ul {
 +
    display: block;
 +
}
 +
/*Change of the box around the bar*/
 +
nav ul {
 +
    background-color: #FFFFFF;
 +
    font-family: "Trebuchet MS";
 +
    color: black;
 +
    border-bottom: 1px solid black;
 +
    text-align: center;
 +
    list-style: none;
 +
    text-transform: uppercase;
 +
    padding: 0 15px;
 +
    display: inline-table;       
 +
}
 +
nav > ul {
 +
    margin-top: 0px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
nav ul li {
 +
    float: left;
 +
}
 +
/* Change of link text in the bar*/
 +
nav ul li a {
 +
    display: block;
 +
    padding: 10px 30px 5px 30px;
 +
    color: black;
 +
    font-size: 125%;
 +
    border-bottom: 2px solid #FFFFFF;
 +
}
 +
 
 +
/*Only affects links in the first ul, the bar*/
 +
nav ul li:hover > a {
 +
    color: #CC0000;
 +
    text-decoration: none;
 +
    border-bottom: 2px solid #CC0000;
 +
    opacity: 1;
 +
}
 +
 
 +
 
 +
/*List of sub-menus*/
 +
nav ul ul {
 +
    background-color: #FFFFFF;
 +
    /*border-radius: 10px;*/
 +
    padding: 0px;
 +
    /*box-shadow: 0px 1px 1px 1px;*/
 +
    margin-top: 0px;
 +
    position: absolute;
 +
    top: 100%;
 +
}
 +
/*The individual sub-menu elements*/
 +
nav ul ul li {
 +
    float: none;
 +
    /*border-radius: 5px;*/
 +
    position: relative;
 +
}
 +
/*The individual link texts in the sub-menus*/
 +
nav ul ul li a {
 +
    padding: 5px 5px 5px 5px;
 +
    border: none;
 +
}
 +
 
 +
 
 +
nav ul ul li a:hover {
 +
    /*background: #4b545f;*/
 +
    border: none;
 +
}
 +
 
 +
 
 +
 
 +
/*Supposed to make the navigation bar fixed up top*/
 +
.fixed {
 +
  position: fixed;
 +
  top: 0;
 +
  right: 0;
 +
  left: 0;
 +
  margin: auto;
 +
  margin-top: 15px;
 +
}
 +
 
 +
#full_width {
 +
width:100%;
 +
}
 +
 
 +
.black {
 +
color: black;
 +
}
 +
 
 +
/*End of CSS for the navbar*/
 +
 
 +
/*Reset of the wiki default settings*/
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 +
 
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 
 +
#globalWrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 
 +
#content {
 +
background-color: #ffffff;     
 +
width: 100%;   
 +
border: 0px;
 +
margin: 0px;
 +
padding-left: 0px; /*should be set to 0 in alt.1) */
 +
padding-right: 0px;
 +
padding-bottom: 0px;       
 +
padding-top: 50px;
 +
}
 +
 
 +
html, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent; 
 +
}
 +
/*End of wiki reset*/
 +
 
 +
</style>
 +
 
 +
</head>
 +
<body>
 +
 
 +
<nav class="fixed">
 +
<ul id="full_width">
 +
  <li><a href="https://2015.igem.org/Team:Uppsala">Home</a></li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Team">Team</a></li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Description">Project</a>
 +
      <ul>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Enzymes">Enzymatic Degradation<hr></a></li>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Biosurfactants">Biosurfactants <hr></a></li>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Naphthalene">Naphthalene Pathway<hr></a></li>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Design">Design<hr></a></li>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Software">Software</a></li>
 +
      </ul>
 +
  </li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Results">Results</a></li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Parts">Parts</a>
 +
      <ul>
 +
      <li><a href="https://2015.igem.org/Team:Uppsala/Basic_Part">Basic Parts<hr></a></li> 
 +
      <li><a href="https://2015.igem.org/Team:Uppsala/Composite_Part">Composite Parts<hr></a></li>
 +
      <li><a href="https://2015.igem.org/Team:Uppsala/Part_Collection">Part Collection</a></li> 
 +
      </ul>
 +
  </li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Notebook">Notebook</a>
 +
      <ul>
 +
        <li><a href="https://2015.igem.org/Team:Uppsala/Experiments">Experiments &amp; Protocols<hr></a></li>
 +
        <li><a href="https://2015.igem.org/Team:Uppsala/Calendar">Calendar</a></li>
 +
      </ul>
 +
  </li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Attributions">Attributions</a>
 +
    <ul>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Collaborations">Collaborations<hr></a></li>
 +
    <li><a href="https://2015.igem.org/Team:Uppsala/Acknowledgements">Acknowledgements</a></li>
 +
    </ul>
 +
  </li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Safety">Safety</a></li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Practices">Human Practices</a></li>
 +
  <li><a href="https://2015.igem.org/Team:Uppsala/Modeling">Modeling</a></li>
 +
</ul>
 +
</nav>
 +
 
 +
<div id="main">
  
<div id="main">
 
 
     <img src="https://static.igem.org/mediawiki/2015/8/82/Uppsala_2015_grp_pic1.jpg" alt="Team Picture">
 
     <img src="https://static.igem.org/mediawiki/2015/8/82/Uppsala_2015_grp_pic1.jpg" alt="Team Picture">
 
     <hr>
 
     <hr>
 
     <p>
 
     <p>
 
     Here you see a part of our fantastic team. There will be more information about us soon!
 
     Here you see a part of our fantastic team. There will be more information about us soon!
</p>
+
    </p>
 
+
 
     <hr>
 
     <hr>
 
</div>
 
</div>

Revision as of 09:47, 3 August 2015



Team Picture

Here you see a part of our fantastic team. There will be more information about us soon!