From a4196bb57959deb6b609065db9c9ad9eb5101185 Mon Sep 17 00:00:00 2001 From: Pupsmuckel Date: Wed, 23 Jun 2021 17:01:47 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/index.html | 76 ++++++++++++++++++++++++++++++------------------- data/style.css | 11 +++---- 2 files changed, 51 insertions(+), 36 deletions(-) diff --git a/data/index.html b/data/index.html index b7b2668..7f4e16e 100644 --- a/data/index.html +++ b/data/index.html @@ -1,38 +1,56 @@ - - ESP8266 Treppenlicht - - - - - - -
- Treppenlicht -
-
+ + ESP8266 Treppenlicht + + + + + + +
+ Treppenlicht +
+ +
Helligkeit
-
- - -
+
+ +
-
-
+
+
+
Helligkeit bei Dunkelheit
+
+ + +
+
+
+
Laufgeschwindigkeit
-
- - -
+
+ +
- - +
+
+
+
Licht-An-Zeit
+
+ + +
+
- - + + + + + \ No newline at end of file diff --git a/data/style.css b/data/style.css index 1396422..3ea0c16 100644 --- a/data/style.css +++ b/data/style.css @@ -26,7 +26,7 @@ html { .testregler{ -webkit-appearance: none; - height: 20px; + height: 30px; width: 98%; border-radius: 20px; outline: black; @@ -44,12 +44,9 @@ html { input[type=range]::-webkit-slider-thumb{ -webkit-appearance: none; border:none; - height: 100px; - width: 100px; - background:goldenrod; - margin-top: -15px; - border-radius: o!important; - + height: 30px; + width: 4%; + border-radius: 30px; } .kopfzeile{