munin: Add default 1.4.4 configuration.
[matthijs/servers/drsnuggles.git] / etc / munin / templates / style-1.2.css
1 body, h1, h2, h3, p, span, div { 
2   font-family: verdana, helvetica, arial, sans-serif;
3   font-size: small;
4  }
5
6 body { 
7   background-color: #ffffff;
8   color: #000000;
9   
10  }
11
12 h3.nobottom {
13     margin-top: 20px;
14     margin-bottom: 0px;
15 }
16
17 div.logo { 
18   background-image: url(logo.png);
19   background-repeat: no-repeat;  
20   width: 41px;
21   height: 59px;
22
23
24 div.lighttext { 
25   background-color: #ffffff;
26   color: #777777;
27   font-style: italic;
28   
29  }
30
31 .domain { 
32   font-size: medium;
33   font-weight: bold;
34  }
35
36 .host { 
37   font-weight: bold;
38  }
39
40 .service { 
41   font-size: x-small;
42   font-weight: bold;
43  }
44
45 .center { 
46   text-align: center;
47 }
48
49 .small { 
50   font-size: smaller;
51  }
52
53 .noborder { 
54   border-width: 0px;
55   border-collapse: collapse;
56  }
57
58 table.largeinvisiblebox {
59         border-width: thin;
60         border-top: 0px;
61         border-bottom: 0px;
62         border-left: 0px;
63         border-right: 0px;
64         border-color: #999;
65         border-style: solid;
66         padding: 0px 0px 0px 0px;
67         margin: 0px 0px 0px 0px;
68         white-space: nowrap;
69         max-width: 90%;
70         width: 80%;
71 }
72
73 table.invisiblebox {
74         border-width: thin;
75         border-top: 0px;
76         border-bottom: 0px;
77         border-left: 0px;
78         border-right: 0px;
79         border-color: #999;
80         border-style: solid;
81         padding: 0px 0px 0px 0px;
82         margin: 0px 0px 0px 0px;
83         white-space: nowrap;
84         width: 1%;
85 }
86
87 td.graphbox {
88         border-width: thin;
89         border-top: 1px;
90         border-bottom: 1px;
91         border-left: 1px;
92         border-right: 1px;
93         border-color: #999;
94         border-style: solid;
95         padding: 4px 4px 4px 4px;
96         margin: 0px 0px 0px 0px;
97         white-space: nowrap;
98         width: 100%;
99 }
100
101 .box {
102         border-width: thin;
103         border-top: 1px;
104         border-bottom: 1px;
105         border-left: 1px;
106         border-right: 1px;
107         border-color: #999;
108         border-style: solid;
109         padding: 4px 4px 4px 4px;
110         margin: 2px 2px 2px 2px;
111         text-align: left;
112         width: 80%;
113         max-width: 90%
114 }
115
116 td.legendbox {
117         border-width: thin;
118         border-top: 1px;
119         border-bottom: 1px;
120         border-left: 1px;
121         border-right: 1px;
122         border-color: #999;
123         border-style: solid;
124         padding: 8px 4px 2px 2px;
125         margin: 2px 2px 2px 2px;
126         text-align: left;
127         width: 100%;
128 }
129
130 td.wrap {
131         white-space: normal;
132         max-width: 1%;
133 }
134
135 td.linkbox {
136         border-width: thin;
137         border-top: 1px;
138         border-bottom: 1px;
139         border-left: 1px;
140         border-right: 1px;
141         border-color: #999;
142         border-style: solid;
143         padding: 4px 4px 4px 4px;
144         margin: 2px 2px 2px 2px;
145         width: 100%;
146         white-space: normal;
147 }
148
149 .warntext {
150   font-weight: bold;
151   background-color: #cccc00;
152 }
153
154 .crittext {
155   font-weight: bold;
156   background-color: #ff6f22;
157 }
158
159 .ruler {
160   background-color: #999999;
161   border: 0px;
162   height: 1px;
163 }
164
165 .ruler2 {
166   background-color: #999999;
167   border: 0px;
168   height: 2px;
169 }
170
171 a.meek:link { 
172   color: #486aaf;
173   font-size: small;
174  }
175
176 a.meek:visited { 
177   color: #af1a00;
178   font-size: small;
179  }
180
181 a.meek:active { 
182   color: #486aaf;
183   font-size: small;
184  }
185
186 a.meek:hover { 
187   color: #999999;
188   font-size: small;
189  }
190
191
192 a.warn:link    { color: #cc9900; }
193 a.warn:visited { color: #cc9900; }
194 a.warn:active  { color: #cc9900; }
195 a.warn:hover   { color: #cc9900; }
196
197 a.crit:link    { color: #cc0000; } 
198 a.crit:visited { color: #cc0000; } 
199 a.crit:active  { color: #cc0000; } 
200 a.crit:hover   { color: #cc0000; } 
201
202 a:link    { color: #486aaf; } 
203 a:visited { color: #486aaf; } 
204 a:active  { color: #486aaf; } 
205 a:hover   { color: #486aaf; }