Team:UCL
From 2014.igem.org
(Difference between revisions)
Lewismoffat (Talk | contribs) |
Lewismoffat (Talk | contribs) |
||
Line 24: | Line 24: | ||
</header> | </header> | ||
<div id=overviewholdero> | <div id=overviewholdero> | ||
- | + | <img src="https://static.igem.org/mediawiki/2014/6/6c/Overview_Graphic-01.png" style="width:100%;z-index:-10; position:relative;" /> | |
- | + | <div class="imageOverlayMain"> | |
+ | <div class="topCover"> | ||
+ | <div id="topLeft"><a href="https://2014.igem.org/Team:UCL/Humans">HUMANS</a></div> | ||
+ | <div id="topRight"><a href="https://2014.igem.org/Team:UCL/Science">SCIENCE</a></div> | ||
+ | </div> | ||
+ | <div class="bottomCover"> | ||
+ | <div id="bottomLeft"><a href="https://2014.igem.org/Team:UCL/Project">PROJECT</a></div> | ||
+ | <div id="bottomright"><a href="https://2014.igem.org/Team:UCL/FAQ">FAQ</a></div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
<main> | <main> | ||
Line 51: | Line 60: | ||
color: #eaeaea; | color: #eaeaea; | ||
} | } | ||
- | + | .imageOverlayMain { | |
+ | position:absolute; | ||
+ | z-index:999; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | text-align:center; | ||
+ | display: none; | ||
+ | } | ||
+ | .topCover { | ||
+ | width:100%; | ||
+ | height:50%; | ||
+ | } | ||
+ | .bottomCover { | ||
+ | width:100%; | ||
+ | height:50%; | ||
+ | } | ||
+ | #topLeft { | ||
+ | float:left; | ||
+ | width:49%; | ||
+ | height:100%; | ||
+ | } | ||
+ | #topLeft a:hover { | ||
+ | display:block; | ||
+ | } | ||
+ | #topRight { | ||
+ | float:right; | ||
+ | width:49%; | ||
+ | height:100%; | ||
+ | } | ||
+ | #topRight a:hover { | ||
+ | display:block; | ||
+ | } | ||
+ | #bottomLeft { | ||
+ | float:left; | ||
+ | width:49%; | ||
+ | height:100%; | ||
+ | } | ||
+ | #bottomLeft a:hover { | ||
+ | display:block; | ||
+ | } | ||
+ | #bottomRight { | ||
+ | float:right; | ||
+ | width:49%; | ||
+ | height:100%; | ||
+ | } | ||
+ | #bottomRight a:hover { | ||
+ | display:block; | ||
+ | } | ||
#linkappearo { | #linkappearo { | ||
background:red; | background:red; |
Revision as of 18:54, 17 October 2014