forked from Steague/Garage-Door
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebiopi.css
executable file
·97 lines (77 loc) · 1.06 KB
/
webiopi.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
@CHARSET "UTF-8";
body {
-webkit-user-select: none;
-moz-user-select: none;
}
button {
font-size: 14pt;
font-weight: bold;
color: white;
border: black 3px solid;
width: 40px;
height: 30px;
padding: 0 0 0 0;
}
input[type="range"] {
-webkit-appearance: slider-horizontal;
}
.Default {
background-color: Gray;
}
.Default:active {
background-color: Silver;
}
.DNC {
background-color: Gray;
}
.GND {
background-color: Black;
}
.V33 {
background-color: Orange;
}
.V50 {
background-color: Red;
}
.LOW {
background-color: Black;
}
.HIGH {
background-color: Orange;
}
.I2C {
background-color: LightBlue;
}
.SPI {
background-color: Purple;
}
.UART {
background-color: DarkBlue;
}
.ONEWIRE {
background-color: Blue;
}
.FunctionBasic {
width: 60px;
background-color: Gray;
}
.FunctionSpecial {
width: 60px;
visibility: hidden;
}
.Description {
font-size: 12pt;
font-weight: bold;
width: 90px;
}
#update {
position: absolute;
top: 16px;
right: 12px;
}
#update > a {
font-family: sans-serif;
font-size: 12pt;
font-weight: bold;
color: FireBrick;
}