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