Fix for IE9
[pithos-web-client] / src / gr / grnet / pithos / web / public / pithos.css
1 /*
2  * Copyright 2011-2012 GRNET S.A. All rights reserved.
3  *
4  * Redistribution and use in source and binary forms, with or
5  * without modification, are permitted provided that the following
6  * conditions are met:
7  *
8  *   1. Redistributions of source code must retain the above
9  *      copyright notice, this list of conditions and the following
10  *      disclaimer.
11  *
12  *   2. Redistributions in binary form must reproduce the above
13  *      copyright notice, this list of conditions and the following
14  *      disclaimer in the documentation and/or other materials
15  *      provided with the distribution.
16  *
17  * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28  * POSSIBILITY OF SUCH DAMAGE.
29  *
30  * The views and conclusions contained in the software and
31  * documentation are those of the authors and should not be
32  * interpreted as representing official policies, either expressed
33  * or implied, of GRNET S.A.
34  */
35 body {
36         color: black;
37         font-family: Verdana, 'PT Sans', sans-serif;
38         font-size: 13px;
39         margin: 8px;
40         margin-top: 3px;
41         background-color: transparent;
42 }
43
44 table td {
45         font-family: Verdana, 'PT Sans', sans-serif;
46         font-size: 13px;
47 }
48
49 .pithos-outer {
50         background: url(images/background.png) repeat-x;
51 }
52
53 a {
54         color: white;
55         text-decoration: none;
56
57  
58 a:hover {
59         color: white;
60 }
61
62 a:visited {
63         color: white;
64 }
65
66 a.info {
67         position: relative; /*this is the key*/
68         z-index: 24;
69         color: black;
70         text-decoration: none
71 }
72
73 a.info:hover {
74         z-index: 25;
75         background-color: yellow;
76 }
77
78 a.info div {
79         display: none
80 }
81
82 a.info:hover span {
83         cursor: pointer;
84 }
85
86 /* The span will only display on :hover state. */
87 a.info:hover div {
88         display: block;
89         position: absolute;
90         bottom: 2em;
91         right: 1em;
92         width: 10em;
93         border: 1px solid lightblue;
94         background-color: #D0E4F6;
95         color: black;
96         text-align: center
97 }
98
99 .pithos-DialogBox .inner form {
100         margin: 0px;
101         clip: 
102 }
103
104 .pithos-dialogbox .inner form input,
105 .pithos-dialogbox .inner form textarea
106 {
107     border: 1px solid #aaa;
108     padding:4px;
109 }
110
111 .pithos-DialogBox .button {
112         background: none;
113         background-color: #4085A5;
114         color: white;
115         padding: 5px 6px;
116         white-space: nowrap;
117 }
118
119 .pithos-DialogBox .Caption {
120         color: white;
121         background-color: #4085a5;
122         padding: 20px;
123         border-bottom: 1px solid white;
124 }
125
126 .pithos-DialogBox .close {
127         cursor: pointer;
128         position: absolute;
129         width: 13px;
130         height: 13px;
131         top: 12px;
132         right: 27px;
133         font-size: 0.8em;
134 }
135
136 .pithos-DialogBox .dialogMiddleCenter {
137         background: url(images/popup-bg.png) repeat-x;
138         background-color: white;
139         padding: 3px;
140 }
141
142 .pithos-DialogBox .dialogBottomCenter {
143         border-bottom: 5px solid #4085A5;
144 }
145
146 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
147   background-position: 0px -55px;
148 }
149 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
150   background-position: -6px -55px;
151 }
152 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
153         background: #D0E4F6;
154 }
155 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
156 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter,
157 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
158         background: #D0E4F6;
159         color:#d45500;
160 }
161 .pithos-TabPanelBottom {
162         border: none;
163 }
164
165 table.pithos-permList {
166         border-spacing: 3px;
167         border-collapse: collapse;
168
169 }
170
171 table.pithos-permList td {
172         padding: 5px 5px 5px 5px;
173         font-size:80%;
174 }
175
176 table.pithos-permList.props-labels {
177         font-weight: bold;
178 }
179
180 .props-labels {
181         font-size: 80%;
182         font-weight: bold;
183         padding-left: 10px;
184         padding-right: 10px;
185 }
186
187 .props-toplabels {
188         font-size: 80%;
189         font-weight: bold;
190         font-style: italic;
191         padding-left: 10px;
192         padding-right: 10px;
193 }
194
195 .props-values {
196         font-size: 80%;
197 }
198
199 .hidden-link {
200         text-decoration: none !important;
201         color: black !important;
202 }
203
204 .hidden-link:visited {
205         text-decoration: none !important;
206         color: black !important;
207 }
208
209 .pithos-topPanel {
210         background-color: #4085a5;
211         font-size: 75%;
212         height: 59px;
213         border-bottom: 1px solid white;
214 }
215
216 .gwt-MenuBar-vertical {
217         background: #D0E3ED;
218 }
219
220 .gwt-MenuBarPopup .menuPopupTopLeft {
221         background: none;
222         background-color: #D0E3ED;
223 }
224
225 .gwt-MenuBarPopup .menuPopupTopCenter {
226         background: none;
227         background-color: #D0E3ED;
228 }
229
230 .gwt-MenuBarPopup .menuPopupTopRight {
231         background: none;
232         background-color: #D0E3ED;
233 }
234
235 .gwt-MenuBarPopup .menuPopupMiddleLeft {
236         background: none;
237         background-color: #D0E3ED;
238 }
239
240 .gwt-MenuBarPopup .menuPopupMiddleRight {
241         background: none;
242         background-color: #D0E3ED;
243 }
244
245 .gwt-popuppanel {
246     border: 3px solid #D0E3ED;
247     padding: 3px;
248     background: #D0E3ED;
249     border-image: initial;
250 }
251
252 .gwt-MenuBar .gwt-MenuItem {
253         border-bottom: 1px solid #EFEFEF;
254 }
255
256 .gwt-MenuBar .gwt-MenuItem-selected {
257         background-color: #E1EFF6;
258 }
259
260 .gwt-MenuBarPopup .menuPopupBottomLeft {
261         background: none;
262         background-color: #D0E3ED;
263 }
264
265 .gwt-MenuBarPopup .menuPopupBottomCenter {
266         background: none;
267         background-color: #D0E3ED;
268 }
269
270 .gwt-MenuBarPopup .menuPopupBottomRight {
271         background: none;
272         background-color: #D0E3ED;
273 }
274
275 .pithos-sessionExpired {
276         width: 24em;
277         /* Restore the padding we remove when overriding the gwt-DialogBox style */
278         padding: 3px;
279 }
280
281 .pithos-statusbar {
282         background-color: #4085a5;
283         border: none;
284         font-size: 90%;
285         vertical-align: middle;
286         font-weight: normal;
287         height:119px;
288         color: white;
289 }
290
291 .pithos-FileListContainer {
292     padding-left: 10px;
293 }
294
295 .pithos-List {
296         cursor: default;
297         border-collapse: collapse;
298         /* prevents selecting text in table with shift and ctrl*/
299         -moz-user-select: none;
300 }
301
302 .pithos-errorMessage {
303         font-size: 90%;
304         background-color: #880000;
305         color: #fff;
306         cursor: pointer;
307 }
308
309 .pithos-errorMessage td {
310         font-size: 90%;
311 }
312
313 .pithos-warnMessage {
314         font-size: 90%;
315         background-color: #eeee99;
316         cursor: pointer;
317 }
318
319 .pithos-infoMessage {
320         font-size: 90%;
321         background-color: #ccffcc;
322         cursor: pointer;
323 }
324
325 .pithos-clearMessage {
326         font-size: 90%;
327         font-weight: bold;
328         text-decoration: none;
329         color: black;
330         padding-left: 5px;
331 }
332
333 .pithos-clearMessage:visited {
334         font-size: 90%;
335         font-weight: bold;
336         text-decoration: none;
337         color: black;
338 }
339
340 .pithos-readForAllNote {
341         width: 240px;
342         text-align: justify;
343         font-style: italic;
344         font-size: 12px;
345         padding-left: 4;
346 }
347
348 .pithos-statistics {
349         color: black;
350         padding-top: 10px;
351         padding-bottom: 10px;
352 }
353
354 .pithos-statistics .gwt-HTML {
355         font-size: smaller;
356 }
357
358 .pithos-statisticsSeparator {
359         background: url(images/separator.png) no-repeat;
360         width: 100%;
361         height: 3px;
362 }
363
364 .pithos-splitPanel {
365         background: url(images/white50.png) transparent;
366         margin-bottom: 34px;
367 }
368
369 .pithos-splitPanel-noframe {
370         margin-bottom: 0;
371 }
372
373 /* Use the background color for the splitter. */
374 .gwt-HorizontalSplitPanel .hsplitter {
375         cursor: move;
376         border: 0px;
377         background: url(images/background.png) repeat-x;
378 }
379
380 .pithos-tag {
381         display:inline;
382 }
383
384 .pithos-uploadButton {
385         background: none;
386         background-color: #ff7f2a;
387     font-size: 120%;
388     text-align: center;
389     height: auto;
390     padding: 8px;
391     width: 134px;
392     border: 0px;
393     color: black;
394 }
395
396 .pithos-uploadButton-loading {
397         background: url(images/ajax-loader.gif) no-repeat;
398         background-position: 110px 0px;
399         background-color: #ff7f2a;
400 }
401
402 .pithos-uploadButton:HOVER {
403     background-color: #f95;
404 }
405
406 .pithos-rightSide {
407     vertical-align: middle;
408     width: 100%;
409     padding-left: 7px;
410 }
411 .pithos-parentButton {
412     background: none;
413     background-color: #a1c8da;
414 }
415
416 .pithos-folderStatistics {
417     background-color: #a1c8da;
418     text-align: center;
419     color: white;
420     height: 32px;
421         padding: 5px 15px;
422         margin-right: 10px;
423         margin-left: 10px;
424 }
425
426 .grnet-sign {
427         color: #72ADC8;
428 }
429
430 .pithos-logo {
431         position: absolute;
432         top: 65px;
433 }
434
435 .pithos-header {
436         background: url(images/white50.png);
437         margin-top: 34;
438         height: 60px;
439 }
440
441 .pithos-header-noframe {
442         margin-top: 0;
443 }
444
445 /*.cellTreeWidget-selectedTree {
446     background-color: #BCD7E3;
447 }*/
448
449 .pithos-list thead th img {
450     top: 5px !important;
451 }
452
453 .effectPanel-inner {
454         background-color: #4085A5;
455         margin: 10px;
456 }
457
458 .clearfix {
459         display: block;
460         width: auto;
461         zoom: 1;
462 }
463
464 div#toolbar {
465         clear: both;
466         color: white;
467         float: right;
468 /*      position: absolute;
469         right: 15px;
470         top: 15px;*/
471 }
472
473 div#toolbar a {
474         display: block;
475         float: left;
476 }
477
478 .pithos-toolbarItem {
479         text-decoration: none;
480         font-size: 0.8em;
481         padding: 4px;
482         padding-right: 8px;
483         color: white;
484         margin-left: 5px;
485         background-repeat: no-repeat;
486         background-color: #A1C8DB;
487 }
488
489 .pithos-toolbarItem:HOVER {
490         background-color: #74aec9;
491 }
492
493
494 .pithos-toolbarItem span {
495         float: left;
496         padding-top: 2px;
497 }
498
499 .pithos-toolbarItem span.ico {
500         width: 16px;
501         height: 16px;
502         margin-right: 5px;
503         background-repeat: no-repeat;
504 /*      background-position: -36px 0;*/
505 }
506
507 #tools-button span.ico {
508         background-image: url(images/advancedsettings.png);
509 }
510
511 #refresh-button span.ico {
512         background-image: url(images/refresh.png);
513 }
514
515 #newFolder-button span.ico {
516         background-image: url(images/folder_new.png);
517 }
518
519 #shareFolder-button span.ico {
520         background-image: url(images/myshared22.png);
521 }
522
523 /*move background from inner to centerinner to wrap action buttons too*/
524 .dialogMiddleCenterInner.dialogContent  {
525     background: url(images/white50.png); 
526     margin: 7px;
527     padding: 15px;
528     /*border: 1px solid #aaa;*/
529     -moz-box-shadow: 0 0 1px 1px #888;
530     -webkit-box-shadow: 0 0 1px 1px #888;
531     box-shadow: 0 0 1px 1px #888;
532 }
533
534 .pithos-dialogbox .outer {
535     width: 600px;
536 }
537
538 /*remove background/padding from .inner*/
539 .pithos-dialogbox .inner {
540     background: none;
541     padding:0;
542     width: 100%;
543 }
544
545 /*button position within the overlay content*/
546 .dialogMiddleCenterInner .button {
547     margin-left: 2px;
548     border: none;
549     padding: 7px 20px;
550     margin-top: 10px;
551     float: right;
552     margin-right: 4px;
553 }
554
555 /* fix placement of overlay paragraphs */
556 .pithos-credentialstext {
557     padding: 0 0 10px 0;
558 }
559
560 /* overlay styles */
561 .pithos-dialogbox {
562     background-color: white;
563     border: 2px solid #444;
564     text-align: left;
565     -moz-box-shadow: 0 0 90px 5px #000;
566     -webkit-box-shadow: 0 0 90px 5px #000;
567     box-shadow: 0 0 90px 5px #000;
568         clip: inherit !important;
569 }
570
571 /* hide overlay dialogue unneeded side elements */
572 .dialogMiddleRight, .dialogBottomRight, .dialogTopRight,
573 .dialogMiddleLeft, .dialogBottomLeft, .dialogTopLeft,
574 .dialogBottomCenter {
575     display: none;
576 }
577
578 /* fix dialogbox caption padding and font-size */
579 .pithos-dialogbox .caption {
580     padding: 10px !important;
581     font-size: 1.1em;
582 }
583
584
585 /* form input styling */
586 .dialogMiddleCenterInner input {
587     border: 1px solid #aaa;
588     padding: 4px;
589 }
590
591 /* fix tag color */
592 a.pithos-tag {
593     color: #4085a5;
594 }
595
596 .pithos-invitationsLeft {
597     padding: 0 0 10px 0;
598         border-bottom: 1px solid #4085A5;
599 }
600
601 .pithos-leftInvitationsNumber {
602         background-color: #4085A5;
603         padding: 3px;
604         color: white;
605         font-weight: bold;
606 }
607
608 .pithos-sendInvitationsPanel {
609         margin-top: 10px;
610         border-right: 1px solid #4085A5;
611         padding-right: 5px;
612 }
613
614 .pithos-sendInvitationsTitle {
615         font-weight: bold;
616         color: #4085A5;
617         margin-right: 10px;
618 }
619
620 .pithos-addInvitationImg {
621         background-color: #4085A5;
622         padding: 5px;
623         cursor: pointer;
624 }
625
626 .pithos-invitationResponse {
627         background-color: green;
628         color: white;
629         padding: 5px;
630 }
631
632 .pithos-invitationResponseError {
633         background-color: #880000;
634         color: #fff;
635         padding: 5px;
636 }
637
638 .pithos-invitationResponse .user {
639         font-weight: bold;
640 }
641
642 .props-labels .eg {
643         font-weight: normal;
644         color: gray;
645 }
646
647 .pithos-invitationsSplitPanel {
648         width:100%;
649 }
650
651 .pithos-invitationDeleteImg {
652         cursor: pointer;
653 }
654
655 .pithos-invitationFormRow {
656         border-top: 1px solid gray;
657 }
658
659 .pithos-sendInvitationButton {
660     background: none;
661     background-color: #ff7f2a;
662     text-align: center;
663     height: auto;
664     padding: 8px;
665     border: none;
666     color: white;
667 }
668
669 .pithos-sentInvitationsPanel {
670         margin-top: 10px;
671         padding-left: 5px;
672         width: 100%;
673 }
674
675 .pithos-sentInvitationsTitle {
676         font-weight: bold;
677         color: #4085A5;
678 }
679
680 .pithos-sentInvitationsTable {
681         width: 100%;
682 }
683
684 .pithos-invitedEmail {
685         color: #ff7f2a;
686         font-weight: bold;
687 }
688
689 .pithos-invitedEmailBorder {
690         border-bottom: 1px solid #4085A5;
691 }
692
693 .pithos-resendInvitation {
694         cursor: pointer;
695 }
696
697 .pithos-pagerButton {
698         background: none;
699         background-color: transparent;
700         border: 1px solid gray;
701         color: gray;
702         padding: 0px 2px 0px 2px;
703         font-size: 80%;
704 }
705
706 .pithos-pagerButton:HOVER {
707         background-color: #4085A5;
708         color: white;
709 }
710
711 .pithos-pagerButtonCurrent {
712         background-color: #4085A5;
713         color: white;
714 }
715
716 .pithos-metaTitle {
717         font-weight: bold;
718 }
719
720 .pithos-addMetaImg {
721         background-image: url(images/plus.png);
722         background-color: #4085A5;
723         background-repeat: no-repeat;
724         background-position: center;
725         padding: 8px;
726         cursor: pointer;
727 }
728
729 .pithos-metaDeleteImg {
730         background: url(images/delete.png);
731         background-repeat: no-repeat;
732         background-position: center;
733         padding: 10px;
734         cursor: pointer;
735 }
736
737 .pithos-metaName {
738         width: 7em;
739 }
740
741 .pithos-metaValue {
742         width: 7em;
743 }
744
745 .pithos-versionList {
746         padding-right: 5px;
747 }