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