Monitorix/css/black.css

119 lines
2.1 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;
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
.index-body {
background-color: black;
font-family: Verdana, sans-serif;
color: #888888;
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
table {
background: #888888;
border: 1px black;
border-left: 1px outset #b2b2b2;
border-top: 1px outset #b2b2b2;
border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a;
2020-11-05 16:07:55 +00:00
border-spacing: 5px;
}
2020-11-09 16:50:54 +00:00
2020-11-05 18:44:42 +00:00
th, td {
2020-11-09 16:50:54 +00:00
background: #333333;
border: 1px black;
border-left: 1px inset #6f6f6f;
border-top: 1px inset #6f6f6f;
border-right: 1px inset #b2b2b2;
border-bottom: 1px inset #b2b2b2;
2020-11-05 18:44:42 +00:00
padding: 0;
}
2020-11-09 16:50:54 +00:00
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;
2020-11-09 16:50:54 +00:00
border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a;
2020-11-05 16:07:55 +00:00
border-spacing: 5px;
2020-11-12 17:12:58 +00:00
font-size: 24px;
2020-11-05 16:07:55 +00:00
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
.startpage-header-table {
border: 0;
background: transparent;
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
.table-module {
2020-11-09 16:23:32 +00:00
background: #888888;
border: 1px black;
border-left: 1px outset #b2b2b2;
border-top: 1px outset #b2b2b2;
2020-11-09 16:50:54 +00:00
border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a;
2020-11-09 16:23:32 +00:00
border-spacing: 5px;
2020-11-05 16:07:55 +00:00
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
.td-title {
background-color: #333333;
font-family: Verdana, sans-serif;
2020-11-12 18:18:10 +00:00
color: #888800;
2020-11-05 16:07:55 +00:00
}
2020-11-09 16:50:54 +00:00
2020-11-05 19:27:02 +00:00
.td-valign-top {
vertical-align: top;
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
.td-title-host {
font-family: Verdana, sans-serif;
background-color: black;
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
.td-note {
background-color: #333333;
font-family: Verdana, sans-serif;
color: #888800;
}
2020-11-09 16:50:54 +00:00
2020-11-12 18:33:52 +00:00
.text-title-date {
font-family: Verdana, sans-serif;
color: #888888;
}
2020-11-05 16:07:55 +00:00
.text-title {
font-family: Verdana, sans-serif;
color: #888800;
}
2020-11-12 18:48:26 +00:00
.text-title-multihost-one {
background-color: #333333;
2020-11-12 18:48:26 +00:00
font-family: Verdana, sans-serif;
color: white;
}
2020-11-09 19:37:01 +00:00
.text-title-multihost {
font-family: Verdana, sans-serif;
color: white;
}
2020-11-05 16:07:55 +00:00
.text-copyright {
2020-11-09 16:50:54 +00:00
font-size: 10px;
2020-11-05 16:07:55 +00:00
color: white;
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
.text-size {
font-size: 5;
}
2020-11-09 16:50:54 +00:00
2020-11-05 16:07:55 +00:00
.history01 {
color: #888888;
position: fixed;
left: 1em;
font-size: 32px;
letter-spacing: -1px;
}