|
|
@@ -4,10 +4,17 @@ html { |
|
|
|
background-color: #d4d4d4; |
|
|
|
height: 100%; |
|
|
|
background-image: url('Background.png'); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: repeat; |
|
|
|
background-size: 150% 150%; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
height: 100%; |
|
|
|
margin: 0 auto; |
|
|
|
border: none; |
|
|
|
border-radius: 3; |
|
|
|
} |
|
|
|
|
|
|
|
.topbar { |
|
|
|
padding: 1em; |
|
|
|
background-color: #1f1f1f; |
|
|
@@ -24,8 +31,7 @@ html { |
|
|
|
} |
|
|
|
|
|
|
|
.regler{ |
|
|
|
position: fixed; |
|
|
|
left: 0; |
|
|
|
|
|
|
|
-webkit-appearance: none; |
|
|
|
height: 30px; |
|
|
|
width: 100%; |
|
|
@@ -60,12 +66,7 @@ input[type=range]::-webkit-slider-thumb{ |
|
|
|
background-color: #8d8a8a; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
height: 100%; |
|
|
|
margin: 0 auto; |
|
|
|
border: none; |
|
|
|
border-radius: 3; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------------------------------------*/ |