summaryrefslogtreecommitdiffstats
path: root/htdocs/webiopi.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/webiopi.css')
-rw-r--r--htdocs/webiopi.css93
1 files changed, 93 insertions, 0 deletions
diff --git a/htdocs/webiopi.css b/htdocs/webiopi.css
new file mode 100644
index 0000000..40b1163
--- /dev/null
+++ b/htdocs/webiopi.css
@@ -0,0 +1,93 @@
1@CHARSET "UTF-8";
2
3button {
4 -webkit-appearance: none;
5 font-size: 14pt;
6 font-weight: bold;
7 color: white;
8 border: black 3px solid;
9 width: 40px;
10 height: 30px;
11 padding: 0 0 0 0;
12}
13
14input[type="range"] {
15 -webkit-appearance: slider-horizontal;
16}
17
18.Default {
19 background-color: Gray;
20}
21
22.Default:active {
23 background-color: Silver;
24}
25
26.DNC {
27 background-color: Gray;
28}
29
30.GND {
31 background-color: Black;
32}
33
34.V33 {
35 background-color: Orange;
36}
37
38.V50 {
39 background-color: Red;
40}
41
42.LOW {
43 background-color: Black;
44}
45
46.HIGH {
47 background-color: Orange;
48}
49
50.I2C {
51 background-color: LightBlue;
52}
53
54.SPI {
55 background-color: Purple;
56}
57
58.UART {
59 background-color: DarkBlue;
60}
61
62.ONEWIRE {
63 background-color: Blue;
64}
65
66.FunctionBasic {
67 width: 60px;
68 background-color: Gray;
69}
70
71.FunctionSpecial {
72 width: 60px;
73 visibility: hidden;
74}
75
76.Description {
77 font-size: 12pt;
78 font-weight: bold;
79 width: 90px;
80}
81
82#update {
83 position: absolute;
84 top: 16px;
85 right: 12px;
86}
87
88#update > a {
89 font-family: sans-serif;
90 font-size: 12pt;
91 font-weight: bold;
92 color: FireBrick;
93}