image/www/css/style.css

changeset 0
b74b0e4902c3
equal deleted inserted replaced
-1:000000000000 0:b74b0e4902c3
1
2
3 body {
4 background: #ccc;
5 font-family: Verdana, Arial, sans-serif;
6 margin: 0px;
7 }
8
9
10 #webui_table {
11 width: 360px;
12 height: 270px;
13 background: #353536;
14 border: 2px solid;
15 border-color: #59b4d4;
16 }
17
18
19 #mlt_table {
20 width: 178px;
21 height: 90px;
22 margin: auto;
23 background: #303030;
24 border: 1px solid;
25 border-collapse: collapse;
26 color: white;
27 border-color: white;
28 }
29
30 #hlt_table {
31 width: 178px;
32 height: 90px;
33 margin: auto;
34 background: #3f3f40;
35 border: 1px solid;
36 border-collapse: collapse;
37 color: yellow;
38 border-color: yellow;
39 }
40
41 .appbutton {
42 width: 60px;
43 height: 36px;
44 border-radius: 4px;
45 background-color: #e7e7e7; color: black;
46 }
47
48 #timer {
49 color: white;
50 text-align: center;
51 font-family: "Courier New", "Lucida Console";
52 font-size: 34px;
53 }
54
55 /* LED */
56 .LEDred {
57 margin: 5px auto;
58 width: 12px;
59 height: 12px;
60 background-color: #820; /* On = #F40 */
61 border-radius: 50%;
62 }
63
64 .LEDgreen {
65 margin: 5px auto;
66 width: 12px;
67 height: 12px;
68 background-color: #270; /* On = #5E0 */
69 border-radius: 50%;
70 }
71
72

mercurial