(41 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<body> | <body> | ||
− | <!-- Fix for Safari mobile --> | + | <!-- Fix for Safari mobile and touch in general --> |
<script> | <script> | ||
+ | $( document ).ready(function() { | ||
+ | $('#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'); | ||
+ | }); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | $('#sidenav').find('> li').click(function() { | |
− | + | $(this).find('> ul').trigger('collapse.toggle'); | |
− | + | }); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
}); | }); | ||
− | |||
</script> | </script> | ||
− | + | <style> | |
− | + | html, | |
− | + | body{ | |
− | + | overflow-y:scroll !important; | |
+ | } | ||
+ | </style> | ||
<!-- Top menu --> | <!-- Top menu --> | ||
Line 140: | Line 147: | ||
<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> | <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> | ||
− | <div id="sidebarHide"> | + | <div id="sidebarHide" data-toggle="offcanvas" data-target="#sidebar" style="padding-left: 20px;"> |
<hr> | <hr> | ||
− | < | + | <a style="font-family: 'Josefin Sans' !important; font-size: 16px; line-height: 18px; height: 18px;"> COLLAPSE NAVIGATION </a> |
<hr> | <hr> | ||
</div> | </div> |
Latest revision as of 17:09, 1 November 2017