Team:St Andrews/template
From 2011.igem.org
(Difference between revisions)
Max.nicosia (Talk | contribs) |
(Undo revision 40751 by Max.nicosia (talk)) |
||
Line 1: | Line 1: | ||
+ | |||
<html> | <html> | ||
<head> | <head> | ||
+ | |||
<!-- Start of internal Stylesheet (I think it's better if we build our own..) --> | <!-- Start of internal Stylesheet (I think it's better if we build our own..) --> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> | ||
- | |||
- | |||
- | |||
- | + | body { background-color: #fff; | |
+ | |||
+ | } | ||
- | . | + | .firstHeading { |
- | + | display: none;} | |
- | position: absolute; | + | |
+ | a { | ||
+ | outline:none;} | ||
+ | |||
+ | |||
+ | #footer-box {display: none;} | ||
+ | |||
+ | #p-logo { | ||
+ | position: absolute; | ||
+ | display: none;} | ||
+ | |||
+ | #search-controls { | ||
+ | display: none;} | ||
+ | |||
+ | #top-section { | ||
+ | background-color: #ffffff; | ||
+ | height: 100px; | ||
+ | border: none; | ||
+ | width:910px; | ||
+ | height:55px} | ||
+ | |||
+ | #content { | ||
+ | width: 900px; | ||
+ | border: none; | ||
+ | font-family: helvetica, arial, sans-serif; | ||
+ | color: #555555} | ||
+ | |||
+ | |||
+ | |||
+ | <!-- we can add more to this later but suggested basic structure.. --> | ||
+ | |||
+ | #title { | ||
+ | width:900px; | ||
+ | height:55px; | ||
+ | position: relative; | ||
top: 0px; | top: 0px; | ||
- | + | left: 0px;} | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | #unilogo { | + | #projectlogo { |
+ | width:400px; | ||
+ | height:50px; | ||
+ | position: absolute; | ||
+ | top: 8px; | ||
+ | left: 20px;} | ||
+ | |||
+ | #unilogo { | ||
width:52px; | width:52px; | ||
height:70px; | height:70px; | ||
- | position: | + | position: absolute; |
top: 0px; | top: 0px; | ||
- | + | left: 615px;} | |
- | + | ||
+ | .firstHeading { | ||
+ | display: none;} | ||
- | . | + | .container0 {position: relative; background-color:#000000; width:900px; height:250px; margin: 0px auto -1px auto; } |
+ | .container1 {position: relative; top:0px; left:0px} | ||
.top-slider-main{width:900px; height:60px; overflow:hidden; position:absolute; border:0px ;solid #000; z-index:10; bottom:0px;} | .top-slider-main{width:900px; height:60px; overflow:hidden; position:absolute; border:0px ;solid #000; z-index:10; bottom:0px;} | ||
Line 68: | Line 108: | ||
+ | #topbit { | ||
+ | ] | ||
+ | |||
+ | #menu { | ||
+ | } | ||
+ | |||
+ | #thepier { | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
- | |||
<script> | <script> | ||
Line 171: | Line 220: | ||
</div> | </div> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<div class="top-slider-main"> | <div class="top-slider-main"> | ||
Line 323: | Line 366: | ||
<body> | <body> | ||
+ | <div id ='title'> | ||
+ | <div id ='unilogo'> | ||
+ | <a href='http://www.st-andrews.ac.uk/'> | ||
+ | <img src='https://static.igem.org/mediawiki/2011/e/e0/University_logo.jpg'> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id ='projectlogo'> | ||
+ | <a href='https://2010.igem.org/Team:Imperial_College_London'> | ||
+ | <img src='https://static.igem.org/mediawiki/2010/9/9f/ICparalogo.png'> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 14:11, 14 July 2011