Difference between revisions of "Team:GO Paris-Saclay"

 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
<style>
 
<style>
 
body {
 
body {
  font-size:16px;
+
   width: 1200px;
   width: 62.5vw;
+
  max-width: 1200px;
+
  /* min-width: 670px;*/
+
  height: auto;
+
 
   background-color: rgb(217,217,217);
 
   background-color: rgb(217,217,217);
 
   margin: auto;
 
   margin: auto;
 
   font-family: 'Roboto', Helvetica, SansSerif;
 
   font-family: 'Roboto', Helvetica, SansSerif;
 +
  padding: 0;
 +
  color: black;
 +
  background-color:rgb(217,217,217);
 +
  word-wrap: break-word;
 
}
 
}
  
Line 184: Line 184:
 
$('#removeme').remove();
 
$('#removeme').remove();
 
$('#bigmaindiv').insertBefore('#content'); }, 0);
 
$('#bigmaindiv').insertBefore('#content'); }, 0);
 
+
setTimeout(function(){
    $( 'document' ).ready(function() {
+
 
     $('#cssmenu').prepend('<div id="menu-button">Menu</div>');
 
     $('#cssmenu').prepend('<div id="menu-button">Menu</div>');
 
     $('#cssmenu #menu-button').on('click', function(){
 
     $('#cssmenu #menu-button').on('click', function(){
Line 196: Line 195:
 
       }
 
       }
 
     });
 
     });
  });
+
},1000);
 
}
 
}
  

Latest revision as of 22:07, 13 October 2018