Line 1,099: | Line 1,099: | ||
} | } | ||
− | @media screen and (min-width: | + | @media screen and (min-width:1250px){ |
.comstyle{margin-top: 25px;} | .comstyle{margin-top: 25px;} | ||
.title{display:none} | .title{display:none} | ||
Line 1,208: | Line 1,208: | ||
} | } | ||
− | @media screen and (max-width: | + | @media screen and (max-width:1250px){ |
.comstyle{display:none} | .comstyle{display:none} | ||
.mapspecial{ | .mapspecial{ | ||
Line 1,469: | Line 1,469: | ||
if ($(window).scrollTop() > window.innerHeight ) { | if ($(window).scrollTop() > window.innerHeight ) { | ||
− | if($(window).width() > | + | if($(window).width() > 1250){ |
setTimeout(function(){ | setTimeout(function(){ | ||
$(".esof, .ads, .experiment, .aacademy, .aanonymous, .gmp, .nhs, .britscweek, .mancenterprise, .venner, .brightside").animate({left:'25.2%'}); | $(".esof, .ads, .experiment, .aacademy, .aanonymous, .gmp, .nhs, .britscweek, .mancenterprise, .venner, .brightside").animate({left:'25.2%'}); | ||
Line 1,499: | Line 1,499: | ||
console.log($(window).scrollTop()) | console.log($(window).scrollTop()) | ||
if ($(window).scrollTop() > window.innerHeight ) { | if ($(window).scrollTop() > window.innerHeight ) { | ||
− | if($(window).width() > | + | if($(window).width() > 1250){ |
setTimeout(function(){ | setTimeout(function(){ | ||
$(".date1").animate({left:'79.5%'}); | $(".date1").animate({left:'79.5%'}); |
Revision as of 12:46, 11 October 2016