Merge pull request #305 from z-eos/monitorix.cgi-css

white theme css introduced
This commit is contained in:
Jordi Sanfeliu 2020-11-12 16:35:57 +01:00 committed by GitHub
commit 90db6c8133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 102 additions and 73 deletions

View File

@ -4,11 +4,17 @@ body {
color: #888888; color: #888888;
} }
.index-body {
background-color: white;
font-family: Verdana, sans-serif;
color: #888888;
}
table { table {
background: #cccccc; background: #cccccc;
border-left: 1px outset #888888; border-left: 1px outset #888888;
border-top: 1px outset #888888; border-top: 1px outset #888888;
border-right: 1px outset #7a7a7a; border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a; border-bottom: 1px outset #7a7a7a;
border-spacing: 5px; border-spacing: 5px;
} }
@ -20,11 +26,17 @@ th, td {
} }
.cgi-header-table { .cgi-header-table {
border: 1px groove black; background: #cccccc;
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; border-spacing: 5px;
} }
.startpage-header-table { .startpage-header-table {
border: 0; border: 0;
background: transparent; background: transparent;
@ -32,6 +44,12 @@ th, td {
.table-module { .table-module {
background: #cccccc; background: #cccccc;
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;
} }
.td-title { .td-title {
@ -40,9 +58,19 @@ th, td {
color: #cccc00; color: #cccc00;
} }
.text-title-multihost {
font-family: Verdana, sans-serif;
color: black;
}
.td-valign-top {
vertical-align: top;
}
.td-title-host { .td-title-host {
font-family: Verdana, sans-serif; font-family: Verdana, sans-serif;
background-color: white; background-color: white;
color: black;
} }
.td-note { .td-note {
@ -57,7 +85,8 @@ th, td {
} }
.text-copyright { .text-copyright {
font-size: 60%; font-size: 10px;
color: black;
} }
.text-size { .text-size {
@ -65,7 +94,7 @@ th, td {
} }
.history01 { .history01 {
color: #888888; color: #777777;
position: fixed; position: fixed;
left: 1em; left: 1em;
font-size: 32px; font-size: 32px;