]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/quattro.less
3360ce3373ee621f925d1cf58434191aa3d622b6
[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 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          }
580         .wall-item-actions-tools { float: right; width: 15%;
581                 a { float: right; }
582                 input { float: right; }
583         }
584
585 }
586
587
588 .wall-item-container.comment {
589         .contact-photo-wrapper { margin-left: 16px; }
590         .contact-photo {
591                 width: 32px; height: 32px;
592         }
593
594         .contact-photo-menu-button {
595                 top: 15px !important;
596                 left: 0 !important;
597         }
598         .wall-item-links { padding-left: 12px; }
599
600         .commentbox {
601                 height: 0;
602                 overflow: hidden;
603                 .wall-item-comment-wrapper {
604                         border-top: 1px solid @CommentBoxEmptyBorderColor;
605                         height: 0; overflow: hidden;
606                 }
607                 .transition();
608         }
609
610         &:hover .commentbox {
611                 height:auto; overflow: visible;
612                 .wall-item-comment-wrapper {
613                         border-top: 0;
614                         height:auto;overflow: visible;
615                 }
616                 .transition();
617         }
618 }
619
620 /* 'tag' item type */
621 .wall-item-container.item-tag {
622         .wall-item-content {
623                 .opaque(0.5);
624         }
625         .contact-photo-wrapper { margin-left: 32px; }
626         .contact-photo {
627                 width: 16px; height: 16px;
628         }
629         .contact-photo-menu-button {
630                 top: 15px !important;
631                 left: 15px !important;
632         }
633 }
634
635
636 .wall-item-comment-wrapper {
637         margin: 1em 2em 1em 60px;
638         .comment-edit-photo { display: none; }
639
640         textarea {
641                 height: 1em; width: 100%; font-size: 10px;
642                 color: @CommentBoxEmptyColor;
643                 border: 1px solid @CommentBoxEmptyBorderColor;
644                 padding:0.3em;
645         }
646         .comment-edit-text-full {
647                 height: 4em;
648                 color: @CommentBoxFullColor;
649                 border: 1px solid @CommentBoxFullBorderColor;
650         }
651
652         &.photo {
653                 margin: 1em 2em 1em 0;
654         }
655 }
656
657 .threaded .wall-item-comment-wrapper { margin-left: 0; }
658
659 .comment-edit-preview {
660         width: 710px;
661         border: 1px solid @Grey5;
662         margin-top: 10px;
663         background-color: @JotPreviewBackgroundColor;
664
665         .contact-photo { width: 32px; height: 32px; margin-left: 16px;
666                 /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
667         }
668         .contact-photo-menu-button {
669                 top: 15px !important;
670                 left: 15px !important;
671         }
672         .wall-item-links { padding-left: 12px; }
673
674         .wall-item-container { width: 90%; }
675         .tread-wrapper {
676                 width: 90%; padding: 0; margin: 10px 0;
677                 background-color: @JotPreviewBackgroundColor;
678                 border-bottom: 0;
679         }
680         .wall-item-conv { display: none; }
681 }
682
683 .shiny { border-right:10px solid @ShinyBorderColor; }
684 #jot-preview-content .tread-wrapper { background-color: @JotPreviewBackgroundColor; }
685
686 .hide-comments-outer {margin-bottom: 0.8em; }
687
688 .wall-item-tags { padding-top: 5px; }
689 .tag {
690         background: url("icons/tag.png") no-repeat center right;
691         color: @TagColor;
692         padding-right: 8px;
693         padding-left: 3px;
694         a { color: @TagColor;   }
695 }
696 .mention {
697         background: url("icons/men.png") no-repeat 1px center;
698         color: @MentionColor;
699         padding-right: 3px;
700         padding-left: 18px;
701         a { color: @MentionColor;       }
702 }
703 .folder {
704         background: url("icons/folder.png") no-repeat 1px center;
705         color: @MentionColor;
706         padding-right: 3px;
707         padding-left: 15px;
708         a { color: @MentionColor;       }
709 }
710 .category {
711         background: url("icons/category.png") no-repeat 1px center;
712         color: @MentionColor;
713         padding-right: 3px;
714         padding-left: 15px;
715         a { color: @MentionColor;       }
716 }
717 /*.filesavetags {
718     padding: 3px 0 3px 0;
719     opacity: 0.5;
720 }*/
721
722 .wwto {
723         position: absolute !important;
724         background: #FFFFFF;
725         border: 2px solid @Metalic3;
726         height: 25px;
727         width: 25px;
728         overflow: hidden;
729         padding: 1px;
730         top: 40px;
731         left: 30px;
732
733         .shadow(0px, 0);
734 }
735 .wwto .contact-photo { width: 25px; height: 25px; }
736
737 /* reshare e embed */
738 .wall-item-container .wall-item-content .type-link img,
739 .type-link img {
740         max-width: 160px;
741         max-height: 160px;
742         float: left;
743         margin-right: 10px;
744
745             &.attachment-image {
746                     max-width: 650px;
747                     max-height: inital;
748                     float: none;
749                     margin-right: 0;
750             }
751
752 }
753 .type-link {
754         blockquote {
755             margin: 1em 0;
756             max-height: 160px;
757             overflow: hidden;
758             padding-left: 1em;
759         }
760         .oembed {}
761 }
762
763 .type-video blockquote { padding-left: 1em; }
764
765 .shared_header {
766         height: 32px;
767         color: #999;
768         border-top: 1px solid @ThreadBottomBorderColor;
769         padding-top: 5px;
770         margin-top: 5px;
771
772         img {
773             -webkit-border-radius: 4px;
774             -moz-border-radius: 4px;
775             border-radius: 4px;
776             float: left;
777         }
778
779         span { margin-left: 9px; }
780 }
781
782
783 blockquote.shared_content {
784         margin-left: 32px;
785         color: #000;
786         border: none;
787 }
788
789
790 .oembed.video {
791         > a.embed_video {
792                 display: block;
793                 float: left;
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
807 /* threaded comments */
808 .children {
809         margin-top: 1em;
810         .hide-comments-outer { margin-left:60px; }
811
812         .wwto { display: none; }
813
814         .comment-edit-preview { width: 660px;
815                 .wall-item-container { width: 610px; }
816          }
817
818         & .children {
819
820                 margin-left: 40px;
821                 .wall-item-container { width: 710px; }
822                 .comment-edit-preview { width: 620px;
823                         .wall-item-container { width: 620px; }
824                  }
825
826                 & .children {
827                         .wall-item-container { width: 670px; }
828                         .comment-edit-preview { width: 580px;
829                                 .wall-item-container { width: 580px; }
830                         }
831
832                         & .children {
833                                 .wall-item-container { width: 630px; }
834                                 .comment-edit-preview { width: 540px;
835                                         .wall-item-container { width: 540px; }
836                                 }
837
838                                 & .children {
839                                         .wall-item-container { width: 590px; }
840                                         .comment-edit-preview { width: 500px;
841                                                 .wall-item-container { width: 500px; }
842                                         }
843
844                                         .children {
845                                                 margin-left: 0;
846                                                 .hide-comments-outer { margin-left: 0; }
847                                         }
848                                 }
849                         }
850                 }
851         }
852 }
853 /*.threaded .hide-comments-outer { margin-left: 20px; }*/
854
855 span[id^="showmore-teaser"]{
856         background: url("showmore-bg.jpg") no-repeat center bottom;
857 }
858 span[id^="showmore-wrap"] {
859         border-top: 1px solid #999999;
860         color: #999999;
861         display: block;
862         text-align: center;
863         background-color: @ThreadBackgroundColor;
864 }
865
866
867 #pause {
868         position: fixed;
869         bottom: 5px;
870         right: 5px;
871 }
872
873
874 .contact-photo-wrapper { position: relative; }
875 .contact-select {       position: absolute; top:64px; left:64px; display:none; }
876 .contact-select:checked,
877 .contact-photo:hover .contact-select {  display:block; }
878 #contacts-actions {
879         position: absolute;
880         left: 800px;
881         width: 200px;
882         background-color: @MenuBg;
883         border: 2px solid @MenuBorder;
884         .batch-action {
885                 display: block;
886                 width: 100%;
887                 background-color: @MenuBg;
888                 border: 0;
889                 color: @MenuItem;
890                 text-align: left;
891                 padding: 5px 10px;
892                 font-size: 11px;
893         }
894         .batch-action:hover {
895                 background-color: @MenuItemHoverBg;
896         }
897         display: none;
898 }
899 @media (max-width: 1000px) {
900         #contacts-actions { left: 40px; }
901 }
902
903 .contact-photo {
904         width: 48px; height: 48px;
905         img { width: 48px; height: 48px; }
906         overflow: hidden;
907         display: block;
908  }
909 .contact-photo-menu-button {
910         display: none;
911         position: absolute;
912         left: -2px;
913         top: 31px;
914 }
915
916 .contact-wrapper {
917         float: left;
918         width: 300px;
919         height: 90px;
920         padding-right: 10px;
921         margin: 0 10px 10px 0;
922         .contact-photo-wrapper {
923                 float: left;
924                 margin-right: 10px;
925         }
926         .contact-photo {
927                 width: 80px; height: 80px;
928                 img { width: 80px; height: 80px; }
929         }
930         .contact-photo-menu-button {
931                 left: 0;
932                 top: 63px;
933         }
934         .drop {
935                 background-image: url('../../../images/icons/22/delete.png');
936                 display: block; width: 22px; height: 22px;
937                 position: relative;
938                 top: 10px;
939                 left: -10px;
940                 z-index: 99;
941         }
942         .drophide {
943                 background-image: url('../../../images/icons/22/delete.png');
944                 display: block; width: 22px; height: 22px;
945                 opacity: 0.3;
946                 position: relative;
947                 top: 10px;
948                 left: -10px;
949                 z-index: 99;
950         }
951         .contact-entry-connect {
952                 padding-top: 5px;
953                 font-weight: bold;
954         }
955 }
956 .directory-item {
957         float: left;
958         width: 200px;
959         height: 200px;
960         .contact-photo {
961                 width: 175px; height: 175px;
962                 img { width: 175px; height: 175px; }
963         }
964 }
965 .contact-name { font-weight: bold; /* padding-top: 15px; */}
966 .contact-details {
967         color: @Grey3; white-space: nowrap;
968         overflow: hidden;
969         text-overflow: ellipsis;
970 }
971
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
1138
1139 #acl-wrapper {
1140         width: 690px;
1141         float:left;
1142 }
1143 #acl-search {
1144         float:right;
1145         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1146         padding-right:20px;
1147 }
1148 #acl-showall {
1149         float: left;
1150         display: block;
1151         width: auto;
1152         height: 18px;
1153         background-color: #cccccc;
1154         background-image: url("../../../images/show_all_off.png");
1155         background-position: 7px 7px;
1156         background-repeat: no-repeat;
1157         padding: 7px 5px 0 30px;
1158         color: #999999;
1159         .rounded(5px);
1160 }
1161 #acl-showall.selected {
1162         color: #000000;
1163         background-color: #ff9900;
1164         background-image: url("../../../images/show_all_on.png");
1165 }
1166
1167 #acl-list {
1168         height: 210px;
1169         border: 1px solid #cccccc;
1170         clear: both;
1171         margin-top: 30px;
1172         overflow: auto;
1173 }
1174 #acl-list-content {
1175
1176 }
1177 .acl-list-item {
1178         display: block;
1179         width: 150px;
1180         height: 30px;
1181         border: 1px solid #cccccc;
1182         margin: 5px;
1183         float: left;
1184 }
1185 .acl-list-item img{
1186         width:22px;
1187         height: 22px;
1188         float: left;
1189         margin: 4px;
1190 }
1191 .acl-list-item p { height: 12px; font-size: 10px; margin: 0; padding: 2px 0 1px; overflow: hidden;}
1192 .acl-list-item a {
1193         font-size: 8px;
1194         display: block;
1195         width: 40px;
1196         height: 10px;
1197         float: left;
1198         color: #999999;
1199         background-color: #cccccc;
1200         background-position: 3px 3px;
1201         background-repeat: no-repeat;
1202         margin-right: 5px;
1203         -webkit-border-radius: 2px ;
1204         -moz-border-radius: 2px;
1205         border-radius: 2px;
1206         padding-left: 15px;
1207 }
1208 #acl-wrapper a:hover {
1209         text-decoration: none;
1210         color:#000000;
1211 }
1212 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1213 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1214
1215 .acl-button-show.selected {
1216         color: #000000;
1217         background-color: #9ade00;
1218         background-image: url("../../../images/show_on.png");
1219 }
1220 .acl-button-hide.selected {
1221         color: #000000;
1222         background-color: #ff4141;
1223         background-image: url("../../../images/hide_on.png");
1224 }
1225 .acl-list-item.groupshow { border-color: #9ade00; }
1226 .acl-list-item.grouphide { border-color: #ff4141; }
1227 /** /acl **/
1228
1229 /** tab buttons **/
1230 ul.tabs {
1231     list-style-type: none;
1232     padding-bottom: 10px;
1233
1234     li {
1235         float: left;
1236         margin-left: 20px;
1237
1238         .active {
1239                         border-bottom: 1px solid @LinkVisited;
1240         }
1241     }
1242
1243 }
1244
1245
1246 /** group editor **/
1247 #group-edit-desc { margin-top: 1em; color: @FieldHelpColor; }
1248 #group-update-wrapper{
1249         height: auto; overflow: auto;
1250         #group {
1251                 width:300px;
1252                 float:left;
1253                 margin-right:20px;
1254         }
1255         #contacts {
1256                 width:300px;
1257                 float:left;
1258         }
1259         #group-separator { display: none; }
1260         .contact_list {
1261                 height: 300px;
1262                 border: 1px solid @MenuBorder;
1263                 overflow: auto;
1264                 .contact-block-div  {
1265                         width: 50px; height: 50px;
1266                         float: left;
1267                 }
1268         }
1269 }
1270
1271 /**
1272  * Form fields
1273  */
1274 .field {
1275         margin-bottom: 10px;
1276         padding-bottom: 10px;
1277         overflow: auto;
1278         width: 100%;
1279
1280
1281         label {
1282                 float: left;
1283                 width: 200px;
1284         }
1285
1286         input,
1287         textarea {
1288                 width: 400px;
1289         }
1290         input[type="checkbox"], input[type="radio"]{
1291                 width: auto;
1292         }
1293
1294         textarea { height: 100px; }
1295         .field_help {
1296                 display: block;
1297                 margin-left: 200px;
1298                 color: @FieldHelpColor;
1299         }
1300
1301
1302         .onoff {
1303                 float: left;
1304                 width: 80px;
1305         }
1306         .onoff a {
1307                 display: block;
1308                 border:1px solid #666666;
1309                 background-image:url("../../../images/onoff.jpg");
1310                 background-repeat: no-repeat;
1311                 padding: 4px 2px 2px 2px;
1312                 height: 16px;
1313                 text-decoration: none;
1314         }
1315         .onoff .off {
1316                 border-color:#666666;
1317                 padding-left: 40px;
1318                 background-position: left center;
1319                 background-color: #cccccc;
1320                 color: #666666;
1321                 text-align: right;
1322         }
1323         .onoff .on {
1324                 border-color:#204A87;
1325                 padding-right: 40px;
1326                 background-position: right center;
1327                 background-color: #D7E3F1;
1328                 color: #204A87;
1329                 text-align: left;
1330         }
1331         .hidden { display: none!important; }
1332
1333         &.radio .field_help { margin-left: 0; }
1334 }
1335
1336
1337 #profile-edit-links li {
1338         list-style: none;
1339         margin-top: 10px;
1340 }
1341
1342 #profile-edit-default-desc {
1343         color: #FF0000;
1344         border: 1px solid #FF8888;
1345         background-color: #FFEEEE;
1346         padding: 7px;
1347 }
1348 #profile-edit-profile-name-label,
1349 #profile-edit-name-label,
1350 #profile-edit-pdesc-label,
1351 #profile-edit-gender-label,
1352 #profile-edit-dob-label,
1353 #profile-edit-address-label,
1354 #profile-edit-locality-label,
1355 #profile-edit-region-label,
1356 #profile-edit-postal-code-label,
1357 #profile-edit-country-name-label,
1358 #profile-edit-marital-label,
1359 #profile-edit-with-label,
1360 #profile-edit-sexual-label,
1361 #profile-edit-politic-label,
1362 #profile-edit-religion-label,
1363 #profile-edit-pubkeywords-label,
1364 #profile-edit-prvkeywords-label,
1365 #profile-edit-gender-select,
1366 #profile-edit-homepage-label {
1367         float: left;
1368         width: 175px;
1369         padding-top: 7px;
1370 }
1371 #profile-edit-profile-name,
1372 #profile-edit-name,
1373 #gender-select,
1374 #profile-edit-pdesc,
1375 #profile-edit-gender,
1376 #profile-edit-dob,
1377 #profile-edit-address,
1378 #profile-edit-locality,
1379 #profile-edit-region,
1380 #profile-edit-postal-code,
1381 #profile-edit-country-name,
1382 #profile-edit-marital,
1383 #profile-edit-with,
1384 #profile-edit-sexual,
1385 #profile-edit-politic,
1386 #profile-edit-religion,
1387 #profile-edit-pubkeywords,
1388 #profile-edit-prvkeywords,
1389 #profile-edit-homepage {
1390         margin-top: 5px;
1391 }
1392
1393 /* oauth */
1394 .oauthapp {
1395         height: auto; overflow: auto;
1396         border-bottom: 2px solid #cccccc;
1397         padding-bottom: 1em;
1398         margin-bottom: 1em;
1399 }
1400 .oauthapp img {
1401         float: left;
1402         width: 48px; height: 48px;
1403         margin: 10px;
1404 }
1405 .oauthapp img.noicon {
1406         background-image: url("../../../images/icons/48/plugin.png");
1407         background-position: center center;
1408         background-repeat: no-repeat;
1409 }
1410 .oauthapp a {
1411         float: left;
1412 }
1413
1414 /* contacts */
1415 .contact-entry-wrapper {
1416         width: 50px; float: left;
1417 }
1418
1419 /* manage page */
1420 .identity-match-photo {
1421         position: relative;
1422         .manage-notify {
1423                 background-color: #19AEFF;
1424                 border-radius: 5px;
1425                 font-size: 10px;
1426                 padding: 1px 3px;
1427                 min-width: 15px;
1428                 text-align: right;
1429                 position: absolute;
1430                 right: 10px;
1431                 top: -5px;
1432                 color: rgb(255, 255, 255);
1433         }
1434 }
1435
1436
1437 /* videos page */
1438 .videos {
1439         .video-top-wrapper {
1440                 width: 200px; float: left;
1441                 margin: 0 10px 10px 0;
1442                 position: relative;
1443
1444                 .video-js {
1445                         width: 200px!important;
1446                         height: 132px!important;
1447                 }
1448
1449                 .video-delete {
1450                         position: absolute;
1451                         opacity: 0;
1452                         right: 0;
1453                         top: 0;
1454                         transition: opacity 0.5s;
1455                 }
1456
1457                 &:hover .video-delete {
1458                         opacity: 1;
1459                 }
1460         }
1461 }
1462
1463 /* photo albums */
1464 @photosize: 150px;
1465
1466 #photo-edit-link-wrap { margin-bottom: 10px; }
1467
1468 #album-edit-link {
1469         border-right: 1px solid @MenuBorder;
1470         float: left;
1471         padding-right: 5px;
1472         margin-right: 5px;
1473 }
1474 #photo-edit-link,
1475 #album-edit-link a {
1476         background: url("../../../images/icons/16/edit.png") no-repeat left center;
1477         padding-left: 18px;
1478 }
1479 #photo-toprofile-link {
1480         background: url("../../../images/icons/16/user.png") no-repeat left center;
1481         padding-left: 18px;
1482 }
1483
1484 #photo-top-upload-link,
1485 .photos-upload-link { margin: 1em 0; display: block; }
1486 .photos-upload-link a,
1487 #photo-top-upload-link {
1488         background: url("../../../images/icons/16/add.png") no-repeat left center;
1489         padding-left: 18px;
1490 }
1491
1492
1493 .photo-top-image-wrapper,
1494 .photo-album-image-wrapper {
1495         float: left;
1496         margin: 0 10px 10px 0;
1497         width:@photosize; height: @photosize;
1498         position: relative;
1499         overflow: hidden;
1500
1501         img { width: @photosize; }
1502
1503         .photo-top-album-name,
1504         .caption{
1505                 position: absolute;
1506                 color: @Menu;
1507                 background-color: @MenuBg;
1508
1509                 width: 100%;
1510                 .shadow(0px, 5px);
1511                 .transition(0.5s);
1512                 bottom: -@photosize;
1513         }
1514
1515         &:hover .photo-top-album-name,
1516         &:hover .caption {
1517                 bottom: 0;
1518                 .shadow(0px, 0);
1519                 .transition(0.5s);
1520         }
1521 }
1522
1523 #photo-photo {
1524         display: block; width: 660px;
1525         padding: 50px; margin-bottom: 0;
1526         text-align: center;
1527         background-color: @Grey3;
1528         img { max-width: 560px; }
1529 }
1530 #photo-album-title {
1531         background: url("../../../images/icons/22/image.png") no-repeat top left;
1532         padding-left: 23px;
1533         min-height: 22px;
1534         padding-top: 6px;
1535         /* a { display: block;}*/
1536 }
1537
1538 #photo-caption {
1539         display: block; width: 660px;
1540         min-height: 55px;
1541         background-color:  @Grey2;
1542         padding:0 50px 0 50px;
1543 }
1544 #photo-next-link > a > div {
1545         background: url("icons/next.png") no-repeat center center;
1546         float: right;
1547         width: 50px; height: 50px;
1548 }
1549 #photo-prev-link > a > div {
1550         background: url("icons/prev.png") no-repeat center center;
1551         float: left;
1552         width: 50px; height: 50px;
1553 }
1554 #photo-like-div {
1555         display: block; width: 660px;
1556         height: 30px;
1557         background-color:  @Grey2;
1558         padding:0 50px 0 50px;
1559         .icon {float: left;}
1560         .like-rotator {float: right;}
1561 }
1562
1563 #photo_edit_form {
1564         padding: 1em;
1565 }
1566
1567 /* profile match wrapper */
1568 .profile-match-wrapper {
1569         float: left;
1570         width: 110px;
1571         height: 110px;
1572         margin-bottom: 20px;
1573         .drop {
1574             background-image: url('../../../images/icons/22/delete.png');
1575             display: block; width: 22px; height: 22px;
1576             position: relative;
1577             top: 10px;
1578             left: -10px;
1579         }
1580         .drophide {
1581             background-image: url('../../../images/icons/22/delete.png');
1582             display: block; width: 22px; height: 22px;
1583             opacity: 0.3;
1584             position: relative;
1585             top: 10px;
1586             left: -10px;
1587         }
1588         .contact-photo {
1589                 width: 80px; height: 80px;
1590                 img { width: 80px; height: 80px; }
1591         }
1592         .contact-photo-menu-button {
1593                 left: 0;
1594                 top: 63px;
1595         }
1596 }
1597
1598 /* messages */
1599 #message-new {
1600         background: @MessageNewBackgroundColor;
1601         border: 1px solid @MessageNewBorderColor;
1602         width: 150px;
1603         a {
1604                 color: @MessageNewColor;
1605                 text-align: center;
1606                 display: block;
1607                 font-weight: bold;
1608                 padding: 1em 0;
1609         }
1610 }
1611
1612 .mail-list-wrapper {
1613         background-color: @MailListBackgroundColor;
1614         margin-bottom: 5px;
1615         width: 100%; height: auto; overflow: hidden;
1616
1617         span { display: block; float: left; width: 20%; overflow: hidden;}
1618
1619         .mail-subject {
1620                 width: 30%;
1621                 padding:4px 0 0 4px;
1622                 a { display: block; }
1623                 &.unseen a { font-weight: bold; }
1624         }
1625         .mail-date { padding: 4px 4px 0 4px; }
1626         .mail-from { padding: 4px 4px 0 4px; }
1627         .mail-count { padding: 4px 4px 0 4px; text-align: right;}
1628
1629         .mail-delete { float: right; }
1630 }
1631
1632 #message-preview {
1633         margin-top: 1em;
1634         box-sizing: border-box;
1635         * {  box-sizing: border-box;    white-space: nowrap;}
1636         .mail-list-wrapper {
1637                 .mail-subject {
1638                         width: 100%;
1639                 }
1640                 .mail-date  { font-size: 0.8em; width: 25%; text-align: right}
1641                 .mail-from  { font-size: 0.8em; width: 75%;}
1642                 .mail-count { font-size: 0.8em; width: 100%;}
1643                 .mail-delete { display: none;}
1644
1645                 & .mail-date, & .mail-from, & .mail-count { .opaque(0.5); }
1646                 &:hover .mail-date, &:hover .mail-from, &:hover .mail-count { .opaque(1); }
1647         }
1648 }
1649
1650
1651 #mail-display-subject {
1652         background-color: @MailDisplaySubjectBackgroundColor;
1653         color: @MailDisplaySubjectColor;
1654         margin-bottom: 10px;
1655         width: 100%; height: auto; overflow: hidden;
1656         span { float: left; overflow: hidden; padding: 4px 0 0 10px;}
1657         .mail-delete { float: right;  .opaque(0.5);}
1658         &:hover .mail-delete { .opaque(1); }
1659
1660 }
1661
1662 /* theme screenshot */
1663 .screenshot, #theme-preview {
1664         position: absolute;
1665         width:202px;
1666         left: 70%;
1667         top: 50px;
1668         img { width: 200px; height: 150px; }
1669 }
1670
1671 /* page footer */
1672 footer { height: 100px; display: table-row; }
1673
1674 .pager {
1675         margin-top: 25px;
1676         clear: both;
1677 }
1678
1679 /**
1680  * ADMIN
1681  */
1682 #pending-update {
1683         float:right;
1684         color: #ffffff;
1685         font-weight: bold;
1686         background-color: #FF0000;
1687         padding: 0em 0.3em;
1688
1689 }
1690 #adminpage {
1691     dl {
1692         clear: left;
1693         margin-bottom: 2px;
1694         padding-bottom: 2px;
1695         border-bottom: 1px solid black;
1696     }
1697     dt {
1698         width: 200px;
1699         float: left;
1700         font-weight: bold;
1701     }
1702     dd {
1703         margin-left: 200px;
1704     }
1705     h3 {
1706         border-bottom: 1px solid #cccccc;
1707     }
1708     .field label {
1709         font-weight: bold;
1710     }
1711     .submit {
1712         clear:left;
1713         text-align: right;
1714     }
1715     #pluginslist {
1716         margin: 0; padding: 0;
1717     }
1718     .plugin {
1719         list-style: none;
1720         display: block;
1721         border: 1px solid #888888;
1722         padding: 1em;
1723         margin-bottom: 5px;
1724         clear: left;
1725         desc {
1726             margin-left: 2.5em;
1727         }
1728     }
1729     .toggleplugin {
1730         float:left;
1731         margin-right: 1em;
1732     }
1733     table {
1734         width:100%;
1735         border-bottom: 1px solid #000000;
1736         margin: 5px 0;
1737         th {
1738             text-align: left;
1739         }
1740         td .icon {
1741             float: left;
1742         }
1743         tr:hover {
1744             background-color: #bbc7d7;
1745         }
1746     }
1747     table#users img {
1748             width: 16px; height: 16px;
1749     }
1750     .selectall { text-align: right; }
1751 }
1752
1753 /* edit buttons for comments */
1754
1755 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1756 .comment-edit-bb {
1757         list-style: none;
1758         display: none;
1759         margin: 0;
1760         padding: 0;
1761         width: 75%;
1762 }
1763 .comment-edit-bb > li {
1764         display: inline-block;
1765         margin: 10px 10px 0 0;
1766         visibility: none;
1767 }
1768
1769 .editicon {
1770         display: inline-block;
1771         width: 16px;
1772         height: 16px;
1773         background-image: url(icons/bbedit.png);
1774         text-decoration: none;
1775         :hover {background-color: #ccc;}
1776 }
1777 .boldbb { background-position: 0 0; }
1778 .boldbb:hover { background-position: 0 -16px; }
1779 .italicbb { background-position: -16px 0; }
1780 .italicbb:hover { background-position: -16px -16px; }
1781 .underlinebb { background-position: -32px 0; }
1782 .underlinebb:hover { background-position: -32px -16px; }
1783 .quotebb { background-position: -48px 0; }
1784 .quotebb:hover { background-position: -48px -16px; }
1785 .codebb { background-position: -64px 0; }
1786 .codebb:hover { background-position: -64px -16px; }
1787 .imagebb { background-position: -80px 0; }
1788 .imagebb:hover { background-position: -80px -16px; }
1789 .urlbb { background-position: -96px 0; }
1790 .urlbb:hover { background-position: -96px -16px; }
1791 .videobb { background-position: -112px 0; }
1792 .videobb:hover { background-position: -112px -16px; }
1793
1794
1795 /** range input css **/
1796 /* slider root element */
1797 .slider {
1798         height:2px;
1799         position:relative;
1800         cursor:pointer;
1801         border:1px solid #333;
1802         width:200px;
1803         margin:10px 0 10px 0;
1804             float: left;
1805 }
1806
1807 /* progress bar (enabled with progress: true) */
1808 .progress {
1809         height:9px;
1810         background-color:#C5FF00;
1811         display:none;
1812         opacity:0.6;
1813 }
1814
1815 /* drag handle */
1816 .handle {
1817         background-color:#ccc;
1818         height:16px;
1819         width:8px;
1820         top:-8px;
1821         position:absolute;
1822         display:block;
1823         margin-top:1px;
1824         border:1px solid #000;
1825         cursor:move;
1826             .roundbottom();
1827             .shadow();
1828 }
1829
1830 /* the input field */
1831 .range {
1832         width: 20px!important;
1833         font-size: 8pt;
1834         margin-left: 10px;
1835         border: 0;
1836         color: @FieldHelpColor;
1837 }
1838
1839 /* buttons for the event view */
1840 .plink-event-link {
1841         float: left;
1842         margin-left: 2px;
1843 }
1844
1845 /* upload/select popup */
1846 .fbrowser {
1847         overflow: auto;
1848         position: absolute;
1849         top: 0;
1850         width: 100%;
1851         height: 100%;
1852 }
1853 .fbrowser .path {
1854         background-color: @NavbarBackground;
1855         a {     padding: 5px; margin: 0 2px; display: inline-block; }
1856         a, a:active, a:visited, a:link, a:hover { color: @Banner; text-decoration: none; outline: none;  }
1857 }
1858 .fbrowser .folders ul { list-style: url("icons/folder.png"); padding-left: 22px;}
1859 .fbrowser .list { padding: 10px; }
1860 .fbrowser.image .photo-album-image-wrapper { width: 48px; height: 48px; }
1861 .fbrowser.image a img { width: auto; height: 48px; }
1862 .fbrowser.image a p { display: none;}
1863 .fbrowser.file .photo-album-image-wrapper { float:none;  white-space: nowrap; width: 100%; height: auto; }
1864 .fbrowser.file img { display: inline; width: 16px; height: 16px}
1865 .fbrowser.file p  { display: inline; white-space: nowrap; }
1866
1867 .fbrowser .upload { clear: both; padding-top: 1em;}