From c0946853f45f799144109165121e653a0c226c46 Mon Sep 17 00:00:00 2001 From: Alex Trix Date: Sat, 7 Sep 2019 19:24:29 -0400 Subject: [PATCH] Updated to 2.019 --- style.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 78e1148..0af29ac 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ -/* reset CSS */ +/* reset CSS */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, @@ -62,6 +62,7 @@ body -moz-user-select: none; -ms-user-select: none; user-select: none; + touch-action: manipulation; color:#fff; background:#000 url(img/darkNoise.jpg); @@ -2866,9 +2867,10 @@ SUPPORT } .supportComment { + font-size:10px; opacity:0.75; text-shadow:0px 0px 2px #000,0px 1px 0px #000; - margin:8px; + padding:8px 0px; text-align:center; } .supportPlaceholder {width:300px;height:250px;position:absolute;left:0px;top:0px;z-index:10;opacity:0.6;} @@ -2938,6 +2940,13 @@ SUPPORT box-shadow:0px 0px 4px 4px rgba(128,128,255,0.2); } +.ifNoAds +{ + display:none; +} +.noAds .ifNoAds{display:block;} +.noAds #support,.noAds #smallSupport,.noAds .supportComment{display:none;} + /*===================================================================================== NEW AD DISPLAY =======================================================================================*/ @@ -3122,4 +3131,4 @@ MOBILE .mobile #focusButtons, .mobile #compactOverlay/*, .mobile #buildingsTitle*/ {display:block;} -/**{overflow:hidden!important;}*/ \ No newline at end of file +/**{overflow:hidden!important;}*/