2015-02-04 10:46:36 +01:00
|
|
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-07-15 13:39:22 +02:00
|
|
|
|
2014-11-19 07:16:32 +01:00
|
|
|
h1 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
2014-03-09 22:59:49 +01:00
|
|
|
table.action.comments td p, table.action.downtimes td p {
|
2014-03-09 13:40:56 +01:00
|
|
|
margin: 0;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2014-03-09 22:59:49 +01:00
|
|
|
table.action.comments td a, table.action.downtimes td a {
|
2014-03-09 13:40:56 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-03-09 22:59:49 +01:00
|
|
|
|
2014-03-10 00:49:21 +01:00
|
|
|
.content.processinfo table.avp th {
|
|
|
|
width: 16em;
|
|
|
|
}
|
2014-06-17 14:53:39 +02:00
|
|
|
|
2014-11-06 15:49:26 +01:00
|
|
|
p.pluginoutput {
|
|
|
|
font-size: 0.9em;
|
|
|
|
width: 100%;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
2014-11-17 18:02:16 +01:00
|
|
|
div.pluginoutput {
|
2015-02-03 16:27:59 +01:00
|
|
|
overflow: auto;
|
2015-06-03 14:56:54 +02:00
|
|
|
color: #888;
|
2014-11-17 18:02:16 +01:00
|
|
|
margin-bottom: 1em;
|
|
|
|
padding: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.pluginoutput h4 {
|
|
|
|
font-size: 0.875em;
|
|
|
|
margin: 0em;
|
|
|
|
}
|
|
|
|
|
2015-06-03 14:56:54 +02:00
|
|
|
div.pluginoutput pre {
|
2014-11-17 18:02:16 +01:00
|
|
|
white-space: pre-wrap;
|
2015-06-03 14:56:54 +02:00
|
|
|
border-left: 4px solid #d8d8d8;
|
|
|
|
padding: 0.3em 0 0.3em 1em;
|
|
|
|
font-size: 0.9em;
|
2014-11-06 15:49:26 +01:00
|
|
|
}
|
|
|
|
|
2014-06-17 14:53:39 +02:00
|
|
|
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;
|
|
|
|
}
|
2014-07-17 17:33:45 +02:00
|
|
|
|
|
|
|
div.contacts div.contact {
|
2014-11-06 22:38:06 +01:00
|
|
|
background-color: #eee;
|
2014-07-17 17:33:45 +02:00
|
|
|
padding: 0.5em;
|
2014-11-06 22:38:06 +01:00
|
|
|
border: 1px solid #d9d9d9;
|
2014-07-17 17:33:45 +02:00
|
|
|
overflow: hidden;
|
|
|
|
margin: 0.125em;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2014-11-06 22:38:06 +01:00
|
|
|
div.contacts div.contact a{
|
2014-11-06 22:55:17 +01:00
|
|
|
color: @colorTextDefault;
|
2014-11-06 22:38:06 +01:00
|
|
|
}
|
|
|
|
|
2014-07-17 17:33:45 +02:00
|
|
|
div.contacts div.contact > img {
|
2014-11-06 22:38:06 +01:00
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
2014-07-17 17:33:45 +02:00
|
|
|
margin-right: 8px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.contacts div.notification-periods {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
2014-09-05 16:03:07 +02:00
|
|
|
|
2015-03-05 18:32:38 +01:00
|
|
|
.tinystatesummary {
|
2015-02-12 15:06:37 +01:00
|
|
|
.page-header();
|
|
|
|
font-size: 1em;
|
2015-04-17 10:04:24 +02:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
|
2015-02-12 15:06:37 +01:00
|
|
|
.badges {
|
2014-11-19 07:53:16 +01:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-left: 1em;
|
2015-03-05 18:32:38 +01:00
|
|
|
height: auto;
|
2015-02-12 15:06:37 +01:00
|
|
|
}
|
2015-04-17 10:04:24 +02:00
|
|
|
|
2015-02-12 15:06:37 +01:00
|
|
|
.state > a {
|
2014-11-19 07:53:16 +01:00
|
|
|
color: white;
|
2014-11-19 08:34:56 +01:00
|
|
|
font-size: 0.8em;
|
2014-11-19 07:53:16 +01:00
|
|
|
padding: 2px 5px;
|
2015-02-12 15:06:37 +01:00
|
|
|
}
|
2014-09-05 16:03:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* State badges */
|
|
|
|
span.state {
|
2014-11-19 07:53:16 +01:00
|
|
|
font-weight: bold;
|
2014-09-05 16:03:07 +02:00
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 1px 2px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.active {
|
2014-11-19 07:53:16 +01:00
|
|
|
border: 2px solid #555;
|
2014-09-05 16:03:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.state span.state {
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0 -3px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.ok {
|
|
|
|
background: @colorOk;
|
|
|
|
}
|
|
|
|
|
2015-03-06 16:13:00 +01:00
|
|
|
span.state.up {
|
|
|
|
background: @colorOk;
|
|
|
|
}
|
|
|
|
|
2014-09-05 16:03:07 +02:00
|
|
|
span.state.critical {
|
|
|
|
background: @colorCritical;
|
|
|
|
}
|
|
|
|
|
2015-03-06 16:13:00 +01:00
|
|
|
span.state.down {
|
|
|
|
background: @colorCritical;
|
|
|
|
}
|
|
|
|
|
2014-09-05 16:03:07 +02:00
|
|
|
span.state.handled.critical {
|
|
|
|
background: @colorCriticalHandled;
|
|
|
|
}
|
|
|
|
|
2015-03-06 16:13:00 +01:00
|
|
|
span.state.handled.down {
|
|
|
|
background: @colorCriticalHandled;
|
|
|
|
}
|
|
|
|
|
2014-09-05 16:03:07 +02:00
|
|
|
span.state.warning {
|
|
|
|
background: @colorWarning;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.handled.warning {
|
|
|
|
background: @colorWarningHandled;
|
2014-09-24 07:43:33 +02:00
|
|
|
}
|
2014-09-05 16:03:07 +02:00
|
|
|
|
|
|
|
span.state.unknown {
|
|
|
|
background: @colorUnknown;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.handled.unknown {
|
|
|
|
background: @colorUnknownHandled;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.pending {
|
|
|
|
background: @colorPending;
|
|
|
|
}
|
2014-09-24 07:43:33 +02:00
|
|
|
|
|
|
|
form.instance-features span.description, form.object-features span.description {
|
|
|
|
display: inline;
|
|
|
|
}
|
2014-10-08 16:17:43 +02:00
|
|
|
|
2015-03-03 14:34:08 +01:00
|
|
|
.boxview div.box form.instance-features div.header {
|
|
|
|
border-bottom: 1px solid #d9d9d9;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
border: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-03 14:52:45 +01:00
|
|
|
table.avp form.object-features div.header h4 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-06-03 14:56:23 +02:00
|
|
|
table.avp {
|
|
|
|
th {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 0.9em;
|
|
|
|
padding-top: 0.2em;
|
|
|
|
padding-bottom: 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
color: #666;
|
|
|
|
padding-bottom: 0.3em;
|
|
|
|
th, td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a, button.link-like {
|
|
|
|
color: @colorPetrol;
|
|
|
|
}
|
|
|
|
|
|
|
|
.go-ahead {
|
|
|
|
a, button.link-like {
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-11-06 16:12:07 +01:00
|
|
|
table.avp .customvar ul {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
padding-left: 1.5em;
|
2014-10-08 16:17:43 +02:00
|
|
|
}
|
2014-11-13 12:50:39 +01:00
|
|
|
|
|
|
|
div.selection-info {
|
2014-11-19 10:17:09 +01:00
|
|
|
padding-top: 0.4em;
|
2014-11-17 18:02:16 +01:00
|
|
|
float: right;
|
2014-11-19 10:17:09 +01:00
|
|
|
cursor: help;
|
|
|
|
font-size: 0.8em;
|
2014-11-13 12:50:39 +01:00
|
|
|
}
|
2014-11-18 19:12:53 +01:00
|
|
|
|
|
|
|
.optionbox {
|
|
|
|
margin-left: 0em;
|
|
|
|
margin-right: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionbox label {
|
|
|
|
max-width: 6.5em;
|
|
|
|
text-align: left;
|
2015-03-05 18:32:38 +01:00
|
|
|
vertgical-align: middle;
|
2014-11-18 19:12:53 +01:00
|
|
|
margin-right: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionbox input {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-02-02 16:30:52 +01:00
|
|
|
|
2015-03-03 09:53:25 +01:00
|
|
|
.object-command form h1, .objects-command form h1 {
|
2015-02-02 16:30:52 +01:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr.command-separator {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 2px solid @colorPetrol;
|
2015-02-03 16:27:59 +01:00
|
|
|
}
|
2015-04-15 15:28:34 +02:00
|
|
|
|
2015-04-30 16:12:36 +02:00
|
|
|
div.backend-not-running {
|
|
|
|
background: @colorCritical;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0.1em;
|
2015-03-03 14:34:08 +01:00
|
|
|
}
|
2015-05-21 14:57:01 +02:00
|
|
|
|
2015-04-15 15:28:34 +02:00
|
|
|
td.state {
|
|
|
|
.time-ago,
|
|
|
|
.time-since,
|
|
|
|
.time-until {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
}
|
2015-06-03 14:56:23 +02:00
|
|
|
|
|
|
|
.inline-comments {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
.time-ago {
|
|
|
|
font-style: italic;
|
|
|
|
color: #919191;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
border-bottom: 1px solid gray;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: inherit;
|
|
|
|
color: inherit;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 .author {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 form {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 form {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
li:hover h4 {
|
|
|
|
background: #F9F9F9;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
form {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|