Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/pal-portal/portal/files/src/webapp/decorations/portlet/nextgen/css/styles.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Sat Oct 14 00:03:08 2006 UTC (17 years, 4 months ago) by shinsuke
Branch: MAIN
CVS Tags: RELEASE-1_0_BETA2, RELEASE-1_0_BETA3, RELEASE-1_0_BETA4
Changes since 1.2: +2 -0 lines
File MIME type: text/css
fixed bug 9090 and 9092. updated j2 version

1 /*
2 Copyright 2004 The Apache Software Foundation
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 */
16
17
18
19 .nextgen .PTitle
20 {
21 /*background-image:url(../images/title_background.gif);*/
22 color:#0080b0;
23
24 margin:2px 0px;
25 padding:2px 4px;
26 height:20px;
27 border: 1px solid #aaaaaa;
28 }
29
30 .nextgen .PTitleContent
31 {
32 font-weight:bold;
33 display: inline;
34 float: left;
35 white-space: normal;
36 color:#444444;
37 }
38
39 .nextgen .PActionBar
40 {
41 float: right;
42 display: inline;
43 }
44
45 .nextgen .PContentBorder
46 {
47 }
48
49 .nextgen .PContent
50 {
51 clear:both;
52 margin:0px;
53 padding:0px;
54 white-space: normal;
55 background-color: #ffffff;
56 font-size: 10pt;
57 position:static;
58 overflow:auto;
59 }
60
61 .nextgen .PContent form {
62 margin:0px;
63 padding:0px;
64 }
65
66 /* font */
67 .nextgen .PTitleLeft,
68 .nextgen .PTitle,
69 .nextgen .PTitleContent,
70 .nextgen .PTitleRight,
71 .nextgen .PContentLeft,
72 .nextgen .PContent,
73 .nextgen .PContentRight,
74 .nextgen .PBottomLeft,
75 .nextgen .PBottom,
76 .nextgen .PBottomRight
77 {
78 font-family: Verdana, Helvetica, Arial, sans-serif;
79
80 voice-family: inherit;
81 font-size: 10pt;
82 }
83
84
85
86 /* --------------------------------- */
87 /* PLT.C.1 Links (Anchor) */
88 /* --------------------------------- */
89
90 .nextgen A:link,
91 .nextgen A:visited {
92 text-decoration: underline;
93 }
94
95 .nextgen A:hover,
96 .nextgen A:active {
97 text-decoration: underline;
98 }
99
100 /* font */
101 .nextgen A:link,
102 .nextgen A:visited,
103 .nextgen A:hover,
104 .nextgen A:active
105 {
106 font-family: Verdana, Helvetica, Arial, sans-serif;
107 voice-family: "\"}\"";
108 voice-family: inherit;
109 font-size: 10pt;
110 }
111
112
113 /* --------------------------------- */
114 /* PLT.C.2 Fonts */
115 /* --------------------------------- */
116
117 .nextgen .portlet-font {
118 color: black;
119 }
120 .nextgen .portlet-font-dim {
121 color: gray;
122 }
123
124 /* font */
125 .nextgen .portlet-font,
126 .nextgen .portlet-font-dim
127 {
128 font-family: Verdana, Helvetica, Arial, sans-serif;
129 voice-family: "\"}\"";
130 voice-family: inherit;
131 font-size: 10pt;
132 }
133
134
135
136 /* --------------------------------- */
137 /* PLT.C.3 Messages */
138 /* --------------------------------- */
139 .nextgen .portlet-msg-status,
140 .nextgen .portlet-msg-info {
141 background: url(../images/icon_info_sml.gif);
142 background-repeat: no-repeat;
143 padding-left: 20px;
144 min-height: 15px;
145 }
146
147 .nextgen .portlet-msg-error {
148 background: url(../images/icon_error_sml.gif);
149 background-repeat: no-repeat;
150 padding-left: 20px;
151 min-height: 15px;
152 }
153
154 .nextgen .portlet-msg-alert {
155 background: url(../images/icon_warning_sml.gif);
156 background-repeat: no-repeat;
157 padding-left: 20px;
158 min-height: 15px;
159 }
160
161 .nextgen .portlet-msg-success {
162 background: url(../images/icon_success_sml.gif);
163 background-repeat: no-repeat;
164 padding-left: 20px;
165 min-height: 15px;
166 }
167
168 /* font */
169 .nextgen .portlet-msg-status,
170 .nextgen .portlet-msg-info,
171 .nextgen .portlet-msg-error,
172 .nextgen .portlet-msg-alert,
173 .nextgen .portlet-msg-success
174 {
175 font-family: Verdana, Helvetica, Arial, sans-serif;
176 voice-family: "\"}\"";
177 voice-family: inherit;
178 font-size: 10pt;
179 }
180
181
182 /* --------------------------------- */
183 /* PLT.C.4 Sections */
184 /* --------------------------------- */
185 .nextgen .portlet-section-header {
186 background-image:url(../images/header_background.gif);
187 background-repeat: repeat-x;
188 background-color:#90d0ff;
189 color: #fff;
190 padding: 5px;
191 margin-right: 2px;
192 margin-left: 2px;
193 clear: both;
194 }
195
196 .nextgen .portlet-section-body {
197 background: #efefef;
198 border: none;
199 padding: 2px 3px;
200 text-align: left;
201 vertical-align: top;
202 text-align: left;
203 }
204
205 .nextgen .portlet-section-alternate {
206 background: #ddd;
207 border: none;
208 padding: 2px 3px;
209 text-align: left;
210 vertical-align: top;
211 text-align: left;
212 }
213
214 .nextgen .portlet-section-selected {
215 /* TODO : ex. change color */
216 background: #ffe;
217 border: none;
218 padding: 2px 3px;
219 text-align: left;
220 vertical-align: top;
221 text-align: left;
222 font-weight:bold;
223 }
224
225 .nextgen .portlet-section-subheader {
226 background-image:url(../images/subheader_background.gif);
227 background-repeat: repeat-x;
228 background-color:#c0e0f0;
229 color: #000099;
230 padding: 5px;
231 margin-right: 2px;
232 margin-left: 2px;
233 clear: both;
234 }
235
236 .nextgen .portlet-section-footer {
237 background-image:url(../images/footer_background.gif);
238 background-repeat: repeat-x;
239 background-color:#c0e0f0;
240 background-position: top left;
241 color: #000099;
242 padding: 5px;
243 margin-right: 2px;
244 margin-left: 2px;
245 clear: both;
246 }
247
248 .nextgen .portlet-section-text {
249 padding: 1em;
250 padding-bottom: .3em;
251 padding-left: 1em;
252 }
253
254 /* font */
255 .nextgen .portlet-section-header,
256 .nextgen .portlet-section-body,
257 .nextgen .portlet-section-alternate,
258 .nextgen .portlet-section-selected,
259 .nextgen .portlet-section-subheader,
260 .nextgen .portlet-section-footer,
261 .nextgen .portlet-section-text
262 {
263 font-family: Verdana, Helvetica, Arial, sans-serif;
264 voice-family: "\"}\"";
265 voice-family: inherit;
266 font-size: 10pt;
267 }
268
269
270 /* --------------------------------- */
271 /* PLT.C.5 Forms */
272 /* --------------------------------- */
273 .nextgen .portlet-form-label {
274 }
275
276 .nextgen .portlet-form-input-field {
277 background-color:#90d0ff;
278 }
279
280 .nextgen .portlet-form-button {
281 background-image:url(../images/button_background.gif);
282 background-color:#90d0ff;
283 color:#ffffff;
284
285 font-weight: bold;
286 }
287
288 .nextgen .portlet-icon-label {
289 }
290
291 .nextgen .portlet-dlg-icon-label {
292 }
293
294 .nextgen .portlet-form-field-label {
295 }
296
297 .nextgen .portlet-form-field {
298 }
299
300 /* font */
301 .nextgen .portlet-form-label,
302 .nextgen .portlet-form-input-field,
303 .nextgen .portlet-form-button,
304 .nextgen .portlet-icon-label,
305 .nextgen .portlet-dlg-icon-label,
306 .nextgen .portlet-form-field-label,
307 .nextgen .portlet-form-field
308 {
309 font-family: Verdana, Helvetica, Arial, sans-serif;
310 voice-family: "\"}\"";
311 voice-family: inherit;
312 font-size: 10pt;
313 }
314
315
316 /* --------------------------------- */
317 /* PLT.C.6 Menus */
318 /* --------------------------------- */
319 .nextgen .portlet-menu {
320 background: #efefef;
321 margin-bottom: 6px;
322 border-right: 1px solid #aaa;
323 border-bottom: 1px solid #aaa;
324 padding: 4px 4px 4px 0;
325 padding-bottom: .3em;
326 padding-left: 1em;
327 }
328
329 .nextgen .portlet-menu-item {
330 text-decoration: none;
331 color: blue;
332 }
333
334 .nextgen .portlet-menu-item-selected {
335 text-decoration: none;
336 color: #555 !important;
337 }
338
339 .nextgen .portlet-menu-item-hover {
340 text-decoration: none;
341 color: #f30 !important;
342 }
343
344 .nextgen .portlet-menu-item-hover-selected {
345 text-decoration: none;
346 color: #555 !important;
347 font-weight: bold;
348 }
349
350 .nextgen .portlet-menu-cascade-item {
351 text-decoration: none;
352 margin-top: .3em;
353 padding-bottom: 0;
354 color: blue;
355 }
356
357 .nextgen .portlet-menu-cascade-item-selected {
358 text-decoration: none;
359 color: #555 !important;
360 font-weight: bold;
361 }
362
363 .nextgen .portlet-menu-description {
364 }
365
366 .nextgen .portlet-menu-caption {
367 border-bottom: 1px solid #666;
368 border-right: 1px solid #666;
369 background: #ddd;
370 color: #555;
371 padding: 4px;
372 }
373
374 /* font */
375 .nextgen .portlet-menu,
376 .nextgen .portlet-menu-item,
377 .nextgen .portlet-menu-item-selected,
378 .nextgen .portlet-menu-item-hover,
379 .nextgen .portlet-menu-item-hover-selected,
380 .nextgen .portlet-menu-cascade-item,
381 .nextgen .portlet-menu-cascade-item-selected,
382 .nextgen .portlet-menu-description,
383 .nextgen .portlet-menu-caption
384 {
385 font-family: Verdana, Helvetica, Arial, sans-serif;
386 voice-family: "\"}\"";
387 voice-family: inherit;
388 font-size: 10pt;
389 }
390
391
392 /* --------------------------------- */
393 /* PLT.C.6 Menus (arrowfolder style) */
394 /* --------------------------------- */
395 .nextgen .arrowfolder .portlet-menu {
396 background: #efefef;
397 margin-bottom: 6px;
398 border-right: 1px solid #aaa;
399 border-bottom: 1px solid #aaa;
400 padding: 4px 4px 4px 0;
401 padding-bottom: .3em;
402 padding-left: 1em;
403 }
404
405 .nextgen .arrowfolder .portlet-menu-item {
406 text-decoration: none;
407 color: blue;
408 padding-left: 34px;
409 background-image: url(../images/icon_arrowdoc_sml.gif);
410 background-repeat: no-repeat;
411
412 }
413
414 .nextgen .arrowfolder .portlet-menu-item-selected {
415 text-decoration: none;
416 color: #555 !important;
417 padding-left: 34px;
418 background-image: url(../images/icon_arrowdoc_sml.gif);
419 background-repeat: no-repeat;
420 }
421
422 .nextgen .arrowfolder .portlet-menu-item-hover {
423 text-decoration: none;
424 color: #f30 !important;
425 padding-left: 34px;
426 background-image: url(../images/icon_arrowdoc_sml.gif);
427 background-repeat: no-repeat;
428 }
429
430 .nextgen .arrowfolder .portlet-menu-item-hover-selected {
431 text-decoration: none;
432 color: #555 !important;
433 font-weight: bold;
434 padding-left: 34px;
435 background-image: url(../images/icon_arrowdoc_sml.gif);
436 background-repeat: no-repeat;
437 }
438
439 .nextgen .arrowfolder .portlet-menu-cascade-item {
440 text-decoration: none;
441 margin-top: .3em;
442 padding-bottom: 0;
443 color: blue;
444 padding-left: 34px;
445 background-image: url(../images/icon_arrowfolderclosed1_sml.gif);
446 background-repeat: no-repeat;
447 }
448
449 .nextgen .arrowfolder .portlet-menu-cascade-item-selected {
450 text-decoration: none;
451 color: #555 !important;
452 font-weight: bold;
453 padding-left: 34px;
454 background-image: url(../images/icon_arrowfolderopen2_sml.gif);
455 background-repeat: no-repeat;
456 }
457
458 .nextgen .arrowfolder .portlet-menu-description {
459 }
460
461 .nextgen .arrowfolder .portlet-menu-caption {
462 border-bottom: 1px solid #666;
463 border-right: 1px solid #666;
464 background: #ddd;
465 color: #555;
466 padding: 4px;
467 }
468
469 /* font */
470 .nextgen .arrowfolder .portlet-menu,
471 .nextgen .arrowfolder .portlet-menu-item,
472 .nextgen .arrowfolder .portlet-menu-item-selected,
473 .nextgen .arrowfolder .portlet-menu-item-hover,
474 .nextgen .arrowfolder .portlet-menu-item-hover-selected,
475 .nextgen .arrowfolder .portlet-menu-cascade-item,
476 .nextgen .arrowfolder .portlet-menu-cascade-item-selected,
477 .nextgen .arrowfolder .portlet-menu-description,
478 .nextgen .arrowfolder .portlet-menu-caption
479 {
480 font-family: Verdana, Helvetica, Arial, sans-serif;
481 voice-family: "\"}\"";
482 voice-family: inherit;
483 font-size: 10pt;
484 }
485
486 /* --------------------------------- */
487 /* Tree component */
488 /* --------------------------------- */
489
490 .nextgen .tree {
491 lineheight: 18px;
492 font-family: arial, sans-serif;
493 }
494
495 .nextgen .tree-node {
496 padding: 2px 15px 2px 5px;
497 }
498
499 .nextgen .tree-node a {
500 text-decoration: none;
501 }
502
503 .nextgen .tree-node-selected {
504 padding: 2px 15px 2px 5px;
505 }
506
507 .nextgen .tree-node-selected a {
508 text-decoration: none;
509 font-weight: bold;
510 }
511
512 /* --------------------------------- */
513 /* Portlet Table */
514 /* --------------------------------- */
515 .nextgen th, td, input {
516 font-family: Verdana, Helvetica, Arial, sans-serif;
517 }
518
519 .nextgen table,
520 .nextgen th,
521 .nextgen td {
522 vertical-align: top;
523 font-size: 10pt;
524 border: none;
525 white-space: normal;
526 /* action buttons shifts right a few millimeters by the following */
527 }
528
529 .nextgen th
530 {
531 font-size: 10pt;
532 }
533
534 .nextgen .portlet-table-header {
535 background-image:url(../images/header_background.gif);
536 background-repeat: repeat-x;
537 background-color:#90d0ff;
538 color: #fff;
539
540 border: 0.75px solid #fff;
541 padding: 2px 3px;
542 text-align: left;
543 }
544
545 .nextgen .portlet-table-footer {
546 background-image:url(../images/footer_background.gif);
547 background-repeat: repeat-x;
548 background-color:#c0e0f0;
549 color: #0080b0;
550
551 font-size: 10pt;
552 padding: 5px;
553 margin: .67em 2px;
554 margin-top: 0;
555 }
556
557
558 .nextgen .portlet-table-row1 td {
559 font-size: 10pt;
560 background: #ddd;
561 border-bottom: 1px solid #fff;
562 }
563
564 .nextgen .portlet-table-row2 td {
565 font-size: 10pt;
566 background: #efefef;
567 border-bottom: 1px solid #fff;
568 }
569
570 .nextgen .portlet-table-col1 {
571 border-right: 1px solid #fff;
572 padding: 2px 15px 2px 5px;
573 }
574
575 .nextgen .portlet-table-col2 {
576 border-left: 1px solid #fff;
577 padding: 2px 15px 2px 5px;
578 }
579
580 /* --------------------------------- */
581 /* Portlet Data Scroller Table */
582 /* --------------------------------- */
583
584 .nextgen .portlet-scroller-grid td {
585 horizontal-align: center;
586 }
587
588 .nextgen .portlet-scroller {
589 horizontal-align: center;
590 }
591
592 .nextgen .portlet-paginator {
593 horizontal-align: center;
594 }
595
596

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26