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