CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 73: | Line 73: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div id='loading-background' | + | |
− | <img id='loading-gif' src='https://cldup.com/pIBaUjU48W.gif'/> | + | <!-- Loading Screen --> |
+ | <div id='loading-background'> | ||
+ | <img id='loading-gif' src='https://cldup.com/pIBaUjU48W.gif' alt='Loading...' /> | ||
+ | </div> | ||
+ | |||
<!-- Navigation Bar --> | <!-- Navigation Bar --> | ||
<div style='display: none;' id='main-wraper'> | <div style='display: none;' id='main-wraper'> | ||
Line 350: | Line 354: | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | <!--Loading Div Style--> | ||
<style> | <style> | ||
− | #loading- | + | #loading-background{ |
position: fixed; | position: fixed; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | display: block; | ||
+ | /*margin: -17px 0px 0px 0px;*/ | ||
z-index: 10000; | z-index: 10000; | ||
− | height: | + | text-align: center; |
− | -webkit-transform: translate( | + | zoom: 35%; |
− | -moz-transform: translate( | + | background: url(https://static.igem.org/mediawiki/2017/f/fc/GreeKom_paper.jpeg); |
− | -ms-transform: translate( | + | } |
− | -o-transform: translate( | + | |
− | transform: translate( | + | #loading-gif{ |
+ | position: absolute; | ||
+ | z-index: 10000; | ||
+ | height: 250px; | ||
+ | -webkit-transform: translate(-50%, 320%); | ||
+ | -moz-transform: translate(-50%, 320%); | ||
+ | -ms-transform: translate(-50%, 320%); | ||
+ | -o-transform: translate(-50%, 320%); | ||
+ | transform: translate(-50%, 320%); | ||
} | } | ||
</style> | </style> | ||
Line 387: | Line 407: | ||
$('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); }); | $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); }); | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 02:57, 27 August 2017