if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { // 14-10-2016_14:52 // CSS // backgrond color RGB var bannerColor = "0,0,0"; // Mobile backgrond color RGB var bannerMobileColor = "232,232,232"; // Text color RBG var bannerTextColor = "252,255,255"; // nastavení zobrazení sticky po scrollování v px var tpOffset = 0; // zobrazit zavřít nebo ne (0 zobrazit, větší nezobrazit) var tpClose = 0; //nastavení zpoždění pro zobrazení sticky var timePeriodInMs = 2000; var mobileOnly = " - "; var styleElem = document.createElement('style'); styleElem.type = 'text/css' ; var css = '.show-mobile{display:none;}.banner-container{font-family: Arial, sans-serif !important;position: fixed;text-align: center;bottom: -300px; z-index: 99999; left: 0; right:0; width: 100%;max-height: 180px;background: rgba(0,0,0,0.5);transition:all 0.5s;-webkit-transition:all 0.5s;opacity:1}.banner-container.showme{bottom:0;}.banner-container>div,.banner-container iframe{margin:0 auto;}.banner-container.hide{opacity:0;bottom:-300px}.banner-close{right:0;top:-30px;position: absolute;display: block;width: 150px;height: 30px;background: rgba(0,0,0,0.5);line-height: 30px;text-align: center;cursor: pointer;color: #fff;}.banner-close:hover{text-decoration: underline;}.banner-title{font-size: 31px;line-height: 32px;display: block;font-weight: normal;text-decoration: underline;color: rgba('+bannerTextColor+',1);}.banner-desc{font-size: 16px;line-height: 28px;display: block; color: rgba('+bannerTextColor+',1);}.banner-container>a{box-sizing: border-box;text-align: center;padding-right: 10px;width: 750px;margin: 0 auto;display: block;text-decoration: none;min-height: 100px;max-height: 130px;}'; var media = '@media screen and (max-width: 900px){.banner-container{height:auto;max-height:100px;}.show-mobile{display:inline;font-size: 16px;line-height: 28px;color: rgba('+bannerTextColor+',1);}.banner-container>a {width:100%;padding: 0;background:rgba('+bannerColor+',0.7);}.banner-container>a img{width:100%;max-width:750px;}.banner-desc,.banner-title,.show-mobile{font-size: 21px;line-height: 28px;display: inline;font-weight: normal;text-decoration: none;color: #fff;}.banner-container>a{min-height: 30px}}'+ '@media screen and (max-width: 499px){.banner-container{height:auto;}.banner-container>a{background: rgba('+bannerMobileColor+',0.8);}.banner-title,.show-mobile{font-size: 18px;line-height: 22px;display: inline;font-weight: normal;text-decoration: none;color: #000;}.banner-desc{font-size: 18px;line-height: 22px;display: inline;font-weight: normal;text-decoration: none;color: #000;}}'; if(styleElem.styleSheet){ styleElem.styleSheet.cssText = css+media; } else{ styleElem.appendChild(document.createTextNode(css+media)); } document.write(''); // Append the Style element to the Head var head = document.getElementsByTagName('head')[0] ; head.appendChild(styleElem); // Banner Container var container = document.getElementById("banner_cnt"); container.className = "banner-container"; // Close button if (tpClose== 0){ var closeButton = document.createElement("div"); closeButton.className = "banner-close"; closeButton.id = "banner_close"; closeButton.innerHTML = "Zav\u0159\u00edt reklamu"; container.appendChild(closeButton); document.getElementById("banner_close").addEventListener("click", function(){ document.getElementById("banner_cnt").className = "banner-container hide"; }); document.getElementById("banner_close").style.display = "none"; } if (tpOffset == 0){ container.className = "banner-container showme"; } else { window.addEventListener("scroll", function(event) { var offsetShow = this.scrollY; if(offsetShow >= tpOffset){ if (container.className == "banner-container"){ container.className = "banner-container showme"; } } }, false); } setTimeout(function() { document.getElementById("banner_cnt_2").style.display = "block"; document.getElementById("banner_close").style.display = "block"; }, timePeriodInMs); }else{ // 14-10-2016_14:52 // CSS // backgrond color RGB var bannerColor = "0,0,0"; // Mobile backgrond color RGB var bannerMobileColor = "232,232,232"; // Text color RBG var bannerTextColor = "252,255,255"; // nastavení zobrazení sticky po scrollování v px var tpOffset = 0; // zobrazit zavřít nebo ne (0 zobrazit, větší nezobrazit) var tpClose = 0; //nastavení zpoždění pro zobrazení sticky var timePeriodInMs = 2000; var mobileOnly = " - "; var styleElem = document.createElement('style'); styleElem.type = 'text/css' ; var css = '.show-mobile{display:none;}.banner-container{font-family: Arial, sans-serif !important;position: fixed;text-align: center;bottom: -300px; z-index: 99999; left: 0; right:0; width: 100%;max-height: 180px;background: rgba(0,0,0,0.5);transition:all 0.5s;-webkit-transition:all 0.5s;opacity:1}.banner-container.showme{bottom:0;}.banner-container>div,.banner-container iframe{margin:0 auto;}.banner-container.hide{opacity:0;bottom:-300px}.banner-close{right:0;top:-30px;position: absolute;display: block;width: 150px;height: 30px;background: rgba(0,0,0,0.5);line-height: 30px;text-align: center;cursor: pointer;color: #fff;}.banner-close:hover{text-decoration: underline;}.banner-title{font-size: 31px;line-height: 32px;display: block;font-weight: normal;text-decoration: underline;color: rgba('+bannerTextColor+',1);}.banner-desc{font-size: 16px;line-height: 28px;display: block; color: rgba('+bannerTextColor+',1);}.banner-container>a{box-sizing: border-box;text-align: center;padding-right: 10px;width: 750px;margin: 0 auto;display: block;text-decoration: none;min-height: 100px;max-height: 130px;}'; var media = '@media screen and (max-width: 900px){.banner-container{height:auto;max-height:100px;}.show-mobile{display:inline;font-size: 16px;line-height: 28px;color: rgba('+bannerTextColor+',1);}.banner-container>a {width:100%;padding: 0;background:rgba('+bannerColor+',0.7);}.banner-container>a img{width:100%;max-width:750px;}.banner-desc,.banner-title,.show-mobile{font-size: 21px;line-height: 28px;display: inline;font-weight: normal;text-decoration: none;color: #fff;}.banner-container>a{min-height: 30px}}'+ '@media screen and (max-width: 499px){.banner-container{height:auto;}.banner-container>a{background: rgba('+bannerMobileColor+',0.8);}.banner-title,.show-mobile{font-size: 18px;line-height: 22px;display: inline;font-weight: normal;text-decoration: none;color: #000;}.banner-desc{font-size: 18px;line-height: 22px;display: inline;font-weight: normal;text-decoration: none;color: #000;}}'; if(styleElem.styleSheet){ styleElem.styleSheet.cssText = css+media; } else{ styleElem.appendChild(document.createTextNode(css+media)); } document.write(''); // Append the Style element to the Head var head = document.getElementsByTagName('head')[0] ; head.appendChild(styleElem); // Banner Container var container = document.getElementById("banner_cnt"); container.className = "banner-container"; // Close button if (tpClose== 0){ var closeButton = document.createElement("div"); closeButton.className = "banner-close"; closeButton.id = "banner_close"; closeButton.innerHTML = "Zav\u0159\u00edt reklamu"; container.appendChild(closeButton); document.getElementById("banner_close").addEventListener("click", function(){ document.getElementById("banner_cnt").className = "banner-container hide"; }); document.getElementById("banner_close").style.display = "none"; } if (tpOffset == 0){ container.className = "banner-container showme"; } else { window.addEventListener("scroll", function(event) { var offsetShow = this.scrollY; if(offsetShow >= tpOffset){ if (container.className == "banner-container"){ container.className = "banner-container showme"; } } }, false); } setTimeout(function() { document.getElementById("banner_cnt_2").style.display = "block"; document.getElementById("banner_close").style.display = "block"; }, timePeriodInMs); }