source: extensions/Slide/theme.css @ 23209

Last change on this file since 23209 was 21579, checked in by Miklfe, 11 years ago
File size: 26.5 KB
Line 
1@charset "UTF-8";
2:focus {
3    outline:                    medium none;
4}
5html {
6    height:                     100%;
7    overflow:                   hidden;
8}
9BODY {
10    font-family:                'Tenor Sans',sans-serif;
11    padding:                    0px;
12    margin:                     0px;
13    min-width:                  800px;
14    width:                      100%;
15    color:                      rgb(255, 255, 255);
16    background:                 none repeat scroll 0% 0% rgb(34, 34, 34);
17    outline:                    2px dotted red;
18}
19H1, H3, INPUT.rateButtonSelected {
20    color:                      rgb(255, 255, 255);
21}
22A, INPUT.rateButton {
23    color:                      rgb(255, 255, 255);
24    border:                     medium none;
25    text-decoration:            none;
26}
27A:hover {
28    color:                      rgb(194, 194, 194);
29    text-decoration:            none;
30    border-bottom:              medium none;
31}
32FIELDSET {
33    border:                     0px none;
34    background:                 url("images/bg_content.png") repeat scroll 0px 0px transparent;
35}
36INPUT[type="submit"], INPUT[type="reset"] {
37    cursor:                     pointer;
38    background-color:           rgb(85, 85, 85);
39    background-image:           linear-gradient(to bottom, rgb(85, 85, 85) 0%, rgb(44, 44, 44) 50%);
40    margin:                     0px 5px;
41    padding-bottom:             4px;
42    min-width:                  150px;
43    width:                      auto;
44    height:                     25px;
45    text-align:                 center;
46    color:                      rgb(197, 197, 197);
47    border-radius:              8px 8px 8px 8px;
48    -moz-border-radius:         8px 8px 8px 8px;
49    -webkit-border-radius:      8px 8px 8px 8px;
50    text-shadow:                0px 1px 0px rgba(255, 255, 255, 0.2);
51    box-shadow:                 0px 0px 5px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(255, 255, 255, 0.4);
52    -moz-box-shadow:            0px 0px 5px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(255, 255, 255, 0.4);
53    -webkit-box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(255, 255, 255, 0.4);
54}
55INPUT[type="submit"]:hover, INPUT[type="reset"]:hover {
56    color:                      rgb(131, 131, 131);
57    background-color:           rgb(119, 119, 119);
58    background-image:           -moz-linear-gradient(center top , rgb(119, 119, 119), rgb(51, 51, 51) 50%);
59}
60INPUT[type="submit"]:active, INPUT[type="reset"]:active {
61    color:                      rgb(0, 0, 0);
62    box-shadow:                 1px 1px 10px rgb(0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0.4);
63    -moz-box-shadow:            1px 1px 10px rgb(0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0.4);
64    -webkit-box-shadow:         1px 1px 10px rgb(0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0.4);
65}
66INPUT[type="text"], INPUT[type="password"], INPUT[type="file"] {
67    margin:                     0px 5px;
68    padding:                    0px;
69    background:                 none repeat scroll 0px 0px rgb(255, 255, 255);
70    min-width:                  150px;
71    width:                      auto;
72    height:                     22px;
73    border:                     0px none;
74    color:                      rgb(0, 0, 0) ! important;
75    border-radius:              3px 3px 3px 3px;
76    -moz-border-radius:         3px 3px 3px 3px;
77    -webkit-border-radius:      3px 3px 3px 3px;
78}
79INPUT[type="text"]:hover, INPUT[type="password"]:hover, INPUT[type="file"]:hover, SELECT:hover {
80    background-color:           rgb(229, 229, 229);
81    background-image:           -moz-linear-gradient(center top , rgb(229, 229, 229), rgb(255, 255, 255) 50%);
82}
83SELECT.categoryList:hover {
84    background:                 none repeat scroll 0px 0px rgb(255, 255, 255);
85}
86SELECT {
87    margin:                     0px 5px;
88    padding:                    0px;
89    background:                 none repeat scroll 0px 0px rgb(255, 255, 255);
90    min-width:                  150px;
91    width:                      auto;
92    height:                     22px;
93    border:                     0px none;
94    color:                      rgb(0, 0, 0) ! important;
95    border-radius:              3px 0px 0px 3px;
96    -moz-border-radius:         3px 0px 0px 3px;
97    -webkit-border-radius:      3px 0px 0px 3px;
98}
99LEGEND {
100    font-style:                 normal;
101    font-weight:                700;
102    font-size:                  110%;
103    margin-top:                 25px;
104}
105
106/*_______________________________header______________________________________*/
107#theHeader {
108    font-size:                  30px;
109    color:                      rgb(204, 204, 204);
110    position:                   relative;
111    height:                     auto;
112    width:                      90%;
113    margin:                     0px auto;
114    min-height:                 120px;
115}
116#theHeader h1 {
117    position:                   absolute;
118    left:                       30px;
119}
120#theHeader p {
121    font-size:                  15px;
122    position:                   absolute;
123    right:                      80px;
124}
125.headbord {
126    border-bottom:              1px solid rgb(51, 51, 51);
127}
128#imageHeaderBar {
129    margin-bottom:              10px;
130    padding-left:               15px;
131}
132/*_______________________________menu______________________________________*/
133#menubar {
134    color:                      rgb(179, 179, 179);
135    font-size:                  1.2em;
136    height:                     30px;
137    min-width:                  800px;
138    background:                 none repeat scroll 0% 0% rgb(51, 51, 51);
139    width:                      90%;
140    margin:                     10px auto;
141    display:                    block;
142    float:                      none;
143    position:                   relative;
144    border:                     1px solid rgb(20, 20, 20);
145    border-radius:              5px 5px 5px 5px;
146    -moz-border-radius:         5px 5px 5px 5px;
147    -webkit-border-radius:      5px 5px 5px 5px;
148}
149#menubar FORM {
150    margin:                     0px;
151}
152#menubar UL {
153    list-style:                 none outside none;
154    margin:                     0px;
155}
156.dd_wrapper, .cl_wrapper, .cc_wrapper, #menubar dt, #menubar dt a {
157    float:                      left;
158    padding:                    3px 16px 6px;
159    font-weight:                normal;
160    height:                     21px;
161    line-height:                21px;
162    text-decoration:            none;
163    color:                      rgb(179, 179, 179);
164    font-size:                  16px;
165}
166.dd_wrapper:hover, .cl_wrapper:hover, .cc_wrapper:hover, .activate {
167    z-index:                    100;
168    padding:                    3px 16px 6px;
169    text-shadow:                none;
170    cursor:                     default;
171    background:                 none repeat scroll 0px 0px rgb(228, 228, 228);
172}
173#menubar dt a, #menubar dt a:hover {
174    z-index:                    100;
175    padding:                    0px;
176    text-shadow:                none;
177    cursor:                     default;
178}
179span#menu_start {
180    width:                      85px;
181    float:                      left;
182    display:                    block;
183    height:                     30px;
184}
185span#menu_start a {
186    background:                 url("images/menu/home_w.png") no-repeat scroll left top transparent;
187    width:                      52px;
188    height:                     30px;
189    padding:                    0px;
190    margin:                     0px 20px 0px 25px;
191    display:                    block;
192    line-height:                46px;
193}
194span#menu_start a:hover {
195    background-position:        left -30px;
196}
197span#menu_start a:active {
198    background-position:        left -60px;
199}
200#topnav {
201    margin:                     0px;
202    padding:                    0px 2px 0px 0px;
203    list-style:                 none outside none;
204    height:                     30px;
205    position:                   relative;
206    z-index:                    999;
207    display:                    inline-block;
208}
209#topnav .liSub {
210    float:                      left;
211    position:                   relative;
212    padding-right:              2px;
213}
214#topnav .sub, #topnav #loger {
215    position:                   absolute;
216    top:                        30px;
217    margin-left:                0px;
218    background:                 none repeat scroll 0% 0% rgb(121, 121, 121);
219    padding:                    5px 8px 10px 5px;
220    float:                      left;
221    max-width:                  100em;
222    min-width:                  200px;
223    display:                    none;
224    max-height:                 500px;
225}
226#topnav #loger {
227    z-index:                    50;
228}
229.sub {
230    z-index:                    100;
231    max-width:                  600px;
232}
233.sub p {
234    color:                      rgb(179, 179, 179);
235    font-size:                  13px;
236    text-shadow:                none;
237    text-transform:             none;
238}
239.sub a {
240    color:                      rgb(179, 179, 179);
241}
242.sub a:hover {
243    color:                      rgb(179, 179, 179);
244}
245ul#topnav .sub ul li, ul#topnav #loger ul li, ul#topnav .sub #menuTagCloud div {
246    width:                      95%;
247    color:                      rgb(179, 179, 179);
248    background:                 none repeat scroll 0% 0% transparent;
249    font-size:                  10px;
250    margin-bottom:              2px;
251    border:                     1px solid rgb(203, 203, 203);
252    border-radius:              10px 10px 10px 10px;
253    -moz-border-radius:         10px 10px 10px 10px;
254    -webkit-border-radius:      10px 10px 10px 10px;
255}
256ul#topnav .sub ul li a, ul#topnav #loger ul li a {
257    float:                      none;
258    text-indent:                0px;
259    height:                     auto;
260    margin:                     0px 8px;
261    display:                    block;
262    text-decoration:            none;
263    color:                      rgb(179, 179, 179);
264    font-size:                  1.2em;
265    text-shadow:                none;
266    text-transform:             none;
267    line-height:                17px;
268    padding:                    0px 0px 0px 15px;
269}
270ul#topnav .sub ul .level1 li, ul#topnav .sub ul .level1 li .selected {
271    border:                     medium none;
272    background:                 none repeat scroll 0% 0% transparent;
273}
274ul#topnav .sub ul li.selected a {
275    background:                 url("images/menu/navlist_arrow_select.png") no-repeat scroll 4px 5px transparent;
276    color:                      rgb(179, 179, 179);
277    text-decoration:            none;
278    border:                     medium none;
279}
280ul#topnav .sub ul li a:hover, ul#topnav .sub #menuTagCloud div a:hover {
281    color:                      rgb(196, 196, 196);
282    background:                 url("images/menu/navlist_arrow_hover.png") no-repeat scroll 4px 5px transparent;
283}
284ul#topnav li .sub ul, ul#topnav #loger ul {
285    list-style:                 none outside none;
286    margin:                     0px 5px 0px 10px;
287    padding:                    0px;
288}
289.level2, .level3, .level4, .level5 {
290    border:                     medium none ! important;
291}
292.mcol {
293    width:                      100%;
294}
295.menubarFilter {
296    margin:                     0px;
297}
298#menu_cat_act {
299    border-bottom:              1px solid rgb(203, 203, 203);
300    margin-bottom:              5px;
301    height:                     30px;
302}
303#filter {
304    width:                      26px;
305    height:                     26px;
306    background:                 none repeat scroll 0% 0% transparent;
307    padding-left:               2px;
308}
309#nbImg {
310    height:                     30px;
311    float:                      right;
312    line-height:                10px;
313}
314#menuTagCloud a {
315    text-decoration:            none;
316    text-shadow:                none;
317    z-index:                    200;
318}
319#quickconnect {
320    width:                      225px;
321}
322#search {
323    right:                      4px;
324    height:                     22px;
325    display:                    inline-block;
326    position:                   absolute;
327    width:                      220px;
328    margin-top:                 4px;
329}
330#quicksearch {
331    width:                      240px;
332    float:                      left;
333}
334#quicksearch input[type="text"] {
335    background:                 none repeat scroll 0% 0% rgb(121, 121, 121);
336    border:                     1px solid rgb(175, 175, 175);
337    float:                      left;
338    width:                      172px;
339    height:                     22px;
340    padding:                    0px 0px 0px 4px;
341    margin:                     0px 1px 0px 0px;
342    font-size:                  100%;
343    color:                      rgb(179, 179, 179) ! important;
344    min-width:                  0px;
345}
346#quicksearch input[type="submit"] {
347    float:                      left;
348    padding:                    0px;
349    border:                     0px none;
350    height:                     24px;
351    width:                      23px;
352    background:                 url("images/menu/search.png") no-repeat scroll right top transparent;
353    font-size:                  13px;
354    cursor:                     pointer;
355    min-width:                  0px;
356    margin-left:                2px;
357    border-radius:              0px 0px 0px 0px;
358    -moz-border-radius:         0px 0px 0px 0px;
359    -webkit-border-radius:      0px 0px 0px 0px;
360    box-shadow:                 none;
361    -moz-box-shadow:            none;
362    -webkit-box-shadow:         none;
363}
364#quicksearch input[type="submit"]:hover {
365    background-position:        right bottom;
366}
367#loger {
368    line-height:                25px;
369    width:                      220px;
370    position:                   absolute;
371    top:                        30px;
372    background:                 none repeat scroll 0% 0% rgb(255, 255, 255);
373    padding:                    10px;
374    float:                      left;
375    max-width:                  100em;
376    min-width:                  200px;
377    display:                    none;
378    z-index:                    0;
379}
380#loger p {
381    margin-bottom:              20px;
382}
383#quickconnect #log {
384    margin-bottom:              20px;
385}
386#log div {
387    margin:                     0px;
388}
389#log INPUT {
390    width:                      100%;
391    height:                     22px;
392    margin:                     0px;
393}
394#go {
395    width:                      100%;
396}
397#go INPUT[type="submit"] {
398    height:                     32px;
399    display:                    block;
400    margin:                     18px auto;
401    width:                      50%;
402}
403#log #remember_me {
404    width:                      auto;
405    height:                     auto;
406}
407.close {
408    cursor:                     pointer;
409    height:                     16px;
410    width:                      16px;
411    background:                 url("images/menu/close.png") no-repeat scroll 0% 0% transparent;
412    float:                      right;
413}
414.close:hover {
415    background:                 url("images/menu/close.png") no-repeat scroll 0px -16px transparent;
416}
417/*_______________________________content______________________________________*/
418#the_page {
419    height:                     900px;
420}
421#content {
422    width:                      90%;
423    margin:                     20px auto;
424}
425.contentWithMenu {
426    margin:                     0px auto;
427}
428.thumbnailCategories {
429    background:                 none repeat scroll 0% 0% rgb(51, 51, 51);
430    border:                     1px solid rgb(20, 20, 20);
431    border-radius:              5px 5px 5px 5px;
432    -moz-border-radius:         5px 5px 5px 5px;
433    -webkit-border-radius:      5px 5px 5px 5px;
434    margin-bottom:              20px;
435}
436.content .titrePage {
437    margin:                     10px;
438    height:                     auto;
439}
440.blockConteneur {
441    background:                 none repeat scroll 0% 0% rgb(51, 51, 51);
442    border:                     1px solid rgb(20, 20, 20);
443    border-radius:              5px 5px 5px 5px;
444    -moz-border-radius:         5px 5px 5px 5px;
445    -webkit-border-radius:      5px 5px 5px 5px;
446}
447.thumbnailCategory {
448    margin:                     40px auto;
449    padding:                    10px;
450    display:                    table;
451}
452.illustration {
453    position:                   relative;
454    margin:                     0px;
455}
456.illustration img {
457    box-shadow:                 10px 10px 5px 0px rgb(0, 0, 0);
458    -moz-box-shadow:            10px 10px 5px 0px rgb(0, 0, 0);
459    -webkit-box-shadow:         10px 10px 5px 0px rgb(0, 0, 0);
460    border-radius:              5px 5px 5px 5px;
461    -moz-border-radius:         5px 5px 5px 5px;
462    -webkit-border-radius:      5px 5px 5px 5px;
463    float:                      left;
464}
465.content ul.thumbnails .wrap1 {
466    display:                    inline-block;
467    margin:                     20px 20px 5px;
468    text-align:                 center;
469    vertical-align:             top;
470}
471.content UL.thumbnails .wrap2 {
472    height:                     140px;
473}
474.thumbnail {
475    position:                   relative;
476}
477.thumbnailCategory DIV.description, .thumbnailCategory DIV.description_main {
478    background:                 none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
479    overflow:                   hidden;
480    color:                      rgb(255, 255, 255);
481    position:                   absolute;
482    top:                        0px;
483    right:                      0px;
484    z-index:                    100;
485    width:                      35%;
486    height:                     100%;
487    border-radius:              0px 5px 5px 0px;
488    -moz-border-radius:         0px 5px 5px 0px;
489    -webkit-border-radius:      0px 5px 5px 0px;
490    border-left:                1px solid rgba(0, 0, 0, 0.51);
491}
492.description_stuffs {
493    background:                 none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
494    overflow:                   hidden;
495    color:                      rgb(255, 255, 255);
496    position:                   absolute;
497    top:                        0px;
498    right:                      0px;
499    z-index:                    100;
500    width:                      100%;
501    height:                     auto;
502    border-radius:              5px 5px 0px 0px;
503    -moz-border-radius:         5px 5px 0px 0px;
504    -webkit-border-radius:      5px 5px 0px 0px;
505}
506.description_stuffs .thumbLegend {
507    height:                     auto ! important;
508}
509.thumbnails SPAN.thumbLegend {
510    height:                     80px;
511    padding:                    5px;
512}
513.thumbnailCategory .description H3 {
514    font-size:                  130%;
515    padding:                    5px 10px;
516}
517.thumbnailCategory .description P {
518    margin-bottom:              2px;
519    padding:                    5px 10px;
520}
521.thumbnails {
522    margin-top:                 20px;
523    border:                     1px solid rgb(20, 20, 20);
524    border-radius:              5px 5px 5px 5px;
525    -moz-border-radius:         5px 5px 5px 5px;
526    -webkit-border-radius:      5px 5px 5px 5px;
527    background:                 none repeat scroll 0% 0% rgb(51, 51, 51);
528}
529.thumbnailCategories LI {
530    float:                      none;
531    width:                      auto;
532}
533.commentElement .description {
534    padding:                    10px;
535}
536#comments {
537    background:                 none repeat scroll 0% 0% rgb(51, 51, 51);
538    border:                     1px solid rgb(20, 20, 20);
539    border-radius:              5px 5px 5px 5px;
540    -moz-border-radius:         5px 5px 5px 5px;
541    -webkit-border-radius:      5px 5px 5px 5px;
542    margin:                     40px auto;
543    width:                      90%;
544}
545.switchBox {
546    background:                 none repeat scroll 0% 0% rgb(51, 51, 51);
547    z-index:                    150;
548        border:                                         1px solid rgb(20, 20, 20);
549}
550.browsePath {
551    display:                    block;
552}
553#slideshow {
554    width:                      90%;
555    margin:                     0px auto;
556}
557.content .calendarBar {
558    height:                     20px;
559    padding-top:                5px;
560    margin:                     0px;
561}
562#imageToolBar .imageNumber{
563        margin-top:                                     -25px;
564}
565#imageToolBar .actionButtons {
566    margin-left:                50px;
567    z-index:                    120;
568}
569/*_______________________________slide______________________________________*/
570#pageslide {
571    display:                    none;
572    position:                   fixed;
573    top:                        0px;
574    height:                     100%;
575    z-index:                    999999;
576    background-color:           rgb(51, 51, 51);
577    color:                      rgb(255, 255, 255);
578    overflow:                   hidden;
579    padding:                    0px;
580}
581.intabs {
582    background:                 none repeat scroll 0% 0% rgb(34, 34, 34);
583    width:                      40px;
584    border-right:               1px solid rgb(77, 77, 77);
585    z-index:                    120;
586    top:                        0px;
587    position:                   absolute;
588    left:                       0px;
589    transition:                 bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s;
590    -moz-transition:            bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s;
591    -webkit-transition:         bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s;
592    -o-transition:              bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s;
593    opacity:                    0;
594    -ms-filter:                 "alpha(opacity=0)";
595    filter:                     alpha(opacity=0);
596    zoom:                       1;
597    cursor:                     default;
598}
599.tabs {
600    background:                 none repeat scroll 0% 0% rgb(34, 34, 34);
601    z-index:                    100;
602    opacity:                    0.7;
603    -ms-filter:                 "alpha(opacity=70)";
604    filter:                     alpha(opacity=70);
605    zoom:                       1;
606    display:                    block;
607    height:                     100%;
608}
609.tabs:hover {
610    opacity:                    0.5;
611    -ms-filter:                 "alpha(opacity=50)";
612    filter:                     alpha(opacity=50);
613    zoom:                       1;
614}
615#sld_tab, #sld_tabIdent {
616    font-size:                  30px;
617    position:                   relative;
618    top:                        50%;
619    transform:                  rotate(-90deg) translateX(300px) translateY(-280px);
620    -moz-transform:             rotate(-90deg) translateX(300px) translateY(-280px);
621    -webkit-transform:          rotate(-90deg) translateX(300px) translateY(-280px);
622    -o-transform:               rotate(-90deg) translateX(300px) translateY(-280px);
623    width:                      600px;
624}
625#sld_tab div {
626    display:                    none;
627}
628.hideTransi {
629    opacity:                    0;
630    -ms-filter:                 "alpha(opacity=0)";
631    filter:                     alpha(opacity=0);
632    zoom:                       1;
633    transition:                 bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s;
634    -moz-transition:            bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s;
635    -webkit-transition:         bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s;
636    -o-transition:              bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s;
637}
638.visibleTransi {
639    opacity:                    1;
640    -ms-filter:                 "alpha(opacity=100)";
641    filter:                     alpha(opacity=100);
642    zoom:                       1;
643    transition:                 bottom 1s ease 0s, width 1s ease 0s, opacity 3s ease 2s;
644    -moz-transition:            bottom 1s ease 0s, width 1s ease 0s, opacity 3s ease 2s;
645    -webkit-transition:         bottom 1s ease 0s, width 1s ease 0s, opacity 3s ease 2s;
646    -o-transition:              bottom 1s ease 0s, width 1s ease 0s, opacity 3s ease 2s;
647}
648.visible {
649    opacity:                    1;
650    -ms-filter:                 "alpha(opacity=100)";
651    filter:                     alpha(opacity=100);
652    zoom:                       1;
653}
654/*_______________________________scrollbar______________________________________*/
655.jspPane {
656    position:                   absolute;
657}
658.jspContainer {
659    overflow:                   hidden;
660    position:                   relative;
661}
662.jspVerticalBar {
663    position:                   absolute;
664    top:                        0px;
665    right:                      0px;
666    width:                      16px;
667    height:                     100%;
668}
669.jspHorizontalBar {
670    position:                   absolute;
671    bottom:                     0px;
672    left:                       0px;
673    width:                      100%;
674    height:                     16px;
675    background:                 none repeat scroll 0% 0% red;
676}
677.jspVerticalBar *, .jspHorizontalBar * {
678    margin:                     0px;
679    padding:                    0px;
680}
681.jspCap {
682    display:                    none;
683}
684.jspHorizontalBar .jspCap {
685    float:                      left;
686}
687.jspTrack {
688    background:                 none repeat scroll 0% 0% rgb(34, 34, 34);
689    position:                   relative;
690}
691.jspDrag {
692    background:                 url("images/drag.png") no-repeat scroll 0% 0% transparent;
693    position:                   relative;
694    top:                        0px;
695    left:                       0px;
696    cursor:                     pointer;
697}
698.jspDrag:hover {
699    background:                 url("images/dragH.png") no-repeat scroll 0% 0% transparent;
700}
701.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
702    float:                      left;
703    height:                     100%;
704}
705.jspArrow {
706    background:                 none repeat scroll 0% 0% rgb(80, 80, 109);
707    text-indent:                -20000px;
708    display:                    block;
709    cursor:                     pointer;
710}
711.jspArrow.jspDisabled {
712    cursor:                     default;
713    background:                 none repeat scroll 0% 0% rgb(128, 128, 141);
714}
715.jspVerticalBar .jspArrow {
716    height:                     16px;
717}
718.jspHorizontalBar .jspArrow {
719    width:                      16px;
720    float:                      left;
721    height:                     100%;
722}
723.jspVerticalBar .jspArrow:focus {
724    outline:                    medium none;
725}
726.jspCorner {
727    background:                 none repeat scroll 0% 0% rgb(238, 238, 244);
728    float:                      left;
729    height:                     100%;
730}
731* html .jspCorner {
732    margin:                     0px -3px 0px 0px;
733}
734.scrollpane {
735    width:                      100%;
736    height:                     100%;
737    overflow:                   auto;
738}
739/*_______________________________pluggin______________________________________*/
740.stuffs_block {
741    width:                      100% ! important;
742}
743#mbContact .sub {
744    display:                    none ! important;
745}
746#languageSwitchBox {
747    background:                 none repeat scroll 0px 0px rgb(51, 51, 51) ! important;
748    z-index:                    1000 ! important;
749}
Note: See TracBrowser for help on using the repository browser.