197 lines
2.8 KiB
CSS
197 lines
2.8 KiB
CSS
body {
|
|
background-color: white;
|
|
padding-bottom: 20em;
|
|
margin: 0;
|
|
min-height: 15cm;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6, h7 {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
background-color: #007acc;
|
|
color: white;
|
|
padding: 3mm;
|
|
margin-top: 0;
|
|
margin-bottom: 1mm;
|
|
}
|
|
|
|
.footer {
|
|
font-style: italic;
|
|
font-size: small;
|
|
text-align: right;
|
|
padding: 1em;
|
|
}
|
|
|
|
.testsuite {
|
|
padding-bottom: 2em;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.proplist {
|
|
width: 100%;
|
|
margin-bottom: 2em;
|
|
border-collapse: collapse;
|
|
border: 1px solid lightgrey;
|
|
}
|
|
|
|
.proplist th {
|
|
background-color: silver;
|
|
width: 5em;
|
|
padding: 2px;
|
|
padding-right: 1em;
|
|
text-align: left;
|
|
}
|
|
|
|
.proplist td {
|
|
padding: 2px;
|
|
}
|
|
|
|
.index-table {
|
|
width: 90%;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.index-table td {
|
|
vertical-align: top;
|
|
width: 50%;
|
|
}
|
|
|
|
.failure-index {
|
|
|
|
}
|
|
|
|
.toc {
|
|
margin-bottom: 2em;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.stdio, pre {
|
|
min-height: 1em;
|
|
background-color: #1e1e1e;
|
|
color: silver;
|
|
padding: 0.5em;
|
|
}
|
|
.tdpre {
|
|
background-color: #1e1e1e;
|
|
}
|
|
|
|
.test {
|
|
margin-left: 0.5cm;
|
|
}
|
|
|
|
.outcome {
|
|
border-left: 1em;
|
|
padding: 2px;
|
|
}
|
|
|
|
.outcome-passed {
|
|
border-left: 1em solid lightgreen;
|
|
}
|
|
|
|
.outcome-skipped {
|
|
border-left: 1em solid gold;
|
|
}
|
|
|
|
.outcome-failure {
|
|
border-left: 1em solid lightcoral;
|
|
}
|
|
|
|
.outcome-error {
|
|
border-left: 1em solid tomato;
|
|
}
|
|
|
|
.stats-table {
|
|
}
|
|
|
|
.stats-table td {
|
|
min-width: 4em;
|
|
text-align: right;
|
|
}
|
|
|
|
.stats-table .failed {
|
|
background-color: lightcoral;
|
|
}
|
|
|
|
.stats-table .passed {
|
|
background-color: lightgreen;
|
|
}
|
|
|
|
.matrix-table {
|
|
table-layout: fixed;
|
|
border-spacing: 0;
|
|
width: available;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.matrix-table td {
|
|
vertical-align: center;
|
|
}
|
|
|
|
.matrix-table td:last-child {
|
|
width: 0;
|
|
}
|
|
|
|
.matrix-table tr:hover {
|
|
background-color: yellow;
|
|
}
|
|
|
|
.matrix-axis-name {
|
|
white-space: nowrap;
|
|
padding-right: 0.5em;
|
|
border-left: 1px solid black;
|
|
border-top: 1px solid black;
|
|
text-align: right;
|
|
}
|
|
|
|
.matrix-axis-line {
|
|
border-left: 1px solid black;
|
|
width: 0.5em;
|
|
}
|
|
|
|
.matrix-classname {
|
|
text-align: left;
|
|
width: 100%;
|
|
border-top: 2px solid grey;
|
|
border-bottom: 1px solid silver;
|
|
}
|
|
|
|
.matrix-casename {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
padding-left: 1em;
|
|
border-bottom: 1px solid silver;
|
|
}
|
|
|
|
.matrix-result {
|
|
display: block;
|
|
width: 1em;
|
|
text-align: center;
|
|
padding: 1mm;
|
|
margin: 0;
|
|
}
|
|
|
|
.matrix-result-combined {
|
|
white-space: nowrap;
|
|
padding-right: 0.2em;
|
|
text-align: right;
|
|
}
|
|
|
|
.matrix-result-failed {
|
|
background-color: lightcoral;
|
|
}
|
|
|
|
.matrix-result-passed {
|
|
background-color: lightgreen;
|
|
}
|
|
|
|
.matrix-result-skipped {
|
|
background-color: lightyellow;
|
|
}
|
|
|
|
.matrix-even {
|
|
background-color: lightgray;
|
|
}
|