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

@ -1,73 +1,102 @@
body { body {
background-color: white; background-color: white;
font-family: Verdana, sans-serif; font-family: Verdana, sans-serif;
color: #888888; color: #888888;
} }
table { .index-body {
background: #cccccc; background-color: white;
border-left: 1px outset #888888; font-family: Verdana, sans-serif;
border-top: 1px outset #888888; color: #888888;
border-right: 1px outset #7a7a7a; }
border-bottom: 1px outset #7a7a7a;
border-spacing: 5px; table {
} background: #cccccc;
border-left: 1px outset #888888;
th, td { border-top: 1px outset #888888;
border: 1px inset #888888; border-right: 1px outset #7a7a7a;
background-color: #777777; border-bottom: 1px outset #7a7a7a;
padding: 0; border-spacing: 5px;
} }
.cgi-header-table { th, td {
border: 1px groove black; border: 1px inset #888888;
border-spacing: 5px; background-color: #777777;
} padding: 0;
}
.startpage-header-table { .cgi-header-table {
border: 0; background: #cccccc;
background: transparent; border: 1px black;
} border-left: 1px outset #b2b2b2;
border-top: 1px outset #b2b2b2;
.table-module { border-right: 1px outset #5b5b5b;
background: #cccccc; border-bottom: 1px outset #5b5b5b;
} border-spacing: 5px;
}
.td-title {
background-color: #777777;
font-family: Verdana, sans-serif;
color: #cccc00; .startpage-header-table {
} border: 0;
background: transparent;
.td-title-host { }
font-family: Verdana, sans-serif;
background-color: white; .table-module {
} background: #cccccc;
border: 1px black;
.td-note { border-left: 1px outset #b2b2b2;
background-color: #777777; border-top: 1px outset #b2b2b2;
font-family: Verdana, sans-serif; border-right: 1px outset #5b5b5b;
color: #cccc00; border-bottom: 1px outset #5b5b5b;
} border-spacing: 5px;
}
.text-title {
font-family: Verdana, sans-serif; .td-title {
color: #cccc00; background-color: #777777;
} font-family: Verdana, sans-serif;
color: #cccc00;
.text-copyright { }
font-size: 60%;
} .text-title-multihost {
font-family: Verdana, sans-serif;
.text-size { color: black;
font-size: 5; }
}
.td-valign-top {
.history01 { vertical-align: top;
color: #888888; }
position: fixed;
left: 1em; .td-title-host {
font-size: 32px; font-family: Verdana, sans-serif;
letter-spacing: -1px; background-color: white;
} color: black;
}
.td-note {
background-color: #777777;
font-family: Verdana, sans-serif;
color: #cccc00;
}
.text-title {
font-family: Verdana, sans-serif;
color: #cccc00;
}
.text-copyright {
font-size: 10px;
color: black;
}
.text-size {
font-size: 5;
}
.history01 {
color: #777777;
position: fixed;
left: 1em;
font-size: 32px;
letter-spacing: -1px;
}