Jamboree

From 2007.igem.org

(Difference between revisions)
m
m
 
(3 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
    @import url(http://blamo.csail.mit.edu/Jamboree/jamboree3.css);
+
#wrap {
-
    @import url(http://blamo.csail.mit.edu/Jamboree/blurb3.css);
+
margin-left: auto;
 +
margin-bottom: 0px;
 +
margin-right: auto;
 +
margin-top: 5px;
 +
color: #666;
 +
width: 961px;
 +
font: normal 12px georgia, serif;
 +
line-height: 1.4em;
 +
}
 +
 +
#main-column {
 +
background-image: url(https://static.igem.org/mediawiki/2007/7/72/Jamboree_footerbg_958w.jpg);
 +
background-position: 0 bottom;
 +
background-repeat: no-repeat;
 +
//margin: 10px;
 +
margin-left: -13px;
 +
margin-right: -13px;
 +
position: relative;
 +
float: left;
 +
width: 959px;
 +
min-height: 620px;
 +
}
 +
 +
 +
#main-column img { margin-top: 0px; margin-bottom: 30px; float: left; position: relative; }
 +
 +
#overview h1 {
 +
border-bottom-style: none;
 +
border-bottom-width: 0px;
 +
padding: 0px;
 +
font: normal 20px georgia, serif;
 +
color: #555;
 +
line-height: 1.4em;
 +
}
 +
 +
#overview h2 {
 +
border-bottom-style: none;
 +
border-bottom-width: 0px;
 +
padding: 0px;
 +
font: normal 16px georgia, serif;
 +
color: #666666;
 +
line-height: 1.3em;
 +
}
 +
 +
#minical {
 +
//width: 20%;
 +
width: 220px;
 +
float: right;
 +
position: relative;
 +
margin: 0 10px;
 +
}
 +
 +
#minical a {
 +
text-decoration: none;
 +
color: #006699
 +
}
 +
 +
#minical a:link {
 +
color: #006699;
 +
text-decoration: none;
 +
border-width: 0px;
 +
border-style: none;
 +
}
 +
 +
#minical a:hover { 
 +
color: #748e3a;
 +
}
 +
 +
#minical h3 {
 +
color: #666666;
 +
line-height: 1.4em;
 +
font-size: 18px;
 +
font-family: Helvetica, Verdana, Arial, sans-serif;
 +
margin: 2px;
 +
border-bottom: dashed 1px #8ab373;
 +
}
 +
 +
#minical table {
 +
margin: 3px;
 +
padding: 3px;
 +
font: normal 12px georgia, serif;
 +
line-height: 1.4em;
 +
}
 +
 +
#minical tr:hover {
 +
color: #ff75a3;
 +
}
 +
 +
#minical tr.odd {
 +
background-color: #e6ecf6;
 +
}
 +
 +
#minical td.event {
 +
width: 10em;
 +
 +
}
 +
 +
#minical td.date {
 +
text-align: right;
 +
width: 6em;
 +
}
 +
 +
#checklist {
 +
list-style-type: none;
 +
text-align: right;
 +
border-color: white;
 +
float: right;
 +
position: relative;
 +
border-width: 0px;
 +
border-style: solid;
 +
margin: 0 10px;
 +
//width: 20%;
 +
width: 210px;
 +
}
 +
 +
#checklist h3 {
 +
color: #666666;
 +
text-align: left;
 +
line-height: 1.4em;
 +
font-size: 18px;
 +
font-family: Helvetica, Verdana, Arial, sans-serif;
 +
margin-top: 0;
 +
margin-bottom: 2px;
 +
border-bottom: dashed 1px #8ab373;
 +
}
 +
 +
#checklist ul {
 +
line-height: 1.4em;
 +
list-style-image: none;
 +
list-style-type: none;
 +
list-style-position: inside;
 +
padding-left: 0px;
 +
margin-top: 2px;
 +
}
 +
 +
#checklist a {
 +
list-style-image: none;
 +
font: normal 18px georgia, serif;
 +
}
 +
 +
#checklist a:link {
 +
color: #006699;
 +
text-decoration: none;
 +
border-width: 0px;
 +
border-style: none;
 +
}
 +
 +
#checklist a:visited {
 +
color: #006699;
 +
text-decoration: none;
 +
}
 +
 +
#checklist a:active {
 +
color: #000;
 +
}
 +
 +
#checklist a:hover { 
 +
color: #748e3a;
 +
}
 +
 +
#checklist a.new {
 +
color: #ff75a3;
 +
}
 +
 +
#checklist a.new:hover {
 +
color: #ff6633;
 +
}
 +
 +
#checklist a.old {
 +
color: #ff75a3;
 +
}
 +
 +
#checklist a.old:hover {
 +
color: #748e3a;
 +
}
 +
 
 +
#blurb {
 +
width: 435px;
 +
padding-right: 1.25em;
 +
padding-left: 1.25em;
 +
text-align: justify;
 +
float:left;
 +
position: relative;
 +
font: normal 20px georgia, serif;
 +
color: #555555;
 +
line-height: 1.4em;
 +
//clear:both;
 +
}
 +
 
 +
#blurb a {
 +
border-bottom-color: white;
 +
border-left-style: none;
 +
border-bottom-style: dotted;
 +
border-right-style: none;
 +
border-top-style: none;
 +
border-bottom-width: 1px;
 +
font: normal 22px georgia, serif;
 +
}
 +
 +
#blurb a:link {
 +
color: #006699;
 +
text-decoration: none;
 +
border-style: none;
 +
}
 +
 +
#blurb a:visited {
 +
color: #8FABBE;
 +
text-decoration: none;
 +
}
 +
 +
#blurb a:active {
 +
color: #000;
 +
}
 +
 +
#blurb a:hover { 
 +
border-bottom-color: #b3b3b3; 
 +
border-left-style: none; 
 +
border-bottom-style: dashed; 
 +
border-right-style: none; 
 +
border-top-style: none; 
 +
border-bottom-width: 1px; 
 +
color: #748e3a;
 +
}
 +
 +
#blurb nolinkpink {
 +
color: #ff3366;
 +
}
 +
 +
/*begin yellow*/
 +
 +
#blurb a.yellow { color: #ffcc33;}
 +
 +
#blurb a.yellow:link { color: #ffcc33;}
 +
 +
#blurb a.yellow:visited { color: #ffcc33;}
 +
 +
#blurb a.yellow:active { color: #ffcc33; }
 +
 +
#blurb a.yellow:hover { color: #ffcc33; }
 +
 +
/*begin pink*/
 +
 +
#blurb a.pink { color: #ff3366;}
 +
 +
#blurb a.pink:link { color: #ff3366;}
 +
 +
#blurb a.pink:visited { color: #ff3366;}
 +
 +
#blurb a.pink:active { color: #ff3366; }
 +
 +
#blurb a.pink:hover { color: #ff3366; }
 +
 +
/*begin green*/
 +
 +
#blurb a.green { color: #99CC33;}
 +
 +
#blurb a.green:link { color: #99CC33;}
 +
 +
#blurb a.green:visited { color: #99cc33;}
 +
 +
#blurb a.green:active { color: #99CC33; }
 +
 +
#blurb a.green:hover { color: #99CC33; }
 +
 +
/*begin orange*/
 +
 +
#blurb a.orange { color: #ff6633;}
 +
 +
#blurb a.orange:link { color: #ff6633;}
 +
 +
#blurb a.orange:visited { color: #ff6633;}
 +
 +
#blurb a.orange:active { color: #ff6633; }
 +
 +
#blurb a.orange:hover { color: #ff6633; }
 +
 +
/*begin red*/
 +
 +
#blurb a.red { color: #ff3333;}
 +
 +
#blurb a.red:link { color: #ff3333;}
 +
 +
#blurb a.red:visited { color: #ff3333;}
 +
 +
#blurb a.red:active { color: #ff3333; }
 +
 +
#blurb a.red:hover { color: #ff3333; }
 +
 +
/*begin teal*/
 +
 +
#blurb a.teal { color: #66CCCC;}
 +
 +
#blurb a.teal:link { color: #66CCCC;}
 +
 +
#blurb a.teal:visited { color: #66CCCC;}
 +
 +
#blurb a.teal:active { color: #66CCCC; }
 +
 +
#blurb a.teal:hover { color: #66CCCC; }
 +
 +
/*begin brown*/
 +
 +
#blurb a.brown { color: #996633;}
 +
 +
#blurb a.brown:link { color: #996633;}
 +
 +
#blurb a.brown:visited { color: #996633;}
 +
 +
#blurb a.brown:active { color: #996633; }
 +
 +
#blurb a.brown:hover { color: #996633; }
 +
 +
/*begin navy*/
 +
 +
#blurb a.navy { color: #333366;}
 +
 +
#blurb a.navy:link { color: #333366;}
 +
 +
#blurb a.navy:visited { color: #333366;}
 +
 +
#blurb a.navy:active { color: #333366; }
 +
 +
#blurb a.navy:hover { color: #333366; }
 +
 
 +
h1.firstHeading {display: none;}
</style>
</style>
<div id="wrap">
<div id="wrap">
Line 77: Line 401:
     </table>
     </table>
</div>
</div>
-
<img style="float:left; padding-top:16px;" src="http://blamo.csail.mit.edu/Jamboree/polaroids.png"/>
+
<img style="float:left; padding-top:16px;" src="https://static.igem.org/mediawiki/2007/5/52/Jamboree_Polaroids.png"/>
<!-- <img style="postion:relative; bottom:px;" src="http://blamo.csail.mit.edu/Jamboree/mit-redgrey-header3.gif"/> -->
<!-- <img style="postion:relative; bottom:px;" src="http://blamo.csail.mit.edu/Jamboree/mit-redgrey-header3.gif"/> -->
</div>
</div>
</div>
</div>
</html>
</html>

Latest revision as of 16:51, 21 September 2007

Competing in the iGEM 2007 Jamboree November 3-4? Book your hotel rooms immediately (they're running out) and pay the Jamboree Fee - then submit your team's project to the iGEM wiki and document your parts in the Registry before they are both frozen for judging at midnight on October 26! Back in realspace, be sure to ship your parts to us. All set? The get ready to make the biggest Synthetic Biology event in the world a reality!

mini-calendar

roster + fee due Mon Oct 01
parts shipped Fri Oct 26
wiki frozen Fri Oct 26
preregistration
social event
Fri Nov 2
registration
presentations
posters + reception
Sat Nov 3
awards ceremony
Registry workshop 1
Sun Nov 4
Registry 2
BioBricks 1
Mon Nov 5
BioBricks 2
BioBricks 3
Tue Nov 6