Template:MissouriMiners2012
From 2012.igem.org
(Difference between revisions)
Lordcheeto (Talk | contribs) |
Lordcheeto (Talk | contribs) |
||
(135 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/> | <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/> | ||
- | <meta name="description" content=""/> | + | <meta name="description" content="Wiki for the 2012 Missouri Miners iGEM Team from Missouri University of Science and Technology."/> |
- | <meta name="keywords" content=",," /> | + | <meta name="keywords" content="wiki,2012,igem,mst,missouri,miners,scaffoldin" /> |
<style type="text/css" title="MissouriMiners"> | <style type="text/css" title="MissouriMiners"> | ||
- | * { | + | * { box-sizing: border-box; margin: 0; padding: 0; } |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
html { background:white url('https://static.igem.org/mediawiki/2012/e/eb/Missouri_Miners_Background.png') repeat fixed top; } | html { background:white url('https://static.igem.org/mediawiki/2012/e/eb/Missouri_Miners_Background.png') repeat fixed top; } | ||
- | |||
#menubar { position: relative; z-index: 1; top: 0; left: 0; } | #menubar { position: relative; z-index: 1; top: 0; left: 0; } | ||
#menubar ul, #menubar li { list-style: none; } | #menubar ul, #menubar li { list-style: none; } | ||
- | #menubar li { float: left | + | #menubar li { float: left; } |
.left-menu { float: left; } | .left-menu { float: left; } | ||
.right-menu { float: right; } | .right-menu { float: right; } | ||
+ | .left-menu li { margin-right: 20px; } | ||
+ | .right-menu li { margin-left: 20px; } | ||
- | #globalWrapper, #content, #bodyContent { | + | #globalWrapper, #content, #bodyContent { width:100%; height:100%; } |
- | + | ||
- | + | ||
- | + | ||
- | body { color: # | + | body { color: #666; font: 14px 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; } |
- | h1, h2, h3 { color: # | + | 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 } |
- | a { color: # | + | h1 { font-size: 2.00em; } |
- | a:hover { color: # | + | h2 { font-size: 1.65em; } |
- | + | 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; } | .clearfix:after { clear: both; content: " "; display: block; } | ||
.centered { width: 990px; margin: 0 auto; } | .centered { width: 990px; margin: 0 auto; } | ||
- | #banner { height: | + | |
- | #banner img { height: | + | #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; } | #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 { 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 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%; } | #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-face { | ||
Line 93: | Line 91: | ||
// Center the top section. | // Center the top section. | ||
$('#top-section').addClass('centered'); | $('#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> | ||
Line 98: | Line 101: | ||
<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"> | <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"> | <div id="banner" class="centered"> | ||
- | <img src="https://static.igem.org/mediawiki/2012/ | + | <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> | ||
<div id="menuwrap"> | <div id="menuwrap"> | ||
<div class="centered"> | <div class="centered"> | ||
<div id="menu"> | <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 & 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> | ||
Line 124: | Line 168: | ||
<div id="spacer"></div> | <div id="spacer"></div> | ||
<div id="wrapper" class="centered"> | <div id="wrapper" class="centered"> | ||
+ | <div id="title"></div> | ||
<div id="main"> | <div id="main"> | ||
</html> | </html> |
Latest revision as of 03:47, 4 October 2012