Difference between revisions of "Template:Paris Saclay"

m
 
(7 intermediate revisions by 2 users not shown)
Line 23: Line 23:
 
     $('#toc').children("ul").attr('id', 'tocnav');
 
     $('#toc').children("ul").attr('id', 'tocnav');
 
     $('#tocnav').addClass('nav');
 
     $('#tocnav').addClass('nav');
     $('body').scrollspy({ target: '#toc', offset:300 });
+
     $('body').scrollspy({ target: '#toc' });
  
 
     $('#toc').on('activate.bs.scrollspy', function () {
 
     $('#toc').on('activate.bs.scrollspy', function () {
Line 32: Line 32:
 
     $('#toc').affix({
 
     $('#toc').affix({
 
         offset: {
 
         offset: {
             top: 300,
+
             top: 380,
             bottom: function () {return (this.bottom = $('.footer').outerHeight(true) + 100)}
+
             bottom: function () {return (this.bottom = $('.footer').outerHeight(true) + 150)}
 
         }
 
         }
 
     })
 
     })
Line 46: Line 46:
  
 
<header>
 
<header>
    <img src="https://static.igem.org/mediawiki/2016/c/cb/T--Paris_Saclay--logo_crispy.png" class="logo-head">
+
  <!-- crispy with buble <img src="https://static.igem.org/mediawiki/2016/6/6b/T--Paris_Saclay--Crispy.png" class="logo-head"> -->
 +
  <!-- Old crispy  <img src="https://static.igem.org/mediawiki/2016/c/cb/T--Paris_Saclay--logo_crispy.png" class="logo-head"> -->
  
 
</html>
 
</html>

Latest revision as of 18:18, 18 October 2016