Team:CoBRA/Team

From 2014hs.igem.org

(Difference between revisions)
(Created page with "<head> <title>CoBRA wiki</title> <meta charset="utf-8"> <style> *{margin:0px;padding:0px;} body{overflow-x:hidden;} ul{list-style-type:none;font-size:15pt;fon...")
Line 1: Line 1:
 +
<html>
<head>
<head>
-
 
-
 
-
 
-
 
<title>CoBRA wiki</title>
<title>CoBRA wiki</title>
-
 
-
 
<meta charset="utf-8">
<meta charset="utf-8">
-
 
-
 
<style>
<style>
-
 
-
 
*{margin:0px;padding:0px;}
*{margin:0px;padding:0px;}
-
 
-
 
body{overflow-x:hidden;}
body{overflow-x:hidden;}
-
 
-
 
ul{list-style-type:none;font-size:15pt;font-family:verdana;}
ul{list-style-type:none;font-size:15pt;font-family:verdana;}
-
 
-
 
a{text-decoration: none;}
a{text-decoration: none;}
-
 
-
 
/***
/***
Line 32: Line 15:
font colours in the menus.
font colours in the menus.
-
 
-
 
-
 
-
 
-
 
-
 
Header compiled by Patrick Wu, iGEM Calgary 2011-2013.
Header compiled by Patrick Wu, iGEM Calgary 2011-2013.
-
 
-
 
-
 
-
 
-
 
-
 
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams
-
 
-
 
for snippets of their code!
for snippets of their code!
-
 
-
 
Check out their wikis at:
Check out their wikis at:
-
 
-
 
https://2011.igem.org/Team:Brown-Stanford
https://2011.igem.org/Team:Brown-Stanford
-
 
-
 
https://2012.igem.org/Team:Lethbridge
https://2012.igem.org/Team:Lethbridge
-
 
-
 
***/
***/
-
 
-
 
-
 
-
 
-
 
-
 
/*hides the search bar and photos*/
/*hides the search bar and photos*/
-
 
-
 
#content h1.firstHeading, #contentSub{
#content h1.firstHeading, #contentSub{
-
 
-
 
display: none;
display: none;
-
 
-
 
}
}
-
 
-
 
#p-logo {
#p-logo {
-
 
-
 
display: none;
display: none;
-
 
-
 
}
}
-
 
-
 
#searchform {
#searchform {
-
 
-
 
display: none;
display: none;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
.left-menu {
.left-menu {
-
 
-
 
background-color: #555;
background-color: #555;
-
 
-
 
-
 
-
 
-
 
-
 
}
}
-
 
-
 
.left-menu a {
.left-menu a {
-
 
-
 
color: #000;
color: #000;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
div#top-section{ /*the div containing the entire top bar*/
div#top-section{ /*the div containing the entire top bar*/
-
 
-
 
background: #DEDEDE;
background: #DEDEDE;
-
 
-
 
border: none;
border: none;
-
 
-
 
height: 1.5em;
height: 1.5em;
-
 
-
 
margin-bottom: 0px !important;
margin-bottom: 0px !important;
-
 
-
 
position: fixed;
position: fixed;
-
 
-
 
width: 100%;
width: 100%;
-
 
-
 
display:none;
display:none;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
#content{
#content{
-
 
-
 
border: 0;
border: 0;
-
 
-
 
margin: 0;
margin: 0;
-
 
-
 
padding: 0;
padding: 0;
-
 
-
 
position: static;
position: static;
-
 
-
 
width: 100%;
width: 100%;
-
 
-
 
z-index: 1;
z-index: 1;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
#search-controls {
#search-controls {
-
 
-
 
overflow:hidden;
overflow:hidden;
-
 
-
 
display:none;
display:none;
-
 
-
 
background: none;
background: none;
-
 
-
 
position: absolute;
position: absolute;
-
 
-
 
top: 170px;
top: 170px;
-
 
-
 
right: 40px;
right: 40px;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
div#header {
div#header {
-
 
-
 
width: 975px;
width: 975px;
-
 
-
 
text-align: left;
text-align: left;
-
 
-
 
margin-left: auto;
margin-left: auto;
-
 
-
 
margin-right: auto;
margin-right: auto;
-
 
-
 
margin-bottom: 0px !important;
margin-bottom: 0px !important;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
#menubar {
#menubar {
-
 
-
 
position: absolute;
position: absolute;
-
 
-
 
background: none;
background: none;
-
 
-
 
color: black;
color: black;
-
 
-
 
font-family: Roboto, Sans-Serif;
font-family: Roboto, Sans-Serif;
-
 
-
 
display:none;
display:none;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
.left-menu, .right-menu{
.left-menu, .right-menu{
-
 
-
 
position: absolute;
position: absolute;
-
 
-
 
background: none;
background: none;
-
 
-
 
color: black;
color: black;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
.left-menu li a, .right-menu li a {
.left-menu li a, .right-menu li a {
-
 
-
 
color: #000 !important;
color: #000 !important;
-
 
-
 
font-size: 0.8rem;
font-size: 0.8rem;
-
 
-
 
padding: 0 0.6em 0 0;
padding: 0 0.6em 0 0;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
.left-menu ul li, .right-menu ul li a{
.left-menu ul li, .right-menu ul li a{
-
 
-
 
background: none;
background: none;
-
 
-
 
color: #000 !important;
color: #000 !important;
-
 
-
 
font-size: 0.8rem;
font-size: 0.8rem;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
.left-menu li a:hover, .right-menu li a:hover, .right-menu li
.left-menu li a:hover, .right-menu li a:hover, .right-menu li
-
 
-
 
a:visited, .right-menu li a:active { iGEM Guidebook – draft 01/14
a:visited, .right-menu li a:active { iGEM Guidebook – draft 01/14
-
 
-
 
-
 
-
 
-
 
-
123
 
-
 
-
 
color: #000 !important;
color: #000 !important;
-
 
-
 
font-size: 0.8rem;
font-size: 0.8rem;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
div.right-menu{
div.right-menu{
-
 
-
 
z-index: 0;
z-index: 0;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
#catlinks{
#catlinks{
-
 
-
 
display:none;
display:none;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
#footer-box{
#footer-box{
-
 
-
 
background: #DEDEDE;
background: #DEDEDE;
-
 
-
 
width: 100%;
width: 100%;
-
 
-
 
margin: 0;
margin: 0;
-
 
-
 
padding: 0;
padding: 0;
-
 
-
 
border: none;
border: none;
display:none;
display:none;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
#f-list li a{
#f-list li a{
-
 
-
 
color: #555555;
color: #555555;
-
 
-
 
font-family: Roboto, Sans-Serif;
font-family: Roboto, Sans-Serif;
-
 
-
 
font-size: 0.8rem;
font-size: 0.8rem;
-
 
-
 
text-decoration: none;
text-decoration: none;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
#f-list li a:hover{
#f-list li a:hover{
-
 
-
 
text-decoration: none;
text-decoration: none;
-
 
-
 
}
}
-
 
-
 
-
 
-
 
-
 
-
 
/*important for background colours*/
/*important for background colours*/
-
 
-
 
.mediawiki{
.mediawiki{
-
 
-
 
background: #ffffff;
background: #ffffff;
-
 
}
}
/***End minimal header***/
/***End minimal header***/

Revision as of 19:49, 10 May 2014

CoBRA wiki