white theme css introduced

This commit is contained in:
z-eos 2020-11-11 23:44:19 +02:00
parent 863a236adf
commit 0afcda4f04
1 changed files with 32 additions and 8 deletions

View File

@ -1,30 +1,42 @@
body { body {
background-color: white; background-color: white;
font-family: Verdana, sans-serif; font-family: Verdana, sans-serif;
color: #888888; color: #777777;
}
.index-body {
background-color: white;
font-family: Verdana, sans-serif;
color: #777777;
} }
table { table {
background: #cccccc; background: #cccccc;
border-left: 1px outset #888888; border-left: 1px outset #777777;
border-top: 1px outset #888888; border-top: 1px outset #777777;
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;
} }
th, td { th, td {
border: 1px inset #888888; border: 1px inset #777777;
background-color: #777777; background-color: white;
padding: 0; padding: 0;
} }
.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,14 @@ th, td {
color: #cccc00; color: #cccc00;
} }
.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 {
@ -58,6 +81,7 @@ th, td {
.text-copyright { .text-copyright {
font-size: 60%; font-size: 60%;
// color: white;
} }
.text-size { .text-size {
@ -65,7 +89,7 @@ th, td {
} }
.history01 { .history01 {
color: #888888; color: #777777;
position: fixed; position: fixed;
left: 1em; left: 1em;
font-size: 32px; font-size: 32px;