201 lines
2.9 KiB
Plaintext
201 lines
2.9 KiB
Plaintext
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
h1 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
table.action.comments td p, table.action.downtimes td p {
|
|
margin: 0;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
table.action.comments td a, table.action.downtimes td a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content.processinfo table.avp th {
|
|
width: 16em;
|
|
}
|
|
|
|
p.pluginoutput {
|
|
font-size: 0.9em;
|
|
width: 100%;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
div.pluginoutput {
|
|
border-right: solid 5px @colorPetrol;
|
|
overflow: auto;
|
|
color: black;
|
|
margin-bottom: 1em;
|
|
padding: 0.2em;
|
|
}
|
|
|
|
div.pluginoutput h4 {
|
|
font-size: 0.875em;
|
|
margin: 0em;
|
|
}
|
|
|
|
div.pluginoutput pre{
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
table.objecthistory td {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
table.objecthistory td.state {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
table.objectstate {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
table.objectstate td.state {
|
|
font-size: 0.92em;
|
|
line-height: 1.8em;
|
|
padding-top: 0.5em;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
div.contacts div.contact {
|
|
background-color: #eee;
|
|
padding: 0.5em;
|
|
border: 1px solid #d9d9d9;
|
|
overflow: hidden;
|
|
margin: 0.125em;
|
|
float: left;
|
|
}
|
|
|
|
div.contacts div.contact a{
|
|
color: @colorTextDefault;
|
|
}
|
|
|
|
div.contacts div.contact > img {
|
|
width: 80px;
|
|
height: 80px;
|
|
margin-right: 8px;
|
|
float: left;
|
|
}
|
|
|
|
div.contacts div.notification-periods {
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
h1.tinystatesummary .badges {
|
|
display: inline-block;
|
|
margin-bottom: 4px;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
h1.tinystatesummary .state > a {
|
|
color: white;
|
|
font-size: 0.8em;
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
h1.tinystatesummary .state.handled a {
|
|
}
|
|
|
|
/* State badges */
|
|
span.state {
|
|
font-weight: bold;
|
|
color: white;
|
|
font-weight: bold;
|
|
padding: 1px 2px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
span.state.active {
|
|
border: 2px solid #555;
|
|
}
|
|
|
|
span.state span.state {
|
|
font-size: 1em;
|
|
margin: 0 -3px 0 5px;
|
|
}
|
|
|
|
span.state.ok {
|
|
background: @colorOk;
|
|
}
|
|
|
|
span.state.critical {
|
|
background: @colorCritical;
|
|
}
|
|
|
|
span.state.handled.critical {
|
|
background: @colorCriticalHandled;
|
|
}
|
|
|
|
span.state.warning {
|
|
background: @colorWarning;
|
|
}
|
|
|
|
span.state.handled.warning {
|
|
background: @colorWarningHandled;
|
|
}
|
|
|
|
span.state.unknown {
|
|
background: @colorUnknown;
|
|
}
|
|
|
|
span.state.handled.unknown {
|
|
background: @colorUnknownHandled;
|
|
}
|
|
|
|
span.state.pending {
|
|
background: @colorPending;
|
|
}
|
|
|
|
form.instance-features span.description, form.object-features span.description {
|
|
display: inline;
|
|
}
|
|
|
|
table.avp .customvar ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-left: 1.5em;
|
|
}
|
|
|
|
div.selection-info {
|
|
padding-top: 0.4em;
|
|
float: right;
|
|
cursor: help;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.optionbox {
|
|
margin-left: 0em;
|
|
margin-right: 3em;
|
|
}
|
|
|
|
.optionbox label {
|
|
max-width: 6.5em;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
margin-right: 0em;
|
|
}
|
|
|
|
.optionbox input {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
h1.command-title {
|
|
border: none;
|
|
}
|
|
|
|
hr.command-separator {
|
|
border: none;
|
|
border-bottom: 2px solid @colorPetrol;
|
|
} |