black.css fix

This commit is contained in:
z-eos 2020-11-09 18:50:54 +02:00
parent c4b8a0fb84
commit b194975dda
1 changed files with 27 additions and 28 deletions

View File

@ -21,22 +21,22 @@ table {
} }
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;
} }
@ -48,13 +48,12 @@ th, td {
} }
.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;
} }
@ -85,7 +84,7 @@ th, td {
} }
.text-copyright { .text-copyright {
font-size: 60%; font-size: 10px;
color: white; color: white;
} }