diff --git a/data/index.html b/data/index.html index 6dbf624..b7b2668 100644 --- a/data/index.html +++ b/data/index.html @@ -3,37 +3,35 @@
diff --git a/include/http/light.png b/data/light.png similarity index 100% rename from include/http/light.png rename to data/light.png diff --git a/data/style.css b/data/style.css index f4edb62..1396422 100644 --- a/data/style.css +++ b/data/style.css @@ -1,7 +1,7 @@ html { - font-size: 10px; + font-size: 16px; font-family: sans-serif, Arial, Helvetica; - background-color: #b3b3b3; + background-color: #d4d4d4; } .topbar { @@ -17,6 +17,48 @@ html { padding: 1em; } +.ueberschrift{ + color: #ffffff; + font-size: 50px; + width: 40%; + background-color: #5f5f5f; +} + +.testregler{ + -webkit-appearance: none; + height: 20px; + width: 98%; + border-radius: 20px; + outline: black; + background-color: rgb(176, 188, 228); +} +.testregler::-webkit-slider-thumb{ + -webkit-appearance: none; + appearance: none; + width: 5%; + height: 20px; + border-radius: 10px; + background-color: rgb(107, 122, 192); + cursor:pointer; +} +input[type=range]::-webkit-slider-thumb{ + -webkit-appearance: none; + border:none; + height: 100px; + width: 100px; + background:goldenrod; + margin-top: -15px; + border-radius: o!important; + +} + +.kopfzeile{ + color: #1f1f1f; + font-size: 50px; + width: 100%; + background-color: #8d8a8a; + +} p, li { font-size: 16px; line-height: 2; @@ -26,7 +68,7 @@ p, li { body { margin: 0 auto; - border: 1px solid black; + border: none; border-radius: 3; } @@ -49,18 +91,10 @@ body { /* The slider */ .slider { - position: absolute; - cursor: pointer; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: #ccc; - -webkit-transition: .4s; - transition: .4s; + width: 100%; } -.slider:before { +/*.slider:before { position: absolute; content: ""; height: 26px; @@ -70,7 +104,7 @@ body { background-color: white; -webkit-transition: .4s; transition: .4s; -} +}*/ input:checked + .slider { background-color: #04AA6D; @@ -94,8 +128,6 @@ input:checked + .slider:before { } - - /* The slider itself */ .rangeslider { -webkit-appearance: none; /* Override default CSS styles */ diff --git a/include/http/favicon.png b/include/http/favicon.png deleted file mode 100644 index d768c7b..0000000 Binary files a/include/http/favicon.png and /dev/null differ diff --git a/include/http/index.html b/include/http/index.html deleted file mode 100644 index b7b2668..0000000 --- a/include/http/index.html +++ /dev/null @@ -1,38 +0,0 @@ - - -
-
- - - - - -
- - - -