Team:GeorgiaTech
From 2014.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
} | } | ||
- | .sponsors { | + | div.sponsors { |
- | + | background-color: white; | |
- | + | height: 500px; | |
- | + | } | |
- | margin-right: | + | .sponsors ul { |
+ | position: relative; | ||
+ | left: -10px; | ||
+ | z-index:100; | ||
+ | text-align: center; | ||
+ | display: inline; | ||
+ | list-style: none; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .sponsors ul li { | ||
+ | z-index:100; | ||
+ | font: bold 14px/20PX helvetica; | ||
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | width: 300px; | ||
+ | height: 200px; | ||
+ | padding-right: 5px; | ||
+ | margin: 0; | ||
+ | background-color: transparent; | ||
+ | background-repeat:no-repeat; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | .sponsors ul li a:link{ | ||
+ | display: block; | ||
+ | font-size:16px/20px; | ||
+ | width: 110px; | ||
+ | height: 14px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
} | } | ||
- | .sponsors | + | .sponsors ul li:hover ul { |
- | + | z-index:100; | |
+ | display: block; | ||
+ | opacity: 0.95; | ||
+ | visibility: visible; | ||
+ | background-color: #BFAE30; | ||
} | } | ||
+ | .sponsors ul li a:hover {text-decoration:none; background-color: transparent;} | ||
+ | .sponsors ul li a:visited {text-decoration:none; background-color: transparent;} | ||
</style> | </style> | ||
Line 156: | Line 193: | ||
</table> | </table> | ||
<div class="sponsors"> | <div class="sponsors"> | ||
- | < | + | <UL> |
<LI><a href="http://www.geneious.com/"><img src="https://static.igem.org/mediawiki/2014/d/d6/Genious_logo.png" height="86px" width="200px"></a></LI> | <LI><a href="http://www.geneious.com/"><img src="https://static.igem.org/mediawiki/2014/d/d6/Genious_logo.png" height="86px" width="200px"></a></LI> | ||
- | </ | + | </UL> |
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 11:56, 20 June 2014
|
||
Requirements | ||
Please be sure to keep these links, your audience will want to find your: |
There are a few wiki requirements teams must follow:
Visit the Wiki How To page for a complete list of requirements, tips and other useful information. |
|
Tips | ||
We are currently working on providing teams with some easy to use design templates.
For a full wiki list, you can visit iGEM 2013 web sites and iGEM 2012 web sites lists. |
This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:
|