|
|
Line 1: |
Line 1: |
− | {{Template_All_Teams}}
| |
| <html> | | <html> |
− | <head> | + | <style> |
− | <style type="text/css">
| + | /* |
| + | PARTS TAKEN FROM: |
| | | |
− | /* WIKI SETTINGS*/
| + | HTML5 Reset :: style.css |
− |
| + | ---------------------------------------------------------- |
− | /* Hide first heading */
| + | We have learned much from/been inspired by/taken code where offered from: |
− | .firstHeading {
| + | |
− | display: none;
| + | |
− | }
| + | |
− |
| + | |
− | /*-- Remove borders, float content left and remove padding/margin */
| + | |
− | #globalWrapper, #content{
| + | |
− | background-color: transparent;
| + | |
− | border: 0px;
| + | |
− | float: left;
| + | |
− | margin:0px;
| + | |
− | padding: 0px;
| + | |
− | }
| + | |
| | | |
− | /*left align Black Menu Bar */
| + | Eric Meyer :: http://meyerweb.com |
− | #top_menu_inside { | + | HTML5 Doctor :: http://html5doctor.com |
− | margin-left: 20px;
| + | and the HTML5 Boilerplate :: http://html5boilerplate.com |
− | }
| + | |
− | </style>
| + | |
− | </head>
| + | |
− | <body>
| + | |
| | | |
| + | -------------------------------------------------------------------------------*/ |
| | | |
− | <!-- It was fun! Lots of love from phaetjay (jkreft.de) -->
| + | /* Let's default this puppy out |
| + | -------------------------------------------------------------------------------*/ |
| | | |
− | <!-- Fix for Safari mobile and touch in general -->
| + | html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { |
| + | margin: 0; |
| + | padding: 0; |
| + | border: 0; |
| + | font-weight: normal; |
| + | vertical-align: baseline; |
| + | background: transparent; |
| + | } |
| | | |
− | <script>
| + | b { |
− | $( document ).ready(function() {
| + | font-weight: bold; |
− | $('#sidebarHide').click(function() {
| + | } |
− | $('#sidebar').trigger('offcanvas.toggle'); | + | |
− | });
| + | |
− | $('#sidebarCollapse').click(function() {
| + | |
− | $('#sidebar').trigger('offcanvas.toggle');
| + | |
− | });
| + | |
− | $('#mw-content-text div').click(function() {
| + | |
− | $('#sidebar').trigger('offcanvas.toggle');
| + | |
− | });
| + | |
− | $(window).on('swiperight', function(){
| + | |
− | $('#sidebar').trigger('offcanvas.toggle');
| + | |
− | });
| + | |
− | $(window).on('swipeleft', function(){
| + | |
− | $('#sidebar').trigger('offcanvas.toggle');
| + | |
− | });
| + | |
| | | |
| + | article, aside, figure, footer, header, nav, section, details, summary {display: block;} |
| | | |
− | $('#sidenav').find('> li').click(function() {
| + | /* Handle box-sizing while better addressing child elements: |
− | $(this).find('> ul').trigger('collapse.toggle');
| + | http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ |
− | });
| + | html { |
− | });
| + | box-sizing: border-box; |
− | </script>
| + | |
− | <style>
| + | |
− | html, | + | |
− | body{
| + | |
− | z-index: 0;
| + | |
| } | | } |
− | </style>
| |
| | | |
− | <!-- Top menu -->
| + | *, |
− | <nav style="z-index: 10001;" class="navbar navbar-inverse navbar-fixed-top navbar-no-bg " role="navigation">
| + | *:before, |
− | <div class="container">
| + | *:after { |
− | <div class="navbar-header">
| + | box-sizing: inherit; |
− |
| + | } |
− | <div class="navbar-brand">
| + | |
− | <div id="circle">
| + | |
− | <a id="homelink" href="https://2017.igem.org/Team:Heidelberg" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; z-index: 9999;"></a>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <a type="button" data-canvas="body" id="sidebarCollapse" class="navbar-toggle" data-toggle="offcanvas" data-target="#sidebar" style="color: #393939;margin-top: 9px;">NAVIGATION
| + | |
− | </a>
| + | |
− |
| + | |
− | </div>
| + | |
− | <!-- Collect the nav links, forms, and other content for toggling -->
| + | |
− | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
| + | |
− | <ul class="nav navbar-nav pull-right">
| + | |
− | <li class="dropdown"><a href="https://2017.igem.org/Team:Heidelberg/Team">People <span class="caret"></span></a>
| + | |
− | <ul class="dropdown-menu">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Team">Team</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Attributions">Attributions</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Sponsoring">Sponsoring</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/For_Judges">For Judges</a></li>
| + | |
− | <li class="divider"></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Jamboree">Giant Jamboree</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="dropdown"><a href="https://2017.igem.org/Team:Heidelberg/Description">Project <span class="caret"></span></a>
| + | |
− | <ul class="dropdown-menu">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Description">Overview</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Design">Background & Design </a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Pace">PACE</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Predcel">PREDCEL</a></li>
| + | |
− | <li class="divider"></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Results">Results Summary</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Validation">Software Validation</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Organosilicons">Organosilicons</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Protein_Interaction">Protein Interaction</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering">Cytochrome Engineering</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Optogenetics">Optogenetics</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/CRISPR">CRISPR Cas9</a></li>
| + | |
− | <li class="divider"></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/InterLab">InterLab Study</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Achievements">Achievements</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="dropdown"><a href="https://2017.igem.org/Team:Heidelberg/Parts">Parts <span class="caret"></span></a>
| + | |
− | <ul class="dropdown-menu">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts">Overview</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Basic_Part">Basic Parts</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Composite_Part">Composite Parts</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Improved_Part">Improved Part</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Part_Collection">Parts Collection</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Part_List">Part List</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/RFC">RFC</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="dropdown"><a href="https://2017.igem.org/Team:Heidelberg/Model">Modeling <span class="caret"></span></a>
| + | |
− | <ul class="dropdown-menu">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model">Overview</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Phage_Titer">Phage Titer</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Mutagenesis_Induction">Mutagenesis Induction</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Mutation_Rate_Estimation">Mutation Rate Estimation</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Lagoon_Contamination">Lagoon Contamination</a></li>
| + | |
| | | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Medium_Consumption">Medium Consumption</a></li>
| + | /* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Tools">Interactive Web Tools</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="dropdown"><a href="https://2017.igem.org/Team:Heidelberg/Software">Software <span class="caret"></span></a>
| + | |
− | <ul class="dropdown-menu">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software">AiGEM Overview</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software/DeeProtein">DeeProtein</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software/GAIA">GAIA</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software/SafetyNet">SafetyNet</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software/MAWS">MAWS 2.0</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="dropdown"><a href="https://2017.igem.org/Team:Heidelberg/Human_Practices">Human Practices <span class="caret"></span></a>
| + | |
− | <ul class="dropdown-menu">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Human_Practices">Overview</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/HP/Gold_Integrated">Integrated Human Practices</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Interviews">Expert Interviews</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Safety">Safety & Security</a></li>
| + | |
− | <li class="divider"></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Engagement">Public Engagement</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Education">Education</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Collaborations">Collaborations</a></li>
| + | |
− |
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li class="dropdown"><a href="https://2017.igem.org/Team:Heidelberg/Notebook">Notebook <span class="caret"></span></a>
| + | |
− | <ul class="dropdown-menu">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Notebook">Overview</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Experiments">Methods</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Materials">Materials</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Database">Notebook Database</a></li>
| + | |
− |
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− |
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Toolbox">Toolbox Guide</a></li>
| + | |
− | </ul>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </nav>
| + | |
| | | |
| + | /* Responsive images and other embedded objects */ |
| + | /* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */ |
| + | img, |
| + | object, |
| + | embed {max-width: 100%;} |
| | | |
| + | /* |
| + | Note: keeping IMG here will cause problems if you're using foreground images as sprites. |
| + | In fact, it *will* cause problems with Google Maps' controls at small size. |
| + | If this is the case for you, try uncommenting the following: |
| | | |
− | <nav id="sidebar" style="z-index: 10001; background-color: white;border: none;box-shadow:1px 0px 0px #393939;" class="navmenu navmenu-default navmenu-fixed-left offcanvas" role="navigation">
| + | #map img { |
− | <a class="navmenu-brand" href="https://2017.igem.org/Team:Heidelberg"><img src="https://static.igem.org/mediawiki/2017/8/8f/Heidelberg_2017_phage_logo.svg"><br><br> iGEM TEAM HEIDELBERG 2017</a>
| + | max-width: none; |
− |
| + | } |
− | <div id="sidebarHide" data-toggle="offcanvas" data-target="#sidebar" style="padding-left: 20px;">
| + | */ |
− | <hr>
| + | |
− | <a style="font-family: 'Josefin Sans' !important; font-size: 16px; line-height: 18px; height: 18px;"> COLLAPSE NAVIGATION </a>
| + | |
− | <hr>
| + | |
− | </div>
| + | |
| | | |
− | <ul class="nav navmenu-nav" id="sidenav">
| + | /* force a vertical scrollbar to prevent a jumpy page */ |
− | <li><a data-toggle="collapse" data-target="#People_side">People <i class="fa fa-fw fa-caret-down"></i></a>
| + | html {overflow-y: scroll;} |
− | <ul id="People_side" class="collapse side">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Team">Team</a></li>
| + | /* we use a lot of ULs that aren't bulleted. |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Attributions">Attributions</a></li>
| + | you'll have to restore the bullets within content, |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Sponsoring">Sponsoring</a></li>
| + | which is fine because they're probably customized anyway */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/For_Judges">For Judges</a></li>
| + | ul {list-style: none;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Jamboree">Giant Jamboree</a></li>
| + | |
− | </ul>
| + | blockquote, q {quotes: none;} |
− |
| + | |
− | </li>
| + | blockquote:before, |
− |
| + | blockquote:after, |
− | <li><a data-toggle="collapse" data-target="#Project_side">Project <i class="fa fa-fw fa-caret-down"></i></a>
| + | q:before, |
− | <ul id="Project_side" class="collapse side">
| + | q:after {content: ''; content: none;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Description">Overview</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Design">Background & Design </a></li>
| + | a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Pace">PACE</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Predcel">PREDCEL</a></li>
| + | del {text-decoration: line-through;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Results">Results Summary</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Validation">Software Validation</a></li>
| + | abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Organosilicons">Organosilicons</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Protein_Interaction">Protein Interaction</a></li>
| + | /* tables still need cellspacing="0" in the markup */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Cytochrome_Engineering">Cytochrome Engineering</a></li>
| + | table {border-collapse: collapse; border-spacing: 0;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Optogenetics">Optogenetics</a></li>
| + | th {font-weight: bold; vertical-align: bottom;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/CRISPR">CRISPR Cas9</a></li>
| + | td {font-weight: normal; vertical-align: top;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/InterLab">InterLab Study</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Achievements">Achievements</a></li>
| + | hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;} |
− | </ul>
| + | |
− | </li>
| + | input, select {vertical-align: middle;} |
− |
| + | |
− |
| + | pre { |
− | <li><a data-toggle="collapse" data-target="#Parts_side">Parts <i class="fa fa-fw fa-caret-down"></i></a>
| + | white-space: pre; /* CSS2 */ |
− | <ul id="Parts_side" class="collapse side">
| + | white-space: pre-wrap; /* CSS 2.1 */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts">Overview</a></li>
| + | white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Basic_Part">Basic Parts</a></li>
| + | word-wrap: break-word; /* IE */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Composite_Part">Composite Parts</a></li>
| + | } |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Improved_Part">Improved Part</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Part_Collection">Parts Collection</a></li>
| + | input[type="radio"] {vertical-align: text-bottom;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Parts#Part_List">Part List</a></li>
| + | input[type="checkbox"] {vertical-align: bottom;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/RFC">RFC</a></li>
| + | .ie7 input[type="checkbox"] {vertical-align: baseline;} |
− | </ul>
| + | .ie6 input {vertical-align: text-bottom;} |
− | </li>
| + | |
− |
| + | select, input, textarea {font: 99% sans-serif;} |
− |
| + | |
− | <li><a data-toggle="collapse" data-target="#Model_side">Modeling <i class="fa fa-fw fa-caret-down"></i></a>
| + | table {font-size: inherit; font: 100%;} |
− | <ul id="Model_side" class="collapse side">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model">Overview</a></li>
| + | small {font-size: 85%;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Phage_Titer">Phage Titer</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Mutagenesis_Induction">Mutagenesis Induction</a></li>
| + | strong {font-weight: bold;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Mutation_Rate_Estimation">Mutation Rate Estimation</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Lagoon_Contamination">Lagoon Contamination</a></li>
| + | td, td img {vertical-align: top;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Medium_Consumption">Medium Consumption</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Model/Tools">Interactive Web Tools</a></li>
| + | /* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */ |
− | </ul>
| + | sub, sup {font-size: 75%; line-height: 0; position: relative;} |
− | </li>
| + | sup {top: -0.5em;} |
− | <li><a data-toggle="collapse" data-target="#AI_side">Software <i class="fa fa-fw fa-caret-down"></i></a>
| + | sub {bottom: -0.25em;} |
− | <ul id="AI_side" class="collapse side">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software">AiGEM Overview</a></li>
| + | /* standardize any monospaced elements */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software/DeeProtein">DeeProtein</a></li>
| + | pre, code, kbd, samp {font-family: monospace, sans-serif;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software/GAIA">GAIA</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software/SafetyNet">SafetyNet</a></li>
| + | /* hand cursor on clickable elements */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Software/MAWS">MAWS 2.0</a></li>
| + | .clickable, |
− | </ul>
| + | label, |
− | </li>
| + | input[type=button], |
− |
| + | input[type=submit], |
− |
| + | input[type=file], |
− |
| + | button {cursor: pointer;} |
− |
| + | |
− |
| + | /* Webkit browsers add a 2px margin outside the chrome of form elements */ |
− | <li><a data-toggle="collapse" data-target="#HP_side">Human Practices <i class="fa fa-fw fa-caret-down"></i></a>
| + | button, input, select, textarea {margin: 0;} |
− | <ul id="HP_side" class="collapse side">
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Human_Practices">Overview</a></li>
| + | /* make buttons play nice in IE */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/HP/Gold_Integrated">Integrated Human Practices</a></li>
| + | button, |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Interviews">Expert Interviews</a></li>
| + | input[type=button] {width: auto; overflow: visible;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Safety">Safety & Security</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Engagement">Public Engagement</a></li>
| + | /* scale images in IE7 more attractively */ |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Education">Education</a></li>
| + | .ie7 img {-ms-interpolation-mode: bicubic;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Collaborations">Collaborations</a></li>
| + | |
− | </ul>
| + | /* prevent BG image flicker upon hover |
− |
| + | (commented out as usage is rare, and the filter syntax messes with some pre-processors) |
− | </li>
| + | .ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} |
− |
| + | */ |
− |
| + | |
− | <li><a data-toggle="collapse" data-target="#Notebook_side">Notebook <i class="fa fa-fw fa-caret-down"></i></a>
| + | /* let's clear some floats */ |
− | <ul id="Notebook_side" class="collapse side">
| + | .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Notebook">Overview</a></li>
| + | .clearfix:after { clear: both; } |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Experiments">Methods</a></li>
| + | .clearfix { zoom: 1; } |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Materials">Materials</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Database">Notebook Database</a></li>
| + | |
− | </ul>
| + | |
− |
| + | /****** CLEAR THE DEFAULT WIKI SETTINGS ******/ |
− | </li>
| + | |
− |
| + | #home_logo, #sideMenu, #top_title, .patrollink {display:none;} |
− |
| + | #content { width:100%; padding:0px; margin:0px;} |
− | <li><a href="https://2017.igem.org/Team:Heidelberg/Toolbox">Toolbox Guide</a></li>
| + | #content h1, #content h2 {font-weight: normal;} |
− | </ul>
| + | body {background-color: white; } |
− | </nav> | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } |
− | </body> | + | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { margin: 0; } |
| + | #bodyContent a[href ^="https://"], .link-https {padding-right: 0;} |
| + | #globalWrapper {padding-bottom: 0px;} |
| + | |
| + | /****** FIX THE iGEM WIKI LOGIN BAR ******/ |
| + | |
| + | #top_menu_under{ |
| + | height: 16px; |
| + | } |
| + | #top_menu_14{ |
| + | height: 16px; |
| + | border-bottom: 1px solid black; |
| + | } |
| + | #top_menu_inside{ |
| + | border-left: none; |
| + | border-right: none; |
| + | } |
| + | |
| + | </style> |
| </html> | | </html> |