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