casjay ccf0a1d772
🗃️ Committing everything that changed 🗃️
rootfs/usr/share/httpd/default/index.css
rootfs/usr/share/httpd/default/index.html
rootfs/usr/share/httpd/default/list.html
rootfs/usr/share/tor/html/index.css
rootfs/usr/share/tor/html/index.html
rootfs/usr/share/tor/html/list.html
2025-01-08 23:18:54 -05:00

120 lines
1.5 KiB
CSS

TD,
TH,
BODY {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
background-color: #333;
color: #fff;
}
BODY {
background-color: #333;
color: #fff;
background-image: url('/index.png');
}
TH {
background-color: #333;
color: #ffffff;
border-top: 1px solid #678ca0;
vertical-align: middle;
height: 50px;
}
TD {
background-color: 333;
border-top: 1px solid #678ca0;
}
.box {
border: 1px solid #678ca0;
padding: 0px;
width: 100%;
background-color: #333;
margin-bottom: 10px;
width: 600px;
}
H5,
H3 {
padding: 3px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #333;
color: white;
font-family: Verdana, Helvetica, sans-serif;
}
p {
text-align: center;
}
div {
text-align: center;
}
H3 {
font-size: 13px;
}
H5 {
font-size: 10px;
text-align: right;
background-color: #333;
color: #678ca0;
}
.spacer {
margin: 0px;
width: 100%;
background-color: #333;
}
.leftspacer {
margin: 0px;
padding: 5px;
width: 100%;
text-align: left;
background-color: #333;
}
.serviceup {
color: green;
}
.servicedown {
color: red;
}
A {
text-decoration: none;
color: #5d83a9;
}
P.main {
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
font-size: 10px;
}
a:visited {
color: #c39;
}
a:hover {
color: #f00;
}
a:active {
color: #c0f;
}
tr:hover {
background-color: #f5f5f5;
}