diff --git a/src/css/main.css b/src/css/main.css index 8ded207..8fdbe49 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -7948,16 +7948,6 @@ h5 { z-index: 5 } -#loader { - position: fixed; - left: 0; - top: 0; - width: 100%; - height: 100%; - z-index: 9999; - background: url(/img/loader.gif) center no-repeat #fff -} - .no-webp body { background-image: url(/img/background.jpg); } @@ -7972,7 +7962,7 @@ body { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; - height: 100vh; + height: 100%; position: relative; background-color: #27233a } @@ -8011,18 +8001,6 @@ body { height: 0 } -.amazonAdDiv { - background: url(/img/disableAdblock.jpg) center no-repeat; - background-size: contain; - min-height: 200px -} - -.amzn-native-container { - padding: 10px; - background: #e6e6e6; - max-width: none!important -} - #popup { box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); cursor: pointer;