Updated to 2.019
This commit is contained in:
parent
960fa4fb32
commit
c0946853f4
15
style.css
15
style.css
|
@ -1,4 +1,4 @@
|
||||||
/* reset CSS */
|
/* reset CSS */
|
||||||
html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
|
@ -62,6 +62,7 @@ body
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
touch-action: manipulation;
|
||||||
|
|
||||||
color:#fff;
|
color:#fff;
|
||||||
background:#000 url(img/darkNoise.jpg);
|
background:#000 url(img/darkNoise.jpg);
|
||||||
|
@ -2866,9 +2867,10 @@ SUPPORT
|
||||||
}
|
}
|
||||||
.supportComment
|
.supportComment
|
||||||
{
|
{
|
||||||
|
font-size:10px;
|
||||||
opacity:0.75;
|
opacity:0.75;
|
||||||
text-shadow:0px 0px 2px #000,0px 1px 0px #000;
|
text-shadow:0px 0px 2px #000,0px 1px 0px #000;
|
||||||
margin:8px;
|
padding:8px 0px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
.supportPlaceholder {width:300px;height:250px;position:absolute;left:0px;top:0px;z-index:10;opacity:0.6;}
|
.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);
|
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
|
NEW AD DISPLAY
|
||||||
=======================================================================================*/
|
=======================================================================================*/
|
||||||
|
@ -3122,4 +3131,4 @@ MOBILE
|
||||||
.mobile #focusButtons, .mobile #compactOverlay/*, .mobile #buildingsTitle*/
|
.mobile #focusButtons, .mobile #compactOverlay/*, .mobile #buildingsTitle*/
|
||||||
{display:block;}
|
{display:block;}
|
||||||
|
|
||||||
/**{overflow:hidden!important;}*/
|
/**{overflow:hidden!important;}*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user