0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-03 21:28:41 +00:00
alerta_alerta/dashboard/v2/css/custom.css
2013-03-08 14:58:14 +00:00

121 lines
1.9 KiB
CSS

@font-face {
font-family: Sintony;
src: url('../fonts/Sintony-Regular.ttf');
}
@font-face {
font-family: Sintony;
font-weight: bold;
src: url('../fonts/Sintony-Bold.ttf');
}
table {
margin: 0;
font-family: Sintony, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
background-color: #ffffff;
font-weight: normal;
}
.table tbody tr:hover td.zero, .zero {
background-color: #ddd;
}
.status-indicator, #alerts {
cursor: pointer;
}
.status-indicator {
font-size: 14px;
}
#status-counts {
font-size: 14px;
margin-top:14px;
}
.severity-critical {
background-color: red;
}
.severity-major {
background-color: orange;
}
.severity-minor {
background-color: yellow;
}
.severity-warning {
background-color: #1E90FF; // dodger-blue
}
.severity-normal {
background-color: #00CC00;
}
.severity-informational {
background-color: #00CC00;
}
.severity-debug {
background-color: #7554BF;
}
.status-closed {
background-color: rgba(0, 0, 0, 0.5);
}
.label {
font-size: 10.998px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
}
.label {
padding: 1px 4px 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.label-critical {
background-color: #b94a48;
}
.label-major {
background-color: #f89406;
}
.label-minor {
background-color: #ffd700;
}
.label-warning {
background-color: #3a87ad;
}
.label-success {
background-color: #468847;
}
.label-inverse{
background-color: #333333;
}
.loader {
background-image: url(../img/loading.gif);
background-position: right top;
background-repeat: no-repeat;
}
.initially-hidden {
display: none;
}