Template:MissouriMiners2012

From 2012.igem.org

(Difference between revisions)
 
(208 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
     <head>
     <head>
-
         <meta name="description" content=""/>
+
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
-
         <meta name="keywords" content=",," />
+
         <meta name="description" content="Wiki for the 2012 Missouri Miners iGEM Team from Missouri University of Science and Technology."/>
 +
         <meta name="keywords" content="wiki,2012,igem,mst,missouri,miners,scaffoldin" />
 +
 +
        <style type="text/css" title="MissouriMiners">
 +
            * { box-sizing: border-box; margin: 0; padding: 0; }
-
        <style>
+
html { background:white url('https://static.igem.org/mediawiki/2012/e/eb/Missouri_Miners_Background.png') repeat fixed top; }
-
            *, *:after, *:before {
+
-
                -moz-box-sizing: border-box;
+
#menubar { position: relative; z-index: 1; top: 0; left: 0; }
-
                color: #666666;
+
#menubar ul, #menubar li { list-style: none; }
-
                font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
+
#menubar li { float: left; }
-
                font-size: 14px;
+
.left-menu { float: left; }
-
            }
+
.right-menu { float: right; }
 +
.left-menu li { margin-right: 20px; }
 +
.right-menu li { margin-left: 20px; }
              
              
-
             #top-section, #footer-box, .firstHeading {
+
             #globalWrapper, #content, #bodyContent { width:100%; height:100%; }
-
                display: none;
+
-
            }
+
body { color: #666; font: 14px 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; }
-
           
+
h1, h2, h3, h4, h5 { color: #3A3E43; font-weight: 100; font-family: 'Segoe UI Light', 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; margin: 7px 0 18px 0 }
-
            body, #globalWrapper, #content, #bodyContent {
+
h1 { font-size: 2.00em; }
-
                width:100%;
+
h2 { font-size: 1.65em; }
-
                height:100%;
+
h3 { font-size: 1.45em; }
-
            }
+
h4 { font-size: 1.30em; }
 +
h5 { font-size: 1.15em; }
 +
h6 { font-size: 1.10em; }
 +
#main > p { font-size: 1.25em; margin:15px 0px 15px 0px; }
 +
a, a:link, a:visited { color: #00749E; text-decoration: none; }
 +
a:hover { color: #00B0E0; }
 +
 
 +
.clearfix:after { clear: both; content: " "; display: block; }
 +
.centered { width: 990px; margin: 0 auto; }
 +
 +
#header { position: absolute; top: 0; left: 0; min-width: 100%; }
 +
#banner { height: 175px; }
 +
#banner img { height: 156px; margin-top: 19px; }
 +
#menuwrap { background-color: #085706; padding-top: 9px; }
 +
 +
#menu a { color: white; font: .85em/1.2em "Segoe UI Semibold",BebasNeueRegular,Calibri,sans-serif; text-transform: uppercase; }
 +
#menu a:hover, #menu .active a { color: #222; }
 +
#menu ul, #menu li { list-style: none; }
 +
#menu > ul > li { float: left; margin: 16px 57px 0 0; padding: 0 0 3px; }
 +
#menu li { position: relative; }
 +
#menu li ul { display: none; width: 500px; position: absolute; top: 1em; left: 0; background-color: #085706; margin-top: 6px; padding: 0px 0px 10px 10px;}
 +
#menu li:hover ul { display: block; }
 +
 +
#spacer { background-color: white; height: 222px; }
 +
 
 +
#backgroundWrapper { width: 100%; height: 100%; }
 +
#title { background-color: white; padding: 10px 16px; margin: 10px 0; border: 3px #CCC double; }
 +
#title h1 { margin: 0; }
 +
#main { background-color: white; padding: 10px 16px; margin: 10px 0; border: 3px #CCC double; }
 +
 +
@font-face {
 +
font-family: 'BebasNeueRegular';
 +
src: url('http://web.mst.edu/~cwg34b/igem1/css/BebasNeue/BebasNeue-webfont.eot');
 +
src: url('http://web.mst.edu/~cwg34b/igem1/css/BebasNeue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
 +
url('http://web.mst.edu/~cwg34b/igem1/css/BebasNeue/BebasNeue-webfont.woff') format('woff'),
 +
url('http://web.mst.edu/~cwg34b/igem1/css/BebasNeue/BebasNeue-webfont.ttf') format('truetype'),
 +
url('http://web.mst.edu/~cwg34b/igem1/css/BebasNeue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
 +
font-weight: normal;
 +
font-style: normal;
 +
}
         </style>
         </style>
          
          
         <script type="text/javascript">
         <script type="text/javascript">
-
             $('link').remove();
+
             $(document).ready(function() {
-
            $('style').remove();
+
                // Remove all styling from the page except ours.
-
            $('script').remove();
+
                $('style[title!="MissouriMiners"]').remove();
-
            $('meta').remove();
+
                $('link[rel=stylesheet]').remove();
 +
               
 +
                // Remove all scripts from the page except our jQuery.
 +
                $('script[src!="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.min.js"]').remove();
 +
               
 +
                // Remove some of the elements by id.
 +
                $('#footer-box').remove();
 +
                $('#top').remove();
 +
                $('#siteSub').remove();
 +
                $('#contentSub').remove();
 +
                $('#catlinks').remove();
 +
$('#p-logo').remove();
 +
$('#search-controls').remove();
 +
               
 +
                // Remove some of the elements by class.
 +
                $('.printfooter').remove();
 +
                $('.firstHeading').remove();
 +
 +
// Center the top section.
 +
$('#top-section').addClass('centered');
 +
 +
$('#menu > ul > li:last').css('margin-right', '0px');
 +
 +
// Scripting.
 +
$('#menu ul').supersubs({minWidth:12,maxWidth:150,extraWidth:1}).superfish();
 +
            });
         </script>
         </script>
          
          
         <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.min.js"></script>
         <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.min.js"></script>
         <script type="text/javascript">window.jQuery || document.write('<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"><\/script>')</script>
         <script type="text/javascript">window.jQuery || document.write('<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"><\/script>')</script>
 +
<script type="text/javascript">document.write('<script type="text/javascript" src="http://web.mst.edu/~igem/Resources/Wiki2012.js"><\/script>')</script>
 +
        <script type="text/javascript">document.write('<script type="text/javascript" src="https://2012.igem.org/wiki/index.php?title=Team:Missouri_Miners/Supersubs&action=raw&ctype=text/javascript"><\/script>')</script>
 +
<script type="text/javascript">document.write('<script type="text/javascript" src="https://2012.igem.org/wiki/index.php?title=Team:Missouri_Miners/HoverIntent&action=raw&ctype=text/javascript"><\/script>')</script>
 +
        <script type="text/javascript">document.write('<script type="text/javascript" src="https://2012.igem.org/wiki/index.php?title=Team:Missouri_Miners/Superfish&action=raw&ctype=text/javascript"><\/script>')</script>
     </head>
     </head>
     <body>
     <body>
 +
<div id="header">
 +
<a href="https://2012.igem.org" target="_blank"><img src="https://static.igem.org/mediawiki/2012/b/b4/IGEM2012Logo.png" style="height:60px; width: 159px; position: absolute; top:10px; left: 10px;"/></a>
 +
<a href="http://www.mst.edu" target="_blank"><img src="https://static.igem.org/mediawiki/2012/6/64/MSTLogo.png" style="height:60px; width: 73px; position: absolute; top:10px; right: 10px;"/></a>
 +
<div id="banner" class="centered">
 +
<a href="https://2012.igem.org/Team:Missouri_Miners"><img src="https://static.igem.org/mediawiki/2012/7/7c/MissouriMinersBanner.jpg" border="0" alt="MST iGEM Team"/></a>
 +
</div>
 +
<div id="menuwrap">
 +
  <div class="centered">
 +
<div id="menu">
 +
<ul class="clearfix">
 +
<li><a href="/Team:Missouri_Miners">Home</a></li>
 +
<li><a href="/Team:Missouri_Miners/Team">Team</a>
 +
<ul>
 +
<li><a href="/Team:Missouri_Miners/Team">Meet the Missouri Miners!</a></li>
 +
<li><a href="https://igem.org/Team.cgi?id=877" target="_blank">Official Team Profile</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="/Team:Missouri_Miners/Project">Project</a>
 +
<ul>
 +
<li><a href="/Team:Missouri_Miners/Parts">Parts Submitted to the Registry</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#Abstract">Abstract</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#Inspiration">Inspiration</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#Background">Background</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#ProjectDescription">Project Description</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#ProjectGoals">Project Goals</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#Modeling">Modeling</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#MakingOurParts">Making our Parts</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#Testing">Testing</a></li>
 +
<li><a href="/Team:Missouri_Miners/Project#NextSteps">Next Steps</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="/Team:Missouri_Miners/Notebook">Notebook</a></li>
 +
<li><a href="/Team:Missouri_Miners/Safety">Ethics &amp; Safety</a>
 +
<ul>
 +
<li><a href="/Team:Missouri_Miners/Ethics">Ethics</a>
 +
<li><a href="/Team:Missouri_Miners/Safety">Safety</a>
 +
</ul>
 +
</li>
 +
<li><a href="/Team:Missouri_Miners/Community">Community</a>
 +
<ul>
 +
                                <li><a href="/Team:Missouri_Miners/Community">Outreach and Involvement</a></li>
 +
<li><a href="/Team:Missouri_Miners/PublicOpinion">Public Opinion Research</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="/Team:Missouri_Miners/Acknowledgements">Acknowledgements</a>
 +
<ul>
 +
<li><a href="/Team:Missouri_Miners/Acknowledgements#Attributions">Attributions</a></li>
 +
<li><a href="/Team:Missouri_Miners/Acknowledgements#Sponsors">Sponsors</a></li>
 +
<li><a href="/Team:Missouri_Miners/Acknowledgements#Collaboration">Collaboration</a></li>
 +
<li><a href="/Team:Missouri_Miners/Acknowledgements#Resources">Resources</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="/Team:Missouri_Miners/Contact">Contact Us</a></li>
 +
</ul>
 +
</div>
 +
  </div>
 +
</div>
 +
</div>
 +
<div id="backgroundWrapper">
 +
<div id="spacer"></div>
 +
<div id="wrapper" class="centered">
 +
<div id="title"></div>
 +
<div id="main">
</html>
</html>

Latest revision as of 03:47, 4 October 2012