blob: 7bc855e730bde32bda3ce02bf43a2960202a493e [file] [log] [blame]
/* Copyright 2016 The Fuchsia Authors. All rights reserved.
* Use of this source code is governed under the Apache License, Version 2.0
* that can be found in the LICENSE file.
*/
body {
font-family: sans-serif;
}
a {
text-decoration: none;
}
h1 {
margin-left: 0.25em;
}
.target-container {
border-collapse: separate;
border-spacing: 0.5em;
display: table;
list-style-type: none;
padding: 0;
table-layout: fixed;
width: 100%;
}
.target-container>li {
display: table-cell;
border: 0.5px solid #333;
font-size: 1.5em;
line-height: 2em;
margin-bottom: 0.5em;
padding: 0.3em;
text-align: center;
}
.target-name {
color: white;
}
.fail {
background: repeating-linear-gradient(
-55deg,
#BA4046,
#BA4046 30px,
#D44950 30px,
#D44950 60px
);
}
.pass {
background: #49B974;
}
.server_error {
background: repeating-linear-gradient(
-55deg,
#444,
#444 30px,
#555 30px,
#555 60px
);
}
.parser_error {
background: repeating-linear-gradient(
-55deg,
#FEC859,
#FEC859 30px,
#FDB522 30px,
#FDB522 60px
);
color: #333;
}
.clock {
color: #222;
font-family: sans-serif;
font-size: 2em;
margin-right: 0.25em;
text-align: right;
}