Smaller font for the statistics (issue #2239)
[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-statisticsSeparator {
349         background: url(images/separator.png) no-repeat;
350         width: 100%;
351         height: 3px;
352 }
353
354 .pithos-splitPanel {
355         background: url(images/white50.png) transparent;
356         margin-bottom: 34px;
357 }
358
359 .pithos-splitPanel-noframe {
360         margin-bottom: 0;
361 }
362
363 /* Use the background color for the splitter. */
364 .gwt-HorizontalSplitPanel .hsplitter {
365         cursor: move;
366         border: 0px;
367         background: url(images/background.png) repeat-x;
368 }
369
370 .pithos-tag {
371         display:inline;
372 }
373
374 .pithos-uploadButton {
375         background: none;
376         background-color: #ff7f2a;
377     font-size: 120%;
378     text-align: center;
379     height: auto;
380     padding: 8px;
381     width: 134px;
382     border: 0px;
383     color: black;
384 }
385
386 .pithos-uploadButton-loading {
387         background: url(images/ajax-loader.gif) no-repeat;
388         background-position: 110px 0px;
389         background-color: #ff7f2a;
390 }
391
392 .pithos-uploadButton:HOVER {
393     background-color: #f95;
394 }
395
396 .pithos-rightSide {
397     vertical-align: middle;
398     width: 100%;
399     padding-left: 7px;
400 }
401 .pithos-parentButton {
402     background: none;
403     background-color: #a1c8da;
404 }
405
406 .pithos-folderStatistics {
407     background-color: #a1c8da;
408     text-align: center;
409     color: white;
410     height: 32px;
411         padding: 5px 15px;
412         margin-right: 10px;
413         margin-left: 10px;
414 }
415
416 .grnet-sign {
417         color: #72ADC8;
418 }
419
420 .pithos-logo {
421         position: absolute;
422         top: 65px;
423 }
424
425 .pithos-header {
426         background: url(images/white50.png);
427         margin-top: 34;
428         height: 60px;
429 }
430
431 .pithos-header-noframe {
432         margin-top: 0;
433 }
434
435 .pithos-list thead th img {
436     top: 5px !important;
437 }
438
439 .effectPanel-inner {
440         background-color: #4085A5;
441         margin: 10px;
442 }
443
444 .clearfix {
445         display: block;
446         width: auto;
447         zoom: 1;
448 }
449
450 div#toolbar {
451         clear: both;
452         color: white;
453         float: right;
454 /*      position: absolute;
455         right: 15px;
456         top: 15px;*/
457 }
458
459 div#toolbar a {
460         display: block;
461         float: left;
462 }
463
464 .pithos-toolbarItem {
465         text-decoration: none;
466         font-size: 0.8em;
467         padding: 4px;
468         padding-right: 8px;
469         color: white;
470         margin-left: 5px;
471         background-repeat: no-repeat;
472         background-color: #A1C8DB;
473 }
474
475 .pithos-toolbarItem:HOVER {
476         background-color: #74aec9;
477 }
478
479
480 .pithos-toolbarItem span {
481         float: left;
482         padding-top: 2px;
483 }
484
485 .pithos-toolbarItem span.ico {
486         width: 16px;
487         height: 16px;
488         margin-right: 5px;
489         background-repeat: no-repeat;
490 /*      background-position: -36px 0;*/
491 }
492
493 #tools-button span.ico {
494         background-image: url(images/advancedsettings.png);
495 }
496
497 #refresh-button span.ico {
498         background-image: url(images/refresh.png);
499 }
500
501 #newFolder-button span.ico {
502         background-image: url(images/folder_new.png);
503 }
504
505 #shareFolder-button span.ico {
506         background-image: url(images/myshared22.png);
507 }
508
509 /*move background from inner to centerinner to wrap action buttons too*/
510 .dialogMiddleCenterInner.dialogContent  {
511     background: url(images/white50.png); 
512     margin: 7px;
513     padding: 15px;
514     /*border: 1px solid #aaa;*/
515     -moz-box-shadow: 0 0 1px 1px #888;
516     -webkit-box-shadow: 0 0 1px 1px #888;
517     box-shadow: 0 0 1px 1px #888;
518 }
519
520 .pithos-dialogbox .outer {
521     width: 600px;
522 }
523
524 /*remove background/padding from .inner*/
525 .pithos-dialogbox .inner {
526     background: none;
527     padding:0;
528     width: 100%;
529 }
530
531 /*button position within the overlay content*/
532 .dialogMiddleCenterInner .button {
533     margin-left: 2px;
534     border: none;
535     padding: 7px 20px;
536     margin-top: 10px;
537     float: right;
538     margin-right: 4px;
539 }
540
541 /* fix placement of overlay paragraphs */
542 .pithos-credentialstext {
543     padding: 0 0 10px 0;
544 }
545
546 /* overlay styles */
547 .pithos-dialogbox {
548     background-color: white;
549     border: 2px solid #444;
550     text-align: left;
551     -moz-box-shadow: 0 0 90px 5px #000;
552     -webkit-box-shadow: 0 0 90px 5px #000;
553     box-shadow: 0 0 90px 5px #000;
554         clip: inherit !important;
555 }
556
557 /* hide overlay dialogue unneeded side elements */
558 .dialogMiddleRight, .dialogBottomRight, .dialogTopRight,
559 .dialogMiddleLeft, .dialogBottomLeft, .dialogTopLeft,
560 .dialogBottomCenter {
561     display: none;
562 }
563
564 /* fix dialogbox caption padding and font-size */
565 .pithos-dialogbox .caption {
566     padding: 10px !important;
567     font-size: 1.1em;
568 }
569
570
571 /* form input styling */
572 .dialogMiddleCenterInner input {
573     border: 1px solid #aaa;
574     padding: 4px;
575 }
576
577 /* fix tag color */
578 a.pithos-tag {
579     color: #4085a5;
580 }
581
582 .pithos-invitationsLeft {
583     padding: 0 0 10px 0;
584         border-bottom: 1px solid #4085A5;
585 }
586
587 .pithos-leftInvitationsNumber {
588         background-color: #4085A5;
589         padding: 3px;
590         color: white;
591         font-weight: bold;
592 }
593
594 .pithos-sendInvitationsPanel {
595         margin-top: 10px;
596         border-right: 1px solid #4085A5;
597         padding-right: 5px;
598 }
599
600 .pithos-sendInvitationsTitle {
601         font-weight: bold;
602         color: #4085A5;
603         margin-right: 10px;
604 }
605
606 .pithos-addInvitationImg {
607         background-color: #4085A5;
608         padding: 5px;
609         cursor: pointer;
610 }
611
612 .pithos-invitationResponse {
613         background-color: green;
614         color: white;
615         padding: 5px;
616 }
617
618 .pithos-invitationResponseError {
619         background-color: #880000;
620         color: #fff;
621         padding: 5px;
622 }
623
624 .pithos-invitationResponse .user {
625         font-weight: bold;
626 }
627
628 .props-labels .eg {
629         font-weight: normal;
630         color: gray;
631 }
632
633 .pithos-invitationsSplitPanel {
634         width:100%;
635 }
636
637 .pithos-invitationDeleteImg {
638         cursor: pointer;
639 }
640
641 .pithos-invitationFormRow {
642         border-top: 1px solid gray;
643 }
644
645 .pithos-sendInvitationButton {
646     background: none;
647     background-color: #ff7f2a;
648     text-align: center;
649     height: auto;
650     padding: 8px;
651     border: none;
652     color: white;
653 }
654
655 .pithos-sentInvitationsPanel {
656         margin-top: 10px;
657         padding-left: 5px;
658         width: 100%;
659 }
660
661 .pithos-sentInvitationsTitle {
662         font-weight: bold;
663         color: #4085A5;
664 }
665
666 .pithos-sentInvitationsTable {
667         width: 100%;
668 }
669
670 .pithos-invitedEmail {
671         color: #ff7f2a;
672         font-weight: bold;
673 }
674
675 .pithos-invitedEmailBorder {
676         border-bottom: 1px solid #4085A5;
677 }
678
679 .pithos-resendInvitation {
680         cursor: pointer;
681 }
682
683 .pithos-pagerButton {
684         background: none;
685         background-color: transparent;
686         border: 1px solid gray;
687         color: gray;
688         padding: 0px 2px 0px 2px;
689         font-size: 80%;
690 }
691
692 .pithos-pagerButton:HOVER {
693         background-color: #4085A5;
694         color: white;
695 }
696
697 .pithos-pagerButtonCurrent {
698         background-color: #4085A5;
699         color: white;
700 }
701
702 .pithos-metaTitle {
703         font-weight: bold;
704 }
705
706 .pithos-metaName {
707         width: 7em;
708 }
709
710 .pithos-metaValue {
711         width: 7em;
712 }
713
714 .pithos-versionList {
715         padding-right: 5px;
716 }