Sha256: 4f6a9a9e6ecd670e12c32bb91133524418fc817f4d4e895d627c7159ed6b9af4

Contents?: true

Size: 665 Bytes

Versions: 3

Compression:

Stored size: 665 Bytes

Contents

#slinky-error {
  font-family: Helvetica, Arial, Sans-Serif;
}

#slinky-error .slinky-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: rgb(141, 55, 55);
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  color: whitesmoke;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  z-index: 100000;
}

#slinky-error .slinky-body {
  position: absolute;
  top: 100px; left: 0; right: 0;
  padding: 0 50px;
  padding-bottom: 20px;
  font-size: 1.25em;
  color: black;
  background-color: whitesmoke;
  border-bottom: 1px solid #aaa;
  z-index: 100000;  
}

#slinky-error .slinky-body li {
  padding-top: 20px;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slinky-0.8.3 lib/slinky/templates/error.css
slinky-0.8.2 lib/slinky/templates/error.css
slinky-0.8.1 lib/slinky/templates/error.css