Team:Penn State/Parts
From 2013.igem.org
(Difference between revisions)
MichaelPSU (Talk | contribs) |
MichaelPSU (Talk | contribs) |
||
(7 intermediate revisions not shown) | |||
Line 18: | Line 18: | ||
body { | body { | ||
- | height: | + | height: 5000px; |
width: 100%; | width: 100%; | ||
- | background-image: url(http://i.imgur.com/ | + | background-image: url(http://i.imgur.com/iAVmVz5.jpg); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
+ | background-color: white; | ||
margin: none; | margin: none; | ||
padding: 0;} | padding: 0;} | ||
Line 69: | Line 70: | ||
color: #FFCC33; | color: #FFCC33; | ||
text-decoration: none; | text-decoration: none; | ||
+ | border: none; | ||
} | } | ||
Line 74: | Line 76: | ||
.A { | .A { | ||
text-align: center; | text-align: center; | ||
- | color: | + | color: black; |
font-size: 18px; | font-size: 18px; | ||
height: 75px; | height: 75px; | ||
- | width: | + | width: 135px; |
border-radius: 100%; | border-radius: 100%; | ||
background-color: transparent; | background-color: transparent; | ||
+ | margin-left: -20px; | ||
} | } | ||
- | # | + | .B { |
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | #Home{ | ||
+ | margin-top: -35px; | ||
+ | margin-left: -20px; | ||
+ | } | ||
+ | |||
+ | #notebook{ | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #promoter{ | ||
+ | position: relative; | ||
+ | margin-top: -10px; | ||
+ | } | ||
+ | |||
+ | #Cas9{ | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #Cesa{ | ||
+ | position: relative; | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | |||
+ | #Butanol{ | ||
+ | position: relative; | ||
+ | margin-top: 25px; | ||
+ | } | ||
+ | |||
+ | #Vanillin{ | ||
position: relative; | position: relative; | ||
- | top: | + | margin-top: 25px; |
} | } | ||
#parts { | #parts { | ||
position: relative; | position: relative; | ||
- | top: | + | margin-top: 25px; |
} | } | ||
#attribution { | #attribution { | ||
position: relative; | position: relative; | ||
- | top: | + | margin-top: 55px; |
} | } | ||
#human { | #human { | ||
position: relative; | position: relative; | ||
- | top: | + | margin-top: -10px; |
} | } | ||
Line 106: | Line 142: | ||
background-color: transparent; | background-color: transparent; | ||
top: -290px; | top: -290px; | ||
- | left: | + | left: 430px; |
} | } | ||
Line 115: | Line 151: | ||
margin-top: 10px; | margin-top: 10px; | ||
} | } | ||
+ | |||
Line 120: | Line 157: | ||
<div ID="workspace"> | <div ID="workspace"> | ||
- | <h1 style="color: green"> Parts</h1> | + | <h1 style="color: green"> Parts</h1> |
<p ID="welcome"> | <p ID="welcome"> | ||
This page contains a list of parts from our projects, which will be submitted to the registry or updated if it already exists in the registry. | This page contains a list of parts from our projects, which will be submitted to the registry or updated if it already exists in the registry. | ||
</p> | </p> | ||
- | + | ||
+ | <img src="http://i.imgur.com/TXDfLsi.png"/> | ||
+ | |||
+ | |||
+ | <!-- <h2 style="color: green"> Promoter Project </h2> | ||
<p ID="welcome"> | <p ID="welcome"> | ||
<ul> | <ul> | ||
Line 156: | Line 197: | ||
<li>AtCesa7</li> | <li>AtCesa7</li> | ||
<li>AtCesa8</li> | <li>AtCesa8</li> | ||
+ | <li>2A self-cleaving sequence</li> | ||
<li>His-tag</li> | <li>His-tag</li> | ||
<li>Flag-tag</li> | <li>Flag-tag</li> | ||
Line 164: | Line 206: | ||
<p ID="welcome"> | <p ID="welcome"> | ||
<ul> | <ul> | ||
- | <li> | + | <li>NphT7</li> |
+ | <li>PhaB</li> | ||
+ | <li>PhaC</li> | ||
</ul> | </ul> | ||
Line 177: | Line 221: | ||
</p> | </p> | ||
+ | |||
+ | --> | ||
+ | |||
+ | |||
+ | |||
Line 183: | Line 232: | ||
+ | |||
<a href="/Team:Penn_State"> | <a href="/Team:Penn_State"> | ||
- | <div class="A"> | + | <div class="A", ID="Home"> |
<p class="B"> Home</p> | <p class="B"> Home</p> | ||
</div> | </div> | ||
Line 201: | Line 251: | ||
</a> | </a> | ||
- | <a href="/Team:Penn_State/Project"> | + | <a href="/Team:Penn_State/PromoterProject"> |
- | <div class="A", ID=" | + | <div class="A", ID="Promoter"> |
- | <p class="B"> | + | <p class="B"> Promoter</p> |
+ | <p class="B"> Project </p> | ||
+ | </div> | ||
+ | </a> | ||
+ | |||
+ | |||
+ | <a href="/Team:Penn_State/Cas9Project"> | ||
+ | <div class="A", ID="Cas9"> | ||
+ | <p class="B"> Cas9</p> | ||
+ | <p class="B"> Project </p> | ||
+ | </div> | ||
+ | </a> | ||
+ | |||
+ | <a href="/Team:Penn_State/CesaProject"> | ||
+ | <div class="A", ID="Cesa"> | ||
+ | <p class="B"> CesA </p> | ||
+ | <p class="B"> Project </p> | ||
+ | </div> | ||
+ | </a> | ||
+ | |||
+ | <a href="/Team:Penn_State/ButanolProject"> | ||
+ | <div class="A", ID="Butanol"> | ||
+ | <p class="B"> Butanol</p> | ||
+ | <p class="B"> Project </p> | ||
+ | </div> | ||
+ | </a> | ||
+ | |||
+ | <a href="/Team:Penn_State/VanillinProject"> | ||
+ | <div class="A", ID="Vanillin"> | ||
+ | <p class="B"> Vanillin </p> | ||
+ | <p class="B"> Project </p> | ||
</div> | </div> | ||
</a> | </a> |
Latest revision as of 03:04, 28 September 2013
Parts
This page contains a list of parts from our projects, which will be submitted to the registry or updated if it already exists in the registry.
Home
Team
Notebook
Promoter
Project
Cas9
Project
CesA
Project
Butanol
Project
Vanillin
Project
Parts
Human Practices
Attributions