Sha256: 084b40ae9f7bf163efee5a03379a91d3fc99e5978a0a4c7c2b78179616a4d0b9

Contents?: true

Size: 555 Bytes

Versions: 3

Compression:

Stored size: 555 Bytes

Contents

html {
  color: #fff;
  background: url(/images/background.png) bottom left repeat;
}

.header {
  font-weight: bold; font-size: 18px; text-shadow: 0px -1px 0px #000;
  font-family: 'monospace';
  text-align: center;
}

title {
}

.log {
  color: white;
  background-color: #000;
  font-size: small;
  font-family: 'monospace';
  width: 80%;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.logline {
  text-align: left;
  padding-top: 4px;
}

.logline:hover {
  background-color: red;
  color: white;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pkg-wizard-0.1.29 resources/public/screen.css
pkg-wizard-0.1.28 resources/public/screen.css
pkg-wizard-0.1.27 resources/public/screen.css