328 lines
5.6 KiB
CSS
328 lines
5.6 KiB
CSS
|
/* ==========================================================================
|
||
|
Icinga Design
|
||
|
========================================================================== */
|
||
|
|
||
|
html {
|
||
|
font-family: sans-serif; /* 1 */
|
||
|
-ms-text-size-adjust: 100%; /* 2 */
|
||
|
-webkit-text-size-adjust: 100%; /* 2 */
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 0;
|
||
|
color: #262625;
|
||
|
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
line-height: 18px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Links
|
||
|
========================================================================== */
|
||
|
|
||
|
a {
|
||
|
color: #049baf;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Address `outline` inconsistency between Chrome and other browsers.
|
||
|
*/
|
||
|
|
||
|
a:focus {
|
||
|
outline: thin dotted;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Improve readability when focused and also mouse hovered in all browsers.
|
||
|
*/
|
||
|
|
||
|
a:active,
|
||
|
a:hover {
|
||
|
outline: 0;
|
||
|
color: #049baf;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Typography
|
||
|
========================================================================== */
|
||
|
|
||
|
/**
|
||
|
* Address variable `h1` font-size and margin within `section` and `article`
|
||
|
* contexts in Firefox 4+, Safari 5, and Chrome.
|
||
|
*/
|
||
|
|
||
|
h1 {
|
||
|
color: #262625;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
color: #262625;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
|
||
|
p {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Tables
|
||
|
========================================================================== */
|
||
|
|
||
|
|
||
|
table, th, td {
|
||
|
text-align: left;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
border-collapse: collapse;
|
||
|
border-spacing: 0;
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
font-weight: bold;
|
||
|
font-size: 18px;
|
||
|
padding: 8px 8px 10px 8px;
|
||
|
border-bottom: 2px solid #ddd;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
padding: 8px 10px 8px 8px !important;
|
||
|
border-bottom: 1px dotted #ddd !important;
|
||
|
border-top: none;
|
||
|
|
||
|
}
|
||
|
|
||
|
.pull-right {
|
||
|
float: right !important;
|
||
|
clear: right !important;
|
||
|
|
||
|
display: block;
|
||
|
clear: right;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.badge-container {
|
||
|
display: block;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
|
||
|
.badge {
|
||
|
background-color: #fff;
|
||
|
border-radius: 2px;
|
||
|
color: #ff3300;
|
||
|
display: inline-block;
|
||
|
font-size: 12px;
|
||
|
font-weight: bold;
|
||
|
line-height: 1;
|
||
|
min-width: 10px;
|
||
|
padding-bottom: 3px;
|
||
|
padding-left: 10px;
|
||
|
padding-right: 10px;
|
||
|
padding-top: 3px;
|
||
|
text-align: center;
|
||
|
vertical-align: baseline;
|
||
|
white-space: nowrap;
|
||
|
border: 1px solid #ff3300;
|
||
|
|
||
|
}
|
||
|
|
||
|
.badge a,
|
||
|
.badge a:active,
|
||
|
.badge a:hover,
|
||
|
.badge:hover {
|
||
|
color: #ff3300 !important;
|
||
|
display: block !important;
|
||
|
|
||
|
}
|
||
|
|
||
|
.host-name {
|
||
|
display: block;
|
||
|
margin-top: 5px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
|
||
|
.active {
|
||
|
background-color: #f5f5f5;
|
||
|
|
||
|
}
|
||
|
|
||
|
.output-text {
|
||
|
font-size: 12px;
|
||
|
line-height: 14px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Forms
|
||
|
========================================================================== */
|
||
|
|
||
|
|
||
|
.form-inline .form-group {
|
||
|
display: inline-block;
|
||
|
margin-bottom: 0;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
.form-group {
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
display: inline-block;
|
||
|
font-weight: bold;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.input-sm {
|
||
|
border-radius: 3px;
|
||
|
font-size: 16px;
|
||
|
|
||
|
|
||
|
padding: 5px;
|
||
|
margin-right: 15px;
|
||
|
|
||
|
}
|
||
|
.form-control {
|
||
|
background-color: #FFFFFF;
|
||
|
border: 1px solid #CCCCCC;
|
||
|
border-radius: 4px;
|
||
|
padding: 5px;
|
||
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
|
||
|
color: #555555;
|
||
|
display: block;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
vertical-align: middle;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
select.input-sm {
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Pagination
|
||
|
========================================================================== */
|
||
|
|
||
|
.pagination > .active > a,
|
||
|
.pagination > .active > span,
|
||
|
.pagination > .active > a:hover,
|
||
|
.pagination > .active > span:hover,
|
||
|
.pagination > .active > a:focus,
|
||
|
.pagination > .active > span:focus {
|
||
|
|
||
|
background-color: #049baf !important;
|
||
|
border-color: fuchsia !mportant;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
.pagination-sm > li > a, .pagination-sm > li > span {
|
||
|
font-size: 16px !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Status colors
|
||
|
========================================================================== */
|
||
|
|
||
|
.status-up {
|
||
|
background-color: #00cc33; /* green */
|
||
|
}
|
||
|
|
||
|
.status-warning {
|
||
|
background-color: #00cc33; /* xx */
|
||
|
}
|
||
|
|
||
|
.status-critical {
|
||
|
background-color: #ff3300; /* red */
|
||
|
}
|
||
|
|
||
|
.status-unknown {
|
||
|
background-color: #00cc33; /* xx */
|
||
|
}
|
||
|
|
||
|
.status-pending {
|
||
|
background-color: #00cc33; /* xx */
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/** Service status **/
|
||
|
|
||
|
.tacheader-status-critical {
|
||
|
background-color: #FF3300;
|
||
|
}
|
||
|
|
||
|
.tacheader-status-ok {
|
||
|
background-color: #00CC33;
|
||
|
}
|
||
|
|
||
|
.tacheader-status-warning {
|
||
|
background-color: #FFA500;
|
||
|
}
|
||
|
|
||
|
.tacheader-status-unknown {
|
||
|
background-color: #E066FF;
|
||
|
}
|
||
|
|
||
|
/** Host status **/
|
||
|
|
||
|
.tacheader-status-unreachable {
|
||
|
background-color: #E066FF;
|
||
|
}
|
||
|
|
||
|
.tacheader-status-down {
|
||
|
background-color: #FF3300;
|
||
|
}
|
||
|
|
||
|
.tacheader-status-up {
|
||
|
background-color: #00CC33;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/* ==========================================================================
|
||
|
Icons
|
||
|
========================================================================== */
|
||
|
|
||
|
.icon-table {
|
||
|
width: 16px;
|
||
|
height: 20px;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.icon-flapping {
|
||
|
background-image: url('images/flapping.png');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: 50% 0;
|
||
|
|
||
|
}
|
||
|
.icon-comment {
|
||
|
background-image: url('images/comment.png');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: 0 0;
|
||
|
}
|
||
|
.icon-unhandled {
|
||
|
background-image: url('images/unhandled.png');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: 0 0;
|
||
|
}
|