source: trunk/Style/Basic/Style.css

Last change on this file was 141, checked in by chronos, 2 years ago
  • Fixed: Wrap main menu on small screens.
File size: 5.8 KB
Line 
1html,body
2{
3 height: 100%;
4 font-family: sans-serif;
5}
6
7#MainTable
8{
9 width: 100%;
10}
11
12#MainTable td
13{
14 border-width: 0px 1px 0px 0px;
15 border-style: solid;
16 border-color: silver;
17 padding: 0px 1px 0px 1px;
18}
19
20#MainTable td .Panel
21{
22 border-width: 0px 0px 0px 0px;
23 border-style: solid;
24 border-color: #e0e0ff;
25 padding: 10px 5px 10px 5px;
26}
27
28#MainTable td .PanelTitle
29{
30 border-width: 0px 0px 2px 0px;
31 border-style: solid;
32 border-color: #6060ff;
33 font-weight: bold;
34 margin: 0px 0px 3px 0px;
35}
36
37#MainTable td .PanelTitleRight
38{
39 border-width: 0px 0px 2px 0px;
40 border-style: solid;
41 border-color: #6060ff;
42 margin: 0px 0px 3px 0px;
43 text-align: right;
44}
45
46#MainTable td td
47{
48 border-width: 0px 0px 0px 0px;
49 border-style: solid;
50 border-color: silver;
51}
52
53form
54{
55 margin: 10px 10px 10px 10px;
56}
57
58.MenuItem
59{
60 /*float: left;*/
61 display: inline;
62 padding: 0px 0px 0px 0px;
63 margin: 0px 0px 0px 0px;
64}
65
66.MenuItem li
67{
68 display: inline-block;
69 padding: 0px 5px 0px 5px;
70}
71
72.MenuItem2
73{
74 text-align: right;
75 width: 100%;
76 font-weight: normal;
77 display: block;
78 margin: 0px;
79 padding: 0px;
80}
81
82.MenuItem2 li
83{
84 display: inline;
85 padding-left: 6px;
86}
87
88.Footer
89{
90 border-style: solid;
91 border-top-color: gray;
92 border-width: 1px 0 0 0;
93 margin-top: 20px;
94 padding-top: 2px;
95 font-size: 10px;
96 text-align: center;
97}
98
99.Footer li
100{
101 padding-left: 3px;
102 padding-right: 3px;
103 display: inline;
104}
105
106.PageMenu
107{
108 padding: 0px;
109 margin: 5px 0px 5px 0px;
110}
111
112.PageMenu li
113{
114 padding-left: 3px;
115 padding-right: 3px;
116 display: inline;
117}
118
119.Navigation
120{
121 border-style: solid;
122 border-bottom-color: gray;
123 border-width: 0px 0px 1px 0px;
124 margin: 0px 0px 10px 0px;
125 padding: 3px 0px 3px 0px;
126}
127
128.Navigation img
129{
130 margin: 0px 0px 0px 0px;
131 padding: 0px 0px 0px 0px;
132 border-width: 0px 0px 0px 0px;
133 vertical-align: middle;
134}
135
136.RSSIcon
137{
138 margin: 0px 0px 0px 0px;
139 border-width: 0px;
140}
141
142div.HalfWidth
143{
144 text-align: center;
145}
146
147fieldset.HalfWidth
148{
149}
150
151.SystemMessage
152{
153 background: #FFEDED;
154 border: 1px solid #992A2A;
155 border-top: 0;
156 margin: 5px;
157 padding: 0;
158 width: auto;
159}
160
161.SystemMessage h3
162{
163 background: #E3A0A0;
164 border: 1px solid #992A2A;
165 border-left: 0;
166 border-right: 0;
167 color: white;
168 font-size: small;
169 font-weight: bold;
170 margin: 0;
171 padding: 5px;
172}
173
174.SystemMessage div
175{
176 background: transparent;
177 border: 0;
178 color: #992A2A;
179 margin: 0;
180 padding: 8px;
181}
182
183.Centred
184{
185 text-align: center;
186 margin-left: auto;
187 margin-right: auto;
188}
189
190.BasicTable
191{
192 width: 100%;
193 text-align: center;
194 margin-left: auto;
195 margin-right: auto;
196 vertical-align: top;
197}
198
199.BasicTable td
200{
201 text-align: left;
202 vertical-align: top;
203 padding: 3px 3px 3px 3px;
204}
205
206.BasicTable .Header
207{
208 text-align: right;
209 padding: 3px 3px 3px 3px;
210}
211
212.BasicTable .Header
213{
214 text-align: center;
215}
216
217.WideTable
218{
219 border-color: #C0C0C0;
220 border-style: solid;
221 border-width: 1px 1px 0px 0px;
222 border-spacing: 0px;
223 text-align: center;
224 margin-left: auto;
225 margin-right: auto;
226 border-collapse: collapse;
227 #width: 100%;
228}
229
230.WideTable th
231{
232 border-color: #C0C0C0;
233 border-style: solid;
234 border-width: 0px 0px 1px 1px;
235 padding: 1px 5px 1px 5px;
236 background-color: #F0F0FF
237}
238
239.WideTable th a
240{
241 text-decoration: none;
242}
243
244.WideTable img
245{
246 border: none;
247}
248
249.WideTable td
250{
251 border-color: #C0C0C0;
252 border-style: solid;
253 border-width: 0px 0px 1px 1px;
254 padding: 1px 5px 1px 5px;
255 text-align: center;
256}
257
258.Pager
259{
260 text-align: center;
261}
262
263.UserMenu
264{
265 width: 15%;
266}
267
268.Content
269{
270}
271
272h4
273{
274 text-align: center;
275 margin-bottom: 3px;
276}
277
278.News
279{
280 font-size: small;
281 width: 20%;
282 border-style: solid;
283 border-width: 1px;
284 border-color: black;
285 padding-left: 3px;
286}
287
288.News div
289{
290 padding-top: 7px;
291}
292
293.ActionMenu
294{
295 text-align: center;
296 margin-left: auto;
297 margin-right: auto;
298 padding: 0px;
299 margin: 5px 0px 5px 0px;
300}
301
302.ActionMenu li
303{
304 padding-left: 3px;
305 padding-right: 3px;
306 display: inline;
307}
308
309.Form
310{
311 width: 500px;
312 border-collapse: collapse;
313 border-color: #C8C8C8;
314 border-style: solid;
315 border-width: 1px 1px 1px 1px;
316 text-align: center;
317 margin-left: auto;
318 margin-right: auto;
319 padding: 0px;
320 background-color: #F4F4FF;
321}
322
323.Form .Group
324{
325 padding: 7px 7px 7px 7px;
326 background-color: #E8E8E8;
327 border-color: #C0C0C0;
328 border-style: solid;
329 border-width: 1px 1px 1px 1px;
330}
331
332.Form .Actions
333{
334 padding: 7px 7px 7px 7px;
335 background-color: #E8E8E8;
336 border-color: #C0C0C0;
337 border-style: solid;
338 border-width: 1px 1px 1px 1px;
339}
340
341.Form th
342{
343 padding: 7px 7px 7px 7px;
344 text-align: right;
345 vertical-align: top;
346 font-weight: normal;
347 width: 50%;
348}
349
350.Form .Value
351{
352 padding: 7px 7px 7px 7px;
353 text-align: left;
354 width: 50%;
355}
356
357.Form .Item input
358{
359 width: 300px;
360}
361
362.Form .Item textarea
363{
364 width: 300px;
365 height: 100px;
366}
367
368.Panel
369{
370 border-color: #C0C0C0;
371 border-style: solid;
372 border-width: 1px 1px 1px 1px;
373 margin-bottom: 7px;
374}
375
376.Panel .Title
377{
378 padding: 7px 7px 7px 7px;
379 border-color: #C0C0C0;
380 border-style: solid;
381 border-width: 0px 0px 1px 0px;
382 background-color: #E8E8E8;
383}
384
385.Panel .Title .Title
386{
387 border-style: none;
388 display: inline;
389 margin: 0px;
390 padding: 0px;
391}
392
393.Panel .Title .Action
394{
395 text-align: right;
396 font-weight: normal;
397 display: inline;
398 padding: 0px;
399 float: right;
400}
401
402.Panel a,
403.Panel a:link,
404.Panel a:visited,
405.Panel a:hover,
406.Panel a:active {
407 color: black;
408}
409
410.Panel .Content
411{
412 padding: 7px 7px 7px 7px;
413 overflow: auto;
414}
415
416.EventInfo
417{
418 background-color: #C0C0FF;
419}
420
421.EventWarn
422{
423 background-color: #FFFFA0;
424}
425
426.EventCrit
427{
428 background-color: #FFB0B0;
429}
430
431.StateOnline
432{
433 background-color: #E0FFE0;
434}
435
436.StateOffline
437{
438 background-color: #FFE0E0;
439}
440
441.TitlePanel
442{
443 background-color: #5050FF;
444 color: white;
445 padding: 5px 5px 5px 5px;
446 font-size: 16pt;
447}
448
449.GlobalTitle
450{
451 font-size: 20pt;
452 font-weight: bold;
453}
Note: See TracBrowser for help on using the repository browser.