Team:Northwestern/Human Practice

From 2013.igem.org

(Difference between revisions)
(Created page with "{{:Team:Northwestern/Templates/Skinning}} <html> <style> p { color:black; font-family: helvetica; } .container { display: inline-block; background-color: #C3...")
Line 170: Line 170:
text-align: center;
text-align: center;
       border: solid 1px;
       border: solid 1px;
 +
}
 +
 +
body {
 +
margin: 0;
 +
padding: 0;
 +
background: #222;
 +
color: #EEE;
 +
text-align: center;
 +
font: normal 9pt Verdana;
 +
}
 +
a:link, a:visited {
 +
color: #EEE;
 +
}
 +
img {
 +
border: none;
 +
}
 +
#normal2, #normal3, #normal4, #normal5 {
 +
display: none;
 +
}
 +
#gallery {
 +
margin: 0 auto;
 +
width: 800px;
 +
}
 +
#thumbs {
 +
margin: 10px auto 10px auto;
 +
text-align: center;
 +
width: 800px;
 +
}
 +
#bigimages {
 +
width: 770px;
 +
float: left;
 +
}
 +
#thumbs img {
 +
width: 130px;
 +
height: 130px;
 +
}
 +
#bigimages img {
 +
border: 4px solid #555;
 +
margin-top: 5px;
 +
width: 750px;
 +
}
 +
#thumbs a:link, #thumbs a:visited {
 +
width: 130px;
 +
height: 130px;
 +
border: 6px solid #555;
 +
margin: 6px;
 +
float: left;
 +
}
 +
#thumbs a:hover {
 +
border: 6px solid #888;
}
}
Line 202: Line 252:
<h1> Human Practices </h1>
<h1> Human Practices </h1>
<div>
<div>
-
CTD
+
<div id="gallery">
-
 
+
<div id="bigimages">
-
Video
+
<div id="normal1">
 +
<img src="https://static.igem.org/mediawiki/2013/9/90/Northwestern_team_horiz1.jpg" alt=""/>
 +
</div>
 +
 +
<div id="normal2">
 +
<img src="https://static.igem.org/mediawiki/2013/7/74/Northwestern_team_horiz2.jpg" alt=""/>
 +
</div>
 +
 +
<div id="normal3">
 +
<img src="https://static.igem.org/mediawiki/2013/4/48/Northwestern_team_vert1.jpg" alt=""/>
 +
</div>
 +
 +
<div id="normal4">
 +
<img src="https://static.igem.org/mediawiki/2013/e/eb/Northwestern_team_vert2.jpg" alt=""/>
 +
</div>
 +
 +
<div id="normal5">
 +
<img src="https://static.igem.org/mediawiki/2013/6/69/Northwestern_team_vert3.jpg" alt=""/>
 +
</div>
 +
</div>
</div>
</div>

Revision as of 01:29, 28 September 2013

Human Practices