Beekeeper

 view release on metacpan or  search on metacpan

examples/dashboard/css/dashboard.css  view on Meta::CPAN

#auth .login_form {
  width: 300px;
  margin: 0 auto;
}

/* Overview */

#overview .statistic {
  margin-bottom: 0px;
}

#ovw_mem + div {
  text-transform: none;
}

#ovw_load {
  color: limegreen;
}

#chart_ovw_req {
  height: 120px;
  width: 100%; 
}

#chart_ovw_load {
  height: 120px;
  width: 100%; 
}

#chart_ovw_req .data {
  stroke: steelblue;
}

#chart_ovw_load .data {
  stroke: darkorange;
}

#overview .chart_title {
  margin-left: 55px;
  margin-top: 5px; 
  margin-bottom: -15px;
}

#bkservices th.sorting::after {
  color: rgba(0,0,0,.87);
}

#bkservices {
  text-align: right;
}

#bkservices th:first-child {
  text-align: left;
}

#bkservices td:first-child {
  text-align: left;
}

#bkservices td:first-child:hover {
  cursor: pointer;
}

#bkservices th:nth-child(2) {
  text-align: center;
}

#bkservices td:nth-child(2) {
  text-align: center;
}

#bkservices td:nth-child(5):hover {
  cursor: pointer;
}

/* Services */

#services .statistic {
  margin-bottom: 0px;
}

#services .statistics {
  margin-bottom: 10px;
}

#svc_mem + div {
  text-transform: none;
}

#svc_load {
  color: limegreen;
}

#chart_svc_load {
  height: 120px;
  width: 100%; 
}

#chart_svc_req {
  height: 120px;
  width: 100%; 
}

#chart_svc_err {
  height: 120px;
  width: 100%; 
}

#chart_svc_cpu {
  height: 120px;
  width: 100%; 
}

#chart_svc_mem {
  height: 120px;
  width: 100%; 
}

#chart_svc_load .data {
  stroke: darkorange;
}

#chart_svc_req .data {
  stroke: steelblue;
}

#chart_svc_err .data {
  stroke: red;
}

#chart_svc_cpu .data {
  stroke: darkred;
}



( run in 1.089 second using v1.01-cache-2.11-cpan-39bf76dae61 )