1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
.avail { font-family: arial,serif; background-color: white; color: black; font-size: 10pt; }
.errorMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 12pt; }
.errorDescription { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; }
.warningMessage { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 10pt; }
.infoBox { font-family: arial,serif; font-size: 8pt; background-color: #C4C2C2; padding: 2; }
.infoBoxTitle { font-family: arial,serif; font-size: 10pt; font-weight: bold; }
.infoBoxBadProcStatus { font-family: arial,serif; color: red; }
A.homepageURL: Hover { font-family: arial,serif; color: red; }
.linkBox { font-family: arial,serif; font-size: 8pt; background-color: #DBDBDB; padding: 1; }
.reportRange { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; }
.reportDuration { font-family: arial,serif; text-align: center; font-size: 8pt; }
.reportTime { font-family: arial,serif; text-align: center; font-size: 8pt; }
.dataTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; }
TABLE.data { font-family: arial,serif; font-size: 10pt; background-color: white; padding: 2; }
TH.data { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; }
.dataOdd { font-family: arial,serif; font-size: 10pt; background-color: #DBDBDB; }
.dataEven { font-family: arial,serif; font-size: 10pt; background-color: #C4C2C2; }
.optionBoxTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 10pt; }
.optionBox { font-family: arial,serif; font-size: 10pt; background-color: #EEEEF4; padding: 2; }
.hostUP { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #33FF00; font-weight: bold; }
.hostDOWN { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #F83838; font-weight: bold; }
.hostUNREACHABLE { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #F83838; font-weight: bold; }
.serviceOK { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #33FF00; font-weight: bold; }
.serviceWARNING { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #FFFF00; font-weight: bold; }
.serviceUNKNOWN { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #FF9900; font-weight: bold; }
.serviceCRITICAL { font-family: arial,serif; font-size: 10pt; text-align: left; background-color: #F83838; font-weight: bold; }
.optBox { font-family: arial narrow,serif; font-size: 10pt; font-weight: bold; }
.optBoxItem { font-family: arial,serif; font-size: 8pt; font-weight: bold; color: red; }
.helpfulHint { font-family: arial,serif; text-align: left; font-size: 8pt; font-style: italic; text-align: center; }
.dateSelectTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; }
.dateSelectSubTitle { font-family: arial,serif; text-align: left; font-weight: bold; font-size: 10pt; }
.dateSelectItem { font-family: arial,serif; text-align: left; font-size: 8pt; }
.reportSelectTip { font-family: arial,serif; text-align: left; font-size: 8pt; font-style: italic; }
.reportSelectTitle { font-family: arial,serif; text-align: center; font-weight: bold; font-size: 12pt; }
.reportSelectSubTitle { font-family: arial,serif; text-align: right; font-size: 10pt; }
.reportSelectItem { font-family: arial,serif; text-align: left; font-size: 8pt; }
TABLE.logEntries { font-family: arial,serif; font-size: 8pt; background-color: white; padding: 3; }
TH.logEntries { font-family: arial,serif; font-size: 10pt; background-color: white; text-align: left; background-color: #999797; color: #DCE5C1; }
.logEntriesEven { font-family: arial,serif; font-size: 8pt; background-color: white; text-align: left; background-color: #C4C2C2; color: black; }
.logEntriesOdd { font-family: arial,serif; font-size: 8pt; background-color: white; text-align: left; background-color: #DBDBDB; color: black; }
.logEntriesINDETERMINATE { font-family: arial,serif; font-size: 8pt; background-color: #ACACAC; }
.logEntriesOK { font-family: arial,serif; font-size: 8pt; background-color: #33FF00; }
.logEntriesUNKNOWN { font-family: arial,serif; font-size: 8pt; background-color: #FF9900; }
.logEntriesWARNING { font-family: arial,serif; font-size: 8pt; background-color: #FFFF00; }
.logEntriesCRITICAL { font-family: arial,serif; font-size: 8pt; background-color: #F83838; }
.logEntriesUP { font-family: arial,serif; font-size: 8pt; background-color: #33FF00; }
.logEntriesDOWN { font-family: arial,serif; font-size: 8pt; background-color: #F83838; }
.logEntriesUNREACHABLE { font-family: arial,serif; font-size: 8pt; background-color: #F83838; }
|