Difference between revisions of "Team:Greece/our team"

Line 5: Line 5:
  
 
   <script> window.onload = function (){
 
   <script> window.onload = function (){
 +
 +
                        //HIDE
 +
                        void(document.getElementById('loading-background').style.display = 'none');
 +
                        void(document.getElementById('loading-gif').style.display = 'none');
 +
 +
                        //SHOW
 
void(document.getElementById('svg_graphics_box').style.display = 'block');
 
void(document.getElementById('svg_graphics_box').style.display = 'block');
                         //void(document.getElementById('loading-background').style.display = 'none');
+
                         void(document.getElementById('main-wraper').style.display = 'block');
                         //void(document.getElementById('loading-gif').style.display = 'none');
+
                         void(document.getElementById('video').style.display = 'block');
 
    }
 
    }
 
   </script>
 
   </script>
Line 17: Line 23:
  
 
<!-- Navigation Bar -->
 
<!-- Navigation Bar -->
             <div id='main-wraper'>
+
             <div style='display:none' id='main-wraper'>
 
                     <!--<div style='position:absolute;z-index:-1000;border:1px solid black;height:500px;width:100px;background:#e8e4f5;'>.</div>-->
 
                     <!--<div style='position:absolute;z-index:-1000;border:1px solid black;height:500px;width:100px;background:#e8e4f5;'>.</div>-->
 
    <div class='menu_wrap'></div>
 
    <div class='menu_wrap'></div>
Line 278: Line 284:
 
video{
 
video{
 
  position: fixed;
 
  position: fixed;
 +
                  display: none;
 
  top: 0%;
 
  top: 0%;
 
  left: 0%;
 
  left: 0%;

Revision as of 07:29, 14 August 2017