Sha256: cd4076133484dc2661d12b9b9939687a6064c9c5b9162baee588bdbe0771627e

Contents?: true

Size: 776 Bytes

Versions: 3

Compression:

Stored size: 776 Bytes

Contents

body {
  text-align: center;
  margin: 0;
  font-family: "Times New Roman", "Serif";
}

div {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 96px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Sans Serif";
  margin: 0;
}

p {
  font-size: 120%;
}

a {
  text-decoration: none;
  color: inherit;
}

.clear {
  border: none;
  clear: both;
}

.build {
  overflow: hidden;
}

.build .border {
  height: 100%;
  border: black 1px solid;
  display: table;
  width: 100%;
}

.build .content {
  display: table-cell;
  vertical-align: middle;
}

.success {
  background-color: #669933;
  color: #F2F2F2;
}

.failure {
  background-color: #E83454;
  color: #F2F2F2;
}

.unknown {
  background-color: #999999;
}

.building h1 {
  text-decoration: blink;
  font-style: italic;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
greenscreen-0.1.2 lib/greenscreen/public/styles.css
greenscreen-0.1.1 lib/greenscreen/public/styles.css
greenscreen-0.1.0 lib/greenscreen/public/styles.css