]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/quattro.less
quattro: icons for "Mark all sys notifs read" and "See all notifs" as icons in a...
[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         -webkit-transition: all 0.2s ease-in-out;
31         -moz-transition: all 0.2s ease-in-out;
32         -o-transition: all 0.2s ease-in-out;
33         -ms-transition: all 0.2s ease-in-out;
34         transition: all 0.2s ease-in-out;
35 }
36
37
38 a, a:link { color: @Link; text-decoration: none; }
39 a:visited { color: @LinkVisited; text-decoration: none; }
40 a:hover {color: @LinkHover; text-decoration: underline; }
41
42 .left { float: left; }
43 .right { float: right; }
44 .hidden { display: none; }
45 .clear { clear: both; }
46
47 .fakelink { color: @Link; text-decoration: none; cursor:pointer; }
48 .fakelink:hover { color: @LinkHover; text-decoration: underline; }
49
50 code {
51         font-family: Courier, monospace;
52         white-space: pre;
53         display: block;
54         overflow: auto;
55         border: 1px solid #444;
56         background: #EEE;
57         color: #444;
58         padding: 10px;
59         margin-top: 20px; 
60 }
61
62 #panel {
63         position: absolute;
64         width: 10em;
65         background: @MenuBg;
66         color: @Menu;
67         margin: 0px;
68         padding: 1em;
69         list-style: none;
70         border: 3px solid @MenuBorder;
71         z-index: 100000;
72         
73         .shadow();      
74 }
75
76
77
78 /* tool */
79
80 .tool {
81         height: auto; overflow: auto;
82         .label { float: left;}
83         .action { float: right; }
84 }
85
86
87
88
89 /* popup notifications */
90 div.jGrowl div.notice {
91         background: @NoticeBackgroundColor url("../../../images/icons/48/notice.png") no-repeat 5px center;
92         color:  @NoticeColor;
93         padding-left: 58px;
94 }
95 div.jGrowl div.info {
96         background: @InfoBackgroundColor url("../../../images/icons/48/info.png") no-repeat 5px center;
97         color:  @InfoColor;
98         padding-left: 58px;
99 }
100
101
102
103 /* header */
104 header {
105         position: fixed; left: 43%; right: 43%; top: 0px;
106         margin: 0px; padding: 0px;
107         /*width: 100%; height: 12px; */
108         z-index: 110;
109         color: @Grey1;
110         #site-location {
111                 display: none;
112         }
113         
114         #banner {
115                 overflow: hidden;
116                 text-align: center;
117                 width: 100%;
118                 a, a:active, a:visited, a:link, a:hover { color: @Grey1; text-decoration: none; outline: none; vertical-align: bottom; }
119                 #logo-img { height: 22px; margin-top:5px;}
120                 #logo-text { font-size: 22px }
121         }
122 }
123 /* nav */
124 nav { 
125         width: 100%; height: 32px;
126         position: fixed; left: 0px; top: 0px;
127         padding: 0px;
128         background-color: @NavbarBackground;
129         color: @Grey1;
130         z-index: 100;
131         .shadow(0px, 0px);
132
133                 a, a:active, a:visited, a:link, a:hover { color: @Banner; text-decoration: none; outline: none;  }
134
135                 ul {
136                         margin: 0px;
137                         padding: 0px 20px;
138                         li { 
139                                 list-style: none; 
140                                 margin: 0px; padding: 0px;
141                                 float: left;
142                                 .menu-popup{ left: 0px; right: auto; }
143                         }
144                         
145                 }
146
147                 .nav-menu-icon {
148                         position: relative;
149                         height: 22px;
150                         padding: 5px;
151                         margin: 0px 10px;
152                         .roundtop();
153                         
154                         &.selected {
155                                 background-color: @NavbarSelectedBg;
156                         }
157                         
158                                 img { width: 22px; height: 22px; }
159                                 .nav-notify { top: 3px; }
160                 }
161
162                 .nav-menu {
163                         position: relative;
164                         height: 16px;
165                         padding: 5px;
166                         margin: 3px 15px 0px;
167                         font-size: 14px;
168                         border-bottom: 3px solid @NavbarBackground;
169                         &.selected {
170                                 border-bottom: 3px solid @NavbarSelectedBorder;
171                         }
172                         
173                 }
174
175                 .nav-notify {
176                         display: none;
177                         position: absolute;
178                         background-color: @NavbarNotifBg;
179                         .rounded();
180                         font-size: 10px;
181                         padding: 1px 3px;
182                         top: 0px;
183                         right: -10px;
184                         min-width: 15px;
185                         text-align: right;
186                         
187                                 &.show{ display: block; }
188                 }
189                 
190                 
191                 #nav-help-link,
192                 #nav-search-link,
193                 #nav-directory-link,
194                 #nav-apps-link,
195                 #nav-site-linkmenu { 
196                         float: right;
197                         .menu-popup{ right: 0px; left: auto; }
198                 }
199         
200                 #nav-notifications-linkmenu.on .icon.s22.notify,
201                 #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png") }
202                 #nav-apps-link.selected { background-color: @NavbarSelectedBg; }
203 }
204
205
206 ul.menu-popup {
207         position: absolute;
208         display: none;
209         width: 10em;
210         background: @MenuBg;
211         color: @Menu;
212         margin: 0px;
213         padding: 0px;
214         list-style: none;
215         border: 3px solid @MenuBorder;
216         z-index: 100000;
217         
218         .shadow();
219         
220                 a { display: block; color: @MenuItem; padding: 5px 10px; text-decoration: none;}
221                 a:hover { background-color: @MenuItemHoverBg; }
222                 .menu-sep  { border-top: 1px solid @MenuItemSeparator; }
223                 li { float: none;  overflow: auto; height: auto; display: block; }
224                 li img { float: left; width: 16px; height: 16px; padding-right: 5px;}
225                 .empty {
226                         padding: 5px;
227                         text-align: center;
228                         color: @MenuEmpty;
229                 }
230                 .toolbar {
231                         background-color:  @MenuEmpty; 
232                         height: auto; overflow: auto;
233                         a { float: right; }
234                         a:hover { background-color: @MenuBg; }
235                 }
236                 
237 }
238
239 /* autocomplete popup */
240 .acpopup {
241         max-height:150px;
242         background-color:@MenuBg;
243         color: @Menu;
244         border:1px solid #MenuBorder;
245         overflow:auto;
246         z-index:100000;
247         .shadow();
248 }
249 .acpopupitem {
250         color: @MenuItem; padding: 4px;
251         clear:left;
252         img {
253                 float: left;
254                 margin-right: 4px;
255         }
256         &.selected{
257                 background-color: @MenuItemHoverBg;
258         }
259 }
260
261
262 #nav-notifications-menu {
263         width: 400px; max-height: 550px;
264         overflow: auto;
265         img { float: left; margin-right: 5px; }
266         .contactname { font-weight: bold; }
267         .notif-when { font-size: 10px; color: @MenuItemDetail; display: block; }
268 }
269
270
271
272
273 /* aside */
274 aside { 
275         display: table-cell;
276         vertical-align: top;
277         width: 200px;
278         padding:0px 10px 0px 20px;
279         border-right: 1px solid @AsideBorder;
280
281         .vcard {
282                 .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
283                 .title { margin-bottom: 5px; }
284                 dl { height: auto; overflow: auto; }
285                 dt {float: left; margin-left: 0px; width: 35%; text-align: right; color: @VCardLabelColor; }
286                 dd {float: left; margin-left: 4px; width: 60%;}
287         
288         }
289
290         #profile-extra-links {
291                 ul { padding: 0px; margin: 0px; }
292                 li { padding: 0px; margin: 0px; list-style: none; }
293         }
294
295         #dfrn-request-link {
296                 display: block;
297                 .rounded();
298                 color: @AsideConnect;
299                 background: @AsideConnectBg url('../../../images/connect-bg.png') no-repeat left center;
300                 font-weight: bold;
301                 text-transform:uppercase;
302                 padding: 4px 2px 2px 35px;
303                 
304                 &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
305         }
306
307         #profiles-menu { width: 20em; }
308
309
310 }
311
312 #contact-block {
313         overflow: auto; height: auto;
314         .contact-block-h4 { float: left; margin: 5px 0px; }
315         .allcontact-link { float: right; margin: 5px 0px; }
316         .contact-block-content {
317                 clear: both;
318                 overflow: hidden;
319                 height: auto;
320         }
321         /*.contact-block-div { width:60px; height: 60px; }*/
322         .contact-block-link {
323                 float: left;
324                 margin: 0px 2px 2px 0px;
325                 img { width: 48px; height: 48px; }
326         }
327 }
328
329 /* group member */
330 #contact-edit-drop-link,
331 .mail-list-delete-wrapper,
332 .group-delete-wrapper {
333         float: right;
334         margin-right: 50px;
335         .drophide {
336             background-image: url('../../../images/icons/22/delete.png');
337             display: block; width: 22px; height: 22px;
338             opacity: 0.3;
339             position: relative;
340             top: -50px;
341         }
342         .drop {
343             background-image: url('../../../images/icons/22/delete.png');
344             display: block; width: 22px; height: 22px;
345             position: relative;
346             top: -50px;
347         }
348 }
349 /*
350 #group-members {
351         margin-top: 20px;
352         padding: 10px;
353         height: 250px;
354         overflow: auto;
355         border: 1px solid #ddd;
356 }
357 #group-members-end {
358         clear: both;
359 }
360 #group-all-contacts {
361         padding: 10px;
362         height: 450px;
363         overflow: auto;
364         border: 1px solid #ddd;
365 }
366 #group-all-contacts-end {
367         clear: both;
368         margin-bottom: 10px;
369 }
370 .contact-block-div {
371         float: left;
372         width: 60px;
373         height: 60px;
374 }*/
375  
376 /* widget */
377 .widget {
378         margin-bottom: 2em;
379         
380         h3 { padding: 0px; margin: 2px;}
381         .action { .opaque(0.1); }
382         input.action { .opaque(0.5); }
383         &:hover .title .action { .opaque(1); }
384         .tool:hover .action { .opaque(1); }
385         .tool:hover .action.ticked { .opaque(1); }
386
387         ul { padding: 0px;}
388         ul li {padding-left: 16px; min-height: 16px; list-style: none; }
389         
390         .tool.selected {
391                 background: url('../../../images/selected.png') no-repeat left center;
392         }
393         
394         /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
395         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
396         
397 }
398
399 /* widget: search */
400 #add-search-popup {
401         width: 200px;
402         top: 18px;
403 }
404
405
406 /* section */
407 section { 
408         display: table-cell;
409         vertical-align: top;
410         width: 800px;
411         padding:0px 20px 0px 10px;
412 }
413
414 /* wall item */
415 .tread-wrapper { 
416         background-color: @ThreadBackgroundColor;
417         position: relative;
418         padding: 10px;
419         margin-bottom: 20px;
420         width: 780px;
421 }
422 .wall-item-decor { position: absolute; left: 97%; top: -10px;  width: 16px;}
423 .unstarred { display: none; }
424
425 .wall-item-container {
426         display: table;
427         width: 780px;
428         
429         .wall-item-item,
430         .wall-item-bottom { display: table-row; }
431         
432         .wall-item-bottom { .opaque(0.5); }
433         &:hover .wall-item-bottom { .opaque(1); }
434         .wall-item-info {
435                 display: table-cell;
436                 vertical-align: top;
437                 text-align: left;
438                 width: 60px;
439                 
440         } 
441         .wall-item-location {
442                 word-wrap: break-word;
443                 width: 50px;
444         }
445         .wall-item-content {
446                 display: table-cell;
447                 font-size: 12px;
448                 max-width: 720px;
449                 word-wrap: break-word;
450         }
451         .wall-item-content img { max-width: 710px; }
452         .wall-item-links,
453         .wall-item-actions { 
454                 display: table-cell; 
455                 vertical-align: middle; 
456                 
457                 .icon {
458                         .opaque(0.5);
459                 }
460                 .icon:hover  {
461                         .opaque(1.0);
462                 }               
463         }
464         
465         .wall-item-ago { padding-right: 40px; }
466         .wall-item-name { font-weight: bold; }
467         
468         .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
469         .wall-item-actions-social { float: left; margin-top: 0.5em;
470                 a { margin-right: 3em; }
471          }
472         .wall-item-actions-tools { float: right; width: 15%; 
473                 a { float: right; }
474                 input { float: right; }
475         }
476         
477 }
478
479
480 .wall-item-container.comment {
481         /*margin-top: 50px;*/
482         .contact-photo { width: 32px; height: 32px; margin-left: 16px;
483                 /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
484         }       
485         .contact-photo-menu-button {
486                 top: 15px !important;
487                 left: 15px !important;
488         }
489         .wall-item-links { padding-left: 12px; }
490 }
491
492 .wall-item-comment-wrapper {
493         margin: 30px 2em 2em 60px;
494         .comment-edit-photo { display: none; }
495         textarea {      
496                 height: 1em; width: 100%; font-size: 10px;
497                 color: @CommentBoxEmptyColor;
498                 border: 1px solid @CommentBoxEmptyBorderColor;
499                 padding:0.3em;
500         }
501         .comment-edit-text-full {
502                 font-size: 14px;
503                 height: 4em;
504                 color: @CommentBoxFullColor;
505                 border: 1px solid @CommentBoxFullBorderColor;
506         }
507 }
508
509 .comment-edit-preview {
510         width: 710px;
511         border: 1px solid @Grey5;
512         margin-top: 10px;
513         
514         .contact-photo { width: 32px; height: 32px; margin-left: 16px;
515                 /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
516         }       
517         .contact-photo-menu-button {
518                 top: 15px !important;
519                 left: 15px !important;
520         }
521         .wall-item-links { padding-left: 12px; }
522
523         .wall-item-container { width: 700px; }
524         .tread-wrapper { width: 700px; padding: 0; margin: 10px 0;}
525
526
527 }
528
529 .shiny { border-right:10px solid @ShinyBorderColor; }
530 #jot-preview-content .tread-wrapper { background-color: @JotPreviewBackgroundColor; }
531
532
533 .wall-item-tags { padding-top: 5px; }
534 .tag {
535         background: url("../../../images/tag_b.png") no-repeat center left;
536         color: @TagColor;
537         padding-left: 3px;
538         a {
539                 padding-right: 8px;
540                 background: url("../../../images/tag.png") no-repeat center right;
541                 color: @TagColor;
542         }
543 }
544 .filesavetags {
545     padding: 3px 0px 3px 0px;
546     opacity: 0.5;
547 }
548
549 .wwto { 
550         position: absolute !important; 
551         width: 25px; height: 25px; 
552     background: #FFFFFF;
553     border: 2px solid @Metalic3;
554     height: 25px;
555     width: 25px;
556     overflow: hidden;
557     padding: 1px;
558     position: absolute !important;
559     top: 40px;
560     left: 30px;
561     
562     .shadow(0px, 0px)
563 }
564 .wwto .contact-photo { width: 25px; height: 25px; }
565
566
567 #pause {
568  position: fixed;
569  bottom: 5px;
570  right: 5px;
571 }
572
573
574 .contact-photo-wrapper { position: relative; }
575 .contact-photo { 
576         width: 48px; height: 48px;
577         img { width: 48px; height: 48px; }
578         overflow: hidden;
579         display: block;
580  }              
581 .contact-photo-menu-button {
582         display: none;
583         position: absolute;
584         left: -2px;
585         top: 31px;
586 }
587
588 .contact-wrapper {
589         float: left;
590         width: 300px;
591         height: 90px;
592         padding-right: 10px;
593         margin: 0 10px 10px 0px;
594         .contact-photo-wrapper { 
595                 float: left; 
596                 margin-right: 10px;
597         }
598         .contact-photo { 
599                 width: 80px; height: 80px;
600                 img { width: 80px; height: 80px; }
601         }
602         .contact-photo-menu-button {
603                 left: 0px;
604                 top: 63px;
605         }       
606 }
607 .directory-item {
608         float: left;
609         width: 200px;
610         height: 200px;
611         .contact-photo { 
612                 width: 175px; height: 175px;
613                 img { width: 175px; height: 175px; }
614         }
615 }
616 .contact-name { font-weight: bold; padding-top: 15px; }
617 .contact-details { 
618         color: @Grey3; white-space: nowrap;
619         overflow: hidden;
620         text-overflow: ellipsis;
621 }
622
623 /* editor */
624 .jothidden { display: none; }
625 #jot {
626
627         width: 100%;
628         margin: 0px 2em 20px 0px;
629         
630         
631         .profile-jot-text {
632                 height: 1em; width: 99%; font-size: 10px;
633                 color: @CommentBoxEmptyColor;
634                 border: 1px solid @CommentBoxEmptyBorderColor;
635                 padding:0.3em;
636         }
637
638         #jot-tools {
639                 margin: 0px; padding: 0px;
640                 height: 40px; overflow: none;
641                 width: 800px;
642                 background-color: @JotToolsBackgroundColor;
643                 border-bottom: 2px solid @JotToolsBorderColor;
644                 li {
645                         list-style: none;
646                         float: left;
647                         width: 80px;
648                         height: 40px;
649                         border-bottom: 2px solid @JotToolsBorderColor;
650                         a {
651                                 display: block;
652                                 color: @JotToolsText;
653                                 width: 100%;
654                                 height:40px;
655                                 text-align: center;
656                                 line-height: 40px;
657                                 overflow: hidden;
658                         }
659                 }
660                 li:hover {
661                         background-color: @JotToolsOverBackgroundColor;
662                         border-bottom: 2px solid @JotToolsOverBorderColor;
663                 }
664                 li.perms {
665                         float: right;
666                         width: 40px;
667                         a.unlock {
668                                 width: 30px;
669                                 border-left: 10px solid @JotPermissionUnlockBackgroundColor;
670                                 background-color: @JotPermissionUnlockBackgroundColor;
671                         }
672                         a.lock {
673                                 width: 30px;
674                                 border-left: 10px solid @JotPermissionLockBackgroundColor;
675                                 background-color: @JotPermissionLockBackgroundColor;
676                         }
677                         
678                 }
679                 li.submit {
680                         float: right;
681                         background-color: @JotSubmitBackgroundColor;
682                         border-bottom: 2px solid @JotSubmitBackgroundColor;
683                         border-right: 1px solid @Grey4;
684                         border-left: 1px solid @Grey4;
685                         input {
686                                 border: 0px; margin: 0px; padding: 0px;
687                                 background-color: @JotSubmitBackgroundColor;
688                                 color: @JotSubmitText;
689                                 width: 80px; height: 40px;
690                                 line-height: 40px;
691                         }
692                         input:hover {
693                                 background-color: @JotSubmitOverBackgroundColor;
694                                 color: @JotSubmitOverText;
695                         }
696                 }
697                 li.loading {
698                         float: right;
699                         background-color: @JotLoadingBackgroundColor;
700                         width:  20px;
701                         vertical-align: center;
702                         text-align: center;
703                         img { margin-top: 10px; }
704                         border-top: 2px solid @JotToolsBorderColor;
705                         height: 38px;
706                 }
707         }
708
709         #jot-title {
710                 border: 0px;
711                 margin: 0px;
712                 height: 20px;
713                 width: 700px;
714                 font-weight: bold;
715                 border: 1px solid @BodyBackground;
716
717                 &:-webkit-input-placeholder {
718                         font-weight: normal;
719                 }
720
721                 &:-moz-placeholder {
722                         font-weight: normal;
723                 }               
724         
725                 &:hover { border: 1px solid @CommentBoxEmptyBorderColor }
726                 &:focus { border: 1px solid @CommentBoxEmptyBorderColor }
727         }
728         
729         #character-counter {
730                 width: 80px;
731                 float: right;
732                 text-align: right;
733                 height: 20px;
734                 line-height: 20px;
735                 padding-right: 20px;
736         }
737
738 }
739
740
741 /** buttons **/
742 /*input[type="submit"] {
743         border: 0px;
744     background-color: @ButtonBackgroundColor;
745     color: @ButtonColor;
746     padding: 0px 10px;
747         .rounded(5px);
748     height: 18px;
749 }*/
750
751
752 /** acl **/
753 #photo-edit-perms-select,
754 #photos-upload-permissions-wrapper,
755 #profile-jot-acl-wrapper{
756         display:block!important;
757 }
758
759
760
761 #acl-wrapper {
762         width: 690px;
763         float:left;
764 }
765 #acl-search {
766         float:right;
767         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
768         padding-right:20px;
769 }
770 #acl-showall {
771         float: left;
772         display: block;
773         width: auto;
774         height: 18px;
775         background-color: #cccccc;
776         background-image: url("../../../images/show_all_off.png");
777         background-position: 7px 7px;
778         background-repeat: no-repeat;
779         padding: 7px 5px 0px 30px;
780         color: #999999;
781         .rounded(5px);
782 }
783 #acl-showall.selected {
784         color: #000000;
785         background-color: #ff9900;
786         background-image: url("../../../images/show_all_on.png");
787 }
788
789 #acl-list {
790         height: 210px;
791         border: 1px solid #cccccc;
792         clear: both;
793         margin-top: 30px;
794         overflow: auto;
795 }
796 #acl-list-content {
797         
798 }
799 .acl-list-item {
800         display: block;
801         width: 150px;
802         height: 30px;
803         border: 1px solid #cccccc;
804         margin: 5px;
805         float: left;
806 }
807 .acl-list-item img{
808         width:22px;
809         height: 22px;
810         float: left;
811         margin: 4px;
812 }
813 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
814 .acl-list-item a { 
815         font-size: 8px;
816         display: block;
817         width: 40px;
818         height: 10px;
819         float: left;
820         color: #999999;
821         background-color: #cccccc;
822         background-position: 3px 3px;
823         background-repeat: no-repeat;
824         margin-right: 5px;
825         -webkit-border-radius: 2px ;
826         -moz-border-radius: 2px;
827         border-radius: 2px;
828         padding-left: 15px;
829 }
830 #acl-wrapper a:hover {
831         text-decoration: none;
832         color:#000000;
833 }
834 .acl-button-show { background-image: url("../../../images/show_off.png"); }
835 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
836
837 .acl-button-show.selected {
838         color: #000000;
839         background-color: #9ade00;
840         background-image: url("../../../images/show_on.png");
841 }
842 .acl-button-hide.selected {
843         color: #000000;
844         background-color: #ff4141;
845         background-image: url("../../../images/hide_on.png");
846 }
847 .acl-list-item.groupshow { border-color: #9ade00; }
848 .acl-list-item.grouphide { border-color: #ff4141; }
849 /** /acl **/
850
851 /** tab buttons **/
852 ul.tabs {
853     list-style-type: none;
854     padding-bottom: 10px;
855
856     li {
857         float: left;
858         margin-left: 20px;
859         
860         .active {
861                         border-bottom: 1px solid @LinkVisited;
862         }
863     }
864     
865 }
866
867
868 /** group editor **/
869 #group-edit-desc { margin-top: 1em; color: @FieldHelpColor; }
870 #group-update-wrapper{
871         height: auto; overflow: auto;
872         #group {
873                 width:300px; 
874                 float:left;
875                 margin-right:20px;
876         }
877         #contacts {
878                 width:300px;
879                 float:left;
880         }
881         #group-separator { display: none; }
882         .contact_list {
883                 height: 300px;
884                 border: 1px solid @MenuBorder;
885                 overflow: auto;
886                 .contact-block-div  {
887                         width: 50px; height: 50px;
888                         float: left;
889                 }
890         }
891 }
892
893 /**
894  * Form fields
895  */
896 .field {
897         margin-bottom: 10px;
898         padding-bottom: 10px;
899         overflow: auto;
900         width: 100%;
901
902
903         label {
904                 float: left;
905                 width: 200px;
906         }
907
908         input,
909         textarea {
910                 width: 400px;
911         }
912         input[type="checkbox"], input[type="radio"]{
913                 width: auto;
914         }
915         
916         textarea { height: 100px; }
917         .field_help {
918                 display: block;
919                 margin-left: 200px;
920                 color: @FieldHelpColor;
921                 
922         }
923
924
925         .onoff {
926                 float: left;
927                 width: 80px;
928         }
929         .onoff a {
930                 display: block;
931                 border:1px solid #666666;
932                 background-image:url("../../../images/onoff.jpg");
933                 background-repeat: no-repeat;
934                 padding: 4px 2px 2px 2px;
935                 height: 16px;
936                 text-decoration: none;
937         }
938         .onoff .off {
939                 border-color:#666666;
940                 padding-left: 40px;
941                 background-position: left center;
942                 background-color: #cccccc;
943                 color: #666666;
944                 text-align: right;
945         }
946         .onoff .on {
947                 border-color:#204A87;
948                 padding-right: 40px;
949                 background-position: right center;
950                 background-color: #D7E3F1;
951                 color: #204A87;
952                 text-align: left;
953         }
954         .hidden { display: none!important; }
955
956         &.radio .field_help { margin-left: 0px; }
957 }
958
959
960 #profile-edit-links li {
961         list-style: none;
962         margin-top: 10px;
963 }
964
965 #profile-edit-default-desc {
966         color: #FF0000;
967         border: 1px solid #FF8888;
968         background-color: #FFEEEE;
969         padding: 7px;
970 }
971 #profile-edit-profile-name-label,
972 #profile-edit-name-label,
973 #profile-edit-pdesc-label,
974 #profile-edit-gender-label,
975 #profile-edit-dob-label,
976 #profile-edit-address-label,
977 #profile-edit-locality-label,
978 #profile-edit-region-label,
979 #profile-edit-postal-code-label,
980 #profile-edit-country-name-label,
981 #profile-edit-marital-label,
982 #profile-edit-with-label,
983 #profile-edit-sexual-label,
984 #profile-edit-politic-label,
985 #profile-edit-religion-label,
986 #profile-edit-pubkeywords-label,
987 #profile-edit-prvkeywords-label,
988 #profile-edit-gender-select,
989 #profile-edit-homepage-label {
990         float: left;
991         width: 175px;
992         padding-top: 7px;
993 }
994 #profile-edit-profile-name,
995 #profile-edit-name,
996 #gender-select, 
997 #profile-edit-pdesc,
998 #profile-edit-gender,
999 #profile-edit-dob,
1000 #profile-edit-address,
1001 #profile-edit-locality,
1002 #profile-edit-region,
1003 #profile-edit-postal-code,
1004 #profile-edit-country-name,
1005 #profile-edit-marital,
1006 #profile-edit-with,
1007 #profile-edit-sexual,
1008 #profile-edit-politic,
1009 #profile-edit-religion,
1010 #profile-edit-pubkeywords,
1011 #profile-edit-prvkeywords,
1012 #profile-edit-homepage {
1013     margin-top: 5px;
1014 }
1015
1016 /* oauth */
1017 .oauthapp {
1018         height: auto; overflow: auto;
1019         border-bottom: 2px solid #cccccc;
1020         padding-bottom: 1em;
1021         margin-bottom: 1em;     
1022 }
1023 .oauthapp img {
1024         float: left;
1025         width: 48px; height: 48px;
1026         margin: 10px;
1027 }
1028 .oauthapp img.noicon {
1029         background-image: url("../../../images/icons/48/plugin.png");
1030         background-position: center center;
1031         background-repeat: no-repeat;
1032 }
1033 .oauthapp a {
1034         float: left;
1035 }
1036
1037 /* contacts */
1038 .contact-entry-wrapper {
1039         width: 50px; float: left;
1040 }
1041
1042 /* photo */
1043 .lframe {
1044         float: left;
1045         margin: 0px 10px 10px 0px;
1046 }
1047
1048 /* profile match wrapper */
1049 .profile-match-wrapper {
1050         float: left;
1051         width: 90px;
1052         height: 90px;
1053         margin-bottom: 20px;
1054         .contact-photo { 
1055                 width: 80px; height: 80px;
1056                 img { width: 80px; height: 80px; }
1057         }
1058         .contact-photo-menu-button {
1059                 left: 0px;
1060                 top: 63px;
1061         }       
1062 }
1063
1064 /* messages */
1065 #message-new {
1066         background: @MessageNewBackgroundColor;
1067         border: 1px solid @MessageNewBorderColor;
1068         width: 150px;
1069         a {
1070                 color: @MessageNewColor;
1071                 text-align: center;
1072                 display: block;
1073                 font-weight: bold;
1074                 padding: 1em 0px;
1075         }
1076 }
1077
1078 .mail-list-wrapper {
1079         background-color: @MailListBackgroundColor;
1080         margin-bottom: 5px;
1081         width: 100%; height: auto; overflow: hidden;
1082         
1083         span { display: block; float: left; width: 20%; overflow: hidden;}
1084         
1085         .mail-subject { 
1086                 width: 30%;
1087                 padding:4px 0px 0px 4px;
1088                 a { display: block; }
1089                 &.unseen a { font-weight: bold; }
1090         }
1091         .mail-date { padding: 4px 4px 0px 4px; }
1092         .mail-from { padding: 4px 4px 0px 4px; }
1093         .mail-count { padding: 4px 4px 0px 4px; text-align: right;}
1094         
1095         .mail-delete { float: right; }
1096 }
1097
1098 #mail-display-subject {
1099         background-color: @MailDisplaySubjectBackgroundColor;
1100         color: @MailDisplaySubjectColor;
1101         margin-bottom: 10px;
1102         width: 100%; height: auto; overflow: hidden;
1103         span { float: left; overflow: hidden; padding: 4px 0px 0px 10px;}
1104         .mail-delete { float: right;  .opaque(0.5);}
1105         &:hover .mail-delete { .opaque(1); }
1106         
1107 }
1108
1109 /* mail view */
1110 /*
1111 .mail-conv-sender,
1112 .mail-conv-detail {
1113         float: left;
1114 }
1115 .mail-conv-detail {
1116         margin-left: 20px;
1117         width: 500px;
1118 }
1119
1120 .mail-conv-subject {
1121     font-size: 1.4em;
1122     margin: 10px 0;
1123 }
1124
1125 .mail-conv-outside-wrapper-end {
1126         clear: both;
1127 }
1128
1129 .mail-conv-outside-wrapper {
1130         margin-top: 30px;
1131 }
1132
1133 .mail-conv-delete-wrapper {
1134         float: right;
1135         margin-right: 30px;
1136         margin-top: 15px;
1137 }
1138 .mail-conv-break {
1139         clear: both;
1140 }
1141
1142 .mail-conv-delete-icon {
1143         border: none;
1144 }
1145
1146 */
1147
1148
1149 /* page footer */
1150 footer { height: 100px; display: table-row; }
1151
1152 .pager {
1153     margin-top: 25px;
1154     clear: both;
1155 }
1156