Monitorix/css/black.css

103 lines
1.8 KiB
CSS
Raw Normal View History

2020-11-05 16:07:55 +00:00
body {
background-color: black;
font-family: Verdana, sans-serif;
color: white;
}
.index-body {
background-color: black;
font-family: Verdana, sans-serif;
color: #888888;
}
table {
background: #888888;
border: 1px black;
border-left: 1px outset #888888;
border-top: 1px outset #888888;
border-right: 1px outset black;
border-bottom: 1px outset black;
border-spacing: 5px;
}
2020-11-05 18:44:42 +00:00
th, td {
border: 1px inset #888888;
background-color: #333333;
padding: 0;
}
2020-11-06 15:44:02 +00:00
/* .cgi-header-table { */
/* border: 1px groove black; */
/* border-spacing: 5px; */
/* } */
2020-11-05 18:44:42 +00:00
.cgi-header-table {
2020-11-06 15:44:02 +00:00
background: #888888;
border: 1px black;
border-left: 1px outset #b2b2b2;
border-top: 1px outset #b2b2b2;
border-right: 1px outset #5b5b5b;
border-bottom: 1px outset #5b5b5b;
2020-11-05 16:07:55 +00:00
border-spacing: 5px;
}
2020-11-06 15:44:02 +00:00
2020-11-05 16:07:55 +00:00
.startpage-header-table {
border: 0;
background: transparent;
}
.table-module {
2020-11-09 16:23:32 +00:00
// background: #cccccc;
background: #888888;
border: 1px black;
border-left: 1px outset #b2b2b2;
border-top: 1px outset #b2b2b2;
border-right: 1px outset #5b5b5b;
border-bottom: 1px outset #5b5b5b;
border-spacing: 5px;
2020-11-05 16:07:55 +00:00
}
.td-title {
background-color: #333333;
font-family: Verdana, sans-serif;
color: #888800;
}
2020-11-05 19:27:02 +00:00
.td-valign-top {
vertical-align: top;
}
2020-11-05 16:07:55 +00:00
.td-title-host {
font-family: Verdana, sans-serif;
background-color: black;
}
.td-note {
background-color: #333333;
font-family: Verdana, sans-serif;
color: #888800;
}
.text-title {
font-family: Verdana, sans-serif;
color: #888800;
}
.text-copyright {
font-size: 60%;
color: white;
}
.text-size {
font-size: 5;
}
.history01 {
color: #888888;
position: fixed;
left: 1em;
font-size: 32px;
letter-spacing: -1px;
}