Line 8: | Line 8: | ||
<style> | <style> | ||
+ | |||
+ | .no-js #loader { display: none; } | ||
+ | .js #loader { display: block; position: absolute; left: 100px; top: 0; } | ||
+ | .se-pre-con { | ||
+ | position: fixed; | ||
+ | left: 0px; | ||
+ | top: 0px; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | z-index: 9999; | ||
+ | background: url(https://static.igem.org/mediawiki/2016/7/7b/Manchester_logo.gif) center no-repeat #fff; | ||
+ | background-size: 150px; | ||
+ | } | ||
.box-shadow-menu { | .box-shadow-menu { | ||
Line 496: | Line 509: | ||
</script> | </script> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | |||
+ | $(window).load(function() { | ||
+ | $(".se-pre-con").fadeOut("slow"); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | <div class="se-pre-con"></div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 23:32, 23 August 2016