2019/style.css [18:206]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
  background: #fff;
  font: normal 0.64em 'Roboto',Sans-Serif;
  margin: 10px 20px 0 20px;
  width: 1240px;
  height: 710px;
}


.default-list .cell-category {
  display: inline-block;
  font-weight: bold;
  color: #039;
  padding: 0px;
  border-bottom: 2px solid #6678b1;
  width: 100%;
}

.expanded-test-status-list .cell-category {
  display: inline-block;
  font-weight: bold;
  color: #039;
  padding: 0px;
  border-bottom: 2px solid #6678b1;
  width: 100%;
  text-align: center;
}

.cell-name {
  display: inline-block;
  padding: 1px 0px;
}

.expanded-test-status-list .test-status-normal {
  display: inline-block;
  min-width: 60px;
  text-align: center;
  font-size: 0.6em;
}

.expanded-test-status-list .test-status-running {
  display: inline-block;
  min-width: 60px;
  text-align: center;
  font-size: 0.6em;
}

.expanded-test-status-list .test-status-fail {
  display: inline-block;
  min-width: 58px;
  background-color: #800;
  border: 1px solid #000;
  color: #FFF;
  text-align: center;
  font-size: 0.6em;
}

.expanded-test-status-list .test-status-pass {
  display: inline-block;
  min-width: 58px;
  background-color: #b5e61d;
  border: 1px solid #080;
  color: #FFF;
  text-align: center;
  font-size: 0.6em;
}

.expanded-test-status-list .test-status-optional-fail {
  display: inline-block;
  min-width: 56px;
  border-style: solid;
  border-color: #800;
  border-width: 2px;
  padding: 0px;
  text-align: center;
  font-size: 0.6em;
}

.test-status-none {
  display: inline-block;
  min-width: 7px;
}

.default-list .test-status-running {
  display: inline-block;
  min-width: 5px;
  background-color: #f0e68c;
  border: 1px solid #880;
}

.default-list .test-status-fail {
  display: inline-block;
  min-width: 5px;
  background-color: #800;
  border: 1px solid #000;
}

.default-list .test-status-pass {
  display: inline-block;
  min-width: 5px;
  background-color: #b5e61d;
  border: 1px solid #080;
}

.default-list .test-status-optional-fail {
  display: inline-block;
  min-width: 5px;
  border-style: solid;
  border-color: #800;
  border-width: 2px;
  padding: 0px;
}

.cell-column {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}

div.container {
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  overflow: hidden;
}

div.container_hidden {
  width: 100%;
  margin: 10px 0 10px 0;
  overflow: hidden;
  display: none;
}

#testsuites {
  max-width: 95%;
}

#testsuites span {
  display: inline-block;
}

#outputarea {
  padding-top: 5px;
  height: 230px;
}

.box-left {
  height: 370px;
  display: inline-block;
}

.box-right {
  width: 420px;
  height: 210px;
}

#testarea {
  vertical-align: top;
  display: inline-block;
  height: 230px;
}

#outputcontainer {
  vertical-align: top;
  display: inline-block;
  height: 230px;
  padding-right: 5px;
}

#output {
  height: 200px;
  width: 502px;
  overflow: hidden;
  color: #369;
  border-width: 1px;
  border-style: solid;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 1.1em;
  letter-spacing: 0.2px;
  padding: 2px;
}

#switches {
  display: inline-block;
}

#controls {
  display: inline-block;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



2020/style.css [18:206]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
  background: #fff;
  font: normal 0.64em 'Roboto',Sans-Serif;
  margin: 10px 20px 0 20px;
  width: 1240px;
  height: 710px;
}


.default-list .cell-category {
  display: inline-block;
  font-weight: bold;
  color: #039;
  padding: 0px;
  border-bottom: 2px solid #6678b1;
  width: 100%;
}

.expanded-test-status-list .cell-category {
  display: inline-block;
  font-weight: bold;
  color: #039;
  padding: 0px;
  border-bottom: 2px solid #6678b1;
  width: 100%;
  text-align: center;
}

.cell-name {
  display: inline-block;
  padding: 1px 0px;
}

.expanded-test-status-list .test-status-normal {
  display: inline-block;
  min-width: 60px;
  text-align: center;
  font-size: 0.6em;
}

.expanded-test-status-list .test-status-running {
  display: inline-block;
  min-width: 60px;
  text-align: center;
  font-size: 0.6em;
}

.expanded-test-status-list .test-status-fail {
  display: inline-block;
  min-width: 58px;
  background-color: #800;
  border: 1px solid #000;
  color: #FFF;
  text-align: center;
  font-size: 0.6em;
}

.expanded-test-status-list .test-status-pass {
  display: inline-block;
  min-width: 58px;
  background-color: #b5e61d;
  border: 1px solid #080;
  color: #FFF;
  text-align: center;
  font-size: 0.6em;
}

.expanded-test-status-list .test-status-optional-fail {
  display: inline-block;
  min-width: 56px;
  border-style: solid;
  border-color: #800;
  border-width: 2px;
  padding: 0px;
  text-align: center;
  font-size: 0.6em;
}

.test-status-none {
  display: inline-block;
  min-width: 7px;
}

.default-list .test-status-running {
  display: inline-block;
  min-width: 5px;
  background-color: #f0e68c;
  border: 1px solid #880;
}

.default-list .test-status-fail {
  display: inline-block;
  min-width: 5px;
  background-color: #800;
  border: 1px solid #000;
}

.default-list .test-status-pass {
  display: inline-block;
  min-width: 5px;
  background-color: #b5e61d;
  border: 1px solid #080;
}

.default-list .test-status-optional-fail {
  display: inline-block;
  min-width: 5px;
  border-style: solid;
  border-color: #800;
  border-width: 2px;
  padding: 0px;
}

.cell-column {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}

div.container {
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  overflow: hidden;
}

div.container_hidden {
  width: 100%;
  margin: 10px 0 10px 0;
  overflow: hidden;
  display: none;
}

#testsuites {
  max-width: 95%;
}

#testsuites span {
  display: inline-block;
}

#outputarea {
  padding-top: 5px;
  height: 230px;
}

.box-left {
  height: 370px;
  display: inline-block;
}

.box-right {
  width: 420px;
  height: 210px;
}

#testarea {
  vertical-align: top;
  display: inline-block;
  height: 230px;
}

#outputcontainer {
  vertical-align: top;
  display: inline-block;
  height: 230px;
  padding-right: 5px;
}

#output {
  height: 200px;
  width: 502px;
  overflow: hidden;
  color: #369;
  border-width: 1px;
  border-style: solid;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 1.1em;
  letter-spacing: 0.2px;
  padding: 2px;
}

#switches {
  display: inline-block;
}

#controls {
  display: inline-block;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



