some fixes in main.css

This commit is contained in:
Felix Schulze 2019-11-11 13:30:22 +01:00
parent a1d92241d2
commit 9335a63669

View File

@ -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;