Difference between revisions of "Team:Greece/Model"

Line 12: Line 12:
 
                 void(window.document.title = 'MODEL');
 
                 void(window.document.title = 'MODEL');
 
                 //HIDE
 
                 //HIDE
                 void(document.getElementById('loading-background').style.display = 'none');
+
                 //void(document.getElementById('loading-background').style.display = 'none');
  
 
                 //SHOW
 
                 //SHOW
 
                 void(document.getElementById('main-wraper').style.display = 'block');
 
                 void(document.getElementById('main-wraper').style.display = 'block');
                 void(document.getElementById('svg_graphics_box').style.display = 'block');              
+
                 void(document.getElementById('svg_graphics_box').style.display = 'block');  
 +
                void(document.getElementById('background_box').style.display = 'block');             
 
                 // Change color of current link
 
                 // Change color of current link
 
                 $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); });
 
                 $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); });
Line 127: Line 128:
  
 
</svg>
 
</svg>
<div class='background_box' onmouseover='whenAllOver()'>
+
 
 +
<!--Background Box Image-->
 +
<div class='background_box'>
 
<img src='https://static.igem.org/mediawiki/2017/6/6f/GreeKom_desert_hd.jpeg' style='width:100%; height:100%;' />
 
<img src='https://static.igem.org/mediawiki/2017/6/6f/GreeKom_desert_hd.jpeg' style='width:100%; height:100%;' />
 
</div>
 
</div>
Line 271: Line 274:
  
 
.background_box{
 
.background_box{
position: fixed;  
+
position: fixed;
 +
        display: none;
 
margin-top: -100px;
 
margin-top: -100px;
 
width:100%;
 
width:100%;

Revision as of 02:47, 27 August 2017

Loading...