Team:Edinburgh/header

From 2012.igem.org

(Difference between revisions)
m (Created page with "<html> <head> <title>iGEM'12 Team Edinburgh: Home</title> <meta http-equiv="content-type" content="text/html;char-set=UTF-8" /> <meta http-equiv="content-language" conte...")
m
 
(138 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
{{Team:Edinburgh/css/wiki-edit-structure.css}}
 +
{{Team:Edinburgh/css/wiki-edit-style.css}}
 +
{{Team:Edinburgh/css/header-structure.css}}
 +
{{Team:Edinburgh/css/header-style.css}}
 +
{{Team:Edinburgh/css/text.css}}
 +
<html>
<head>
<head>
-
 
+
<script language="JavaScript">
-
<title>iGEM'12 Team Edinburgh: Home</title>
+
<!--
-
 
+
var current_page = "none";
-
 
+
var content_width=document.getElementById("content").offsetWidth;
-
 
+
if(content_width<1085){
-
<meta http-equiv="content-type" content="text/html;char-set=UTF-8" />
+
document.getElementById("content").style.width="1085px";
-
 
+
}
-
<meta http-equiv="content-language" content="en-GB" />
+
//-->
-
 
+
</script>
-
<meta name="desciption" content = "Home page for the official wiki of Team Edinburgh for the iGEM 2012 competion." />
+
<!--[if IE]>
-
 
+
<style type="text/css">
-
<meta name="keywords" content="iGEM, synthetic biology, Edinburgh" />
+
#header{
-
 
+
background: url("https://static.igem.org/mediawiki/2012/4/49/Edi-uni-for_IE.png") no-repeat;
-
 
+
background-position: top right;
-
 
+
background-color:#25476c;
-
<link rel="stylesheet" href="structurecss.css" type="text/css">
+
}
-
 
+
.follow-links:hover p{
-
<link rel="stylesheet" href="colourscss.css" type="text/css">
+
background-color: rgb(37,71,108); /*rgba(242,242,242, 0.5);*/
-
 
+
}
-
 
+
#main-menu{
-
 
+
background: rgb(37,71,108);/*#25476c*/
-
<style type="text/css">
+
}
-
 
+
#main-menu li{
-
html{
+
background: rgb(24,46,70);/*#182e46*/
-
 
+
}
-
font-family: helvetica, arial, sans-serif;
+
-
 
+
-
background:#f2f2f2;
+
-
 
+
-
}
+
-
 
+
-
/*General*/
+
-
 
+
-
a{
+
-
 
+
-
text-decoration:none;
+
-
 
+
-
}
+
-
 
+
-
h1{
+
-
 
+
-
font: normal bold 34px/50px calibri, "lucida sans", helvetica, arial, sans-serif;
+
-
 
+
-
}
+
-
 
+
-
p{
+
-
 
+
-
font-family: calibri, tahoma, verdana, sans-serif;
+
-
 
+
-
}
+
-
 
+
-
/*header*/
+
-
 
+
-
div.header{
+
-
 
+
-
background:#25476c;
+
-
 
+
-
color:#fff;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu li{
+
-
 
+
-
background: #182e46;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu li:hover{
+
-
 
+
-
background:#000;
+
-
 
+
-
color:#fff;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu a{
+
-
 
+
-
color:#cad8e5;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu a:link{
+
-
 
+
-
color:#cad8e5;
+
-
 
+
-
text-decoration:none;
+
-
 
+
-
font: normal bold 18px/30px tahoma, verdana, sans-serif;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu a:visited{
+
-
 
+
-
color:#cad8e5;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu a:hover{
+
-
 
+
-
color:#fff;
+
-
 
+
-
}
+
-
 
+
-
 
+
-
 
+
-
html, body, div, ul, li, p, img{
+
-
 
+
-
margin: 0;
+
-
 
+
-
padding: 0;
+
-
 
+
-
outline: 0;
+
-
 
+
-
border: 0;
+
-
 
+
-
}
+
-
 
+
-
/* General*/
+
-
 
+
-
ul{
+
-
 
+
-
list-style:none;
+
-
 
+
-
}
+
-
 
+
-
/*Body*/
+
-
 
+
-
body{}
+
-
 
+
-
/*Header*/
+
-
 
+
-
div.header{
+
-
 
+
-
width:100%;
+
-
 
+
-
}
+
-
 
+
-
div.banner{
+
-
 
+
-
margin:0 12% 0 12%;
+
-
 
+
-
height:120px;
+
-
 
+
-
}
+
-
 
+
-
div.team-name{
+
-
 
+
-
width:40%;
+
-
 
+
-
height:100%;
+
-
 
+
-
float:left;
+
-
 
+
-
}
+
-
 
+
-
div.team-name h1{
+
-
 
+
-
padding: 20px 0 0 0;
+
-
 
+
-
}
+
-
 
+
-
div#logo{
+
-
 
+
-
float:left;
+
-
 
+
-
width:20%;
+
-
 
+
-
height:100%;
+
-
 
+
-
}
+
-
 
+
-
div#logo img{
+
-
 
+
-
position:relative;
+
-
 
+
-
top:10%;
+
-
 
+
-
left:15%;
+
-
 
+
-
height:80%;
+
-
 
+
-
}
+
-
 
+
-
div.follow{
+
-
 
+
-
float:left;
+
-
 
+
-
width:40%;
+
-
 
+
-
height:100%;
+
-
 
+
-
}
+
-
 
+
-
div.follow ul{
+
-
 
+
-
margin-top:50px;
+
-
 
+
-
margin-left:30px;
+
-
 
+
-
}
+
-
 
+
-
div.follow li{
+
-
 
+
-
display:inline;
+
-
 
+
-
padding-left:30px;
+
-
 
+
-
float:right;
+
-
 
+
-
}
+
-
 
+
-
div.follow img{
+
-
 
+
-
height:30px;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu{
+
-
 
+
-
margin:0 12% 0 12%;
+
-
 
+
-
height:40px;
+
-
 
+
-
text-align:center;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu ul{
+
-
 
+
-
height:100%;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu li{
+
-
 
+
-
float:left;
+
-
 
+
-
width:11%;
+
-
 
+
-
height:100%;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu li:last-child{
+
-
 
+
-
width:12%;
+
-
 
+
-
}
+
-
 
+
-
div.main-menu li a{
+
-
 
+
-
position:relative;
+
-
 
+
-
top:6px;
+
-
 
+
-
}
+
-
 
+
</style>
</style>
-
 
+
<![endif]-->
</head>
</head>
-
<body>
+
<div id="header">
-
 
+
<div id="banner">
-
<div class="header">
+
<a href="https://2012.igem.org/Main_Page">
-
 
+
<div id="logo">  
-
<div class="banner">
+
<img src="https://static.igem.org/mediawiki/2012/c/ce/Blue-igem-logo.png" />
-
 
+
</div> <!-- /logo -->
-
<div class="team-name">
+
</a>
-
 
+
<div id="team-name">
-
<h1>Team Edinburgh</h1>
+
<img src="https://static.igem.org/mediawiki/2012/d/d2/Logo1_-_for_the_wiki_-_broken_dna_-_2-colour_antibiotic_-_narrow_lemon.png">
-
 
+
</div> <!-- /team-name -->
-
</div> <!-- /team-name -->
+
<div id="follow">
-
 
+
<ul>
-
<div id="logo">
+
<li><span class="plainlinks">
-
 
+
<a  class="follow-links" id="gmail" href="mailto:EdiGEM12@gmail.com">
-
<img src="imgs/igem-logo.png" height=50px />
+
<img src="https://static.igem.org/mediawiki/2012/5/5e/Gmail-logo.png" />
-
 
+
<p class="link-details">Gmail</p>
-
</div> <!-- /logo -->
+
</a>
-
 
+
</span></li>
-
<div class="follow">
+
<li><span class="plainlinks">
 +
<a  class="follow-links" id="youtube" href="http://www.youtube.com/user/EdiGEM12?feature=mhee">
 +
<img src="https://static.igem.org/mediawiki/2012/e/ea/Youtube-logo-2.png" />
 +
</a>
 +
</span></li>
 +
<li><span class="plainlinks">
 +
<a  class="follow-links" id="gplus" href="https://plus.google.com/104634974040525950216/posts">
 +
<img src="https://static.igem.org/mediawiki/2012/6/66/Gplus-logo.png" />
 +
<p class="link-details">Google+</p>
 +
</a>
 +
</span></li>
 +
<li><span class="plainlinks">
 +
<a  class="follow-links" id="twitter" href="https://twitter.com/#!/EdiGEM12">
 +
<img src="https://static.igem.org/mediawiki/2012/6/67/Twitter-logo.png" />
 +
<p class="link-details">Twitter</p>
 +
</a>
 +
</span></li>
 +
<li><span class="plainlinks">
 +
<a  class="follow-links" id="facebook" href="http://www.facebook.com/Edigem2012">
 +
<img src="https://static.igem.org/mediawiki/2012/9/9d/Facebook-logo.png" />
 +
<p class="link-details">Facebook</p>
 +
</a>
 +
</span></li>
 +
<li>
 +
<li><span class="plainlinks">
 +
<a  class="follow-links" id="blogger" href="http://synthbiopunk.blogspot.com/">
 +
<img src="https://static.igem.org/mediawiki/2012/3/3c/Edi-blogs-links.png" />
 +
<p class="link-details">Blogger</p>
 +
</a>
 +
</span></li>
 +
</ul> <!-- /follow -->
 +
</div> <!-- /follow -->
 +
</div> <!-- /banner -->
 +
<div id="main-menu">
 +
<ul>
 +
<li id="home-page">
 +
<ul>
 +
<a href="https://2012.igem.org/Team:Edinburgh"
 +
onmouseover="blind_down('home-page');"
 +
onmouseout="blind_up('home-page');">
 +
<p>Home</p>
 +
</a>
 +
<li class="tab-description" id="home-page-tab-description" style="display:none;">
 +
<p>Welcome!</p>
 +
</li>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
<li id="team-page">
 +
<ul>
 +
<a href="https://2012.igem.org/Team:Edinburgh/Team"
 +
onmouseover="blind_down('team-page');"
 +
onmouseout="blind_up('team-page');">
 +
<p>Team</p>
 +
</a>
 +
<li class="tab-description" id="team-page-tab-description" style="display:none;">
 +
<p>Meet the team!</p>
 +
</li>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
<li id="profile-page">
 +
<ul>
 +
<a href="https://2012.igem.org/Team:Edinburgh/Profile" id="edinburgh-profile"
 +
onmouseover="blind_down('profile-page');"
 +
onmouseout="blind_up('profile-page');">
 +
<p>Profile</p>
 +
</a>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
<li id="project-page">
 +
<ul>
 +
<a href="https://2012.igem.org/Team:Edinburgh/Project"
 +
onmouseover="blind_down('project-page');"
 +
onmouseout="blind_up('project-page');">
 +
<p>Project</p>
 +
</a>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Project/Bioelectric-Interface">
 +
Bio-electric Interface </a>
 +
</li>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Project/Non-antibiotic-Markers">
 +
Alternative selectable and counter-selectable markers</a>
 +
</li>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Project/Citrobacter-Freundii/0-Introduction">
 +
<i>Citrobacter freundii</i></a>
 +
</li>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
<li id=parts-page>
 +
<ul>
 +
<a href="https://2012.igem.org/Team:Edinburgh/Parts"
 +
onmouseover="blind_down('parts-page');"
 +
onmouseout="blind_up('parts-page');">
 +
<p>Parts</p>
 +
</a>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
<li id="modelling-page">
<ul>
<ul>
-
 
+
<a href="https://2012.igem.org/Team:Edinburgh/Modeling"
-
<!-- Facebook, GMail, ...-->
+
onmouseover="blind_down('modeling-page');"
-
</ul> <!-- /follow -->
+
onmouseout="blind_up('modeling-page');">
-
 
+
<p>Modelling</p>
-
</div> <!-- /follow -->
+
</a>
-
 
+
<li class="tab-sub-menu">
-
</div>
+
<a href="https://2012.igem.org/Team:Edinburgh/Modelling/Kappa/Introduction">
-
 
+
Kappa</a>
-
<div class="main-menu">
+
</li>
-
 
+
<li class="tab-sub-menu">
-
<ul>
+
<a href="https://2012.igem.org/Team:Edinburgh/Modelling/Biosensors/Introduction">
-
 
+
Biosensors</a>
-
<li><a href="page00-home.html">Home</a></li>
+
</li>
-
 
+
<li class="no-show"></li><!-- otherwise I get some weird padding -->
-
<li><a href="page01-team.html">Team</a></li>
+
</ul></li>
-
 
+
<li id="human-practices-page">
-
<li><a href="page02-profile.html">Profile</a></li>
+
<ul>
-
 
+
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices"
-
<li><a href="page03-project.html">Project</a></li>
+
onmouseover="blind_down('human-pr-page');"
-
 
+
onmouseout="blind_up('human-pr-page');">
-
<li><a href="page04-parts.html">Parts</a></li>
+
<p>Human<br /> Practices</p>
-
 
+
</a>
-
<li><a href="page05-modelling.html">Modelling</a></li>
+
<li class="tab-sub-menu">
-
 
+
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices/Crowdfunding">Crowdfunding</a>
-
<li><a href="page06-notebook.html">Notebook</a></li>
+
</li>
-
 
+
<li class="tab-sub-menu">
-
<li><a href="page07-safety.html">Safety</a></li>
+
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices/DIYbio">DIY Bio</a>
-
 
+
</li>
-
<li><a href="page08-attributions.html">Attributions</a></li>
+
<li class="tab-sub-menu">
-
 
+
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices/Perceptions-of-the-Public">Perceptions of the Public</a>
-
</ul>
+
</li>
-
 
+
<li class="tab-sub-menu">
-
</div> <!-- /banner -->
+
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices/Blog">Blog</a>
-
 
+
</li>
-
</div> <!-- /header -->
+
<li class="tab-sub-menu">
-
 
+
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices/Laws-and-Legislations">Laws and Legislations</a>
-
</body>
+
</li>
-
 
+
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices/Friendly">Questioning Friendliness</a>
 +
</li>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices/Failure">Failure</a>
 +
</li>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Human_Practices/Blue-Sky_Research">Blue-Sky Research</a>
 +
</li>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
<li id="safety-page">
 +
<ul>
 +
<a href="https://2012.igem.org/Team:Edinburgh/Safety"
 +
onmouseover="blind_down('safety-page');"
 +
onmouseout="blind_up('safety-page');">
 +
<p>Safety</p>
 +
</a>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Safety#question1">
 +
Question 1</a>
 +
</li>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Safety#question2">
 +
Question 2</a>
 +
</li>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Safety#question3">
 +
Question 3</a>
 +
</li>
 +
<li class="tab-sub-menu">
 +
<a href="https://2012.igem.org/Team:Edinburgh/Safety#question4">
 +
Question 4</a>
 +
</li>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
<li id="notebook-page">
 +
<ul>
 +
<a href="https://2012.igem.org/Team:Edinburgh/Notebook"
 +
onmouseover="blind_down('notebook-page');"
 +
onmouseout="blind_up('notebook-page');">
 +
<p>Notebook</p>
 +
</a>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
<li id="attributions-page">
 +
<ul>
 +
<a href="https://2012.igem.org/Team:Edinburgh/Attributions"
 +
onmouseover="blind_down('attributions-page');"
 +
onmouseout="blind_up('attributions-page');">
 +
<p>Attributions</p>
 +
</a>
 +
<li class="no-show"></li><!-- otherwise I get some weird padding -->
 +
</ul></li>
 +
</ul>
 +
</div> <!-- /main-menu -->
 +
</div> <!-- /header -->
</html>
</html>

Latest revision as of 11:46, 26 October 2012