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

 
(8 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 155: Line 155:
 
$('#top_title').remove();
 
$('#top_title').remove();
 
var progressBar = document.getElementById("progress");
 
var progressBar = document.getElementById("progress");
var display = document.getElementById("display");
+
var display = document.getElementById("progdisplay");
  
 
function reqListener () {
 
function reqListener () {
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);
 
}
 
}
  
Line 207: Line 206:
 
req.onprogress = function(e) {
 
req.onprogress = function(e) {
 
     if (e.lengthComputable) {
 
     if (e.lengthComputable) {
    console.log(e);
 
 
         progressBar.max = e.total;
 
         progressBar.max = e.total;
 
         progressBar.value = e.loaded;
 
         progressBar.value = e.loaded;

Latest revision as of 22:07, 13 October 2018