World Championship Jamboree/MainPageTest
From 2011.igem.org
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
- | |||
table, tr, td { | table, tr, td { | ||
border: 0px solid #000; | border: 0px solid #000; | ||
Line 8: | Line 7: | ||
margin: none; | margin: none; | ||
} | } | ||
- | . | + | |
+ | .firstHeading { | ||
+ | display:none;} <!--Removes header page title default from wiki--> | ||
+ | |||
+ | #imgcenter { <!--Defines block area for center "banner"--> | ||
+ | display: block; | ||
+ | width: 540px; | ||
+ | height: 300px; | ||
+ | border: 0px solid #000; | ||
+ | } | ||
+ | |||
+ | #imgleft { <!--Defines block area for left "banner" and its overlap position--> | ||
+ | display: block; | ||
width: 200px; | width: 200px; | ||
+ | height: 300px; | ||
+ | border: 0px solid #000; | ||
+ | position: absolute; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | .menu { <!--Defines menu block area for menu links--> | ||
+ | display: block; | ||
+ | width: 200px; | ||
+ | height: 46px; | ||
font:bold 16px Arial; | font:bold 16px Arial; | ||
text-align:center; | text-align:center; | ||
+ | vertical-align:top; | ||
color: #000; | color: #000; | ||
- | + | border: 0px solid #000; | |
} | } | ||
.menu a:link, .menu a:visited, .menu a:active { | .menu a:link, .menu a:visited, .menu a:active { | ||
color: #ffffff; | color: #ffffff; | ||
text-decoration: none; | text-decoration: none; | ||
- | |||
display: block; | display: block; | ||
width:200px; | width:200px; | ||
Line 34: | Line 55: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
- | + | ||
- | display: | + | #twitterfeed { <!--Defines block area for twitter feed--> |
+ | display: block; | ||
+ | width: 200px; | ||
+ | height: 430px; | ||
+ | border: 0px solid #000; | ||
+ | } | ||
+ | |||
+ | .main_item { | ||
+ | font-family: Lucida Grande, Verdana, Arial, sans-serif; | ||
+ | color: #666; | ||
+ | margin: 10px 10px 50px 10px; | ||
+ | vertical-align: text-top; | ||
+ | } | ||
+ | .main_item p { | ||
+ | color:#666; | ||
+ | } | ||
.title { | .title { | ||
color: #255f2a; | color: #255f2a; | ||
font-size: 14pt; | font-size: 14pt; | ||
- | |||
font-family: Lucida Grande, Verdana, Arial, sans-serif; | font-family: Lucida Grande, Verdana, Arial, sans-serif; | ||
text-shadow: #dadada 1px 1px 1px; | text-shadow: #dadada 1px 1px 1px; | ||
Line 46: | Line 81: | ||
clear:both; | clear:both; | ||
} | } | ||
- | .main_item { | + | |
+ | .main_item ul { | ||
+ | color:#666; | ||
font-family: Lucida Grande, Verdana, Arial, sans-serif; | font-family: Lucida Grande, Verdana, Arial, sans-serif; | ||
- | + | padding: 0 0 0 10px; | |
- | + | list-style-image:url('https://static.igem.org/mediawiki/2010/6/6c/Grey_circle_bullet_10px.png'); | |
- | + | ||
- | + | ||
} | } | ||
- | + | .main_item ul lh { | |
- | .main_item | + | font-weight: bold; |
- | color:# | + | color: #f16900; |
} | } | ||
+ | .main_item a { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
#sponsors { | #sponsors { | ||
float: left; | float: left; | ||
Line 62: | Line 101: | ||
text-align: center; | text-align: center; | ||
} | } | ||
- | |||
#sponsors td { | #sponsors td { | ||
padding: 15px 0px 0px 15px; | padding: 15px 0px 0px 15px; | ||
} | } | ||
- | |||
#sponsor_table td { | #sponsor_table td { | ||
width: 250px; | width: 250px; | ||
Line 72: | Line 109: | ||
padding-top: 35px; | padding-top: 35px; | ||
} | } | ||
- | |||
#sponsor_table td img { | #sponsor_table td img { | ||
display: block; | display: block; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
</style> | </style> | ||
Line 127: | Line 118: | ||
<body> | <body> | ||
- | <table align="center" style="margin-top:-10px;"> | + | <table align="center" style= "width: 940px; margin-top:-10px;"> |
<tr> | <tr> | ||
<td rowspan="6" style="width: 200px;" valign="top"> | <td rowspan="6" style="width: 200px;" valign="top"> | ||
Line 144: | Line 135: | ||
</td> | </td> | ||
- | <td class="menu | + | <td class="menu"> |
<a href="https://2011.igem.org/World_Championship_Jamboree/Handbook">Jamboree Handbook</a> | <a href="https://2011.igem.org/World_Championship_Jamboree/Handbook">Jamboree Handbook</a> | ||
</td> | </td> | ||
Line 186: | Line 177: | ||
</div> | </div> | ||
</td> | </td> | ||
- | <td valign="top | + | <td valign="top"> |
<div id="twitterfeed"> | <div id="twitterfeed"> | ||
<script src="http://widgets.twimg.com/j/2/widget.js"></script> | <script src="http://widgets.twimg.com/j/2/widget.js"></script> |
Revision as of 04:30, 25 October 2011
|
|
Jamboree Handbook | |
Schedule | |||
Campus Map | |||
Jamboree Program | |||
Workshops | |||
Press Kits |
2011 iGEM World Champioship Jamboree
Welcome to the 2011 iGEM World Championship Jamboree! The World Championship is being held from November 5th - 7th on the MIT campus in Cambridge, MA, USA. Be sure to Register by October 28th!
News Feed
|
|
|