1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-30 12:54:52 +02:00
openwrt-packages/net/apcupsd/files/apcupsd.css
Othmar Truniger dda1acfefa apcupsd: add cgi module
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-21 18:11:57 +01:00

65 lines
768 B
CSS

body {
color: black;
background: white;
}
div.Center {
text-align: center;
}
img {
border-style: none;
}
pre {
text-align: left;
}
strong {
color: red;
}
table.Outer {
color: black;
background: #60a0a0;
empty-cells: show; border: solid #60a0a0
}
th.Outer {
color: black;
background: #60b0b0
}
.Title {
font-size: 18pt;
}
.SubTitle {
font-size: 12pt;
}
.Empty {
color: black;
background: aqua;
}
.Fault {
color: black;
background: red;
}
.Label {
color: black;
background: aqua;
}
.Normal {
color: black;
background: lime;
}
.Warning {
color: black;
background: yellow;
}