Änderung
This commit is contained in:
parent
51bdd6210e
commit
a4196bb579
@ -1,15 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
|
<head>
|
||||||
<title>ESP8266 Treppenlicht</title>
|
<title>ESP8266 Treppenlicht</title>
|
||||||
<!-- main style sheet -->
|
<!-- main style sheet -->
|
||||||
<link href="/favicon.png" rel="icon" type="image/png" sizes="10x10">
|
<link href="/favicon.png" rel="icon" type="image/png" sizes="10x10">
|
||||||
<link href="/style.css" rel="stylesheet" type="text/css">
|
<link href="/style.css" rel="stylesheet" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="kopfzeile"
|
<div class="kopfzeile" style="text-align: center;">
|
||||||
style="text-align: center;">
|
|
||||||
<b>Treppenlicht</b>
|
<b>Treppenlicht</b>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -21,7 +21,15 @@
|
|||||||
<input type="range" class="testregler" min="0" max="100">
|
<input type="range" class="testregler" min="0" max="100">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<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">
|
<div class="ueberschrift">
|
||||||
<center>Laufgeschwindigkeit</center>
|
<center>Laufgeschwindigkeit</center>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
@ -30,9 +38,19 @@
|
|||||||
<input type="range" class="testregler" min="0" max="100">
|
<input type="range" class="testregler" min="0" max="100">
|
||||||
</div>
|
</div>
|
||||||
</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>
|
|
||||||
|
|
||||||
<script src="/input.js"></script>
|
</body>
|
||||||
|
|
||||||
|
<script src="/input.js"></script>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -26,7 +26,7 @@ html {
|
|||||||
|
|
||||||
.testregler{
|
.testregler{
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
height: 20px;
|
height: 30px;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
outline: black;
|
outline: black;
|
||||||
@ -44,12 +44,9 @@ html {
|
|||||||
input[type=range]::-webkit-slider-thumb{
|
input[type=range]::-webkit-slider-thumb{
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
border:none;
|
border:none;
|
||||||
height: 100px;
|
height: 30px;
|
||||||
width: 100px;
|
width: 4%;
|
||||||
background:goldenrod;
|
border-radius: 30px;
|
||||||
margin-top: -15px;
|
|
||||||
border-radius: o!important;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.kopfzeile{
|
.kopfzeile{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user