source: trunk/style/new/style.css

Last change on this file was 907, checked in by chronos, 3 years ago
File size: 7.4 KB
Line 
1html,body
2{
3 height: 100%;
4 font-family: sans-serif;
5}
6
7.ActionMenu
8{
9 text-align: center;
10 list-style: none;
11 margin: 0px 0px 0px 0px;
12 padding: 0px 0px 0px 0px;
13}
14
15.ActionMenu li
16{
17 display: inline;
18 padding-left: 4px;
19 padding-right: 4px;
20}
21
22#MainTable
23{
24 width: 100%;
25}
26
27#MainTable td
28{
29 padding: 0px 2px 0px 2px;
30}
31
32#MainTable td td
33{
34 border-width: 0px 0px 0px 0px;
35 border-style: solid;
36 border-color: silver;
37}
38
39form
40{
41 margin: 10px 10px 10px 10px;
42}
43
44.MenuItem
45{
46 float: left;
47}
48
49.MenuItem2
50{
51 text-align: right;
52 width: 100%;
53 font-weight: normal;
54 display: block;
55}
56
57#Footer
58{
59 border-style: solid;
60 border-top-color: gray;
61 border-width: 1px 0 0 0;
62 margin-top: 7px;
63 padding-top: 2px;
64 font-size: 10px;
65 text-align: center;
66}
67
68.Navigation
69{
70 border-style: solid;
71 border-bottom-color: gray;
72 border-width: 0 0 1px 0;
73 margin-bottom: 3px;
74 padding-bottom: 2px;
75}
76
77.Navigation img
78{
79 margin: 0px 0px 0px 0px;
80 padding: 0px 0px 0px 0px;
81 border-width: 0px 0px 0px 0px;
82 vertical-align: middle;
83}
84
85.MainTitle
86{
87 padding: 3px;
88 font-size: 20px;
89 border-style: solid;
90 border-color: blue;
91 border-width: 1px;
92 background-color: #F0F0FF;
93 margin-bottom: 4px;
94}
95
96.NewsTable
97{
98 margin: 2px 0px 2px 0px;
99 padding: 2px 2px 2px 2px;
100 font-size: small;
101 border-style: solid;
102 border-color: red;
103 border-width: 0px;
104 background-color: #FFF0F0;
105 width: 100%;
106 border-collapse: collapse;
107}
108
109.NewsTable td
110{
111 padding: 2px 2px 2px 2px;
112 margin: 0px 0px 0px 0px;
113}
114
115.NewsTable th
116{
117 padding: 2px 2px 2px 2px;
118 margin: 0px 0px 0px 0px;
119}
120
121.NewsTableItem
122{
123 margin: 2px 2px 2px 2px;
124 display: none;
125 border-width: 1px;
126 border-style: solid;
127 border-color: silver;
128 background-color: white;
129 padding: 3px;
130 font-size: 9pt;
131}
132
133.NewsBaseTable
134{
135 width: 100%;
136 border-width: 0px;
137 font-size: small;
138 padding-bottom: 5px;
139 margin-bottom: 5px;
140 border-collapse: collapse;
141}
142
143.NewsBaseTable td
144{
145 padding: 2px 2px 2px 2px;
146 margin: 2px 2px 2px 2px;
147}
148
149.NewsItemFrame
150{
151 border-collapse: collapse;
152 padding: 0px;
153 margin: 2px 2px 2px 2px;
154 font-size: small;
155 color: red;
156 width: 100%;
157}
158
159.RSSIcon
160{
161 margin: 0px 0px 0px 0px;
162 border-width: 0px;
163}
164
165div.HalfWidth
166{
167 text-align: center;
168}
169
170fieldset.HalfWidth
171{
172}
173
174.SystemMessage
175{
176 background: #FFEDED;
177 border: 1px solid #992A2A;
178 border-top: 0;
179 margin: 5px;
180 padding: 0;
181 width: auto;
182}
183
184.SystemMessage h3
185{
186 background: #E3A0A0;
187 border: 1px solid #992A2A;
188 border-left: 0;
189 border-right: 0;
190 color: white;
191 font-size: small;
192 font-weight: bold;
193 margin: 0;
194 padding: 5px;
195}
196
197.SystemMessage div
198{
199 background: transparent;
200 border: 0;
201 color: #992A2A;
202 margin: 0;
203 padding: 8px;
204}
205
206.Centered
207{
208 text-align: center;
209 margin-left: auto;
210 margin-right: auto;
211}
212
213.Centered
214{
215 text-align: center;
216 margin-left: auto;
217 margin-right: auto;
218}
219
220.Form
221{
222 width: 500px;
223 text-align: center;
224 margin-left: auto;
225 margin-right: auto;
226}
227
228.BasicTable
229{
230 width: 100%;
231 text-align: center;
232 margin-left: auto;
233 margin-right: auto;
234}
235
236.BasicTable td
237{
238 text-align: left;
239 padding: 3px 3px 3px 3px;
240}
241
242.BasicTable .Header
243{
244 text-align: right;
245 padding: 3px 3px 3px 3px;
246}
247
248.ChatHistory .Year
249{
250 border-style: solid;
251 border-bottom-color: gray;
252 border-width: 0px 0px 1px 0px;
253 margin-bottom: 3px;
254 padding-bottom: 2px;
255}
256
257.ChatHistory .Year .YearContent
258{
259 margin-left: 15px;
260 margin-right: 15px;
261}
262
263.ChatHistory .Year .YearContent .Months
264{
265 border-style: solid;
266 border-bottom-color: gray;
267 border-width: 0px 0px 1px 0px;
268 margin-bottom: 3px;
269 padding-bottom: 2px;
270}
271
272.ChatHistory .Year .YearContent .Months span
273{
274 position: absolute;
275 left: 100px;
276}
277
278.ChatHistory .YearContent .Months span strong
279{
280 border-style: solid;
281 border-width: 1px;
282 border-color: black;
283 padding-left: 3px;
284}
285
286.ChatHistoryText
287{
288 font-size: small;
289 padding: 10px 0px 10px 0px;
290}
291
292.WideTable
293{
294 border-color: #A0A0A0;
295 border-style: solid;
296 border-width: 1px 1px 0px 0px;
297 border-spacing: 0px;
298 text-align: center;
299 margin-left: auto;
300 margin-right: auto;
301}
302
303.WideTable th
304{
305 border-color: #A0A0A0;
306 border-style: solid;
307 border-width: 0px 0px 1px 1px;
308 padding: 1px 5px 1px 5px;
309 background-color: #F0F0FF
310}
311
312.WideTable td
313{
314 border-color: #A0A0A0;
315 border-style: solid;
316 border-width: 0px 0px 1px 1px;
317 padding: 1px 5px 1px 5px;
318 text-align: center;
319}
320
321.Panel
322{
323 position: relative;
324 border: 1px solid #CCC;
325 margin-top: 5px;
326 margin-bottom: 5px;
327 background-image: url('images/head_cutting.gif');
328 background-repeat: repeat-x;
329 background-color: #fff;
330}
331
332.Panel .Title
333{
334 height: 17px;
335 padding: 3px 0px 0px 8px ;
336 font-size: 12px;
337 font-weight: bold;
338 color: #666;
339 text-align: left;
340 text-transform: uppercase;
341 border-bottom: 1px solid #CCC;
342}
343
344.Panel .Content
345{
346/* position: relative; */
347 overflow: hidden;
348 /*font-size: 13px;*/
349 /*color: #000000;*/
350 padding: 7px;
351}
352
353.Panel .Title .Action
354{
355 position: absolute;
356 top: 3px;
357 right: 3px;
358 white-space: nowrap;
359 color: #000;
360 font-size: 11px;
361 text-transform: capitalize;
362 font-weight: bold;
363 /*margin-right:5px;*/
364}
365
366.NewsPanel
367{
368 position: relative;
369 border: 1px solid #d99;
370 margin-bottom: 6px;
371 background-image: url('images/head_cutting_red.gif');
372 background-repeat: repeat-x;
373 background-color: #FFF;
374}
375
376.NewsPanel .Title
377{
378 height: 17px;
379 padding: 3px 0px 0px 8px ;
380 font-size: 12px;
381 font-weight: bold;
382 color: #a44;
383 text-align: left;
384 text-transform: uppercase;
385 border-bottom: 1px solid #d99;
386}
387
388.NewsPanel .Content
389{
390/* position: relative; */
391 overflow: hidden;
392 font-size: 13px;
393 /*color: #000000;*/
394 padding: 0px;
395}
396
397.NewsPanel .Title .Action
398{
399 position: absolute;
400 top: 3px;
401 right: 3px;
402 white-space: nowrap;
403 color: #000;
404 font-size: 11px;
405 /*text-transform: capitalize;*/
406 font-weight: bold;
407 /*margin-right:5px;*/
408}
409
410.NewsPanel .Title .Action A:link
411{
412 color: #c00;
413}
414
415.NewsPanel .Title .Action A:visited
416{
417 color: #600;
418}
419
420.NewsPanel .Title .Action A:active
421{
422}
423
424.NewsPanel .Title .Action A:hover
425{
426}
427
428.Rotated
429{
430 rotation: 90deg !important;
431 /* ** Hacks ** */
432 -webkit-transform: rotate(-90deg);
433 -moz-transform: rotate(-90deg);
434 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
435}
436
437.RotatedHeader
438{
439 rotation: 90deg !important;
440 /* ** Hacks ** */
441 -webkit-transform: rotate(-90deg);
442 -moz-transform: rotate(-90deg);
443 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
444 width: 8px;
445 margin-top: 28px;
446 margin-right: -6px;
447 font-size: small;
448}
449
450.BaseTable
451{
452 margin: 2px auto 2px auto;
453 border-width: 1px;
454 border-color: black;
455 border-style: solid;
456 border-collapse: collapse;
457}
458
459.BaseTable tr td
460{
461 border-width: 1px;
462 border-color: black;
463 border-style: solid;
464 padding: 2px;
465 text-align: center;
466}
467
468.BaseTable tr th
469{
470 border-width: 1px;
471 border-color: black;
472 border-style: solid;
473 padding: 2px;
474 background-color: #F0F0F0;
475 text-align: center;
476}
477
478.Tab
479{
480}
481
482.Tab ul
483{
484 list-style: none;
485 padding: 0;
486 margin: 0;
487}
488
489.Tab li
490{
491 float: left;
492 border: 1px solid #bbb;
493 border-bottom-width: 0;
494 margin: 0;
495}
496
497.Tab a
498{
499 text-decoration: none;
500 display: block;
501 background: #eee;
502 padding: 0.24em 1em;
503 text-align: center;
504}
505
506.Tab a:hover
507{
508 background: #fdd;
509}
510
511.Tab #selected
512{
513 border-color: black;
514}
515
516.Tab #selected a
517{
518 position: relative;
519 top: 1px;
520 background: white;
521 font-weight: bold;
522}
523
524.TabContent
525{
526 border: 1px solid black;
527 clear: both;
528 padding: 5px;
529}
Note: See TracBrowser for help on using the repository browser.