Team:Calgary/Sandbox

From 2012.igem.org

(Difference between revisions)
(Replaced content with "{{Team:Calgary/TemplateTeam| TITLE=Team| }}")
Line 1: Line 1:
-
<html>
+
{{Team:Calgary/TemplateTeam|
-
<!--
+
TITLE=Team|
-
Currently unable to implement the CSS switching due to the stupidity of the wiki. Will work on other things instead.
+
-
New header structure
+
}}
-
-->
+
-
<head>
+
-
<!--
+
-
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
+
-
-->
+
-
<meta name="HandheldFriendly" content="True" />
+
-
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1.0" />
+
-
 
+
-
 
+
-
<!--CSS styles: global-->
+
-
<link rel='stylesheet' type='text/css' href="https://2012.igem.org/Team:Calgary/static/basicpageglobal.css?action=raw&ctype=text/css" />
+
-
 
+
-
<!--Start with mobile first; change to desktop with JS-->
+
-
<!--
+
-
<link rel='stylesheet' type='text/css' id="pagestyle" href="https://2012.igem.org/Team:Calgary/static/basicpagemobile.css?action=raw&ctype=text/css" />
+
-
-->
+
-
 
+
-
<!--desktop-->
+
-
<!--
+
-
<link rel='stylesheet' type='text/css' media="only screen and (min-device-width:481px)" href='https://2012.igem.org/Team:Calgary/static/basicpagedesktop.css?action=raw&ctype=text/css' />
+
-
 
+
-
 
+
-
<!--mobile-->
+
-
<!--
+
-
<link rel='stylesheet' title="mobile sheet" type='text/css'
+
-
media="only screen and (-webkit-min-device-pixel-ratio: 1.5),
+
-
only screen and (-o-min-device-pixel-ratio: 3/2),
+
-
only screen and (min--moz-device-pixel-ratio: 1.5),
+
-
only screen and (min-device-pixel-ratio: 1.5),
+
-
only screen and (max-device-width: 480px)"
+
-
href='https://2012.igem.org/Team:Calgary/static/basicpagemobile.css?action=raw&ctype=text/css' />
+
-
-->
+
-
 
+
-
<style>
+
-
 
+
-
@media only screen and (max-device-width: 481px){
+
-
/*specific iPhone/iPod touch text*/
+
-
h1{
+
-
position: relative;
+
-
margin-top: 20px;
+
-
font-size: 2.1em;
+
-
}
+
-
h2{
+
-
position: relative;
+
-
font-size: 1.8em;
+
-
}
+
-
p{
+
-
position: relative;
+
-
font-size: 1.2em;
+
-
}
+
-
}
+
-
 
+
-
/*======
+
-
Desktop Styling
+
-
======*/
+
-
 
+
-
/***Nav styling***/
+
-
header{
+
-
position: relative;
+
-
top: -45px;
+
-
z-index: 999;
+
-
}
+
-
 
+
-
#nav-wrap{
+
-
height: 0px;
+
-
margin-top: -45px;
+
-
}
+
-
 
+
-
#nav, #nav ul{
+
-
list-style: none;
+
-
margin: 0;
+
-
padding: 0;
+
-
width: 965px;
+
-
height: 100%;
+
-
display: table;
+
-
+
-
+
-
}
+
-
+
-
/*To be moved to JQ block*/
+
-
#menu-icon{
+
-
display: none;
+
-
}
+
-
 
+
-
/*menu*/
+
-
#nav li{
+
-
height: auto;
+
-
padding: 0;
+
-
list-style: none;
+
-
float: left;
+
-
width: auto;
+
-
margin: 0;
+
-
background: #333333;
+
-
position: relative;
+
-
}
+
-
#nav > li a{
+
-
padding: 0 15px;
+
-
}
+
-
#nav > li{
+
-
background: transparent;
+
-
}
+
-
+
-
/*submenu*/
+
-
#nav li ul {
+
-
position: absolute;
+
-
width: 200px;
+
-
display: none;
+
-
}
+
-
#nav li:hover ul {
+
-
display: block;
+
-
}
+
-
/*sub-submenu*/
+
-
#nav li ul ul{
+
-
margin-left: 230px;
+
-
margin-top: -15px;
+
-
}
+
-
#nav li:hover ul ul{
+
-
display: none;
+
-
}
+
-
#nav li:hover ul, #nav li li:hover ul{
+
-
display: block;
+
-
}
+
-
#nav a{
+
-
display: block;
+
-
font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
+
-
color: white;
+
-
}
+
-
#nav li a{
+
-
line-height: 1.4em; /*centers the text vertically*/
+
-
font-size: 2em;
+
-
}
+
-
#nav ul li > a{
+
-
width: 200px;
+
-
}
+
-
/*color change after rollover*/
+
-
#nav li a:hover, #nav li li a.drop:hover::after{
+
-
display: block;
+
-
text-decoration: none;
+
-
color: #F6A82D;
+
-
}
+
-
#nav li ul li ul{
+
-
margin-top: -35px;
+
-
position: absolute;
+
-
}
+
-
/*submenu and sub-submenu*/
+
-
#nav li ul li ul li a, #nav li ul li a{
+
-
font-size: 1.8em;
+
-
}
+
-
#nav li li a.drop:after{
+
-
content: '>';
+
-
padding-left: 20px;
+
-
color: #BBB;
+
-
display: inline;
+
-
float: right;
+
-
}
+
-
 
+
-
/***End nav styling***/
+
-
 
+
-
/***Headerimage***/
+
-
#headerimage{
+
-
width: 968px;
+
-
position: relative;
+
-
margin-left: 0px;
+
-
margin-bottom: 10px;
+
-
top: 0px;
+
-
}
+
-
#css-full{
+
-
display: none;
+
-
}
+
-
#css-mobi{
+
-
display: block;
+
-
top: 0px;
+
-
}
+
-
 
+
-
/***Logo styling***/
+
-
#logo{
+
-
position: absolute;
+
-
top: 10px;
+
-
right: 20px;
+
-
float: right;
+
-
}
+
-
 
+
-
#logo img{
+
-
width: 260px;
+
-
}
+
-
+
-
/***Body styling***/
+
-
h1{
+
-
font-size: 2.3em;
+
-
}
+
-
h2{
+
-
font-size: 1.8em;
+
-
}
+
-
h3{
+
-
font-size: 1.6em;
+
-
}
+
-
h4{
+
-
font-size: 1.4em;
+
-
color: #333333;
+
-
}
+
-
#bodycontainer p{
+
-
font-size: 1.1em;
+
-
}
+
-
#pagetitle{
+
-
border-bottom: 2px solid black;
+
-
padding-bottom: 10px;
+
-
padding-left: 10px;
+
-
}
+
-
#bodycontainer h2, #bodycontainer p{
+
-
margin-left: 10px;
+
-
margin-right: 10px;
+
-
}
+
-
#bodycontainer{
+
-
margin-left: 225px;
+
-
}
+
-
#sidebar{
+
-
position: absolute;
+
-
width: 220px;
+
-
z-index: 0;
+
-
}
+
-
/*
+
-
#sidebarimg{
+
-
width: 214px;
+
-
height: 144px;
+
-
background: #43bbff;
+
-
margin: 5px 0px;
+
-
border: 3px solid #333333;
+
-
}
+
-
*/
+
-
 
+
-
#sidebar #list{
+
-
background: #333333;
+
-
}
+
-
#sidebar h2{
+
-
color: white;
+
-
padding: 20px 15px 0px 15px;
+
-
width: 100%;
+
-
}
+
-
#sidebar ul{
+
-
list-style: none;
+
-
margin: 0px 15px;
+
-
}
+
-
#sidebar #list > ul{
+
-
padding-bottom: 20px;
+
-
}
+
-
#sidebar a{
+
-
color: white;
+
-
font-family: Georgia, Serif;
+
-
font-size: 1.4em;
+
-
display: block;
+
-
line-height: 1.4em;
+
-
}
+
-
#sidebar a:hover{
+
-
text-decoration: none;
+
-
color: #43BBFF;
+
-
}
+
-
 
+
-
 
+
-
/* thumbnails */
+
-
div.thumb {
+
-
    margin-bottom: .5em;
+
-
    border-style: solid;
+
-
    border-color: transparent;
+
-
    width: auto;
+
-
}
+
-
div.thumb div {
+
-
    border: 0px;
+
-
    padding: 3px !important;
+
-
    font-size: 94%;
+
-
    text-align: center;
+
-
    overflow: hidden;
+
-
}
+
-
div.thumb div a img {
+
-
    border: 1px solid #333;
+
-
}
+
-
div.thumb div div.thumbcaption {
+
-
    border: 1px solid #333;
+
-
    text-align: left;
+
-
    line-height: 1.4em;
+
-
    padding: .3em 0 .1em 0;
+
-
+
-
}
+
-
div.magnify {
+
-
    float: right;
+
-
    border: none !important;
+
-
    background: none !important;
+
-
}
+
-
div.magnify a, div.magnify img {
+
-
    display: block;
+
-
    border: none !important;
+
-
    background: none !important;
+
-
}
+
-
div.tright {
+
-
    clear: right;
+
-
    float: right;
+
-
    border-width: .5em 0 .8em 1.4em;
+
-
}
+
-
div.tleft {
+
-
    float: left;
+
-
    margin-right: .5em;
+
-
    border-width: .5em 1.4em .8em 0;
+
-
}
+
-
 
+
-
/*colouring*/
+
-
#home header #homelink, #home #sidebar #list a:hover,
+
-
#team header #teamlink, #team #sidebar #list a:hover,
+
-
#proj_hp header #projectlink, #proj_hp #sidebar #list a:hover,
+
-
#parts header #partslink, #parts #sidebar #list a:hover,
+
-
#notebook header #notebooklink, #notebook #sidebar #list a:hover,
+
-
#outreach header #outreachlink, #outreach #sidebar #list a:hover,
+
-
#sponsors header #sponsorslink, #sponsors #sidebar #list a:hover{
+
-
color: #F6A82D;
+
-
}
+
-
#home #sidebar #list,
+
-
#team #sidebar #list,
+
-
#proj_hp #sidebar #list,
+
-
#parts #sidebar #list,
+
-
#notebook #sidebar #list,
+
-
#outreach #sidebar #list,
+
-
#sponsors #sidebar #list{
+
-
border-left: 10px solid #F6A82D;
+
-
}
+
-
 
+
-
#proj_o header #projectlink, #proj_o #sidebar #list a:hover, #proj_o #nav li a:hover, #proj_o #nav li a.drop:hover::after,
+
-
#note_o header #notebooklink, #note_o #sidebar #list a:hover, #note_o #nav li a:hover, #note_o #nav li a.drop:hover::after{
+
-
color: #43BBFF;
+
-
}
+
-
#proj_o #sidebar #list,
+
-
#note_o #sidebar #list{
+
-
border-left: 10px solid #43BBFF;
+
-
}
+
-
 
+
-
#proj_f header #projectlink, #proj_f #sidebar #list a:hover, #proj_f #nav li a:hover, #proj_f #nav li a.drop:hover::after,
+
-
#note_f header #notebooklink, #note_f #sidebar #list a:hover, #note_f #nav li a:hover, #note_f #nav li a.drop:hover::after{
+
-
color: #58CD45;
+
-
}
+
-
#proj_f #sidebar #list,
+
-
#note_f #sidebar #list{
+
-
border-left: 10px solid #58CD45;
+
-
}
+
-
 
+
-
</style>
+
-
 
+
-
<!--Mobile nav from http://webdesignerwall.com/tutorials/mobile-navigation-design-tutorial-->
+
-
<script type="text/javascript">
+
-
/*from annakata on StackOverflow: http://stackoverflow.com/questions/486896/adding-a-parameter-to-the-url-with-javascript*/
+
-
/*unusable
+
-
function insertParam(key, value)
+
-
{
+
-
    key = escape(key); value = escape(value);
+
-
 
+
-
    var kvp = document.location.search.substr(1).split('&');
+
-
 
+
-
    var i=kvp.length; var x; while(i--)
+
-
    {
+
-
        x = kvp[i].split('=');
+
-
 
+
-
        if (x[0]==key)
+
-
        {
+
-
                x[1] = value;
+
-
                kvp[i] = x.join('=');
+
-
                break;
+
-
        }
+
-
    }
+
-
 
+
-
    if(i<0) {kvp[kvp.length] = [key,value].join('=');}
+
-
 
+
-
    //this will reload the page, it's likely better to store this until finished
+
-
    document.location.search = kvp.join('&');
+
-
}
+
-
*/
+
-
 
+
-
jQuery(document).ready(function($){
+
-
 
+
-
//eliminate jsnotice
+
-
$('#jsnotice').hide();
+
-
 
+
-
//prepend menu icon
+
-
$('#nav-wrap').prepend('<div id="menu-icon">Menu</div>');
+
-
+
-
//toggle nav
+
-
$("#menu-icon").click(function(){
+
-
$("#nav").slideToggle('fast');
+
-
$(this).toggleClass("active");
+
-
 
+
-
});
+
-
+
-
//hide url bar
+
-
window.scrollTo(0, 1);
+
-
+
-
/*Set stylesheet properly*/
+
-
/*Current unusable
+
-
if($(window).width() > 0){
+
-
$("#pagestyle").attr("href", 'https://2012.igem.org/Team:Calgary/static/basicpagedesktop.css?action=raw');
+
-
$("#pagestyle").href += (/\?/.test(this.href) ? '&' : '?') + 'ctype=text/css';
+
-
}
+
-
+
-
$('#css-full').click(function(){
+
-
+
-
});
+
-
*/
+
-
 
+
-
//figure box positioning
+
-
if($('.figurebox div.params p.position:contains("left")').length > 0){
+
-
$(this).closest('.figurebox').css("float", "left");
+
-
}
+
-
+
-
 
+
-
});
+
-
 
+
-
</script>
+
-
 
+
-
<!--switching function: thanks to http://www.digital-web.com/articles/strategies_for_css_switching/-->
+
-
 
+
-
</head>
+
-
 
+
-
<body>
+
-
 
+
-
<header>
+
-
<!--
+
-
<a id="css-full" href="#default">Full View</a>
+
-
<a id="css-mobi" href="#mobile">Mobile View</a>
+
-
-->
+
-
<div id="headerimage"><img src="https://static.igem.org/mediawiki/2012/f/fc/UCalgary2012_MainHeaderImage.png"></img></div>
+
-
<a id="logo" href="https://2012.igem.org/Team:Calgary"><img src="https://static.igem.org/mediawiki/2012/4/48/UCalgary2012_White_Low-Res_Official_Logo.png"></img></a>
+
-
<div id="nav-wrap">
+
-
<ul id="nav">
+
-
<li><a href="https://2012.igem.org/Team:Calgary" id="homelink">Home</a></li>
+
-
<li><a class="drop" href="https://2012.igem.org/Team:Calgary#" id="teamlink">Team</a>
+
-
<ul>
+
-
<li>
+
-
<a class="drop" href="#">Members</a>
+
-
<ul>
+
-
<li><a href="#">Undergraduates</a></li>
+
-
<li><a href="#">Advisors</a></li>
+
-
<li><a href="#">Supervisors</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a class="dropheader" href="http://ung.igem.org/Team.cgi?id=902">Official Profile</a></li>
+
-
<li><a class="dropheader" href="#">The University</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a class="drop" href="https://2012.igem.org/Team:Calgary#" id="projectlink">Project</a>
+
-
<ul>
+
-
<li>
+
-
<a class="drop" href="https://2012.igem.org/Team:Calgary#">Overview</a>
+
-
<ul>
+
-
<li><a href="#">Data Page</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a class="drop" href="https://2012.igem.org/Team:Calgary#">Human Practices</a>
+
-
<ul>
+
-
<li><a href="#">Design</a></li>
+
-
<li><a href="#">Killswitch</a></li>
+
-
<li><a href="https://2012.igem.org/Team:Calgary/Safety">Safety</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a class="drop" href="https://2012.igem.org/Team:Calgary#">FRED</a>
+
-
<ul>
+
-
<li><a href="#">Sensing NAs</a></li>
+
-
<li><a href="#">Electroreporting</a></li>
+
-
<li><a href="#">Modelling</a></li>
+
-
<li><a href="#">Device Prototype</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a class="drop" href="https://2012.igem.org/Team:Calgary#">OSCAR</a>
+
-
<ul>
+
-
<li><a href="#">Decarboxylation</a></li>
+
-
<li><a href="#">Desulfurization</a></li>
+
-
<li><a href="#">Denitrogenation</a></li>
+
-
<li><a href="#">Decatecholization</a></li>
+
-
<li><a href="#">Bioreactor Design</a></li>
+
-
<li><a href="#">Flux Analysis</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="https://2012.igem.org/Team:Calgary/Project/FutureDirections">Future Directions</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="https://2012.igem.org/Team:Calgary/Parts" id="partslink">Parts</a></li>
+
-
<li><a class="drop" href="https://2012.igem.org/Team:Calgary#" id="notebooklink">Notebook</a>
+
-
<ul>
+
-
<li><a href="#">Journal</a></li>
+
-
<li><a href="#">Protocols</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a class="drop" href="https://2012.igem.org/Team:Calgary#" id="outreachlink">Outreach</a>
+
-
<ul>
+
-
<li><a href="#">Video Game</a></li>
+
-
<li><a href="#">Spark Science</a></li>
+
-
<li><a href="#">Minds in Motion</a></li>
+
-
<li><a href="#">Blog Posts</a></li>
+
-
<li><a href="#">TEDxCalgary</a></li>
+
-
<li><a href="#">Follow Us!</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="https://2012.igem.org/Team:Calgary/Sponsors" id="sponsorslink">Sponsors</a></li>
+
-
<li><a href="https://2012.igem.org" target="_blank">iGEM</a></li>
+
-
</ul>
+
-
 
+
-
</div>
+
-
</header>
+
-
 
+
-
<div id="sidebar">
+
-
+
-
<div id="list">
+
-
<h2></html>{{{SECTION|Wiki Section}}}<html></h2>
+
-
</html>
+
-
{{{SIDELIST|<html>
+
-
<ul>
+
-
<li><a href="#">Link 1</a></li>
+
-
<li><a href="#">Link 2</a></li>
+
-
<li><a href="#">Link 3</a></li>
+
-
<li><a href="#">Link 4</a></li>
+
-
<li><a href="#">Link 5</a></li>
+
-
<li><a href="#">Link 6</a>
+
-
<ul>
+
-
<li><a href="#">Sublink 1</a></li>
+
-
<li><a href="#">Sublink 2</a></li>
+
-
</ul></li>
+
-
<li><a href="#">Link 7</a></li>
+
-
 
+
-
</ul></html>
+
-
}}}
+
-
<html>
+
-
</div>
+
-
<!--
+
-
<div id="sidebarimg">
+
-
</div>
+
-
-->
+
-
</div>
+
-
 
+
-
<div id="bodycontainer">
+
-
<div id="jsnotice">
+
-
<p>Hello! iGEM Calgary's wiki functions best with Javascript enabled, especially for mobile devices. We recommend that you enable Javascript on your device for the best wiki-viewing experience. Thanks!</p>
+
-
</div>
+
-
<h1 id="pagetitle"></html>{{{TITLE|Page Title}}}<html></h1>
+
-
</html>
+
-
{{{CONTENT|<html><p>Hello! We are sorry to say that this page has yet to be created. Please check back shortly to see any new updates that we may have.</p>
+
-
+
-
<h2>Under Construction!</h2>
+
-
<p>Currently this wiki is under construction. We hope to bring the entire site running up to full speed as soon as we can. For the time being, there will be broken links and navigation issues until we iron out the kinks. We apologize for any inconvenience.</p></html>}}}
+
-
<html>
+
-
</div>
+
-
 
+
-
</body>
+
-
</html>
+

Revision as of 04:04, 26 September 2012

Hello! iGEM Calgary's wiki functions best with Javascript enabled, especially for mobile devices. We recommend that you enable Javascript on your device for the best wiki-viewing experience. Thanks!

Team

Hello! We are sorry to say that this page has yet to be created. Please check back shortly to see any new updates that we may have.

Under Construction!

Currently this wiki is under construction. We hope to bring the entire site running up to full speed as soon as we can. For the time being, there will be broken links and navigation issues until we iron out the kinks. We apologize for any inconvenience.