* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background-color: white;
font: 13.34px helvetica, arial, clean, sans-serif;
*font-size: small;
text-align: center;
}
h1, h2, h3 {
margin-bottom: 1em;
}
h1 a {
text-decoration: none;
color: #000;
}
.color1 {
font-weight: bold;
}
.color3 {
font-style: italic;
}
.color4 {
text-decoration: underline;
}
.color9 {
text-decoration: line-through;
}
.color30 {
color: black !important;
}
.failed, .color31 {
color: red !important;
}
.passed, .worked, .color32 {
color: green !important;
}
.errored, .color33 {
color: yellow !important;
}
.color34 {
color: blue !important;
}
.color35 {
color: purple !important;
}
.color36 {
color: aqua !important;
}
.color37, .color39 {
color: white !important;
}
.color40, .color49 {
background-color: #333;
}
.color41 {
background-color: red;
}
.color42 {
background-color: green;
}
.color43 {
background-color: yellow;
}
.color44 {
background-color: blue;
}
.color45 {
background-color: purple;
}
.color46 {
background-color: aqua;
}
.color47 {
background-color: white;
}
.status {
padding-left: 2em;
}
p {
margin: 1em 0;
}
a {
color: #00a;
}
a:hover {
color: black;
}
a:visited {
color: #a0a;
}
table {
font-size: inherit;
font: 100%;
}
.container {
width: 80%;
text-align: justify;
margin: 2em auto;
}
pre.terminal {
font-family: 'Bitstream Vera Sans Mono', 'Courier', monospace;
border: 1px solid black;
background-color: #333;
color: white;
padding: 5px;
overflow: auto;
word-wrap: break-word;
margin-bottom: 1em;
clear: both;
}
.terminal a {
color: inherit;
text-decoration: none;
font-weight: bold;
border-bottom: dashed #ccc 1px;
margin: 4px 0;
display: inline-block;
}
ul {
margin-left: 3em;
}
.top {
float: left;
padding-left: 2em;
}
.log {
float: left;
}
.clear {
clear: both;
}
.column {
width: 48%;
margin-right: 10px;
float: left;
}
.label {
display: inline-block;
min-width: 120px;
}