/[rrd-simple-monitoring]/css/status.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /css/status.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Thu Jul 16 18:48:19 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/css
File size: 2566 byte(s)
import upstream http://rrd.me.uk/rrd-simple-monitoring.tar.gz

without prerequisities

1 .status
2 {
3 font-family: Tahoma, Arial, Sans-Serif;
4 background-color: #C3C7D3;
5 color: #3F3D3D;
6 font-size: 8pt;
7 }
8
9 DIV.hostTotals,DIV.serviceTotals,DIV.status
10 {
11 font-size: 8pt;
12 font-weight: bold;
13 margin-bottom: 2px;
14 }
15
16
17 TABLE.serviceTotals,TABLE.hostTotals
18 {
19 margin: 2px;
20 text-align: center;
21 background-color: #F0F1F5;
22 border: 1px #E2DECD outset;
23 width: 260px;
24 background-image: url(../images/border_big.gif);
25 background-repeat: repeat-x;
26 }
27
28 TH.hostTotals,TH.serviceTotals
29 {
30 font-weight: bold;
31 padding-left: 5px;
32 padding-right: 5px;
33 padding-bottom: 0px;
34 padding-top: 0px;
35 height: 18px;
36 border-right: 1px #E2DECD solid;
37 font-style: normal;
38 }
39
40 TD.hostTotals,TD.serviceTotals
41 {
42 padding: 0px;
43 padding-left: 2px;
44 padding-right: 2px;
45 height: 20px;
46 }
47
48 TD.hostTotalsUP,TD.serviceTotalsOK
49 {
50 padding: 0px;
51 padding-left: 2px;
52 padding-right: 2px;
53 background-image: url(../images/green.gif);
54 background-repeat: no-repeat;
55 background-position: center;
56 height: 20px;
57 }
58
59 TD.hostTotalsDOWN,TD.hostTotalsUNREACHABLE,TD.serviceTotalsCRITICAL
60 {
61 padding: 0px;
62 padding-left: 2px;
63 padding-right: 2px;
64 background-image: url(../images/red.gif);
65 background-repeat: no-repeat;
66 background-position: center;
67 height: 20px;
68 }
69
70 TD.hostTotalsPENDING,TD.serviceTotalsPENDING,TD.serviceTotalsUNKNOWN
71 {
72 padding: 0px;
73 padding-left: 2px;
74 padding-right: 2px;
75 background-image: url(../images/blue.gif);
76 background-repeat: no-repeat;
77 background-position: center;
78 height: 20px;
79 }
80
81 TD.hostTotalsPROBLEMS,TD.serviceTotalsPROBLEMS
82 {
83 padding: 0px;
84 padding-left: 2px;
85 padding-right: 2px;
86 background-image: url(../images/orange.gif);
87 background-repeat: no-repeat;
88 background-position: center;
89 height: 20px;
90 }
91
92 TD.hostTotalsPROBLEMS,TD.serviceTotalsWARNING
93 {
94 padding: 0px;
95 padding-left: 2px;
96 padding-right: 2px;
97 background-image: url(../images/yellow.gif);
98 background-repeat: no-repeat;
99 background-position: center;
100 height: 20px;
101 }
102
103
104 A.hostTotals:hover,A.serviceTotals:hover
105 {
106 text-decoration: none;
107 }
108
109
110 TABLE.status
111 {
112 margin: 2px;
113 text-align: center;
114 background-color: #F0F1F5;
115 border: 1px #E2DECD outset;
116 width: 100%;
117 }
118
119 TH.status
120 {
121 padding: 0px;
122 border: none;
123 padding-left: 2px;
124 padding-right: 2px;
125 padding-bottom: 0px;
126 padding-top: 0px;
127 height: 20px;
128 border-right: 1px #E2DECD solid;
129 background-color: #F0F1F5;
130 background-image: url(../images/border_small.gif);
131 background-repeat: repeat-x;
132 background-position: bottom;
133 }
134
135 TD.status
136 {
137 padding: 0px;
138 }
139
140 TD.statusOdd
141 {
142 padding: 1px;
143 background-color: #E7E5DD;
144 height: 22px;
145 }
146
147 TD.statusEven
148 {
149 padding: 1px;
150 background-color: #DEDBD2;
151 height: 22px;
152 }
153
154

  ViewVC Help
Powered by ViewVC 1.1.26