mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-15 18:38:20 +01:00
semi working
- will create AP "esptest" and http listen on 192.168.4.1:80 - only motor/nr/value and laser/value are implemented now
This commit is contained in:
@@ -5,7 +5,7 @@ body {
|
||||
align: Center;
|
||||
}
|
||||
#Main {
|
||||
width: 460px;
|
||||
width: 600px;
|
||||
margin: 5px 3px 3px 12px;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ text#titleGlitch {
|
||||
font-weight: bold;
|
||||
text-shadow: 2px 2px black;
|
||||
font-family: sans-serif;
|
||||
font-size: 48px;
|
||||
font-size: 36px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
@@ -32,7 +32,7 @@ text#titleText {
|
||||
svg {
|
||||
border: solid 1px black;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
height: 50px;
|
||||
display: block;
|
||||
position: relative;
|
||||
/*overflow: hidden; */
|
||||
@@ -41,7 +41,7 @@ svg {
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
#ledControls {
|
||||
#prototypControls {
|
||||
margin-top:3px;
|
||||
padding: 10px;
|
||||
border: solid black 1px;
|
||||
@@ -64,63 +64,16 @@ svg {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
#ledBar {
|
||||
float:none;
|
||||
clear:left;
|
||||
margin-left: 7px;
|
||||
padding-top: 10px;
|
||||
overflow: auto;
|
||||
}
|
||||
.ledDiv {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: #add;
|
||||
margin: 3px 3px;
|
||||
float:left;
|
||||
line-height: 30px;
|
||||
|
||||
border-radius: 100%;
|
||||
position: relative;
|
||||
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
|
||||
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
|
||||
box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
.ledDiv label {
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100px;
|
||||
text-align: center;
|
||||
|
||||
-webkit-transition: all .1s ease;
|
||||
-moz-transition: all .1s ease;
|
||||
-o-transition: all .1s ease;
|
||||
-ms-transition: all .1s ease;
|
||||
transition: all .1s ease;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
z-index: 1;
|
||||
|
||||
background: #663300;
|
||||
|
||||
-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
|
||||
-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
|
||||
box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
.ledDiv input[type="checkbox"] {
|
||||
visibility: hidden;
|
||||
}
|
||||
.ledDiv input[type=checkbox]:checked + label {
|
||||
background: #ff9900;
|
||||
}
|
||||
.ledMacroButtons {
|
||||
#ledMacroButtonsCont {
|
||||
padding: 18px 5px 15px 5px;
|
||||
text-decoration: none;
|
||||
float:none;
|
||||
clear:left;
|
||||
}
|
||||
|
||||
|
||||
.ledMacroButton {
|
||||
height: 50px;
|
||||
background: #00989d;
|
||||
|
||||
Reference in New Issue
Block a user