Sha256: bee60cbefbaad0daaf2c3ac44b952e53bb426fc2bbcf3d56fcc98d9b6574b62f

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

/**************************************/
/*              GLOBALS               */
/**************************************/

body {
  color: #404040;
  overflow-y: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

a:link { color: #057080; }
a:hover { color: #EB6C20; }
hr { margin:0px; }

a:link.negative, a:visited.negative {
  color: #D12F19;
}

a:link.positive:link, a:visited.positive {
  color: #529214;
}

a:link, a:visited, #header a:hover, #menu a:hover {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

#content {
  margin-top: 10px;
  padding: 0px 4px 4px 4px;
  background-color: transparent;
}

pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
 color: #404040;
}

pre {
  padding-left: 20px;
  margin: 0px;
}

table.blank, table.blank tr, table.blank td, table.blank th {
  border:0px;
  border-collapse:collapse;
  margin:0px;
  padding:0px;
}

table.padded td, table.padded.th {
  padding:5px;
}

.field_with_errors, .field_with_errors_cleared {
  display: inline;
}

.field_with_errors input, .field_with_errors textarea, .field_with_errors select {
  background-color: #FB4E50;
}

.fieldset_with_errors {
  background-color: #F9E8E8;
  border-color: #FB4E50;
}

.fieldset_with_errors legend {
  background-color: #F9E8E8;
  border: 1px solid #FB4E50;
}

.field_with_errors_cleared input, .field_with_errors_cleared textarea {
/*  background-color: #66FF66;*/
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contour-0.10.2 app/assets/stylesheets/contour/global.css