]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/quattro.less
template rework: delete unused css
[friendica.git] / view / theme / quattro / quattro.less
1 // Quattro Theme LESS file
2
3 /* global */
4 body {
5         font-family: Liberation Sans,helvetica,arial,clean,sans-serif;
6         font-size: 11px;
7         background-color: @BodyBackground;
8         color: @BodyColor;
9         margin: 50px 0px 0px 0px;
10         display:table;
11 }
12 h4 { font-size: 1.1em }
13
14 .shadow(@x: 0px, @y: 5px){
15         -webkit-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
16         -moz-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
17         box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
18 }
19
20 .rounded(@tr: 5px, @tl: 5px, @bl: 5px, @br: 5px){
21         -moz-border-radius: @arguments;
22         -webkit-border-radius: @arguments;
23         border-radius: @arguments;
24 }
25 .roundbottom (@radius: 5px){ .rounded(0, 0, @radius, @radius); }
26 .roundtop (@radius: 5px){ .rounded(@radius, @radius, 0, 0); }
27
28 .opaque(@v: 0.5){
29         opacity: @v;
30         .transition();
31 }
32
33 .transition(@d: 0.2s){
34         -webkit-transition: all @d ease-in-out;
35         -moz-transition: all @d ease-in-out;
36         -o-transition: all @d ease-in-out;
37         -ms-transition: all @d ease-in-out;
38         transition: all @d ease-in-out;
39 }
40
41
42 a, a:link { color: @Link; text-decoration: none; }
43 a:visited { color: @LinkVisited; text-decoration: none; }
44 a:hover {color: @LinkHover; text-decoration: underline; }
45
46 .left { float: left; }
47 .right { float: right; }
48 .hidden { display: none; }
49 .clear { clear: both; }
50
51 .fakelink { color: @Link; text-decoration: none; cursor:pointer; }
52 .fakelink:hover { color: @LinkHover; text-decoration: underline; }
53
54 blockquote {
55         background:@BlockquoteBackgroundColor;
56         padding: 1em;
57         margin-left: 1em;
58         border-left: 1em solid @BlockquoteBorderColor;
59
60 }
61
62 code {
63         font-family: Courier, monospace;
64         white-space: pre;
65         display: block;
66         overflow: auto;
67         border: 1px solid #444;
68         background: #EEE;
69         color: #444;
70         padding: 10px;
71         margin-top: 20px;
72 }
73
74 #panel {
75         position: absolute;
76         width: 10em;
77         background: @MenuBg;
78         color: @Menu;
79         margin: 0px;
80         padding: 1em;
81         list-style: none;
82         border: 3px solid @MenuBorder;
83         z-index: 100000;
84
85         .shadow();
86 }
87
88
89
90 /* tool */
91
92 .tool {
93         height: auto; overflow: auto;
94         .label { float: left;}
95         .action { float: right; }
96         > img { float: left; }
97 }
98
99
100
101
102 /* popup notifications */
103 #jGrowl.top-right {
104         top: 30px;
105         right: 15px;
106 }
107 div.jGrowl div.notice {
108         background: @NoticeBackgroundColor url("../../../images/icons/48/notice.png") no-repeat 5px center;
109         color:  @NoticeColor;
110         padding-left: 58px;
111 }
112 div.jGrowl div.info {
113         background: @InfoBackgroundColor url("../../../images/icons/48/info.png") no-repeat 5px center;
114         color:  @InfoColor;
115         padding-left: 58px;
116 }
117
118 /* notifications page */
119 .notif-item {
120         padding: 0.5em;
121         &:nth-child(even) { background-color: @NotificationsPageListEvenBackground; }
122         &:nth-child(odd) { background-color: @NotificationsPageListOddBackground; }
123         .notif-image { width: 16px; }
124 }
125
126
127 /* header */
128 header {
129         position: fixed; left: 43%; right: 43%; top: 0px;
130         margin: 0px; padding: 0px;
131         /*width: 100%; height: 12px; */
132         z-index: 110;
133         color: @Grey1;
134         #site-location {
135                 display: none;
136         }
137
138         #banner {
139                 overflow: hidden;
140                 text-align: center;
141                 width: 100%;
142                 a, a:active, a:visited, a:link, a:hover { color: @Grey1; text-decoration: none; outline: none; vertical-align: bottom; }
143                 #logo-img { height: 22px; margin-top:5px;}
144                 #logo-text { font-size: 22px }
145         }
146 }
147 /* nav */
148 nav {
149         width: 100%; height: 32px;
150         position: fixed; left: 0px; top: 0px;
151         padding: 0px;
152         background-color: @NavbarBackground;
153         color: @Grey1;
154         z-index: 100;
155         .shadow(0px, 0px);
156
157                 a, a:active, a:visited, a:link, a:hover { color: @Banner; text-decoration: none; outline: none;  }
158
159                 ul {
160                         margin: 0px;
161                         padding: 0px 20px;
162                         li {
163                                 list-style: none;
164                                 margin: 0px; padding: 0px;
165                                 float: left;
166                                 .menu-popup{ left: 0px; right: auto; }
167                         }
168
169                 }
170
171                 .nav-menu-icon {
172                         position: relative;
173                         height: 22px;
174                         padding: 5px;
175                         margin: 0px 10px;
176                         .roundtop();
177
178                         &.selected {
179                                 background-color: @NavbarSelectedBg;
180                         }
181
182                                 img { width: 22px; height: 22px; }
183                                 .nav-notify { top: 3px; }
184                 }
185
186                 .nav-menu {
187                         position: relative;
188                         height: 16px;
189                         padding: 5px;
190                         margin: 3px 15px 0px;
191                         font-size: 14px;
192                         border-bottom: 3px solid @NavbarBackground;
193                         &.selected {
194                                 border-bottom: 3px solid @NavbarSelectedBorder;
195                         }
196
197                 }
198
199                 .nav-notify {
200                         display: none;
201                         position: absolute;
202                         background-color: @NavbarNotifBg;
203                         .rounded();
204                         font-size: 10px;
205                         padding: 1px 3px;
206                         top: 0px;
207                         right: -10px;
208                         min-width: 15px;
209                         text-align: right;
210
211                                 &.show{ display: block; }
212                 }
213
214
215                 #nav-help-link,
216                 #nav-search-link,
217                 #nav-directory-link,
218                 #nav-apps-link,
219                 #nav-site-linkmenu {
220                         float: right;
221                         .menu-popup{ right: 0px; left: auto; }
222                 }
223
224                 #nav-notifications-linkmenu.on .icon.s22.notify,
225                 #nav-notifications-linkmenu.selected .icon.s22.notify   { background-image: url("../../../images/icons/22/notify_on.png") }
226                 #nav-introductions-link.on .icon.s22.intro,
227                 #nav-introductions-link.selected .icon.s22.intro        { background-image: url("icons/contacts_on.png") }
228                 #nav-messages-link.on .icon.s22.mail,
229                 #nav-messages-link.selected .icon.s22.mail              { background-image: url("icons/messages_on.png") }
230                 #nav-apps-link.selected { background-color: @NavbarSelectedBg; }
231 }
232
233
234 ul.menu-popup {
235         position: absolute;
236         display: none;
237         width: 10em;
238         background: @MenuBg;
239         color: @Menu;
240         margin: 0px;
241         padding: 0px;
242         list-style: none;
243         border: 3px solid @MenuBorder;
244         z-index: 100000;
245
246         .shadow();
247
248                 a { display: block; color: @MenuItem; padding: 5px 10px; text-decoration: none;}
249                 a:hover { background-color: @MenuItemHoverBg; }
250                 .menu-sep  { border-top: 1px solid @MenuItemSeparator; }
251                 li { float: none;  overflow: auto; height: auto; display: block; }
252                 li img { float: left; width: 16px; height: 16px; padding-right: 5px;}
253                 .empty {
254                         padding: 5px;
255                         text-align: center;
256                         color: @MenuEmpty;
257                 }
258                 .toolbar {
259                         background-color:  @MenuEmpty;
260                         height: auto; overflow: auto;
261                         a { float: right; }
262                         a:hover { background-color: @MenuBg; }
263                 }
264
265 }
266
267 /* autocomplete popup */
268 .autocomplete,
269 .acpopup {
270         max-height:150px;
271         background-color:@MenuBg;
272         color: @Menu;
273         border:1px solid @MenuBorder;
274         overflow:auto;
275         z-index:100000;
276         .shadow();
277 }
278 .autocomplete > div,
279 .acpopupitem {
280         color: @MenuItem; padding: 4px;
281         clear:left;
282         overflow: auto;
283         height: auto;
284         img {
285                 float: left;
286                 margin-right: 4px;
287                 width: 16px !important;
288                 height: 16px !important;
289         }
290         &.selected{
291                 background-color: @MenuItemHoverBg;
292         }
293 }
294
295
296 #nav-notifications-menu {
297         width: 400px; max-height: 550px;
298         overflow: auto;
299         img { float: left; margin-right: 5px; }
300         .contactname { font-weight: bold; }
301         .notif-when { font-size: 10px; color: @MenuItemDetail; display: block; }
302 }
303
304
305
306
307 /* aside 230px*/
308 aside {
309         display: table-cell;
310         vertical-align: top;
311         width: 200px;
312         padding:0px 10px 0px 20px;
313         border-right: 1px solid @AsideBorder;
314
315         .profile-edit-side-div { display: none; }
316
317         .vcard {
318                 .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
319                 .title { margin-bottom: 5px; }
320                 dl { height: auto; overflow: auto; }
321                 dt {float: left; margin-left: 0px; width: 35%; text-align: right; color: @VCardLabelColor; }
322                 dd {float: left; margin-left: 4px; width: 60%;}
323
324         }
325
326         #profile-extra-links {
327                 ul { padding: 0px; margin: 0px; }
328                 li { padding: 0px; margin: 0px; list-style: none; }
329         }
330
331         #wallmessage-link {
332                 display: block;
333                 .rounded();
334                 color: @AsideConnect;
335                 background: @AsideConnectBg url('../../../images/connect-bg.png') no-repeat left center;
336                 font-weight: bold;
337                 text-transform:uppercase;
338                 padding: 4px 2px 2px 35px;
339                 margin-top: 3px;
340
341                 &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
342         }
343         #dfrn-request-link {
344                 display: block;
345                 .rounded();
346                 color: @AsideConnect;
347                 background: @AsideConnectBg url('../../../images/connect-bg.png') no-repeat left center;
348                 font-weight: bold;
349                 text-transform:uppercase;
350                 padding: 4px 2px 2px 35px;
351
352                 &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
353         }
354
355         #profiles-menu { width: 20em; }
356
357         .posted-date-selector-months { margin-left: 10px; }
358 }
359
360 #contact-block {
361         overflow: auto; height: auto;
362         .contact-block-h4 { float: left; margin: 5px 0px; }
363         .allcontact-link { float: right; margin: 5px 0px; }
364         .contact-block-content {
365                 clear: both;
366                 overflow: hidden;
367                 height: auto;
368         }
369         /*.contact-block-div { width:60px; height: 60px; }*/
370         .contact-block-link {
371                 float: left;
372                 margin: 0px 2px 2px 0px;
373                 img { width: 48px; height: 48px; }
374         }
375 }
376
377 /* group member */
378 #contact-edit-drop-link,
379 .mail-list-delete-wrapper,
380 .group-delete-wrapper {
381         float: right;
382         margin-right: 50px;
383         .drophide {
384             background-image: url('../../../images/icons/22/delete.png');
385             display: block; width: 22px; height: 22px;
386             opacity: 0.3;
387             position: relative;
388             top: -50px;
389         }
390         .drop {
391             background-image: url('../../../images/icons/22/delete.png');
392             display: block; width: 22px; height: 22px;
393             position: relative;
394             top: -50px;
395         }
396 }
397 /*
398 #group-members {
399         margin-top: 20px;
400         padding: 10px;
401         height: 250px;
402         overflow: auto;
403         border: 1px solid #ddd;
404 }
405 #group-members-end {
406         clear: both;
407 }
408 #group-all-contacts {
409         padding: 10px;
410         height: 450px;
411         overflow: auto;
412         border: 1px solid #ddd;
413 }
414 #group-all-contacts-end {
415         clear: both;
416         margin-bottom: 10px;
417 }
418 .contact-block-div {
419         float: left;
420         width: 60px;
421         height: 60px;
422 }*/
423
424 /* widget */
425 .widget {
426         margin-bottom: 2em;
427
428         h3 { padding: 0px; margin: 2px;}
429         .action { .opaque(0.1); }
430         input.action { .opaque(0.5); }
431         &:hover .title .action { .opaque(1); }
432         .tool:hover .action { .opaque(1); }
433         .tool:hover .action.ticked { .opaque(1); }
434
435         ul { padding: 0px;}
436         ul li {padding-left: 16px; min-height: 16px; list-style: none; }
437
438         .tool.selected {
439                 background: url('../../../images/selected.png') no-repeat left center;
440         }
441
442         /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
443         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
444
445 }
446
447 /* widget: search */
448 #add-search-popup {
449         width: 200px;
450         top: 18px;
451 }
452
453
454 /* section 800px */
455 section {
456         display: table-cell;
457         vertical-align: top;
458         width: 770px;
459         padding:0px 20px 0px 10px;
460 }
461
462 .sparkle {
463   cursor: url('icons/lock.cur'), pointer;
464 }
465
466 /* wall item */
467 .tread-wrapper {
468         background-color: @ThreadBackgroundColor;
469         position: relative;
470         padding: 10px;
471         margin-bottom: 20px;
472         width: 750px;
473         border-bottom: 1px solid @ThreadBottomBorderColor;
474 }
475 .wall-item-decor { position: absolute; left: 97%; top: -10px;  width: 16px;}
476 .unstarred { display: none; }
477
478 .wall-item-container {
479         display: table;
480         width: 750px;
481
482         .wall-item-item,
483         .wall-item-bottom { display: table-row; }
484
485         .wall-item-bottom { .opaque(0.5); }
486         &:hover .wall-item-bottom { .opaque(1); }
487         .wall-item-info {
488                 display: table-cell;
489                 vertical-align: top;
490                 text-align: left;
491                 width: 60px;
492
493         }
494         .wall-item-location {
495                 word-wrap: break-word;
496                 width: 50px;
497         }
498         .wall-item-content {
499                 display: table-cell;
500                 font-size: 12px;
501                 max-width: 720px;
502                 word-wrap: break-word;
503         }
504         .wall-item-content img { max-width: 700px; }
505         .wall-item-links,
506         .wall-item-actions {
507                 display: table-cell;
508                 vertical-align: middle;
509
510                 .icon {
511                         .opaque(0.5);
512                 }
513                 .icon:hover  {
514                         .opaque(1.0);
515                 }
516         }
517
518         .wall-item-ago { padding-right: 40px; }
519         .wall-item-name { font-weight: bold; }
520
521         .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
522         .wall-item-actions-events { float: left; margin-top: 0.5em;
523                 a { margin-right: 3em; }
524          }
525         .wall-item-actions-social { float: left; margin-top: 0.5em;
526                 a { margin-right: 3em; }
527          }
528         .wall-item-actions-tools { float: right; width: 15%;
529                 a { float: right; }
530                 input { float: right; }
531         }
532
533 }
534
535
536 .wall-item-container.comment {
537         .contact-photo-wrapper { margin-left: 16px; }
538         .contact-photo {
539                 width: 32px; height: 32px;
540         }
541
542         .contact-photo-menu-button {
543                 top: 15px !important;
544                 left: 0px !important;
545         }
546         .wall-item-links { padding-left: 12px; }
547
548         .commentbox {
549                 height: 0px;
550                 overflow: hidden;
551                 .wall-item-comment-wrapper {
552                         border-top: 1px solid @CommentBoxEmptyBorderColor;
553                         height: 0px; overflow: hidden;
554                 }
555                 .transition();
556         }
557
558         &:hover .commentbox {
559                 height:auto; overflow: visible;
560                 .wall-item-comment-wrapper {
561                         border-top: 0px;
562                         height:auto;overflow: visible;
563                 }
564                 .transition();
565         }
566 }
567
568 /* 'tag' item type */
569 .wall-item-container.item-tag {
570         .wall-item-content {
571                 .opaque(0.5);
572         }
573         .contact-photo-wrapper { margin-left: 32px; }
574         .contact-photo {
575                 width: 16px; height: 16px;
576         }
577         .contact-photo-menu-button {
578                 top: 15px !important;
579                 left: 15px !important;
580         }
581 }
582
583
584 .wall-item-comment-wrapper {
585         margin: 1em 2em 1em 60px;
586         .comment-edit-photo { display: none; }
587
588         textarea {
589                 height: 1em; width: 100%; font-size: 10px;
590                 color: @CommentBoxEmptyColor;
591                 border: 1px solid @CommentBoxEmptyBorderColor;
592                 padding:0.3em;
593         }
594         .comment-edit-text-full {
595                 height: 4em;
596                 color: @CommentBoxFullColor;
597                 border: 1px solid @CommentBoxFullBorderColor;
598         }
599
600         &.photo {
601                 margin: 1em 2em 1em 0px;
602         }
603 }
604
605 .threaded .wall-item-comment-wrapper { margin-left: 0px; }
606
607 .comment-edit-preview {
608         width: 710px;
609         border: 1px solid @Grey5;
610         margin-top: 10px;
611         background-color: @JotPreviewBackgroundColor;
612
613         .contact-photo { width: 32px; height: 32px; margin-left: 16px;
614                 /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
615         }
616         .contact-photo-menu-button {
617                 top: 15px !important;
618                 left: 15px !important;
619         }
620         .wall-item-links { padding-left: 12px; }
621
622         .wall-item-container { width: 90%; }
623         .tread-wrapper {
624                 width: 90%; padding: 0; margin: 10px 0;
625                 background-color: @JotPreviewBackgroundColor;
626                 border-bottom: 0px;
627         }
628         .wall-item-conv { display: none; }
629 }
630
631 .shiny { border-right:10px solid @ShinyBorderColor; }
632 #jot-preview-content .tread-wrapper { background-color: @JotPreviewBackgroundColor; }
633
634 .hide-comments-outer {margin-bottom: 0.8em; }
635
636 .wall-item-tags { padding-top: 5px; }
637 .tag {
638         background: url("icons/tag.png") no-repeat center right;
639         color: @TagColor;
640         padding-right: 8px;
641         padding-left: 3px;
642         a { color: @TagColor;   }
643 }
644 .mention {
645         background: url("icons/men.png") no-repeat 1px center;
646         color: @MentionColor;
647         padding-right: 3px;
648         padding-left: 18px;
649         a { color: @MentionColor;       }
650 }
651 .folder {
652         background: url("icons/folder.png") no-repeat 1px center;
653         color: @MentionColor;
654         padding-right: 3px;
655         padding-left: 15px;
656         a { color: @MentionColor;       }
657 }
658 .category {
659         background: url("icons/category.png") no-repeat 1px center;
660         color: @MentionColor;
661         padding-right: 3px;
662         padding-left: 15px;
663         a { color: @MentionColor;       }
664 }
665 /*.filesavetags {
666     padding: 3px 0px 3px 0px;
667     opacity: 0.5;
668 }*/
669
670 .wwto {
671         position: absolute !important;
672         background: #FFFFFF;
673         border: 2px solid @Metalic3;
674         height: 25px;
675         width: 25px;
676         overflow: hidden;
677         padding: 1px;
678         top: 40px;
679         left: 30px;
680
681         .shadow(0px, 0px);
682 }
683 .wwto .contact-photo { width: 25px; height: 25px; }
684
685 /* reshare e embed */
686 .wall-item-container .wall-item-content .type-link img,
687 .type-link img {
688         max-width: 160px;
689         max-height: 160px;
690         float: left;
691         margin-right: 10px;
692
693             &.attachment-image {
694                     max-width: 650px;
695                     max-height: inital;
696                     float: none;
697                     margin-right: 0px;
698             }
699
700 }
701 .type-link {
702         blockquote {
703             margin: 1em 0px;
704             max-height: 160px;
705             overflow: hidden;
706                     padding-left: 1em;
707         }
708         .oembed {}
709 }
710
711 .type-video blockquote { padding-left: 1em; }
712
713 .shared_header {
714         height: 32px;
715         color: #999;
716         border-top: 1px solid @ThreadBottomBorderColor;
717         padding-top: 5px;
718         margin-top: 5px;
719
720         img {
721             -webkit-border-radius: 4px;
722             -moz-border-radius: 4px;
723             border-radius: 4px;
724             float: left;
725         }
726
727         span { margin-left: 9px; }
728 }
729
730
731 blockquote.shared_content {
732         margin-left: 32px;
733         color: #000;
734         border: none;
735 }
736
737
738 .oembed.video {
739         > a.embed_video {
740                 display: block;
741                 float: none;
742                 > div {
743                         background:
744                                 rgba(255, 255, 255, 0.36)
745                                 url(../../../images/icons/48/play.png)
746                                 no-repeat center center
747                                 !important;
748                 }
749         }
750 }
751
752
753 /* threaded comments */
754 .children {
755         margin-top: 1em;
756         .hide-comments-outer { margin-left:60px; }
757
758         .wwto { display: none; }
759
760         .comment-edit-preview { width: 660px;
761                 .wall-item-container { width: 610px; }
762          }
763
764         & .children {
765
766                 margin-left: 40px;
767                 .wall-item-container { width: 710px; }
768                 .comment-edit-preview { width: 620px;
769                         .wall-item-container { width: 620px; }
770                  }
771
772                 & .children {
773                         .wall-item-container { width: 670px; }
774                         .comment-edit-preview { width: 580px;
775                                 .wall-item-container { width: 580px; }
776                         }
777
778                         & .children {
779                                 .wall-item-container { width: 630px; }
780                                 .comment-edit-preview { width: 540px;
781                                         .wall-item-container { width: 540px; }
782                                 }
783
784                                 & .children {
785                                         .wall-item-container { width: 590px; }
786                                         .comment-edit-preview { width: 500px;
787                                                 .wall-item-container { width: 500px; }
788                                         }
789
790                                         .children {
791                                                 margin-left: 0px;
792                                                 .hide-comments-outer { margin-left: 0px; }
793                                         }
794                                 }
795                         }
796                 }
797         }
798 }
799 /*.threaded .hide-comments-outer { margin-left: 20px; }*/
800
801 span[id^="showmore-teaser"]{
802         background: url("showmore-bg.jpg") no-repeat center bottom;
803 }
804 span[id^="showmore-wrap"] {
805         border-top: 1px solid #999999;
806         color: #999999;
807         display: block;
808         text-align: center;
809         background-color: @ThreadBackgroundColor;
810 }
811
812
813 #pause {
814         position: fixed;
815         bottom: 5px;
816         right: 5px;
817 }
818
819
820 .contact-photo-wrapper { position: relative; }
821 .contact-select {       position: absolute; top:64px; left:64px; display:none; }
822 .contact-select:checked,
823 .contact-photo:hover .contact-select {  display:block; }
824 #contacts-actions {
825         position: absolute;
826         left: 800px;
827         width: 200px;
828         background-color: @MenuBg;
829         border: 2px solid @MenuBorder;
830         .batch-action {
831                 display: block;
832                 width: 100%;
833                 background-color: @MenuBg;
834                 border: 0px;
835                 color: @MenuItem;
836                 text-align: left;
837                 padding: 5px 10px;
838                 font-size: 11px;
839         }
840         .batch-action:hover {
841                 background-color: @MenuItemHoverBg;
842         }
843         display: none;
844 }
845 @media (max-width: 1000px) {
846         #contacts-actions { left: 40px; }
847 }
848
849 .contact-photo {
850         width: 48px; height: 48px;
851         img { width: 48px; height: 48px; }
852         overflow: hidden;
853         display: block;
854  }
855 .contact-photo-menu-button {
856         display: none;
857         position: absolute;
858         left: -2px;
859         top: 31px;
860 }
861
862 .contact-wrapper {
863         float: left;
864         width: 300px;
865         height: 90px;
866         padding-right: 10px;
867         margin: 0 10px 10px 0px;
868         .contact-photo-wrapper {
869                 float: left;
870                 margin-right: 10px;
871         }
872         .contact-photo {
873                 width: 80px; height: 80px;
874                 img { width: 80px; height: 80px; }
875         }
876         .contact-photo-menu-button {
877                 left: 0px;
878                 top: 63px;
879         }
880         .drop {
881                 background-image: url('../../../images/icons/22/delete.png');
882                 display: block; width: 22px; height: 22px;
883                 position: relative;
884                 top: 10px;
885                 left: -10px;
886                 z-index: 99;
887         }
888         .drophide {
889                 background-image: url('../../../images/icons/22/delete.png');
890                 display: block; width: 22px; height: 22px;
891                 opacity: 0.3;
892                 position: relative;
893                 top: 10px;
894                 left: -10px;
895                 z-index: 99;
896         }
897         .contact-entry-connect {
898                 padding-top: 5px;
899                 font-weight: bold;
900         }
901 }
902 .contact-name { font-weight: bold; padding-top: 15px; }
903 .contact-details {
904         color: @Grey3; white-space: nowrap;
905         overflow: hidden;
906         text-overflow: ellipsis;
907 }
908
909 /* editor */
910 .jothidden { display: none; }
911 #jot {
912
913         width: 100%;
914         margin: 0px 2em 20px 0px;
915
916         .profile-jot-text {
917                 height: 1em; width: 99%; font-size: 10px;
918                 color: @CommentBoxEmptyColor;
919                 border: 1px solid @CommentBoxEmptyBorderColor;
920                 padding:0.3em;
921         }
922
923         #jot-tools {
924                 margin: 0px; padding: 0px;
925                 height: 40px; overflow: none;
926                 width: 770px;
927                 background-color: @JotToolsBackgroundColor;
928                 border-bottom: 2px solid @JotToolsBorderColor;
929                 li {
930                         list-style: none;
931                         float: left;
932                         width: 80px;
933                         height: 40px;
934                         border-bottom: 2px solid @JotToolsBorderColor;
935                         a {
936                                 display: block;
937                                 color: @JotToolsText;
938                                 width: 100%;
939                                 height:40px;
940                                 text-align: center;
941                                 line-height: 40px;
942                                 overflow: hidden;
943                         }
944                 }
945                 li:hover {
946                         background-color: @JotToolsOverBackgroundColor;
947                         border-bottom: 2px solid @JotToolsOverBorderColor;
948                 }
949                 li.perms {
950                         float: right;
951                         width: 40px;
952                         a.unlock {
953                                 width: 30px;
954                                 border-left: 10px solid @JotPermissionUnlockBackgroundColor;
955                                 background-color: @JotPermissionUnlockBackgroundColor;
956                         }
957                         a.lock {
958                                 width: 30px;
959                                 border-left: 10px solid @JotPermissionLockBackgroundColor;
960                                 background-color: @JotPermissionLockBackgroundColor;
961                         }
962
963                 }
964                 li.submit {
965                         float: right;
966                         background-color: @JotSubmitBackgroundColor;
967                         border-bottom: 2px solid @JotSubmitBackgroundColor;
968                         border-right: 1px solid @Grey4;
969                         border-left: 1px solid @Grey4;
970                         input {
971                                 border: 0px; margin: 0px; padding: 0px;
972                                 background-color: @JotSubmitBackgroundColor;
973                                 color: @JotSubmitText;
974                                 width: 80px; height: 40px;
975                                 line-height: 40px;
976                         }
977                         input:hover {
978                                 background-color: @JotSubmitOverBackgroundColor;
979                                 color: @JotSubmitOverText;
980                         }
981                 }
982                 li.loading {
983                         float: right;
984                         background-color: @JotLoadingBackgroundColor;
985                         width:  20px;
986                         vertical-align: center;
987                         text-align: center;
988                         img { margin-top: 10px; }
989                         border-top: 2px solid @JotToolsBorderColor;
990                         height: 38px;
991                 }
992         }
993
994         #jot-title {
995                 border: 0px;
996                 margin: 0px;
997                 height: 20px;
998                 width: 500px;
999                 font-weight: bold;
1000                 border: 1px solid @BodyBackground;
1001
1002                 &:-webkit-input-placeholder {
1003                         font-weight: normal;
1004                 }
1005
1006                 &:-moz-placeholder {
1007                         font-weight: normal;
1008                 }
1009
1010                 &:hover { border: 1px solid @CommentBoxEmptyBorderColor }
1011                 &:focus { border: 1px solid @CommentBoxEmptyBorderColor }
1012         }
1013
1014         #character-counter {
1015                 width: 40px;
1016                 float: right;
1017                 text-align: right;
1018                 height: 20px;
1019                 line-height: 20px;
1020                 padding-right: 20px;
1021         }
1022
1023         #jot-category {
1024                 border: 0px;
1025                 margin: 0px;
1026                 height: 20px;
1027                 width: 200px;
1028                 border: 1px solid @BodyBackground;
1029                 &:hover { border: 1px solid @CommentBoxEmptyBorderColor }
1030                 &:focus { border: 1px solid @CommentBoxEmptyBorderColor }
1031         }
1032 }
1033
1034
1035 /** buttons **/
1036 /*input[type="submit"] {
1037         border: 0px;
1038     background-color: @ButtonBackgroundColor;
1039     color: @ButtonColor;
1040     padding: 0px 10px;
1041         .rounded(5px);
1042     height: 18px;
1043 }*/
1044
1045
1046 /** acl **/
1047 #photo-edit-perms-select,
1048 #photos-upload-permissions-wrapper,
1049 #profile-jot-acl-wrapper{
1050         display:block!important;
1051 }
1052
1053
1054
1055 #acl-wrapper {
1056         width: 690px;
1057         float:left;
1058 }
1059 #acl-search {
1060         float:right;
1061         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1062         padding-right:20px;
1063 }
1064 #acl-showall {
1065         float: left;
1066         display: block;
1067         width: auto;
1068         height: 18px;
1069         background-color: #cccccc;
1070         background-image: url("../../../images/show_all_off.png");
1071         background-position: 7px 7px;
1072         background-repeat: no-repeat;
1073         padding: 7px 5px 0px 30px;
1074         color: #999999;
1075         .rounded(5px);
1076 }
1077 #acl-showall.selected {
1078         color: #000000;
1079         background-color: #ff9900;
1080         background-image: url("../../../images/show_all_on.png");
1081 }
1082
1083 #acl-list {
1084         height: 210px;
1085         border: 1px solid #cccccc;
1086         clear: both;
1087         margin-top: 30px;
1088         overflow: auto;
1089 }
1090 #acl-list-content {
1091
1092 }
1093 .acl-list-item {
1094         display: block;
1095         width: 150px;
1096         height: 30px;
1097         border: 1px solid #cccccc;
1098         margin: 5px;
1099         float: left;
1100 }
1101 .acl-list-item img{
1102         width:22px;
1103         height: 22px;
1104         float: left;
1105         margin: 4px;
1106 }
1107 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1108 .acl-list-item a {
1109         font-size: 8px;
1110         display: block;
1111         width: 40px;
1112         height: 10px;
1113         float: left;
1114         color: #999999;
1115         background-color: #cccccc;
1116         background-position: 3px 3px;
1117         background-repeat: no-repeat;
1118         margin-right: 5px;
1119         -webkit-border-radius: 2px ;
1120         -moz-border-radius: 2px;
1121         border-radius: 2px;
1122         padding-left: 15px;
1123 }
1124 #acl-wrapper a:hover {
1125         text-decoration: none;
1126         color:#000000;
1127 }
1128 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1129 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1130
1131 .acl-button-show.selected {
1132         color: #000000;
1133         background-color: #9ade00;
1134         background-image: url("../../../images/show_on.png");
1135 }
1136 .acl-button-hide.selected {
1137         color: #000000;
1138         background-color: #ff4141;
1139         background-image: url("../../../images/hide_on.png");
1140 }
1141 .acl-list-item.groupshow { border-color: #9ade00; }
1142 .acl-list-item.grouphide { border-color: #ff4141; }
1143 /** /acl **/
1144
1145 /** tab buttons **/
1146 ul.tabs {
1147     list-style-type: none;
1148     padding-bottom: 10px;
1149
1150     li {
1151         float: left;
1152         margin-left: 20px;
1153
1154         .active {
1155                         border-bottom: 1px solid @LinkVisited;
1156         }
1157     }
1158
1159 }
1160
1161
1162 /** group editor **/
1163 #group-edit-desc { margin-top: 1em; color: @FieldHelpColor; }
1164 #group-update-wrapper{
1165         height: auto; overflow: auto;
1166         #group {
1167                 width:300px;
1168                 float:left;
1169                 margin-right:20px;
1170         }
1171         #contacts {
1172                 width:300px;
1173                 float:left;
1174         }
1175         #group-separator { display: none; }
1176         .contact_list {
1177                 height: 300px;
1178                 border: 1px solid @MenuBorder;
1179                 overflow: auto;
1180                 .contact-block-div  {
1181                         width: 50px; height: 50px;
1182                         float: left;
1183                 }
1184         }
1185 }
1186
1187 /**
1188  * Form fields
1189  */
1190 .field {
1191         margin-bottom: 10px;
1192         padding-bottom: 10px;
1193         overflow: auto;
1194         width: 100%;
1195
1196
1197         label {
1198                 float: left;
1199                 width: 200px;
1200         }
1201
1202         input,
1203         textarea {
1204                 width: 400px;
1205         }
1206         input[type="checkbox"], input[type="radio"]{
1207                 width: auto;
1208         }
1209
1210         textarea { height: 100px; }
1211         .field_help {
1212                 display: block;
1213                 margin-left: 200px;
1214                 color: @FieldHelpColor;
1215         }
1216
1217
1218         .onoff {
1219                 float: left;
1220                 width: 80px;
1221         }
1222         .onoff a {
1223                 display: block;
1224                 border:1px solid #666666;
1225                 background-image:url("../../../images/onoff.jpg");
1226                 background-repeat: no-repeat;
1227                 padding: 4px 2px 2px 2px;
1228                 height: 16px;
1229                 text-decoration: none;
1230         }
1231         .onoff .off {
1232                 border-color:#666666;
1233                 padding-left: 40px;
1234                 background-position: left center;
1235                 background-color: #cccccc;
1236                 color: #666666;
1237                 text-align: right;
1238         }
1239         .onoff .on {
1240                 border-color:#204A87;
1241                 padding-right: 40px;
1242                 background-position: right center;
1243                 background-color: #D7E3F1;
1244                 color: #204A87;
1245                 text-align: left;
1246         }
1247         .hidden { display: none!important; }
1248
1249         &.radio .field_help { margin-left: 0px; }
1250 }
1251
1252
1253 #profile-edit-links li {
1254         list-style: none;
1255         margin-top: 10px;
1256 }
1257
1258 #profile-edit-default-desc {
1259         color: #FF0000;
1260         border: 1px solid #FF8888;
1261         background-color: #FFEEEE;
1262         padding: 7px;
1263 }
1264 #profile-edit-profile-name-label,
1265 #profile-edit-name-label,
1266 #profile-edit-pdesc-label,
1267 #profile-edit-gender-label,
1268 #profile-edit-dob-label,
1269 #profile-edit-address-label,
1270 #profile-edit-locality-label,
1271 #profile-edit-region-label,
1272 #profile-edit-postal-code-label,
1273 #profile-edit-country-name-label,
1274 #profile-edit-marital-label,
1275 #profile-edit-with-label,
1276 #profile-edit-sexual-label,
1277 #profile-edit-politic-label,
1278 #profile-edit-religion-label,
1279 #profile-edit-pubkeywords-label,
1280 #profile-edit-prvkeywords-label,
1281 #profile-edit-gender-select,
1282 #profile-edit-homepage-label {
1283         float: left;
1284         width: 175px;
1285         padding-top: 7px;
1286 }
1287 #profile-edit-profile-name,
1288 #profile-edit-name,
1289 #gender-select,
1290 #profile-edit-pdesc,
1291 #profile-edit-gender,
1292 #profile-edit-dob,
1293 #profile-edit-address,
1294 #profile-edit-locality,
1295 #profile-edit-region,
1296 #profile-edit-postal-code,
1297 #profile-edit-country-name,
1298 #profile-edit-marital,
1299 #profile-edit-with,
1300 #profile-edit-sexual,
1301 #profile-edit-politic,
1302 #profile-edit-religion,
1303 #profile-edit-pubkeywords,
1304 #profile-edit-prvkeywords,
1305 #profile-edit-homepage {
1306         margin-top: 5px;
1307 }
1308
1309 /* oauth */
1310 .oauthapp {
1311         height: auto; overflow: auto;
1312         border-bottom: 2px solid #cccccc;
1313         padding-bottom: 1em;
1314         margin-bottom: 1em;
1315 }
1316 .oauthapp img {
1317         float: left;
1318         width: 48px; height: 48px;
1319         margin: 10px;
1320 }
1321 .oauthapp img.noicon {
1322         background-image: url("../../../images/icons/48/plugin.png");
1323         background-position: center center;
1324         background-repeat: no-repeat;
1325 }
1326 .oauthapp a {
1327         float: left;
1328 }
1329
1330 /* contacts */
1331 .contact-entry-wrapper {
1332         width: 50px; float: left;
1333 }
1334
1335 /* videos page */
1336 .videos {
1337         .video-top-wrapper {
1338                 width: 200px; float: left;
1339                 margin: 0px 10px 10px 0px;
1340                 position: relative;
1341
1342                 .video-js {
1343                         width: 200px!important;
1344                         height: 132px!important;
1345                 }
1346
1347                 .video-delete {
1348                         position: absolute;
1349                         opacity: 0;
1350                         right: 0px;
1351                         top: 0px;
1352                         transition: opacity 0.5s;
1353                 }
1354
1355                 &:hover .video-delete {
1356                         opacity: 1;
1357                 }
1358         }
1359 }
1360
1361 /* photo albums */
1362 @photosize: 150px;
1363
1364 #photo-edit-link-wrap { margin-bottom: 10px; }
1365
1366 #album-edit-link {
1367         border-right: 1px solid @MenuBorder;
1368         float: left;
1369         padding-right: 5px;
1370         margin-right: 5px;
1371 }
1372 #photo-edit-link,
1373 #album-edit-link a {
1374         background: url("../../../images/icons/16/edit.png") no-repeat left center;
1375         padding-left: 18px;
1376 }
1377 #photo-toprofile-link {
1378         background: url("../../../images/icons/16/user.png") no-repeat left center;
1379         padding-left: 18px;
1380 }
1381
1382 #photo-top-upload-link,
1383 .photos-upload-link { margin: 1em 0px; display: block; }
1384 .photos-upload-link a,
1385 #photo-top-upload-link {
1386         background: url("../../../images/icons/16/add.png") no-repeat left center;
1387         padding-left: 18px;
1388 }
1389
1390
1391 .photo-top-image-wrapper,
1392 .photo-album-image-wrapper {
1393         float: left;
1394         margin: 0px 10px 10px 0px;
1395         width:@photosize; height: @photosize;
1396         position: relative;
1397         overflow: hidden;
1398
1399         img { width: @photosize; }
1400
1401         .photo-top-album-name,
1402         .caption{
1403                 position: absolute;
1404                 color: @Menu;
1405                 background-color: @MenuBg;
1406
1407                 width: 100%;
1408                 .shadow(0px, 5px);
1409                 .transition(0.5s);
1410                 bottom: -@photosize;
1411         }
1412
1413         &:hover .photo-top-album-name,
1414         &:hover .caption {
1415                 bottom: 0px;
1416                 .shadow(0px, 0px);
1417                 .transition(0.5s);
1418         }
1419 }
1420
1421 #photo-photo {
1422         display: block; width: 660px;
1423         padding: 50px; margin-bottom: 0px;
1424         text-align: center;
1425         background-color: @Grey3;
1426         img { max-width: 560px; }
1427 }
1428 #photo-album-title {
1429         background: url("../../../images/icons/22/image.png") no-repeat top left;
1430         padding-left: 23px;
1431         min-height: 22px;
1432         padding-top: 6px;
1433         /* a { display: block;}*/
1434 }
1435
1436 #photo-caption {
1437         display: block; width: 660px;
1438         min-height: 55px;
1439         background-color:  @Grey2;
1440         padding:0 50px 0 50px;
1441 }
1442 #photo-next-link > a > div {
1443         background: url("icons/next.png") no-repeat center center;
1444         float: right;
1445         width: 50px; height: 50px;
1446 }
1447 #photo-prev-link > a > div {
1448         background: url("icons/prev.png") no-repeat center center;
1449         float: left;
1450         width: 50px; height: 50px;
1451 }
1452 #photo-like-div {
1453         display: block; width: 660px;
1454         height: 30px;
1455         background-color:  @Grey2;
1456         padding:0 50px 0 50px;
1457         .icon {float: left;}
1458         .like-rotator {float: right;}
1459 }
1460
1461 #photo_edit_form {
1462         padding: 1em;
1463 }
1464
1465 /* profile match wrapper */
1466 .profile-match-wrapper {
1467         float: left;
1468         width: 110px;
1469         height: 110px;
1470         margin-bottom: 20px;
1471         .drop {
1472             background-image: url('../../../images/icons/22/delete.png');
1473             display: block; width: 22px; height: 22px;
1474             position: relative;
1475             top: 10px;
1476             left: -10px;
1477         }
1478         .drophide {
1479             background-image: url('../../../images/icons/22/delete.png');
1480             display: block; width: 22px; height: 22px;
1481             opacity: 0.3;
1482             position: relative;
1483             top: 10px;
1484             left: -10px;
1485         }
1486         .contact-photo {
1487                 width: 80px; height: 80px;
1488                 img { width: 80px; height: 80px; }
1489         }
1490         .contact-photo-menu-button {
1491                 left: 0px;
1492                 top: 63px;
1493         }
1494 }
1495
1496 /* messages */
1497 #message-new {
1498         background: @MessageNewBackgroundColor;
1499         border: 1px solid @MessageNewBorderColor;
1500         width: 150px;
1501         a {
1502                 color: @MessageNewColor;
1503                 text-align: center;
1504                 display: block;
1505                 font-weight: bold;
1506                 padding: 1em 0px;
1507         }
1508 }
1509
1510 .mail-list-wrapper {
1511         background-color: @MailListBackgroundColor;
1512         margin-bottom: 5px;
1513         width: 100%; height: auto; overflow: hidden;
1514
1515         span { display: block; float: left; width: 20%; overflow: hidden;}
1516
1517         .mail-subject {
1518                 width: 30%;
1519                 padding:4px 0px 0px 4px;
1520                 a { display: block; }
1521                 &.unseen a { font-weight: bold; }
1522         }
1523         .mail-date { padding: 4px 4px 0px 4px; }
1524         .mail-from { padding: 4px 4px 0px 4px; }
1525         .mail-count { padding: 4px 4px 0px 4px; text-align: right;}
1526
1527         .mail-delete { float: right; }
1528 }
1529
1530 #mail-display-subject {
1531         background-color: @MailDisplaySubjectBackgroundColor;
1532         color: @MailDisplaySubjectColor;
1533         margin-bottom: 10px;
1534         width: 100%; height: auto; overflow: hidden;
1535         span { float: left; overflow: hidden; padding: 4px 0px 0px 10px;}
1536         .mail-delete { float: right;  .opaque(0.5);}
1537         &:hover .mail-delete { .opaque(1); }
1538
1539 }
1540
1541 /* theme screenshot */
1542 .screenshot, #theme-preview {
1543         position: absolute;
1544         width:202px;
1545         left: 70%;
1546         top: 50px;
1547         img { width: 200px; height: 150px; }
1548 }
1549
1550 /* page footer */
1551 footer { height: 100px; display: table-row; }
1552
1553 .pager {
1554         margin-top: 25px;
1555         clear: both;
1556 }
1557
1558 /**
1559  * ADMIN
1560  */
1561 #pending-update {
1562         float:right;
1563         color: #ffffff;
1564         font-weight: bold;
1565         background-color: #FF0000;
1566         padding: 0em 0.3em;
1567
1568 }
1569 #adminpage {
1570     dl {
1571         clear: left;
1572         margin-bottom: 2px;
1573         padding-bottom: 2px;
1574         border-bottom: 1px solid black;
1575     }
1576     dt {
1577         width: 200px;
1578         float: left;
1579         font-weight: bold;
1580     }
1581     dd {
1582         margin-left: 200px;
1583     }
1584     h3 {
1585         border-bottom: 1px solid #cccccc;
1586     }
1587     .field label {
1588         font-weight: bold;
1589     }
1590     .submit {
1591         clear:left;
1592         text-align: right;
1593     }
1594     #pluginslist {
1595         margin: 0px; padding: 0px;
1596     }
1597     .plugin {
1598         list-style: none;
1599         display: block;
1600         border: 1px solid #888888;
1601         padding: 1em;
1602         margin-bottom: 5px;
1603         clear: left;
1604         desc {
1605             margin-left: 2.5em;
1606         }
1607     }
1608     .toggleplugin {
1609         float:left;
1610         margin-right: 1em;
1611     }
1612     table {
1613         width:100%;
1614         border-bottom: 1px solid #000000;
1615         margin: 5px 0px;
1616         th {
1617             text-align: left;
1618         }
1619         td .icon {
1620             float: left;
1621         }
1622         tr:hover {
1623             background-color: #bbc7d7;
1624         }
1625     }
1626     table#users img {
1627             width: 16px; height: 16px;
1628     }
1629     .selectall { text-align: right; }
1630 }
1631
1632 /* edit buttons for comments */
1633
1634 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1635 .comment-edit-bb {
1636         list-style: none;
1637         display: none;
1638         margin: 0px;
1639         padding: 0px;
1640         width: 75%;
1641 }
1642 .comment-edit-bb > li {
1643         display: inline-block;
1644         margin: 10px 10px 0 0;
1645         visibility: none;
1646 }
1647
1648 .editicon {
1649         display: inline-block;
1650         width: 16px;
1651         height: 16px;
1652         background-image: url(icons/bbedit.png);
1653         text-decoration: none;
1654         :hover {background-color: #ccc;}
1655 }
1656 .boldbb { background-position: 0px 0px; }
1657 .boldbb:hover { background-position: 0px -16px; }
1658 .italicbb { background-position: -16px 0px; }
1659 .italicbb:hover { background-position: -16px -16px; }
1660 .underlinebb { background-position: -32px 0px; }
1661 .underlinebb:hover { background-position: -32px -16px; }
1662 .quotebb { background-position: -48px 0px; }
1663 .quotebb:hover { background-position: -48px -16px; }
1664 .codebb { background-position: -64px 0px; }
1665 .codebb:hover { background-position: -64px -16px; }
1666 .imagebb { background-position: -80px 0px; }
1667 .imagebb:hover { background-position: -80px -16px; }
1668 .urlbb { background-position: -96px 0px; }
1669 .urlbb:hover { background-position: -96px -16px; }
1670 .videobb { background-position: -112px 0px; }
1671 .videobb:hover { background-position: -112px -16px; }
1672
1673
1674 /** range input css **/
1675 /* slider root element */
1676 .slider {
1677         height:2px;
1678         position:relative;
1679         cursor:pointer;
1680         border:1px solid #333;
1681         width:200px;
1682         margin:10px 0px 10px 0px;
1683             float: left;
1684 }
1685
1686 /* progress bar (enabled with progress: true) */
1687 .progress {
1688         height:9px;
1689         background-color:#C5FF00;
1690         display:none;
1691         opacity:0.6;
1692 }
1693
1694 /* drag handle */
1695 .handle {
1696         background-color:#ccc;
1697         height:16px;
1698         width:8px;
1699         top:-8px;
1700         position:absolute;
1701         display:block;
1702         margin-top:1px;
1703         border:1px solid #000;
1704         cursor:move;
1705             .roundbottom();
1706             .shadow();
1707 }
1708
1709 /* the input field */
1710 .range {
1711         width: 20px!important;
1712         font-size: 8pt;
1713         margin-left: 10px;
1714         border: 0px;
1715         color: @FieldHelpColor;
1716 }
1717
1718 /* buttons for the event view */
1719 .plink-event-link {
1720         float: left;
1721         margin-left: 2px;
1722 }
1723
1724 /* upload/select popup */
1725 .fbrowser {
1726         overflow: auto;
1727         position: absolute;
1728         top: 0px;
1729         width: 100%;
1730         height: 100%;
1731 }
1732 .fbrowser .path {
1733         background-color: @NavbarBackground;
1734         a {     padding: 5px; margin: 0px 2px; display: inline-block; }
1735         a, a:active, a:visited, a:link, a:hover { color: @Banner; text-decoration: none; outline: none;  }
1736 }
1737 .fbrowser .folders ul { list-style: url("icons/folder.png"); padding-left: 22px;}
1738 .fbrowser .list { padding: 10px; }
1739 .fbrowser.image .photo-album-image-wrapper { width: 48px; height: 48px; }
1740 .fbrowser.image a img { width: auto; height: 48px; }
1741 .fbrowser.image a p { display: none;}
1742 .fbrowser.file .photo-album-image-wrapper { float:none;  white-space: nowrap; width: 100%; height: auto; }
1743 .fbrowser.file img { display: inline; width: 16px; height: 16px}
1744 .fbrowser.file p  { display: inline; white-space: nowrap; }
1745
1746 .fbrowser .upload { clear: both; padding-top: 1em;}
1747