Team:Imperial College London/Templates/Banner
From 2011.igem.org
(Difference between revisions)
(139 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 28: | Line 27: | ||
#AuxLogo { | #AuxLogo { | ||
position: relative; | position: relative; | ||
- | text-align: center; | + | text-align:center; |
+ | z-index:-1; | ||
} | } | ||
#iGEMLogo { | #iGEMLogo { | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:80px; |
- | left: | + | left:15px; |
} | } | ||
#ImperialLogo { | #ImperialLogo { | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:100px; |
- | left: | + | left:790px; |
} | } | ||
body { | body { | ||
- | background-color:# | + | background-color:#E9EEE9; |
} | } | ||
Line 72: | Line 72: | ||
} | } | ||
- | #bodyContent h1, #bodyContent h2 { | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { |
margin-bottom: 0; | margin-bottom: 0; | ||
} | } | ||
- | a {color:# | + | a {color:#93B825;} |
- | a:link {color:# | + | a:link {color:#93B825;} |
- | a:visited {color:# | + | a:visited {color:#728F1D;} |
- | a:hover {color:# | + | a:hover {color:#93B825;} |
- | a:active {color:# | + | 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 { | ||
- | font-family: | + | font-family: arial,sans-serif; |
- | color: # | + | color: #225323; |
background: #ffffff; | background: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 2.2em; | font-size: 2.2em; | ||
- | margin: 0; | + | margin: 0 0 0 0; |
- | padding: | + | padding: 20px 20px 12px 20px; |
border-bottom: none; | border-bottom: none; | ||
} | } | ||
h2 { | h2 { | ||
- | font-family: | + | font-family: arial,sans-serif; |
- | color: # | + | color: #225323; |
background: #ffffff; | background: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
- | font-size: | + | font-size: 1.7em; |
- | margin: 0; | + | margin: 0 0 0 0; |
- | padding: | + | padding: 18px 20px 7px 20px; |
border-bottom: none; | border-bottom: none; | ||
} | } | ||
h3 { | h3 { | ||
- | font-family: | + | font-family: arial,sans-serif; |
- | color: # | + | color: #225323; |
background: #ffffff; | background: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
- | font-size: 1. | + | font-size: 1.4em; |
- | margin: 0; | + | margin: 0 0 0 0; |
- | padding: | + | padding: 16px 20px 2px 20px; |
border-bottom: none; | border-bottom: none; | ||
} | } | ||
h4 { | h4 { | ||
- | font-family: | + | font-family: arial,sans-serif; |
- | color: # | + | color: #225323; |
background: #ffffff; | background: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
- | font-size: 1. | + | font-size: 1.1em; |
- | margin: 0; | + | margin: 0 0 0 0; |
- | padding: | + | padding: 13.5px 20px 1px 20px; |
border-bottom: none; | border-bottom: none; | ||
} | } | ||
p { | p { | ||
- | font-family: | + | font-family: arial,sans-serif; |
+ | color: #000000; | ||
+ | background: #ffffff; | ||
+ | font-weight: normal; | ||
+ | font-size: 1em; | ||
+ | line-height: 1.7em; | ||
+ | text-align: justify; | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 5px 20px 0px 20px; | ||
+ | } | ||
+ | |||
+ | .border { | ||
+ | border:1px solid #B2B2B2; | ||
+ | z-index:101; | ||
+ | } | ||
+ | |||
+ | .borderMagnify { | ||
+ | border:1px solid #B2B2B2; | ||
+ | z-index:101; | ||
+ | margin-left:-9px; | ||
+ | margin-right:9px; | ||
+ | } | ||
+ | |||
+ | .imgbox { | ||
+ | margin:20px; | ||
+ | padding:10px; | ||
+ | border:1px solid black; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | .vidbox { | ||
+ | margin:20px; | ||
+ | padding:10px; | ||
+ | border:1px solid black; | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | ul.a { | ||
+ | margin: 0 0 0 40px; | ||
+ | list-style-image: none; | ||
+ | list-style-type:disc; | ||
+ | font-family: arial,sans-serif; | ||
+ | color: #000000; | ||
+ | background: #ffffff; | ||
+ | font-weight: normal; | ||
+ | font-size: 1em; | ||
+ | line-height: 1.7em; | ||
+ | text-align: justify; | ||
+ | padding: 5px 20px 0px 20px; | ||
+ | } | ||
+ | |||
+ | ol.a { | ||
+ | margin: 0 0 0 30px; | ||
+ | list-style-position:inside; | ||
+ | font-family: arial,sans-serif; | ||
color: #000000; | color: #000000; | ||
background: #ffffff; | background: #ffffff; | ||
Line 135: | Line 204: | ||
line-height: 1.7em; | line-height: 1.7em; | ||
text-align: justify; | text-align: justify; | ||
- | + | padding: 5px 20px 0px 20px; | |
- | padding: | + | |
} | } | ||
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 147: | 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> | ||
<div id='iGEMLogo'> | <div id='iGEMLogo'> | ||
<a href='https://2011.igem.org/Main_Page' target="_blank"> | <a href='https://2011.igem.org/Main_Page' target="_blank"> | ||
- | <img src='https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png' style="width: | + | <img src='https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png' style="width:90px;" /> |
</a> | </a> | ||
</div> | </div> | ||
<div id='ImperialLogo'> | <div id='ImperialLogo'> | ||
<a href='http://www3.imperial.ac.uk/' target="_blank"> | <a href='http://www3.imperial.ac.uk/' target="_blank"> | ||
- | <img src='https://static.igem.org/mediawiki/2011/1/19/ImperialLogo.png' style="width: | + | <img src='https://static.igem.org/mediawiki/2011/1/19/ImperialLogo.png' style="width:160px;" /> |
</a> | </a> | ||
</div> | </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> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 17:55, 28 October 2011