Smaller font size for statistics (issue #2372)
[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: 85%;
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 .pithos-list thead th img {
446     top: 5px !important;
447 }
448
449 .effectPanel-inner {
450         background-color: #4085A5;
451         margin: 10px;
452 }
453
454 .clearfix {
455         display: block;
456         width: auto;
457         zoom: 1;
458 }
459
460 div#toolbar {
461         clear: both;
462         color: white;
463         float: right;
464 /*      position: absolute;
465         right: 15px;
466         top: 15px;*/
467 }
468
469 div#toolbar a {
470         display: block;
471         float: left;
472 }
473
474 .pithos-toolbarItem {
475         text-decoration: none;
476         font-size: 0.8em;
477         padding: 4px;
478         padding-right: 8px;
479         color: white;
480         margin-left: 5px;
481         background-repeat: no-repeat;
482         background-color: #A1C8DB;
483 }
484
485 .pithos-toolbarItem:HOVER {
486         background-color: #74aec9;
487 }
488
489
490 .pithos-toolbarItem span {
491         float: left;
492         padding-top: 2px;
493 }
494
495 .pithos-toolbarItem span.ico {
496         width: 16px;
497         height: 16px;
498         margin-right: 5px;
499         background-repeat: no-repeat;
500 /*      background-position: -36px 0;*/
501 }
502
503 #tools-button span.ico {
504         background-image: url(images/advancedsettings.png);
505 }
506
507 #refresh-button span.ico {
508         background-image: url(images/refresh.png);
509 }
510
511 #newFolder-button span.ico {
512         background-image: url(images/folder_new.png);
513 }
514
515 #shareFolder-button span.ico {
516         background-image: url(images/myshared22.png);
517 }
518
519 /*move background from inner to centerinner to wrap action buttons too*/
520 .dialogMiddleCenterInner.dialogContent  {
521     background: url(images/white50.png); 
522     margin: 7px;
523     padding: 15px;
524     /*border: 1px solid #aaa;*/
525     -moz-box-shadow: 0 0 1px 1px #888;
526     -webkit-box-shadow: 0 0 1px 1px #888;
527     box-shadow: 0 0 1px 1px #888;
528 }
529
530 .pithos-dialogbox .outer {
531     width: 600px;
532 }
533
534 /*remove background/padding from .inner*/
535 .pithos-dialogbox .inner {
536     background: none;
537     padding:0;
538     width: 100%;
539 }
540
541 /*button position within the overlay content*/
542 .dialogMiddleCenterInner .button {
543     margin-left: 2px;
544     border: none;
545     padding: 7px 20px;
546     margin-top: 10px;
547     float: right;
548     margin-right: 4px;
549 }
550
551 /* fix placement of overlay paragraphs */
552 .pithos-credentialstext {
553     padding: 0 0 10px 0;
554 }
555
556 /* overlay styles */
557 .pithos-dialogbox {
558     background-color: white;
559     border: 2px solid #444;
560     text-align: left;
561     -moz-box-shadow: 0 0 90px 5px #000;
562     -webkit-box-shadow: 0 0 90px 5px #000;
563     box-shadow: 0 0 90px 5px #000;
564         clip: inherit !important;
565 }
566
567 /* hide overlay dialogue unneeded side elements */
568 .dialogMiddleRight, .dialogBottomRight, .dialogTopRight,
569 .dialogMiddleLeft, .dialogBottomLeft, .dialogTopLeft,
570 .dialogBottomCenter {
571     display: none;
572 }
573
574 /* fix dialogbox caption padding and font-size */
575 .pithos-dialogbox .caption {
576     padding: 10px !important;
577     font-size: 1.1em;
578 }
579
580
581 /* form input styling */
582 .dialogMiddleCenterInner input {
583     border: 1px solid #aaa;
584     padding: 4px;
585 }
586
587 /* fix tag color */
588 a.pithos-tag {
589     color: #4085a5;
590 }
591
592 .pithos-invitationsLeft {
593     padding: 0 0 10px 0;
594         border-bottom: 1px solid #4085A5;
595 }
596
597 .pithos-leftInvitationsNumber {
598         background-color: #4085A5;
599         padding: 3px;
600         color: white;
601         font-weight: bold;
602 }
603
604 .pithos-sendInvitationsPanel {
605         margin-top: 10px;
606         border-right: 1px solid #4085A5;
607         padding-right: 5px;
608 }
609
610 .pithos-sendInvitationsTitle {
611         font-weight: bold;
612         color: #4085A5;
613         margin-right: 10px;
614 }
615
616 .pithos-addInvitationImg {
617         background-color: #4085A5;
618         padding: 5px;
619         cursor: pointer;
620 }
621
622 .pithos-invitationResponse {
623         background-color: green;
624         color: white;
625         padding: 5px;
626 }
627
628 .pithos-invitationResponseError {
629         background-color: #880000;
630         color: #fff;
631         padding: 5px;
632 }
633
634 .pithos-invitationResponse .user {
635         font-weight: bold;
636 }
637
638 .props-labels .eg {
639         font-weight: normal;
640         color: gray;
641 }
642
643 .pithos-invitationsSplitPanel {
644         width:100%;
645 }
646
647 .pithos-invitationDeleteImg {
648         cursor: pointer;
649 }
650
651 .pithos-invitationFormRow {
652         border-top: 1px solid gray;
653 }
654
655 .pithos-sendInvitationButton {
656     background: none;
657     background-color: #ff7f2a;
658     text-align: center;
659     height: auto;
660     padding: 8px;
661     border: none;
662     color: white;
663 }
664
665 .pithos-sentInvitationsPanel {
666         margin-top: 10px;
667         padding-left: 5px;
668         width: 100%;
669 }
670
671 .pithos-sentInvitationsTitle {
672         font-weight: bold;
673         color: #4085A5;
674 }
675
676 .pithos-sentInvitationsTable {
677         width: 100%;
678 }
679
680 .pithos-invitedEmail {
681         color: #ff7f2a;
682         font-weight: bold;
683 }
684
685 .pithos-invitedEmailBorder {
686         border-bottom: 1px solid #4085A5;
687 }
688
689 .pithos-resendInvitation {
690         cursor: pointer;
691 }
692
693 .pithos-pagerButton {
694         background: none;
695         background-color: transparent;
696         border: 1px solid gray;
697         color: gray;
698         padding: 0px 2px 0px 2px;
699         font-size: 80%;
700 }
701
702 .pithos-pagerButton:HOVER {
703         background-color: #4085A5;
704         color: white;
705 }
706
707 .pithos-pagerButtonCurrent {
708         background-color: #4085A5;
709         color: white;
710 }
711
712 .pithos-metaTitle {
713         font-weight: bold;
714 }
715
716 .pithos-addMetaImg {
717         background-image: url(images/plus.png);
718         background-color: #4085A5;
719         background-repeat: no-repeat;
720         background-position: center;
721         padding: 8px;
722         cursor: pointer;
723 }
724
725 .pithos-metaDeleteImg {
726         background: url(images/delete.png);
727         background-repeat: no-repeat;
728         background-position: center;
729         padding: 10px;
730         cursor: pointer;
731 }
732
733 .pithos-metaName {
734         width: 7em;
735 }
736
737 .pithos-metaValue {
738         width: 7em;
739 }
740
741 .pithos-versionList {
742         padding-right: 5px;
743 }