Team:St Andrews/template
From 2011.igem.org
(Difference between revisions)
Max.nicosia (Talk | contribs) |
(Undo revision 40129 by Max.nicosia (talk)) |
||
Line 8: | Line 8: | ||
- | body | + | body { background-color: #fff; |
- | { | + | |
- | background-color: # | + | } |
- | } | + | |
- | .firstHeading | + | .firstHeading { |
- | { | + | display: none;} |
- | display: none; | + | |
- | } | + | |
- | #p-logo | + | #p-logo { |
- | { | + | |
position: absolute; | position: absolute; | ||
- | display: none; | + | display: none;} |
- | } | + | |
- | #search-controls | + | #search-controls { |
- | { | + | display: none;} |
- | display: none; | + | |
- | } | + | |
#top-section { | #top-section { | ||
Line 46: | Line 39: | ||
<!-- we can add more to this later but suggested basic structure.. --> | <!-- we can add more to this later but suggested basic structure.. --> | ||
- | + | #title { | |
+ | width:900px; | ||
+ | height:55px; | ||
+ | position: relative; | ||
+ | top: 0px; | ||
+ | left: 0px;} | ||
+ | |||
+ | #projectlogo { | ||
+ | width:400px; | ||
+ | height:50px; | ||
+ | position: absolute; | ||
+ | top: 8px; | ||
+ | left: 20px;} | ||
+ | |||
#unilogo { | #unilogo { | ||
width:52px; | width:52px; | ||
Line 57: | Line 63: | ||
display: none;} | display: none;} | ||
- | .container0 {position: relative; background-color:# | + | .container0 {position: relative; background-color:#000000; width:900px; height:250px; margin: 0px auto -1px auto; } |
.container1 {position: relative; top:0px; left:0px} | .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 98: | Line 103: | ||
#topbit { | #topbit { | ||
- | + | ] | |
#menu { | #menu { | ||
Line 209: | Line 214: | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
<div class="top-slider-main"> | <div class="top-slider-main"> | ||
Line 359: | Line 359: | ||
<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 12:45, 14 July 2011