mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-09-20 03:57:44 -04:00
🗃️ 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
This commit is contained in:
119
rootfs/usr/share/httpd/default/index.css
Normal file
119
rootfs/usr/share/httpd/default/index.css
Normal file
@@ -0,0 +1,119 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user