Sha256: eddcee2900b74306bce5e8708b0204870b9a0edd70bcc7cd03fa20cf22f0fda4

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

body {
  padding-top: 40px;
}

/* http://www.w3schools.com/cssref/css_colornames.asp */
.blue         { color: steelblue;      }
.green        { color: mediumseagreen; }
.red          { color: orangered;      }
.yellow       { color: darkorange;     }
.cyan         { color: darkcyan;       }
.magenta      { color: darkorchid;     }
.bold.blue    { color: dodgerblue;     }
.bold.green   { color: yellowgreen;    }
.bold.red     { color: crimson;        }
.bold.yellow  { color: orange;         }
.bold.cyan    { color: darkcyan;       }
.bold.magenta { color: mediumorchid;   }

.modal {
  /* TODO: modal placement */
}

.navbar .brand {
  font-weight: bold;
  font-style:  italic;
}

.chart {
  height: 200px;
  margin-bottom: 20px;
}

#stat_table td, #stat_table th {
  text-align: right;
}

#stat_table tbody {
}

#info_table th {
  font-style: italic;
}

.footer {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.footer p {
  margin-bottom: 0;
  padding: 5px;
  color: #777;
}

.footer-links {
  margin: 10px 0;
}

.footer-links li {
  display: inline;
  margin-right: 10px;
}


/* jqplot */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis-stat-0.3.0-java lib/redis-stat/server/public/css/site.css
redis-stat-0.3.0 lib/redis-stat/server/public/css/site.css