Änderung
This commit is contained in:
parent
51bdd6210e
commit
a4196bb579
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>ESP8266 Treppenlicht</title>
|
||||
<!-- main style sheet -->
|
||||
@ -8,8 +9,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="kopfzeile"
|
||||
style="text-align: center;">
|
||||
<div class="kopfzeile" style="text-align: center;">
|
||||
<b>Treppenlicht</b>
|
||||
</div>
|
||||
|
||||
@ -21,6 +21,14 @@
|
||||
<input type="range" class="testregler" min="0" max="100">
|
||||
</div>
|
||||
</div>
|
||||
<div class="ueberschrift">
|
||||
<center>Helligkeit bei Dunkelheit</center>
|
||||
<div class="slider">
|
||||
<label id="label_geschwindigkeit">
|
||||
</label>
|
||||
<input type="range" class="testregler" min="0" max="100">
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="ueberschrift">
|
||||
<center>Laufgeschwindigkeit</center>
|
||||
@ -30,6 +38,16 @@
|
||||
<input type="range" class="testregler" min="0" max="100">
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="ueberschrift">
|
||||
<center>Licht-An-Zeit</center>
|
||||
<div class="slider">
|
||||
<label id="label_geschwindigkeit">
|
||||
</label>
|
||||
<input type="range" class="testregler" min="0" max="100">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user