(7 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: | ||
}); | }); | ||
+ | </script> | ||
+ | <script> | ||
+ | |||
+ | if($(window).width() > 700){ | ||
+ | setTimeout(function(){ | ||
+ | $(".se-pre-con").fadeOut("slow"); | ||
+ | },10000) | ||
+ | } | ||
Line 20: | Line 28: | ||
<style> | <style> | ||
+ | |||
+ | |||
+ | a{ | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | div a, p, ul, h1, h2, h3, h4, h5, h6, map, area, img, .projectlink{ | ||
+ | position: relative; | ||
+ | z-index:900; | ||
+ | } | ||
+ | |||
.width10{ | .width10{ | ||
width: 10%; | width: 10%; | ||
Line 189: | Line 208: | ||
margin:auto; | margin:auto; | ||
padding-bottom:80px; | padding-bottom:80px; | ||
+ | height:80px; | ||
} | } | ||
Line 1,315: | Line 1,335: | ||
@media screen and (max-width:700px){ | @media screen and (max-width:700px){ | ||
+ | ul.romanlist{font-size:9px;} | ||
nav ul li{display: block; float:none; border:1px solid grey;} | nav ul li{display: block; float:none; border:1px solid grey;} | ||
nav ul ul {width:90%; position:relative} | nav ul ul {width:90%; position:relative} |
Latest revision as of 19:49, 26 November 2016