/[rrd-simple-monitoring]/css/common.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

Annotation of /css/common.css

Parent Directory Parent Directory | Revision Log Revision Log


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

without prerequisities

1 dpavlin 1 TABLE
2     {
3     /*************** COSMETIC TWEAKS ********************
4     border-spacing: 0px; looks better with firefox
5     border-collapse: collapse; looks better with MSIE
6     comment/uncomment the one you want to use
7     *****************************************************/
8     /* border-spacing: 0px; */
9     border-collapse: collapse;
10     /****************************************************/
11     border: none;
12     padding: 0px;
13     }
14    
15    
16    
17     .errorMessage
18     {
19     font-weight: bold;
20     color: #cc0000;
21     }
22    
23     INPUT,SELECT,OPTION
24     {
25     font-family: Tahoma, Arial, Sans-Serif;
26     color: #3F3D3D;
27     font-size: 8pt;
28     }
29    
30    
31     TD,TH,TR
32     {
33     font-size: 8pt;
34     border: none;
35     }
36    
37     A
38     {
39     color: #3F3D3D;
40     text-decoration: none;
41     }
42    
43     A:hover
44     {
45     color: #7E7C7C;
46     text-decoration: underline;
47     }
48    
49     TABLE.infoBox
50     {
51     padding: 0px;
52     margin-top: 16px;
53     margin-left: 2px;
54     margin-right: 2px;
55     text-align: center;
56     background-color: #F0F1F5;
57     border-top: 1px #E2DECD outset;
58     border-left: 1px #E2DECD outset;
59     border-right: 1px #E2DECD outset;
60     border-bottom: 1px #E2DECD outset;
61     background-image: url(../images/border_big.gif);
62     background-repeat: repeat-x;
63     width: 240px;
64     }
65    
66     TABLE.linkBox
67     {
68     padding: 0px;
69     margin-bottom: 2px;
70     margin-left: 2px;
71     margin-right: 2px;
72     text-align: center;
73     background-color: #F0F1F5;
74     border-bottom: 1px #E2DECD outset;
75     border-left: 1px #E2DECD outset;
76     border-right: 1px #E2DECD outset;
77     border-top: 1px #E2DECD solid;
78     width: 240px;
79     }
80    
81     TABLE.filter
82     {
83     padding: 0px;
84     margin: 2px;
85     text-align: center;
86     background-color: #F0F1F5;
87     border: 1px #E2DECD outset;
88     background-image: url(../images/border_big.gif);
89     background-repeat: repeat-x;
90     width: 240px;
91     }
92    
93     TD.infoBox,TD.filter
94     {
95     padding: 2px;
96     }
97    
98     TD.linkBox
99     {
100     padding: 2px;
101     width: 240px;
102     }
103    
104     .infoMessage,.optionBoxTitle,.dataTitle,.infoBoxTitle,.filterTitle,.filterValue,.statusTitle,.itemTotalsTitle,.queueTitle,.optBoxTitle,.descriptionTitle,.navBoxTitle
105     {
106     font-weight: bold;
107     }
108    
109     .filterName
110     {
111     font-style: italic;
112     }
113    
114     DIV.infoBoxTitle
115     {
116     padding: 0px;
117     height: 20px;
118     }
119    
120     TD.filterTitle
121     {
122     text-align: center;
123     padding: 0px;
124     height: 20px;
125     vertical-align: top;
126     width: 240px;
127     }
128    
129     TABLE.data
130     {
131     margin: 2px;
132     text-align: center;
133     background-color: #F0F1F5;
134     border: 1px #E2DECD outset;
135     width: 100%;
136     }
137    
138     TH.data
139     {
140     padding: 0px;
141     border: none;
142     padding-left: 2px;
143     padding-right: 2px;
144     padding-bottom: 0px;
145     padding-top: 0px;
146     height: 20px;
147     border-right: 1px #E2DECD solid;
148     background-color: #F0F1F5;
149     background-image: url(../images/border_small.gif);
150     background-repeat: repeat-x;
151     background-position: bottom;
152     }
153    
154     TD.status
155     {
156     padding: 0px;
157     }
158    
159     TD.dataOdd
160     {
161     padding: 1px;
162     background-color: #E7E5DD;
163     height: 22px;
164     }
165    
166    
167     TD.dataEven
168     {
169     padding: 1px;
170     background-color: #DEDBD2;
171     height: 22px;
172     }
173    
174     TD.hostUP
175     {
176     padding: 1px;
177     background-color: #C0FFC0;
178     height: 22px;
179     }
180    
181    
182     TD.hostDOWN,TD.hostUNREACHABLE
183     {
184     padding: 1px;
185     background-color: #FFC0C0;
186     font-weight: bold;
187     height: 22px;
188     }
189    
190     TD.statusPENDING,TD.statusHOSTPENDING
191     {
192     padding: 1px;
193     background-color: #C0C0FF;
194     height: 22px;
195     }
196    
197     TD.statusOK,TD.statusRECOVERY,TD.statusHOSTUP,TD.serviceOK
198     {
199     padding: 1px;
200     background-color: #C0FFC0;
201     height: 22px;
202     }
203    
204    
205     TD.statusWARNING,TD.serviceWarning
206     {
207     padding: 1px;
208     background-color: #FFFFC0;
209     height: 22px;
210     }
211    
212     TD.serviceCRITICAL,TD.statusCRITICAL,TD.statusHOSTDOWN,TD.statusHOSTDOWNACK,TD.statusHOSTDOWNSCHED,TD.statusHOSTUNREACHABLE,TD.statusHOSTUNREACHABLEACK,TD.statusHOSTUNREACHABLESCHED
213     {
214     padding: 1px;
215     background-color: #FFC0C0;
216     font-weight: bold;
217     height: 22px;
218     }
219    
220    
221     TD.statusBGCRITICAL,TD.statusBGCRITICALACK,TD.statusBGCRITICALSCHED,TD.statusBGDOWN,TD.statusBGDOWNACK,TD.statusBGDOWNSCHED,TD.statusBGUNREACHABLE,TD.statusBGUNREACHABLEACK,TD.statusBGUNREACHABLESCHED
222     {
223     padding: 1px;
224     background-color: #FFEBEB;
225     height: 22px;
226     }
227    
228     TD.statusUNKNOWN,TD.statusBGUNKNOWN,TD.statusBGUNKNOWNACK,TD.statusBGUNKNOWNSCHED
229     {
230     padding: 1px;
231     height: 22px;
232     }
233    
234     TD.statusBGWARNING,TD.statusBGWARNINGACK,TD.statusBGWARNINGSCHED
235     {
236     padding: 1px;
237     background-color: #FFFFEB;
238     height: 22px;
239     }
240    
241     TD.miniStatusUP,TD.miniStatusOK
242     {
243     padding: 2px;
244     border: 2px #C0FFC0 dotted;
245     font-weight: bold;
246     text-align: center;
247     }
248    
249     TD.miniStatusDOWN,TD.miniStatusUNREACHABLE,TD.miniStatusCRITICAL
250     {
251     padding: 2px;
252     border: 2px #FFC0C0 dotted;
253     font-weight: bold;
254     text-align: center;
255     }
256    
257     TD.miniStatusPENDING
258     {
259     padding: 2px;
260     border: 2px #C0C0FF dotted;
261     font-weight: bold;
262     text-align: center;
263     }
264    
265     TD.miniStatusWARNING
266     {
267     padding: 2px;
268     border: 2px #FFFFC0 dotted;
269     font-weight: bold;
270     text-align: center;
271     }
272    
273     TD.miniStatusUNKNOWN
274     {
275     padding: 0px;
276     text-align: center;
277     }
278    
279    
280    
281     TABLE.optBox,TABLE.commandDescription,TABLE.optionBox
282     {
283     margin-top: 10px;
284     margin-bottom: 10px;
285     padding: 0px;
286     margin-left: 5px;
287     margin-right: 5px;
288     text-align: center;
289     width: 240px;
290     }
291    
292    
293     .optBoxItem
294     {
295     text-align: left;
296     }
297    
298    
299     .optBoxRequiredItem
300     {
301     color: #cc0000;
302     text-align: left;
303     }
304    
305     .navBoxItem,.navBoxDate,.navBoxFile
306     {
307     font-weight: bold;
308     }
309    
310     .dateTimeBreak
311     {
312     font-weight: bold;
313     }
314    
315     .logEntries
316     {
317     height: 22px;
318     vertical-align: middle;
319     }
320    
321     .reportSelectSubTitle,.dateSelectSubTitle,.reportSelectItem,.dateSelectItem,.reportSelectTip
322     {
323     text-align: left;
324     }
325    
326     .dataSubTitle,.reportTime,.reportDuration,.reportRange,
327     {
328     font-style: italic;
329     }
330    
331     .helpfulHint,
332     {
333     font-style: italic;
334     text-align: center;
335     }
336    
337     .reportSelectTitle,.dateSelectTitle
338     {
339     font-weight: bold;
340     margin-top: 5px;
341     text-align: center;
342     background-color: #F0F1F5;
343     border: 1px #E2DECD outset;
344     padding: 2px;
345     background-color: #F0F1F5;
346     background-image: url(../images/border_small.gif);
347     background-repeat: repeat-x;
348     background-position: bottom;
349     }
350    
351     A.statusPENDING
352     {
353     color: #8386FF;
354     }
355    
356     A.statusOK
357     {
358     color: #6FBF6F;
359     }
360    
361     A.statusWARNING
362     {
363     color: #C9C72B;
364     }
365    
366     A.statusCRITICAL
367     {
368     color: #FF6363;
369     font-weight: bold;
370     }

  ViewVC Help
Powered by ViewVC 1.1.26