white.css fix

This commit is contained in:
z-eos 2020-11-12 19:11:17 +02:00
parent 1d416114ad
commit da5a1855a4
1 changed files with 102 additions and 103 deletions

View File

@ -1,103 +1,102 @@
body { body {
background-color: white; background-color: white;
font-family: Verdana, sans-serif; font-family: Verdana, sans-serif;
color: #888888; color: #888888;
} }
.index-body { .index-body {
background-color: white; background-color: white;
font-family: Verdana, sans-serif; font-family: Verdana, sans-serif;
color: #888888; 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;
} }
th, td { th, td {
border: 1px inset #888888; border: 1px inset #888888;
background-color: #777777; background-color: #777777;
padding: 0; padding: 0;
} }
.cgi-header-table { .cgi-header-table {
background: #cccccc; background: #cccccc;
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 #5b5b5b;
border-bottom: 1px outset #5b5b5b; border-bottom: 1px outset #5b5b5b;
border-spacing: 5px; border-spacing: 5px;
font-size: 24px; }
}
.startpage-header-table {
.startpage-header-table { border: 0;
border: 0; background: transparent;
background: transparent; }
}
.table-module {
.table-module { background: #cccccc;
background: #cccccc; 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 #5b5b5b; border-bottom: 1px outset #5b5b5b;
border-bottom: 1px outset #5b5b5b; border-spacing: 5px;
border-spacing: 5px; }
}
.td-title {
.td-title { background-color: #777777;
background-color: #777777; font-family: Verdana, sans-serif;
font-family: Verdana, sans-serif; color: #cccc00;
color: #888888; }
}
.text-title-multihost {
.text-title-multihost { font-family: Verdana, sans-serif;
font-family: Verdana, sans-serif; color: black;
color: black; }
}
.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: white;
background-color: white; color: black;
color: black; }
}
.td-note {
.td-note { background-color: #777777;
background-color: #777777; font-family: Verdana, sans-serif;
font-family: Verdana, sans-serif; color: #cccc00;
color: #cccc00; }
}
.text-title {
.text-title { font-family: Verdana, sans-serif;
font-family: Verdana, sans-serif; color: #cccc00;
color: #cccc00; }
}
.text-copyright {
.text-copyright { font-size: 10px;
font-size: 10px; color: black;
color: black; }
}
.text-size {
.text-size { font-size: 5;
font-size: 5; }
}
.history01 {
.history01 { color: #777777;
color: #777777; position: fixed;
position: fixed; left: 1em;
left: 1em; font-size: 32px;
font-size: 32px; letter-spacing: -1px;
letter-spacing: -1px; }
}