UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / src / cgi / apcupsd.css
blob13ef41317cba66e60eca7065c5e6475bd2e077b2
1 body {
2 color: black;
3 background: white;
6 div.Center {
7 text-align: center;
10 img {
11 border-style: none;
14 pre {
15 text-align: left;
18 strong {
19 color: red;
22 table.Outer {
23 color: black;
24 background: #60a0a0;
25 empty-cells: show; border: solid #60a0a0
28 th.Outer {
29 color: black;
30 background: #60b0b0
33 .Title {
34 font-size: 18pt;
37 .SubTitle {
38 font-size: 12pt;
41 .Empty {
42 color: black;
43 background: aqua;
46 .Fault {
47 color: black;
48 background: red;
51 .Label {
52 color: black;
53 background: aqua;
56 .Normal {
57 color: black;
58 background: lime;
61 .Warning {
62 color: black;
63 background: yellow;