mirror of https://github.com/mikaku/Monitorix.git
black.css fix
This commit is contained in:
parent
c4b8a0fb84
commit
b194975dda
|
@ -3,13 +3,13 @@ body {
|
|||
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;
|
||||
|
@ -19,80 +19,79 @@ table {
|
|||
border-bottom: 1px outset black;
|
||||
border-spacing: 5px;
|
||||
}
|
||||
|
||||
|
||||
th, td {
|
||||
border: 1px inset #888888;
|
||||
background-color: #333333;
|
||||
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;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* .cgi-header-table { */
|
||||
/* border: 1px groove black; */
|
||||
/* border-spacing: 5px; */
|
||||
/* } */
|
||||
|
||||
.cgi-header-table {
|
||||
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-right: 1px outset #7a7a7a;
|
||||
border-bottom: 1px outset #7a7a7a;
|
||||
border-spacing: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.startpage-header-table {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
||||
.table-module {
|
||||
// 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-right: 1px outset #7a7a7a;
|
||||
border-bottom: 1px outset #7a7a7a;
|
||||
border-spacing: 5px;
|
||||
}
|
||||
|
||||
|
||||
.td-title {
|
||||
background-color: #333333;
|
||||
font-family: Verdana, sans-serif;
|
||||
color: #888800;
|
||||
}
|
||||
|
||||
|
||||
.td-valign-top {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
.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%;
|
||||
font-size: 10px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.text-size {
|
||||
font-size: 5;
|
||||
}
|
||||
|
||||
|
||||
.history01 {
|
||||
color: #888888;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue