nagios4/contrib/exfoliation/stylesheets/common.css

402 lines
9.9 KiB
CSS
Raw Permalink Normal View History

2017-05-19 22:22:40 +02:00
/* exfoliation: a nagios makeover */
/* version: 0.7 */
/* Copyright 2010 Matthew Wall, all rights reserved */
/* */
/* Permission to use, copy, modify, and distribute this software for any */
/* purpose with or without fee is hereby granted, provided that the above */
/* copyright notice and this permission notice appear in all copies. */
/* thanks to jacob.laack for nagiosneat */
/* thanks to nagios authors for a solid base */
/* these are reference colors for the color scheme:
color dark light border
OK: green 88d066 cce8cc 777777
WARNING: yellow ffff00 feffc1 777777
CRITICAL: red f88888 ffdddd 777777
PENDING: grey acacac fefefe 777777
UNKNOWN: orange ffbb55 ffddaa 777777
UNREACHABLE: orange ffbb55 ffddaa 777777
INDETERMINATE: purple ddccff 777777
PROBLEMS: blue aaccff 777777
ACK: aaaaaa
CUSTOM: 778899
important: blue 99aacc 777777
not important: blue aaccff 777777
table header: d0d0d0
odd rows: e7e7e7
even rows: f4f2f2
titles: 12pt
body: 10pt
table headings: 9pt
controls: 9pt
data in tables: 8pt or 9pt
*/
body {
margin: 0em;
margin: 0.8em 0.8em 2em 0.8em;
color: black;
background-color: white;
font-family: arial, verdana, serif;
font-weight: normal;
font-size: 10pt;
}
table {
border: none;
margin: 0;
}
th, td {
border: none;
padding: 0 2px 0 2px;
}
form {
margin: 0;
padding: 0;
}
a img {
border: none;
}
a {
text-decoration: none;
color: #40529b;
}
a:hover {
text-decoration: underline;
color: #3f5bcd;
}
a:active {
color: #496aef;
}
a:visited {
color: #2c3763;
}
div.navbarlogo {
margin: 0 0 10px 0;
}
div.navsection {
margin: 5px 0 10px 0;
}
div.navsectiontitle {
font-size: 9pt;
font-weight: bold;
padding: 2px;
background-color: #efefef;
border:1px solid #dddddd;
}
2017-05-19 23:37:19 +02:00
2017-05-19 22:22:40 +02:00
div.navsectionlinks {
margin: 3px 0 0 0;
}
ul.navsectionlinks {
margin: 0;
padding: 0;
list-style: none;
}
2017-05-19 23:37:19 +02:00
ul.navsectionlinks li { }
2017-05-19 22:22:40 +02:00
ul.navsectionlinks li a {
font-weight: bold;
font-size: 9pt;
text-decoration: none;
padding: 0 0 0 15px;
2017-05-19 23:37:19 +02:00
/* background: transparent url(../images/greendot.gif) no-repeat scroll 0 0; */
2017-05-19 22:22:40 +02:00
}
ul.navsectionlinks li ul {
margin: 0px;
padding: 0 0 0 30px;
list-style: none;
}
ul.navsectionlinks li ul li { }
ul.navsectionlinks li a:hover {
2017-05-19 23:37:19 +02:00
/* background: transparent url(../images/orangedot.gif) no-repeat scroll 0 0; */
color: #8391cd;
2017-05-19 22:22:40 +02:00
}
ul.navsectionlinks li ul li a {
background: none;
padding: 0;
font-weight: normal;
}
ul.navsectionlinks li ul li a:hover {
background: none;
}
ul.navsectionlinks li ul li ul {
margin: 0px;
padding: 0 0 0 15px;
list-style: none;
}
2017-05-19 23:37:19 +02:00
div.navsectionheader {
padding: 0;
margin: 0;
}
div.navsectionheader ul {
margin: 0;
padding: 0;
list-style: none;
}
div.navsectionheader ul li {
font-size: 9pt;
font-weight: bold;
padding: 0 0 0 15px;
}
div.navsectionheader ul li ul li {
font-weight: normal;
}
2017-05-19 22:22:40 +02:00
.navbarsearch {
margin: 5px 0 0 0;
}
.navbarsearch fieldset {
border: none;
}
.navbarsearch fieldset legend {
font-size: 8pt;
}
2017-05-19 23:37:19 +02:00
.navbarsearch input {
2017-05-19 22:22:40 +02:00
font-size: 9pt;
}
2017-05-19 23:37:19 +02:00
#splashpage {
2017-05-19 22:22:40 +02:00
text-align: center;
}
2017-05-19 23:37:19 +02:00
#mainbrandsplash {
2017-05-19 22:22:40 +02:00
font-size: 12pt;
font-weight: bold;
margin: 0 0 35px 0;
}
2017-05-19 23:37:19 +02:00
#maincopy {
2017-05-19 22:22:40 +02:00
margin: 0 0 15px 0;
}
2017-05-19 23:37:19 +02:00
#currentversioninfo {
2017-05-19 22:22:40 +02:00
font-size: 12pt;
}
2017-05-19 23:37:19 +02:00
#currentversioninfo .product {
2017-05-19 22:22:40 +02:00
font-size: 14pt;
font-weight: bold;
}
2017-05-19 23:37:19 +02:00
#currentversioninfo .version {
2017-05-19 22:22:40 +02:00
font-size: 14pt;
font-weight: bold;
}
2017-05-19 23:37:19 +02:00
#currentversioninfo .releasedate {
2017-05-19 22:22:40 +02:00
font-size: 11pt;
margin: 5px 0 0 0;
}
2017-05-19 23:37:19 +02:00
#currentversioninfo .checkforupdates {
2017-05-19 22:22:40 +02:00
font-size: 11pt;
font-weight: bold;
}
2017-05-19 23:37:19 +02:00
#currentversioninfo .whatsnew {
2017-05-19 22:22:40 +02:00
font-size: 11pt;
font-weight: bold;
margin: 50px 0 0 0;
}
2017-05-19 23:37:19 +02:00
#updateversioninfo {
2017-05-19 22:22:40 +02:00
margin: 15px auto 35px auto;
width: 400px;
}
2017-05-19 23:37:19 +02:00
#updateversioninfo div.submessage {
clear: left;
}
.updatechecksdisabled {
2017-05-19 22:22:40 +02:00
background-color: #FF9F9F;
border: 1px solid red;
padding: 10px;
}
2017-05-19 23:37:19 +02:00
.updatechecksdisabled div.warningmessage {
2017-05-19 22:22:40 +02:00
font-weight: bold;
}
2017-05-19 23:37:19 +02:00
.updateavailable {
2017-05-19 22:22:40 +02:00
background-color: #9FD4FF;
border: 1px solid blue;
padding: 10px;
}
2017-05-19 23:37:19 +02:00
.updateavailable div.updatemessage {
2017-05-19 22:22:40 +02:00
font-size: 12pt;
font-weight: bold;
}
2017-05-19 23:37:19 +02:00
#splashpage #mainfooter {
2017-05-19 22:22:40 +02:00
clear: both;
font-size: 8pt;
padding-top: 35px;
2017-05-19 23:37:19 +02:00
margin: auto;
width: 800px;
2017-05-19 22:22:40 +02:00
}
2017-05-19 23:37:19 +02:00
#splashpage #mainfooter .disclaimer {
2017-05-19 22:22:40 +02:00
margin: auto;
}
2017-05-19 23:37:19 +02:00
#splashpage #mainfooter .logos {
2017-05-19 22:22:40 +02:00
margin: 15px 0 0 0;
}
table.infoBox { width: 100%; }
td.infoBox { font-size: 8pt; padding: 0 0 1em 0; white-space: nowrap; }
div.infoBoxTitle { font-size: 10pt; font-weight: bold; }
div.infoBoxBadProcStatus { font-size: 8pt; font-weight: bold; color: red; }
2017-05-19 23:37:19 +02:00
.linkBox { font-size: 8pt; padding: 1px; }
2017-05-19 22:22:40 +02:00
table.linkBox td { white-space: nowrap; }
2017-05-19 23:37:19 +02:00
.filter { font-size: 8pt; padding: 1px; }
2017-05-19 22:22:40 +02:00
.filterTitle { font-size: 9pt; font-weight: bold; }
.filterName { font-size: 8pt; text-align: right; font-weight: bold; }
.filterValue { font-size: 8pt; }
.errorDescription { font-size: 10pt; text-align: center; font-weight: bold; }
.errorMessage { font-size: 10pt; text-align: center; font-weight: bold; color: red; }
.warningMessage { font-size: 10pt; text-align: center; font-weight: bold; color: red; }
.statusTitle { text-align: center; font-weight: bold; font-size: 12pt; white-space: nowrap; }
.statusSort { font-size: 8pt; }
table.data { padding: 0; }
th.data { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
2017-05-19 23:37:19 +02:00
.dataOdd { font-size: 8pt; background-color: #e7e7e7; padding: 0px 4px 0px 4px; }
.dataEven { font-size: 8pt; background-color: #f4f2f2; padding: 0px 4px 0px 4px; }
2017-05-19 22:22:40 +02:00
.dataTitle { font-size: 12pt; text-align: center; font-weight: bold; }
.dataSubTitle { font-size: 10pt; text-align: center; font-weight: bold; }
2017-05-19 23:37:19 +02:00
.optBox { font-size: 9pt; white-space: nowrap; padding: 2px 0px 0px 0px; }
2017-05-19 22:22:40 +02:00
.optBoxTitle { font-size: 10pt; font-weight: bold; text-align: center; }
2017-05-19 23:37:19 +02:00
.optBoxRequiredItem { font-size: 9pt; text-align: right; padding: 0px 5px 0px 5px; color: red; }
.optBoxItem { font-size: 9pt; text-align: right; padding: 0px 5px 0px 5px; }
2017-05-19 22:22:40 +02:00
.optBoxValue { font-size: 9pt; }
.optionBoxTitle { font-size: 10pt; text-align: center; font-weight: bold; }
2017-05-19 23:37:19 +02:00
.optionBox { font-size: 10pt; padding: 2px; }
2017-05-19 22:22:40 +02:00
.navBoxTitle { font-size: 10pt; font-weight: bold; white-space: nowrap; }
.navBoxItem { font-size: 8pt; }
.navBoxDate { font-size: 8pt; white-space: nowrap; }
.navBoxFile { font-size: 8pt; text-align: center; }
.helpfulHint { font-size: 8pt; font-style: italic; text-align: center; }
.logEntries { font-size: 8pt; white-space: nowrap; }
.dateTimeBreak { font-size: 9pt; font-weight: bold; }
.reportRange { font-size: 10pt; white-space: nowrap; }
.reportDuration { font-size: 8pt; white-space: nowrap; }
.reportTime { font-size: 8pt; white-space: nowrap; text-align: right; font-style: italic; }
.reportSelectTitle { font-size: 12pt; text-align: center; font-weight: bold; }
.reportSelectSubTitle { font-size: 9pt; text-align: right; }
.reportSelectItem { font-size: 9pt; }
.reportSelectTip { font-size: 8pt; font-style: italic; }
.dateSelectTitle { font-size: 12pt; text-align: center; font-weight: bold; }
.dateSelectSubTitle { font-size: 9pt; text-align: right; }
.dateSelectItem { font-size: 9pt; }
2017-05-19 23:37:19 +02:00
.popupText { font-size: 8pt; background-color: #eeeeaa; border: 1px solid #777777; padding: 10px 10px 10px 10px; }
2017-05-19 22:22:40 +02:00
2017-05-19 23:37:19 +02:00
.hostImportantProblem { font-size: 8pt; background-color: #88aadd; border: 1px solid #aaaaaa; padding: 0px 5px 0px 5px; }
.hostUnimportantProblem { font-size: 8pt; background-color: #aaccff; border: 1px solid #888888; padding: 0px 5px 0px 5px; }
2017-05-19 22:22:40 +02:00
2017-05-19 23:37:19 +02:00
.serviceImportantProblem { font-size: 8pt; background-color: #88aadd; border: 1px solid #aaaaaa; padding: 0px 5px 0px 5px; }
.serviceUnimportantProblem { font-size: 8pt; background-color: #aaccff; border: 1px solid #888888; padding: 0px 5px 0px 5px; }
2017-05-19 22:22:40 +02:00
2017-05-19 23:37:19 +02:00
.outageImportantProblem { font-size: 8pt; background-color: #88aadd; border: 1px solid #aaaaaa; padding: 0px 5px 0px 5px; }
.outageUnimportantProblem { font-size: 8pt; background-color: #aaccff; border: 1px solid #888888; padding: 0px 5px 0px 5px; }
2017-05-19 22:22:40 +02:00
/* Some nagios configurations have side.html rather than side.php and define */
/* a slightly different set of nav elements. */
.NavBarTitle {
font-size: 9pt;
font-weight: bold;
margin: 5px 0 10px 0;
padding: 2px;
background-color: #efefef;
2017-05-19 23:37:19 +02:00
border: 1px solid #dddddd;
2017-05-19 22:22:40 +02:00
}
.NavBarItem {
font-size: 9pt;
font-weight: bold;
list-style: none;
text-decoration: none;
margin: 0;
padding: 0 0 0 0;
}
.NavBarSearchItem {
font-size: 9pt;
}
2017-05-19 23:37:19 +02:00
2017-05-19 22:22:40 +02:00
#splashboxes {
2017-05-19 23:37:19 +02:00
margin: auto;
width: 794px;
}
.splashbox {
padding: 5px;
margin: 5px;
border: 1px solid #AAAAAA;
float: left;
text-align: left;
height: 140px;
}
.splashbox h2 {
margin: 0;
font-size: 12pt;
}
.splashbox ul {
margin: 0;
padding: 5px 5px 5px 15px;
}
.splashbox ul li {
clear: both;
}
.splashbox-media {
margin: 5px;
}
.splashbox3-empty {
margin: 5px;
border: 1px solid #AAAAAA;
width: 238px;
height: 150px;
}
.splashbox3-full {
margin: 5px;
width: 240px;
height: 152px;
}
.splashbox-clear {
clear: both;
}
#splashbox1, #splashbox2, #splashbox4 {
width: 250px;
}
2017-05-19 22:22:40 +02:00
#splashbox3 {
2017-05-19 23:37:19 +02:00
float: left;
}
#splashbox5 {
width: 500px;
}