artifacts: report.css brought up to parity with btbits report.css

Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
Jed Reynolds
2022-04-08 15:08:43 -07:00
committed by shivam
parent a0b0ddb1ba
commit 609cc300de

View File

@@ -35,7 +35,7 @@ table {
} }
table, td, th { table, td, th {
border: 1px solid gray; border: 1px solid gray;
padding 4px; padding: 4px;
background: white; background: white;
} }
table.noborder, table.noborder td, table.noborder th { table.noborder, table.noborder td, table.noborder th {
@@ -58,6 +58,17 @@ th {
td a, td a:visited { td a, td a:visited {
color: #005500; color: #005500;
} }
td.up_color {
color: green;
}
td.neutral_color {
color: #777;
}
td.down_color {
color: red;
}
#lf_title { #lf_title {
text-align: center; text-align: center;
background-image: url(candela_swirl_small-72h.png); background-image: url(candela_swirl_small-72h.png);
@@ -85,7 +96,10 @@ td a, td a:visited {
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
margin: 1em; margin: 1em;
padding: 0.25em inherit 0.25em inherit; padding-top: 0.25em;
padding-right: inherit;
padding-bottom: 0.25em;
padding-left: inherit;
max-height: 8em; max-height: 8em;
overflow: auto; overflow: auto;
} }
@@ -105,7 +119,8 @@ li {
padding: 0; padding: 0;
} }
.ct-point { .ct-point {
stroke-width: 6px;} stroke-width: 6px;
}
.o_el { .o_el {
display: inline-block; display: inline-block;
@@ -144,7 +159,7 @@ li {
display: block; display: block;
font-size: 14px; font-size: 14px;
margin: 0 auto; margin: 0 auto;
padding: none; padding: 0;
border: none; border: none;
background: white; background: white;
text-align: center; text-align: center;
@@ -238,6 +253,7 @@ li {
margin-right: auto; margin-right: auto;
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 0.2em; margin-bottom: 0.2em;
font-size: 50px;
padding-top: 20px; padding-top: 20px;
padding-left: 20px; padding-left: 20px;
color: darkgreen; color: darkgreen;
@@ -268,7 +284,7 @@ div.HeaderStyle h1, div.HeaderStyle h2 {
min-width: 800px; min-width: 800px;
} }
div.Section { div.Section {
padding 5px; padding: 5px;
position: relative; position: relative;
} }
div.Section img { div.Section img {
@@ -347,7 +363,7 @@ table.dataframe tr th {
font-family: Consolas,monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",monospace; font-family: Consolas,monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",monospace;
color: #777; color: #777;
padding: 2px; padding: 2px;
line-spacing: 1.05; line-height: 1.05;
display: block; display: block;
margin: 0; margin: 0;
padding: 0; padding: 0;