GALLERY.html

From 2012.igem.org

(Difference between revisions)
(Created page with "<style type="text/css"> - ----------Text Styles----------: .ws6 {font-size: 8px;} .ws7 {font-size: 9.3px;} .ws8 {font-size: 11px;} .ws9 {font-size: 12px;} .ws10 {font-size: 13px...")
Line 1: Line 1:
<style type="text/css">
<style type="text/css">
 +
/*------------------------------------*\
 +
RESET
 +
\*------------------------------------*/
 +
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
 +
margin:0;
 +
padding:0;
 +
}
 +
table{
 +
border-collapse:collapse;
 +
border-spacing:0;
 +
}
 +
fieldset,img{
 +
border:0;
 +
}
 +
address,caption,cite,code,dfn,th,var{
 +
font-style:normal;
 +
font-weight:normal;
 +
}
 +
caption,th{
 +
text-align:left;
 +
}
 +
h1,h2,h3,h4,h5,h6{
 +
font-size:100%;
 +
font-weight:normal;
 +
}
 +
q:before,q:after{
 +
content:'';
 +
}
 +
abbr,acronym{
 +
border:0;
 +
}
 +
 +
#globalwrapper {
 +
    width:975px;
 +
    padding:20px 0px;
 +
    margin: 0 auto;
 +
    background-color:#ffffff;
 +
    height:100%;
 +
}
 +
.firstHeading {
 +
    height:0px;
 +
    visibility:hidden;
 +
 +
#contentSub {
 +
display:none;
 +
}
 +
 +
#siteSub {
 +
display:none;
 +
}
 +
 +
#search-controls {
 +
display:none;
 +
}
 +
 +
.firstHeading {
 +
display:none;
 +
}
 +
 +
#search-controls {
 +
margin-top:30px;
 +
}
 +
 +
#footer-box {
 +
display:none;
 +
}
 +
 +
}
 +
#p-logo {
 +
    height:1px; overflow:hidden; display: none;
 +
}
 +
#top-section {
 +
   
 +
    background-image: url('https://2012.igem.org/File:Background_-_Wikipage.gif');
 +
    background-position: top;
 +
    height: 50px ;
 +
    background-repeat: no-repeat;
 +
    border-width:0px;
 +
    border-top-width:1px;
 +
}
 +
#content {
 +
position: relative;
 +
width: 976px;
 +
margin: 0 auto;
 +
padding: 5px 5px 5px 5px;
 +
background: transparent;
 +
color: transparent;
 +
border-left: none;
 +
border-right: none;
 +
line-height: 0px;
 +
z-index: 2;
 +
}
 +
 +
</style>
 +
 +
<script language="JavaScript1.4" type="text/javascript">
 +
<!--
 +
function jsPlay(soundobj) {
 +
var thissound= eval("document."+soundobj);
 +
try {
 +
    thissound.Play();
 +
}
 +
catch (e) {
 +
    thissound.DoPlay();
 +
}
 +
}
 +
//-->
 +
</script>
 +
 +
<script language="javascript" type="text/javascript">
 +
<!--
 +
function MM_swapImgRestore() {
 +
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
 +
}
 +
 +
function MM_preloadImages() {
 +
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
 +
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
 +
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
 +
}
 +
 +
function MM_findObj(n, d) {
 +
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
 +
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
 +
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
 +
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
 +
  if(!x && d.getElementById) x=d.getElementById(n); return x;
 +
}
 +
 +
function MM_swapImage() {
 +
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
 +
  if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
 +
}
 +
 +
//-->
 +
</script>
/*----------Text Styles----------*/
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws6 {font-size: 8px;}

Revision as of 16:14, 18 September 2012

<style type="text/css"> /*------------------------------------*\ RESET \*------------------------------------*/ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0; } table{ border-collapse:collapse; border-spacing:0; } fieldset,img{ border:0; } address,caption,cite,code,dfn,th,var{ font-style:normal; font-weight:normal; } caption,th{ text-align:left; } h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; } q:before,q:after{ content:; } abbr,acronym{ border:0; }

  1. globalwrapper {
   width:975px;
   padding:20px 0px;
   margin: 0 auto;
   background-color:#ffffff;
   height:100%;

} .firstHeading {

   height:0px;
   visibility:hidden;
  1. contentSub {

display:none; }

  1. siteSub {

display:none; }

  1. search-controls {

display:none; }

.firstHeading { display:none; }

  1. search-controls {

margin-top:30px; }

  1. footer-box {

display:none; }

}

  1. p-logo {
   height:1px; overflow:hidden; display: none;

}

  1. top-section {
   background-image: url('https://2012.igem.org/File:Background_-_Wikipage.gif');
   background-position: top;
   height: 50px ;
   background-repeat: no-repeat;
   border-width:0px;
   border-top-width:1px;

}

  1. content {

position: relative; width: 976px; margin: 0 auto; padding: 5px 5px 5px 5px; background: transparent; color: transparent; border-left: none; border-right: none; line-height: 0px; z-index: 2; }

</style>

<script language="JavaScript1.4" type="text/javascript"> </script>

<script language="javascript" type="text/javascript"> </script> /*----------Text Styles----------*/ .ws6 {font-size: 8px;} .ws7 {font-size: 9.3px;} .ws8 {font-size: 11px;} .ws9 {font-size: 12px;} .ws10 {font-size: 13px;} .ws11 {font-size: 15px;} .ws12 {font-size: 16px;} .ws14 {font-size: 19px;} .ws16 {font-size: 21px;} .ws18 {font-size: 24px;} .ws20 {font-size: 27px;} .ws22 {font-size: 29px;} .ws24 {font-size: 32px;} .ws26 {font-size: 35px;} .ws28 {font-size: 37px;} .ws36 {font-size: 48px;} .ws48 {font-size: 64px;} .ws72 {font-size: 96px;} .wpmd {font-size: 13px;font-family: Arial,Helvetica,Sans-Serif;font-style: normal;font-weight: normal;} /*----------Para Styles----------*/ DIV,UL,OL /* Left */ {

margin-top: 0px;
margin-bottom: 0px;

} </style>

<script language="JavaScript1.4" type="text/javascript"> </script>

<script language="javascript" type="text/javascript"> </script>

</head> <body>

<img border=0 width="100%" height="100%" alt="" src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/shapeFC9VE.png">
Timeline of our Project
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/000.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_000.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/001.jpg" target="_blank"><img border=0 width=100 height=74 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_001.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/002.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_002.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/003.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_003.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/004.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_004.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/005.jpg" target="_blank"><img border=0 width=75 height=100 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_005.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/006.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_006.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/007.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_007.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/008.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_008.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/009.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_009.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/010.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_010.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/011.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_011.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/012.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_012.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/013.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_013.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/014.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_014.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/015.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_015.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/016.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_016.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/017.jpg" target="_blank"><img border=0 width=75 height=100 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_017.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/018.jpg" target="_blank"><img border=0 width=75 height=100 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_018.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/019.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_019.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/020.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_020.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/021.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_021.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/022.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_022.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/023.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_023.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/024.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_024.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/025.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_025.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/026.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_026.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/027.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_027.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/028.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_028.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/029.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_029.jpg" style="position:relative;left:3px;top:3px" /></a>
<a href="file:///C:/Users/Lizzi/Downloads/iGEM - Photo Gallery/030.jpg" target="_blank"><img border=0 width=100 height=75 src="file:///C:/Users/Lizzi/AppData/Local/Temp/Web Page Maker/docO7301/tn_030.jpg" style="position:relative;left:3px;top:3px" /></a>
<img src="file:///C:/Users/Lizzi/Documents/Web Page Maker/Import/paste26.jpg" alt="" title="" border=0 width=64 height=62>


</body> </html>