Sha256: 00c1b8ab44d16abc84e722df966113d22d2c7cf0d0531adacd8b753e2af8cf87

Contents?: true

Size: 1.83 KB

Versions: 3

Compression:

Stored size: 1.83 KB

Contents

.report table {
  font-family: "Junction";
  width: 700px;
  height: 160px;
  border: 2px solid black;
}
.report table th {
  text-align: center;
  font-weight: bold;
}
.report table td,
.report table th {
  padding: 2px;
}
.report table td.numeric,
.report table th.numeric {
  text-align: right;
}
.report table th, .report table td {
  border-right: 1px solid #233551;
  border-bottom: 1px solid #233551;
  border-left-width: 0px;
  border-top-width: 0px;
}
.report table th:last-child, .report table th.last, .report table td:last-child, .report table td.last {
  border-right-width: 0px;
}
.report table tbody tr:last-child th, .report table tbody tr:last-child td,
.report table tbody tr.last th,
.report table tbody tr.last td, .report table tfoot tr:last-child th, .report table tfoot tr:last-child td, .report table tfoot tr.last th, .report table tfoot tr.last td {
  border-bottom-width: 0px;
}
.report table thead th {
  border-bottom: 2px solid black;
}
.report table tfoot th, .report table tfoot td {
  border-top: 2px solid black;
}
.report table th:first-child {
  border-right: 2px solid black;
}
.report table th {
  background-color: #eeeeee;
}
.report table th.even, .report table th:nth-child(2n) {
  background-color: #eeeeee;
}
.report table tr.odd td {
  background-color: #98c67a;
}
.report table tr.odd td.even, .report table tr.odd td:nth-child(2n) {
  background-color: #98c67a;
}
.report table tr.even td {
  background-color: #7a98c6;
}
.report table tr.even td.even, .report table tr.even td:nth-child(2n) {
  background-color: #7a98c6;
}
.report table tfoot th, .report table tfoot td {
  background-color: white;
}
.report table tfoot th.even, .report table tfoot th:nth-child(2n), .report table tfoot td.even, .report table tfoot td:nth-child(2n) {
  background-color: white;
}
.report table th {
  text-align: left;
  margin-top: 0px;
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
headstart-0.3.0 generators/headstart/templates/report.css
headstart-0.1.0 generators/headstart/templates/report.css
cops-0.2.0.7 generators/blue_light_special/templates/report.css