(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | + | <div class="se-pre-con"></div> | |
<script> | <script> | ||
if($(window).width() < 700){ | if($(window).width() < 700){ | ||
Line 12: | Line 12: | ||
$(".se-pre-con").fadeOut("slow"); | $(".se-pre-con").fadeOut("slow"); | ||
}); | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <script> | ||
+ | |||
+ | if($(window).width() > 700){ | ||
+ | setTimeout(function(){ | ||
+ | $(".se-pre-con").fadeOut("slow"); | ||
+ | },10000) | ||
+ | } | ||
+ | |||
</script> | </script> | ||
Line 23: | Line 34: | ||
<style> | <style> | ||
+ | .team a{ | ||
+ | text-weight:bold; | ||
+ | } | ||
+ | |||
.somebox{ | .somebox{ | ||
Line 231: | Line 246: | ||
nav ul ul{ | nav ul ul{ | ||
display: none; | display: none; | ||
− | z-index: | + | z-index: 1000; |
} | } | ||
Line 248: | Line 263: | ||
width: 100%; | width: 100%; | ||
height: 50px; | height: 50px; | ||
− | z-index: | + | z-index: 1000; |
margin: auto; | margin: auto; | ||
left: 0px; | left: 0px; | ||
Line 314: | Line 329: | ||
padding: 0; | padding: 0; | ||
width: 180px; | width: 180px; | ||
− | z-index: | + | z-index: 1000; |
list-style: none; | list-style: none; | ||
border-radius: 10px; | border-radius: 10px; | ||
Line 584: | Line 599: | ||
.logo{ position:relative; text-align: center; width: 80px; height:80px; right:0; top:0;} | .logo{ position:relative; text-align: center; width: 80px; height:80px; right:0; top:0;} | ||
.interactive img{width: 100%} | .interactive img{width: 100%} | ||
+ | ul.romanlist{font-size:7px;} | ||
+ | |||
+ | } | ||
} | } | ||
Latest revision as of 19:39, 26 November 2016