|
|
(215 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
- | <head>
| + | <style type="text/css"> |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| + | #imperial-banner { |
- | <style type="text/css">
| + | position: relative; /* this is to allow positioning of elements within */ |
| + | text-align: right; |
| + | height: 100px; |
| + | margin: 0 15px 1em 15px; |
| + | line-height: 100px; |
| + | } |
| | | |
- | #top-section {
| + | #imperial-igem-banner { |
- | width: 975px;
| + | position: absolute; |
- | height: 20px;
| + | left: 0; |
- | background-color: #ffffff;
| + | top: 0; |
- | border: none;
| + | } |
- | }
| + | |
| | | |
- | #p-logo {
| + | #igem-logo, |
- | display: none;}
| + | #imperial-logo { |
| + | display: inline-block; |
| + | margin-left: 5px; |
| + | } |
| | | |
- | #search-controls {
| + | #imperial-igem-banner img, |
- | display: none;}
| + | #igem-logo img { |
| + | height: 100px; |
| + | } |
| | | |
- | .right-menu li a, .right-menu li a:hover {
| + | #igem-logo img { |
- | color: #3c6b27;
| + | -webkit-transition: all 1s ease-in-out; |
- | background-color: transparent;
| + | -moz-transition: all 1s ease-in-out; |
- | }
| + | -ms-transition: all 1s ease-in-out; |
| + | -o-transition: all 1s ease-in-out; |
| + | transition: all 1s ease-in-out; |
| + | } |
| | | |
- | .firstHeading {
| + | #igem-logo img:hover { |
- | display: none;}
| + | -webkit-transform: rotate(360deg); |
| + | -moz-transform: rotate(360deg); |
| + | -o-transform: rotate(360deg); |
| + | -ms-transform: rotate(360deg); |
| + | transform: rotate(360deg); |
| + | } |
| | | |
- | #imperiallogo {
| + | #imperial-logo img { |
- | position: relative;
| + | height: 50px; |
- | text-align:center;
| + | } |
- | z-index:-1;
| + | |
- | }
| + | |
| | | |
- | #iGEMLogo {
| + | #BackToTop, |
- | position:absolute;
| + | #BackToTop:link, |
- | top:80px;
| + | #BackToTop:visited { |
- | left:15px;
| + | position: fixed; |
- | }
| + | bottom: 5px; |
| + | right: 5px; |
| + | text-decoration: none; |
| + | color: #36a9e1; |
| + | } |
| | | |
- | #ImperialLogo {
| + | #BackToTop:hover { |
- | position:absolute;
| + | color: #a3c4e9; |
- | top:100px;
| + | } |
- | left:790px;
| + | #Sitemap { |
- | }
| + | position:fixed; |
| + | bottom:5px; |
| + | left:5px; |
| + | } |
| + | </style> |
| + | <a name="top"></a> |
| | | |
- | body {
| + | <div id="imperial-banner"> |
- | background-color:#E9EEE9;
| + | <a id='imperial-igem-banner' href='https://2013.igem.org/Team:Imperial_College'> |
- | }
| + | <img src="https://static.igem.org/mediawiki/2013/d/d9/ImperialLogo2013.png" /> |
| + | </a> |
| | | |
- | #menucontainer {
| + | <a id='igem-logo' href='https://2013.igem.org/Main_Page' target="_blank"> |
- | overflow:visible;
| + | <img src='https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png' /> |
- | position:relative;
| + | </a> |
- | z-index:3;
| + | |
- | }
| + | |
| | | |
- | #content {
| + | <a id='imperial-logo' href='http://www3.imperial.ac.uk/' target="_blank"> |
- | position: relative;
| + | <img src='https://static.igem.org/mediawiki/2011/1/19/ImperialLogo.png' /> |
- | width: 975px;
| + | </div> |
- | margin: 0 auto;
| + | |
- | padding-top:1px;
| + | |
- | padding-left:0px;
| + | |
- | padding-right:0px;
| + | |
- | padding-bottom:0px;
| + | |
- | background: #ffffff;
| + | |
- | color: black;
| + | |
- | border: none;
| + | |
- | line-height: 1.5em;
| + | |
- | z-index: 2;
| + | |
- | }
| + | |
| | | |
- | #contentSub {
| + | <a class="" href="#top" id="BackToTop"><i class="icon-chevron-sign-up icon-3x"></i></a> |
- | margin: 0 0 0 0;
| + | |
- | }
| + | |
| | | |
- | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
| + | <div id="Sitemap"> |
- | margin-bottom: 0;
| + | <a href="https://2013.igem.org/Team:Imperial_College/Sitemap"> |
- | }
| + | <img src="https://static.igem.org/mediawiki/2013/8/84/ICL_SitemapBtn13.png" width="80px" /> |
- | | + | </a> |
- | a {color:#93B825;}
| + | </div> |
- | a:link {color:#93B825;}
| + | |
- | a:visited {color:#728F1D;}
| + | |
- | a:hover {color:#93B825;}
| + | |
- | a:active {color:#93B825;}
| + | |
- | 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 {
| + | |
- | font-family: arial,sans-serif;
| + | |
- | color: #225323;
| + | |
- | background: #ffffff;
| + | |
- | font-weight: bold;
| + | |
- | font-size: 2.2em;
| + | |
- | margin: 0 0 0 0;
| + | |
- | padding: 20px 20px 12px 20px;
| + | |
- | border-bottom: none;
| + | |
- | }
| + | |
- | | + | |
- | h2 {
| + | |
- | font-family: arial,sans-serif;
| + | |
- | color: #225323;
| + | |
- | background: #ffffff;
| + | |
- | font-weight: bold;
| + | |
- | font-size: 1.7em;
| + | |
- | margin: 0 0 0 0;
| + | |
- | padding: 18px 20px 7px 20px;
| + | |
- | border-bottom: none;
| + | |
- | }
| + | |
- | | + | |
- | h3 {
| + | |
- | font-family: arial,sans-serif;
| + | |
- | color: #225323;
| + | |
- | background: #ffffff;
| + | |
- | font-weight: bold;
| + | |
- | font-size: 1.4em;
| + | |
- | margin: 0 0 0 0;
| + | |
- | padding: 16px 20px 2px 20px;
| + | |
- | border-bottom: none;
| + | |
- | }
| + | |
- | | + | |
- | h4 {
| + | |
- | font-family: arial,sans-serif;
| + | |
- | color: #225323;
| + | |
- | background: #ffffff;
| + | |
- | font-weight: bold;
| + | |
- | font-size: 1.1em;
| + | |
- | margin: 0 0 0 0;
| + | |
- | padding: 13.5px 20px 1px 20px;
| + | |
- | border-bottom: none;
| + | |
- | }
| + | |
- | | + | |
- | p {
| + | |
- | 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;
| + | |
- | background: #ffffff;
| + | |
- | font-weight: normal;
| + | |
- | font-size: 1em;
| + | |
- | line-height: 1.7em;
| + | |
- | text-align: justify;
| + | |
- | padding: 5px 20px 0px 20px;
| + | |
- | }
| + | |
- | | + | |
- | iframe {
| + | |
- | padding: 10px 20px 10px 20px;
| + | |
- | }
| + | |
- | | + | |
- | #BackToTop {
| + | |
- | position:fixed;
| + | |
- | bottom:0;
| + | |
- | right:0;
| + | |
- | }
| + | |
- | | + | |
- | #Sitemap {
| + | |
- | position:fixed;
| + | |
- | bottom:0;
| + | |
- | left:0;
| + | |
- | }
| + | |
- | | + | |
- | </style>
| + | |
- | </head>
| + | |
- | | + | |
- | <body>
| + | |
- | <a name="top"></a>
| + | |
- | <div id='imperiallogo'>
| + | |
- | <a href='https://2013.igem.org/Team:Imperial_College_London'>
| + | |
- | <img src="https://static.igem.org/mediawiki/2013/6/67/Imperiallogo.png" style="width:300px;" /> | + | |
- | </a>
| + | |
- | </div>
| + | |
- | <div id='iGEMLogo'>
| + | |
- | <a href='https://2013.igem.org/Main_Page' target="_blank">
| + | |
- | <img src='https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png' style="width:90px;" />
| + | |
- | </a>
| + | |
- | </div>
| + | |
- | <div id='ImperialLogo'>
| + | |
- | <a href='http://www3.imperial.ac.uk/' target="_blank">
| + | |
- | <img src='https://static.igem.org/mediawiki/2011/1/19/ImperialLogo.png' style="width:160px;" />
| + | |
- | </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>
| + | |
- | | + | |
- | </body>
| + | |
- | | + | |
- | | + | |
- | </html>
| + | |
- | <html lang="en">
| + | |
- | <head>
| + | |
- | <meta http-equiv="content-type" content="text/html;charset=utf-8">
| + | |
- | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Imperial_College_London/superfish?action=raw&ctype=text/css" media="screen">
| + | |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
| + | |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/hoverIntent?action=raw&ctype=text/js"></script>
| + | |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/superfishjs?action=raw&ctype=text/js"></script>
| + | |
- | | + | |
- | <script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/magnifier?action=raw&ctype=text/js">
| + | |
- | /***********************************************
| + | |
- | * jQuery Image Magnify- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
| + | |
- | * This notice MUST stay intact for legal use
| + | |
- | * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
| + | |
- | ***********************************************/
| + | |
- | <script type="text/javascript">
| + | |
- | var $ = jQuery;
| + | |
- | jQuery.imageMagnify.zIndexcounter = 1000;
| + | |
- | </script>
| + | |
- | | + | |
- | <script>
| + | |
- | $(document).ready(function() {
| + | |
- | $("sup").click(function () { | + | |
- | if ($(this).html().substr(0,1)=="[")
| + | |
- | {
| + | |
- | if ($('.technology').length>0)
| + | |
- | {
| + | |
- | ddaccordion.expandone('technology', $('.technology').length-1)
| + | |
- | setTimeout("window.scrollBy(0,50000)",200)
| + | |
- | }
| + | |
- | else window.scrollBy(0,50000)
| + | |
- | }
| + | |
- | });
| + | |
- | $("sup").mouseover(function () {
| + | |
- | if ($(this).html().substr(0,1)=="[") $(this).css('cursor', 'pointer');
| + | |
- | });
| + | |
- | });
| + | |
- | </script> | + | |
- | | + | |
- | <script>
| + | |
- |
| + | |
- | $(document).ready(function() {
| + | |
- | $('ul.sf-menu').superfish({
| + | |
- | });
| + | |
- | });
| + | |
- |
| + | |
- | </script>
| + | |
- | | + | |
- | </head>
| + | |
- | | + | |
- | <body>
| + | |
- | <div id='menucontainer'>
| + | |
- | <ul class="sf-menu sf-navbar">
| + | |
- | <li>
| + | |
- | <a class="sf-with-ul" href="#">Project AuxIn<span class="sf-sub-indicator"> »</span></a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London">Home</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a class="sf-with-ul" href="#">Achievements<span class="sf-sub-indicator"> »</span></a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Achievements">Main Results</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a class="sf-with-ul" href="#">Human Practice<span class="sf-sub-indicator"> »</span></a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Human_Overview">Informing Design</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Safety">Safety</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Human/Outreach">Outreach</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a class="sf-with-ul" href="#">Extras<span class="sf-sub-indicator"> »</span></a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Extras/Collaboration">Collaboration</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Protocols_General">Protocols</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Software">Software</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Notebook/week1">Diary</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:Imperial_College_London/Brainstorming_Health">Brainstorming</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a href="https://2013.igem.org/Team:Imperial_College_London/Team">Team</a>
| + | |
- | </li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | <p><br/><br/></p>
| + | |
- | </body>
| + | |
| </html> | | </html> |