Team:Imperial College London/Templates/Banner
From 2011.igem.org
(Difference between revisions)
(44 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
Line 29: | Line 28: | ||
position: relative; | position: relative; | ||
text-align:center; | text-align:center; | ||
+ | z-index:-1; | ||
} | } | ||
Line 76: | Line 76: | ||
} | } | ||
- | a {color:#93B825 | + | a {color:#93B825;} |
- | a:link {color:#93B825 | + | a:link {color:#93B825;} |
- | a:visited {color:#728F1D | + | a:visited {color:#728F1D;} |
- | a:hover {color:#93B825 | + | a:hover {color:#93B825;} |
- | a:active {color:#93B825 | + | a:active {color:#93B825;} |
a[name]:hover {text-decoration:none;} | a[name]:hover {text-decoration:none;} | ||
+ | |||
+ | a.sitemap:link,a.sitemap:visited {color:#000000;font-decoration:none;} | ||
+ | a.sitemap:hover,a.sitemap:active {color:#000000;font-decoration:underline;} | ||
h1 { | h1 { | ||
Line 141: | Line 144: | ||
.border { | .border { | ||
border:1px solid #B2B2B2; | border:1px solid #B2B2B2; | ||
+ | z-index:101; | ||
+ | } | ||
+ | |||
+ | .borderMagnify { | ||
+ | border:1px solid #B2B2B2; | ||
+ | z-index:101; | ||
+ | margin-left:-9px; | ||
+ | margin-right:9px; | ||
} | } | ||
Line 155: | Line 166: | ||
border:1px solid black; | border:1px solid black; | ||
text-align:center; | text-align:center; | ||
+ | } | ||
+ | |||
+ | .newouterbox { | ||
+ | background-color:#FF944D;border:1px solid #CCCCCC;margin:20px;padding-bottom:0px; | ||
+ | } | ||
+ | |||
+ | .newinnerbox { | ||
+ | border:1px solid #CCCCCC;margin:10px 20px 20px 20px;padding-top:0px;padding-bottom:13px;background-color:#ffffff; | ||
+ | } | ||
+ | |||
+ | .newtext { | ||
+ | text-align:center;background-color:#FF944D;color:#000000; | ||
} | } | ||
Line 186: | Line 209: | ||
iframe { | iframe { | ||
padding: 10px 20px 10px 20px; | padding: 10px 20px 10px 20px; | ||
+ | } | ||
+ | |||
+ | #BackToTop { | ||
+ | position:fixed; | ||
+ | bottom:0; | ||
+ | right:0; | ||
+ | } | ||
+ | |||
+ | #Sitemap { | ||
+ | position:fixed; | ||
+ | bottom:0; | ||
+ | left:0; | ||
} | } | ||
Line 192: | Line 227: | ||
<body> | <body> | ||
+ | <a name="top"></a> | ||
<div id='AuxLogo'> | <div id='AuxLogo'> | ||
<a href='https://2011.igem.org/Team:Imperial_College_London'> | <a href='https://2011.igem.org/Team:Imperial_College_London'> | ||
- | <img src= | + | <img src="https://static.igem.org/mediawiki/2011/5/5b/ICL_Auxin_Logo_New.png" style="width:350px;" /> |
</a> | </a> | ||
</div> | </div> | ||
Line 206: | Line 242: | ||
<img src='https://static.igem.org/mediawiki/2011/1/19/ImperialLogo.png' style="width:160px;" /> | <img src='https://static.igem.org/mediawiki/2011/1/19/ImperialLogo.png' style="width:160px;" /> | ||
</a> | </a> | ||
+ | </div> | ||
+ | |||
+ | <div id="BackToTop"> | ||
+ | <a href="#top"> | ||
+ | <img src="https://static.igem.org/mediawiki/2011/6/62/ICL_BackToTop2.png" width="48px" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <div id="Sitemap"> | ||
+ | <a href="https://2011.igem.org/Team:Imperial_College_London/Sitemap"> | ||
+ | <img src="https://static.igem.org/mediawiki/2011/f/f5/ICL_SitemapBtn.png" width="80px" /> | ||
+ | </a> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 17:55, 28 October 2011