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;
|
font-family: Verdana, sans-serif;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-body {
|
.index-body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
background: #888888;
|
background: #888888;
|
||||||
border: 1px black;
|
border: 1px black;
|
||||||
|
@ -19,80 +19,79 @@ table {
|
||||||
border-bottom: 1px outset black;
|
border-bottom: 1px outset black;
|
||||||
border-spacing: 5px;
|
border-spacing: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
border: 1px inset #888888;
|
background: #333333;
|
||||||
background-color: #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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .cgi-header-table { */
|
|
||||||
/* border: 1px groove black; */
|
|
||||||
/* border-spacing: 5px; */
|
|
||||||
/* } */
|
|
||||||
.cgi-header-table {
|
.cgi-header-table {
|
||||||
background: #888888;
|
background: #888888;
|
||||||
border: 1px black;
|
border: 1px black;
|
||||||
border-left: 1px outset #b2b2b2;
|
border-left: 1px outset #b2b2b2;
|
||||||
border-top: 1px outset #b2b2b2;
|
border-top: 1px outset #b2b2b2;
|
||||||
border-right: 1px outset #5b5b5b;
|
border-right: 1px outset #7a7a7a;
|
||||||
border-bottom: 1px outset #5b5b5b;
|
border-bottom: 1px outset #7a7a7a;
|
||||||
border-spacing: 5px;
|
border-spacing: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.startpage-header-table {
|
.startpage-header-table {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-module {
|
.table-module {
|
||||||
// background: #cccccc;
|
|
||||||
background: #888888;
|
background: #888888;
|
||||||
border: 1px black;
|
border: 1px black;
|
||||||
border-left: 1px outset #b2b2b2;
|
border-left: 1px outset #b2b2b2;
|
||||||
border-top: 1px outset #b2b2b2;
|
border-top: 1px outset #b2b2b2;
|
||||||
border-right: 1px outset #5b5b5b;
|
border-right: 1px outset #7a7a7a;
|
||||||
border-bottom: 1px outset #5b5b5b;
|
border-bottom: 1px outset #7a7a7a;
|
||||||
border-spacing: 5px;
|
border-spacing: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td-title {
|
.td-title {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
color: #888800;
|
color: #888800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td-valign-top {
|
.td-valign-top {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td-title-host {
|
.td-title-host {
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td-note {
|
.td-note {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
color: #888800;
|
color: #888800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-title {
|
.text-title {
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
color: #888800;
|
color: #888800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-copyright {
|
.text-copyright {
|
||||||
font-size: 60%;
|
font-size: 10px;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-size {
|
.text-size {
|
||||||
font-size: 5;
|
font-size: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.history01 {
|
.history01 {
|
||||||
color: #888888;
|
color: #888888;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue