blob: 3b10581b5be65eb631dac5ab120f5a58d4caca2b [file] [log] [blame]
Felix Meschbergerca29a962008-05-16 11:59:32 +00001/*
2 * Licensed to the Apache Software Foundation (ASF) under one or more
3 * contributor license agreements. See the NOTICE file distributed with
4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */ /* CSS Document */
17#main {
18 font-family: Verdana, Arial, Helvetica, sans-serif;
19 font-size: 10px;
20 color: black;
21 background-color: white;
22 border-collapse: collapse;
23 padding: 0px;
Felix Meschberger1de16782009-05-11 08:48:39 +000024 margin: 30px;
Felix Meschbergerca29a962008-05-16 11:59:32 +000025 position: absolute;
26 text-align: left;
27 border-color: black;
28}
29
30#lead {
31 color: #00678C;
32 /* color: #ffffff; */
33 margin: 0px 0px 26px 0px;
34 padding: 0px;
Felix Meschbergerca29a962008-05-16 11:59:32 +000035 height: 100px;
36}
37
38#lead h1 { /*
39 background-image: url(../imgs/banner_left.jpg);
40 background-repeat: no-repeat;
41 */
42 margin: 0px;
43 padding: 5px 0 0 8px;
Felix Meschberger9b3c4e02008-06-02 13:52:15 +000044 font-size: 300%;
Felix Meschbergerca29a962008-05-16 11:59:32 +000045 font-weight: bold;
46 line-height: 120%;
47 height: 95px;
48 /* account for 5px top marging to get a total of 100px */
49 float: left;
50}
51
52#lead br {
53 line-height: 20px;
54}
55
56#lead p { /*
57 background-image: url(../imgs/banner_right.jpg);
58 background-repeat: no-repeat;
59 border-left: 1px solid;
60 */
61 margin: 0px;
62 padding: 0px;
63 height: 100px;
64 float: right;
65}
66
67#technav {
68 border-bottom: 1px solid #6181A9;
69 border-top: 1px solid #6181A9;
70 color: black;
71 font-size: 10px;
72 font-weight: bold;
73 /*
74 border-top: 1px solid black;
75 */
Felix Meschbergerc81740b2008-09-09 13:15:19 +000076 line-height: 21px;
Felix Meschbergerca29a962008-05-16 11:59:32 +000077 padding: 0;
78 margin: 0;
79}
80
81#technav a {
Felix Meschbergerc81740b2008-09-09 13:15:19 +000082 /*
Felix Meschbergerca29a962008-05-16 11:59:32 +000083 display: block;
84 float: left;
Felix Meschbergerc81740b2008-09-09 13:15:19 +000085 */
Felix Meschbergerca29a962008-05-16 11:59:32 +000086 text-decoration: none;
87 padding: 3px 10px 3px 10px;
88 color: #6181A9;
89 text-decoration: none;
90}
91
92#technav a:hover {
93 background-color: black;
94}
95
96#technav .technavat {
Felix Meschbergerc81740b2008-09-09 13:15:19 +000097 /*
Felix Meschbergerca29a962008-05-16 11:59:32 +000098 display: block;
99 float: left;
Felix Meschbergerc81740b2008-09-09 13:15:19 +0000100 */
Felix Meschbergerca29a962008-05-16 11:59:32 +0000101 text-decoration: none;
102 padding: 3px 10px 3px 10px;
103 background-color: #B6CAE4;
104 color: black;
105}
106
107#claim {
108 color: white;
109 background-color: black;
110 padding: 2px 10px 2px 10px;
111}
112
113#claim p {
114 margin: 0;
115 padding: 0;
116}
117
118#claim a {
119 color: #C5E2EE;
120 text-decoration: none;
121}
122
123/*
124.claimcell A:link {
125 color: #C5E2EE;
126 text-decoration: none;
127}
128
129.claimcell A:visited {
130 color: #C5E2EE;
131 text-decoration: none;
132}
133*/
134#claim a:hover {
135 color: #99FF33;
136 border-bottom: 1px solid;
137}
138
139#claim a:active {
140 color: #FFFFFF;
141}
142
143/* old styles */
144table {
145 text-align: left;
146}
147
148table.content {
149 clear: both;
150 font-size: 10px;
151 line-height: 13px;
152 border: 0px solid #66dd44;
153 border-top: 1px solid #cccccc;
154 padding: 0px;
155 margin: 0px;
156 margin-top: 26px;
157 margin-bottom: 26px;
Felix Meschbergerca29a962008-05-16 11:59:32 +0000158 text-align: left;
159}
160
161tr {
162 border-left: 1px solid #cccccc;
163 border-right: 1px solid #cccccc;
164}
165
166td.content {
167 color: #333333;
168 border: 0px solid #66dd44;
169 border-bottom: 1px solid #cccccc;
170 vertical-align: middle;
171 padding: 5px;
172}
173
Felix Meschberger88c3dcb2008-06-25 08:44:16 +0000174td.aligntop {
175 vertical-align: top;
176}
177
Felix Meschberger9ecbf902008-06-13 15:27:57 +0000178td.content img {
179 width: 10px;
180 height: 10px;
181}
182
Felix Meschbergerca29a962008-05-16 11:59:32 +0000183td.disabled {
184 color: #999999;
185}
186
187th.content {
188 color: #333333;
189 border: 0px solid #66dd44;
190 border-bottom: 1px solid #cccccc;
191 text-align: left;
192 padding: 5px;
193 padding-left: 10px;
194}
195
196.right {
197 text-align: right;
198}
199.center {
200 text-align: center;
201}
202
203th.container {
204 color: #6181A9;
205 background-color: #f0f0f0;
206}
207
208th.important {
209 color: #B81833;
210}
211
212.important {
213 color: #B81833;
214}
215
216#maintable { /* postion: absolute; */
217 font-size: 10px;
218 line-height: 13px;
219 border: 1px solid #000000;
220 padding: 0px;
221 margin: 0px;
Felix Meschbergerca29a962008-05-16 11:59:32 +0000222}
223
224.toolcell {
225 font-size: 10px;
226 color: #999999;
227 line-height: 10px;
228 background-color: #000000;
229 height: 18px;
Felix Meschbergerca29a962008-05-16 11:59:32 +0000230 padding: 0px;
231 padding-bottom: 1px;
232 text-align: left;
233}
234
235.toolcell A:link {
236 color: #C5E2EE;
237 text-decoration: none;
238}
239
240.toolcell A:visited {
241 color: #C5E2EE;
242 text-decoration: none;
243}
244
245.toolcell A:hover {
246 color: #99FF33;
247 text-decoration: none;
248 border-bottom: 1px solid;
249}
250
251.toolcell A:active {
252 color: #FFFFFF;
253 text-decoration: none;
254}
255
256.leadcell {
257 margin: 0px;
258 padding: 0px;
259 border: 0px solid #000000;
260 width: 718px;
261 height: 100px;
262 background-image: url(../imgs/banner_left.jpg);
263 vertical-align: top;
264}
265
266.leadcelltext {
267 position: absolute;
268 border: 0px solid #000000;
269 font-size: 26px;
270 line-height: 32px;
271 margin-top: 5px;
272 margin-left: 8px;
273 color: #ffffff;
274 vertical-align: top;
275}
276
277.logocell {
278 border-left: 1px solid #000000;
279 width: 239px;
280 background-image: url(../imgs/banner_right.jpg);
281}
282
283#technavcell {
284 font-size: 10px;
285 font-weight: bold;
286 border: 0px solid #000000;
287 border-top: 1px solid #000000;
288 height: 21px;
289 background-color: #6181A9;
290}
291
292/*
293#technav A:link {
294 float: left;
295 display: block;
296 color: #ffffff;
297 border: 0px solid #000000;
298 border-right: 1px solid #000000;
299 height: 21px;
300 text-decoration: none;
301 padding: 0px 10px 0px 10px;
302 background-color: #6181A9;
303}
304
305#technav A:visited {
306 float: left;
307 display: block;
308 color: #ffffff;
309 border-right: 1px solid #000000;
310 height: 21px;
311 text-decoration: none;
312 padding: 0px 10px 0px 10px;
313 background-color: #6181A9;
314}
315
316#technav A:hover {
317 float: left;
318 display: block;
319 color: #ffffff;
320 border-right: 1px solid #000000;
321 height: 21px;
322 text-decoration: none;
323 padding: 0px 10px 0px 10px;
324 background-color: #000000;
325}
326
327#technav A:active {
328 float: left;
329 display: block;
330 color: #ffffff;
331 border-right: 1px solid #000000;
332 height: 21px;
333 text-decoration: none;
334 padding: 0px 10px 0px 10px;
335 background-color: #6181A9;
336}
337*/
Felix Meschberger1de16782009-05-11 08:48:39 +0000338.techcontentcell {
Felix Meschbergerca29a962008-05-16 11:59:32 +0000339 border: 0px solid #000000;
340 border-top: 1px solid #000000;
341}
342
343.relatedcell {
344 border-left: 1px solid #000000;
345 border-top: 1px solid #000000;
Felix Meschbergerca29a962008-05-16 11:59:32 +0000346 background-color: #EBF0F6;
347}
348
Felix Meschberger1de16782009-05-11 08:48:39 +0000349/* CENTRAL CONTENT AREA STYLING */
Felix Meschbergerca29a962008-05-16 11:59:32 +0000350.content {
351 position: relative;
352 margin: 25px;
353 font-size: 11px;
354 line-height: 16px;
355 color: #000000;
356}
357
358.content A:link {
359 color: #336600;
360 text-decoration: underline;
361}
362
363.content A:visited {
364 color: #666666;
365 text-decoration: underline;
366}
367
368.content A:hover {
369 color: #ffffff;
370 background-color: #336600;
371 text-decoration: none;
372}
373
374.content A:active {
375 color: #ffffff;
376 background-color: #000000;
377 text-decoration: none;
378}
379
380body {
381 background-color: white;
382}
383
384/* TEXT STYLING */ /*
385h1, h2, h3, h4, h5, h6, p
386
387 {
388 margin: 0px;
389 margin-bottom: 8px;
390 font-size: 11px;
391 line-height: 16px;
392 font-weight:bold;
393 }
394
395*/ /*
396h1
397 {
398 color: #000000;
399 margin-top: 32px;
400 clear: left;
401 }
402
403
404h2
405 {
406 color: #336699;
407 }
408
409
410h3
411 {
412 color: #336699;
413 }
414*/ /*
415p
416 {
417 font-size: 11px;
418 line-height: 16px;
419 font-weight: normal;
420 color: #000000;
421 }
422*/ /* FORMS */
423form {
424 font-size: 9px;
425 border-top: 0px solid #000000;
426 border-bottom: 0px solid #000000;
427 border-left: 0px solid #000000;
428 border-right: 0px solid #000000;
429 margin: 0;
430 padding: 0;
431 clear: left;
432}
433
434select,textarea {
435 font-family: Verdana, Arial, Helvetica, san-serif;
436 font-size: 9px;
437 font-weight: normal;
438 display: block;
439 float: left;
440 padding-top: 3px;
441 margin-bottom: 10px;
442}
443
444.input {
445 font-family: Verdana, Arial, Helvetica, san-serif;
446 font-size: 9px;
447 font-weight: normal;
448 color: #184054;
449 background-color: #f0f0f0;
450 border: 1px solid #999999;
451 border-bottom: 1px solid #cccccc;
452 border-right: 1px solid #cccccc;
453}
454
Carsten Ziegeler718f7fd2009-02-05 20:02:07 +0000455.fileinput {
456 font-family: Verdana, Arial, Helvetica, san-serif;
457 font-size: 9px;
458 font-weight: normal;
459 color: #184054;
460}
461
Felix Meschbergerca29a962008-05-16 11:59:32 +0000462.submit {
463 cursor: default;
464 width: 60px;
465 font-family: Verdana, Arial, Helvetica, san-serif;
466 font-size: 10px;
467 font-weight: bold;
468 background-color: #f0f0f0;
469 height: 20px;
470 padding: 0px;
471 padding-bottom: 1px;
472 margin: 0px;
473 border: 1px solid #cccccc;
474 border-bottom: 1px solid #666666;
475 border-right: 1px solid #666666;
476}
477
478input.important {
479 background-color: #B81833;
480 color: #ffffff;
481}
482
483select {
484 color: #184054;
485 background-color: #f0f0f0;
486 border: 0px solid #999999;
487}
488
489textarea {
490 color: #184054;
491 background-color: #f0f0f0;
492 width: 234px;
493 height: 100px;
494 border: 1px solid #999999;
495 border-bottom: 1px solid #cccccc;
496 border-right: 1px solid #cccccc;
497}
498
499.clearleft {
500 clear: left;
501}
502
503.clearboth {
504 clear: both;
505}
506
507.checkradio {
508 background-color: #ffffff;
509 width: 20px;
510 padding: 0px;
511 padding-bottom: 10px;
512 margin: 0px;
513 margin-top: 2px;
514 border: 0px solid #999999;
515}
516
517.checkradiotext {
518 font-size: 9px;
519 font-weight: normal;
520 line-height: 11px;
521 width: 100px;
522 color: #000000;
523 padding: 0px;
524 padding-bottom: 10px;
525 margin: 0px;
526 margin-top: 4px;
527 border: 0px solid #999999;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000528}
529
530div.buttons {
Carsten Ziegeler515715e2008-11-04 16:56:30 +0000531 background-color: #6181A9;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000532 height: 30px;
Carsten Ziegeler7ecffce2009-02-09 20:48:31 +0000533 text-align: right;
534 vertical-align: middle;
535 padding-right: 10px;
536 padding-top: 8px;
Felix Meschbergere1c2cde2009-04-18 12:07:10 +0000537 color: #F0F0F0;
538 font-size: 10px;
539}
540div.buttons select {
541 font-family: Verdana, Arial, Helvetica, san-serif;
542 font-size: 9px;
543 font-weight: normal;
544 display: inline;
545 float:none;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000546}
547div.button {
Carsten Ziegeler7ecffce2009-02-09 20:48:31 +0000548 display: inline-block;
549 margin-left: 10px;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000550}
551div.fullwidth {
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000552 width: 100%;
553}
554div.statusline {
Carsten Ziegeler515715e2008-11-04 16:56:30 +0000555 margin-top: 10px;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000556 background-color: #F5F5F5;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000557 padding-left: 10px;
558 border: 1px solid #CCCCCC;
Carsten Ziegeler7ecffce2009-02-09 20:48:31 +0000559 font-family: Verdana, Arial, Helvetica, san-serif;
560 font-size: 11px;
561 font-weight: normal;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000562 color: #222222;
563 line-height: 19px;
Carsten Ziegeler515715e2008-11-04 16:56:30 +0000564 margin-bottom: 10px;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000565}
566div.table {
Carsten Ziegeler515715e2008-11-04 16:56:30 +0000567 margin-left: 1px;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000568}
569div.tablelayout {
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000570}
571
572/* tables */
573table.tablelayout {
Carsten Ziegeler515715e2008-11-04 16:56:30 +0000574 border-left: 1px solid #6181A9;
575 border-right: 1px solid #6181A9;
576 border-collapse: collapse;
577 font-family:arial;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000578 background-color: #CDCDCD;
579 font-size: 8pt;
580 width: 100%;
581 text-align: left;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000582}
Carsten Ziegeler515715e2008-11-04 16:56:30 +0000583table.tablelayout tbody tr {
584 border-left: 1px solid #6181A9;
585 border-right: 1px solid #6181A9;
586}
587
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000588table.tablelayout thead tr th, table.tablelayout tfoot tr th {
589 background-color: #e6EEEE;
Carsten Ziegeler515715e2008-11-04 16:56:30 +0000590 border-left: 1px solid #6181A9;
591 border-right: 1px solid #6181A9;
592 border-top: 1px solid #FFF;
593 border-bottom: 1px solid #FFF;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000594 font-size: 8pt;
595 padding: 4px;
596}
597table.tablelayout thead tr .header {
598 background-image: url(../imgs/bg.gif);
599 background-repeat: no-repeat;
600 background-position: center right;
601 cursor: pointer;
602}
603table.tablelayout tbody td {
604 color: #3D3D3D;
Carsten Ziegeler515715e2008-11-04 16:56:30 +0000605 border-top: 1px solid #6181A9;
606 border-bottom: 1px solid #6181A9;
Carsten Ziegelerd2de88c2008-10-26 17:47:51 +0000607 padding: 4px;
608 background-color: #FFF;
609 vertical-align: top;
610}
611table.tablelayout tbody tr.odd td {
612 background-color:#F0F0F6;
613}
614table.tablelayout thead tr .headerSortUp {
615 background-image: url(../imgs/asc.gif);
616}
617table.tablelayout thead tr .headerSortDown {
618 background-image: url(../imgs/desc.gif);
619}
620table.tablelayout thead tr .headerSortDown, table.tablelayout thead tr .headerSortUp {
621background-color: #8dbdd8;
622}
Carsten Ziegelerf9879152009-02-05 10:45:35 +0000623.col_Id {
624 width: 40px;
625}
626.col_Status {
627 width: 50px;
628}
629.col_Actions {
630 width: 95px;
Carsten Ziegeler19f2de52009-06-11 13:57:46 +0000631}
632#plugin_content {
633 margin-top: 26px;
634 margin-bottom: 26px;
635}
636.contentheader {
637 border: 0px solid #66dd44;
638 border-bottom: 1px solid #cccccc;
639 text-align: left;
640 padding: 5px;
641 padding-left: 10px;
642 color: #6181A9;
643 background-color: #f0f0f0;
644}
645.contentline {
646 padding-top: 15px;
647 padding-left:10px;
648 clear: both;
649 width: 100%;
650}
651.contentleft {
652 padding-left: 9px;
653 float: left;
654 width:110px;
655}
656.contentright {
657 display: inline;
658 width: 225px;
659}