(20 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
<!-- Fix for Safari mobile and touch in general --> | <!-- Fix for Safari mobile and touch in general --> | ||
− | |||
+ | <script> | ||
$( document ).ready(function() { | $( document ).ready(function() { | ||
− | $( | + | $('#sidebarHide').click(function() { |
− | $('#sidebar').offcanvas(' | + | $('#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> | <style> | ||
Line 131: | 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