]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/quattro.less
0d58000e6b3ffbb61806040dc1ed1ecb043dc410
[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: auto; height: auto;
313         }
314         .contact-block-link {
315                 float: left;
316                 margin: 0px 2px 2px 0px;
317                 img { widht: 48px; height: 58px; }
318         }
319 }
320
321 /* group member */
322 #contact-edit-drop-link,
323 .mail-list-delete-wrapper,
324 .group-delete-wrapper {
325         float: right;
326         margin-right: 50px;
327         .drophide {
328             background-image: url('../../../images/icons/22/delete.png');
329             display: block; width: 22px; height: 22px;
330             opacity: 0.3;
331             position: relative;
332             top: -50px;
333         }
334         .drop {
335             background-image: url('../../../images/icons/22/delete.png');
336             display: block; width: 22px; height: 22px;
337             position: relative;
338             top: -50px;
339         }
340 }
341 #group-members {
342         margin-top: 20px;
343         padding: 10px;
344         height: 250px;
345         overflow: auto;
346         border: 1px solid #ddd;
347 }
348 #group-members-end {
349         clear: both;
350 }
351 #group-all-contacts {
352         padding: 10px;
353         height: 450px;
354         overflow: auto;
355         border: 1px solid #ddd;
356 }
357 #group-all-contacts-end {
358         clear: both;
359         margin-bottom: 10px;
360 }
361 .contact-block-div {
362         float: left;
363         width: 52px;
364         height: 52px;
365 }
366 /* widget */
367 .widget {
368         margin-bottom: 2em;
369         
370         h3 { padding: 0px; margin: 2px;}
371         .action { .opaque(0.1); }
372         input.action { .opaque(0.5); }
373         &:hover .title .action { .opaque(1); }
374         .tool:hover .action { .opaque(1); }
375         .tool:hover .action.ticked { .opaque(1); }
376
377         ul { padding: 0px;}
378         ul li {padding-left: 16px; min-height: 16px; list-style: none; }
379         
380         .tool.selected {
381                 background: url('../../../images/selected.png') no-repeat left center;
382         }
383         
384         /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
385         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
386         
387 }
388
389 /* widget: search */
390 #add-search-popup {
391         width: 200px;
392         top: 18px;
393 }
394
395
396 /* section */
397 section { 
398         display: table-cell;
399         vertical-align: top;
400         width: 800px;
401         padding:0px 20px 0px 10px;
402 }
403
404 /* wall item */
405 .tread-wrapper { 
406         background-color: @ThreadBackgroundColor;
407         position: relative;
408         padding: 10px;
409         margin-bottom: 20px;
410         width: 780px;
411 }
412 .wall-item-decor { position: absolute; left: 790px; top: -10px;  width: 16px;}
413 .unstarred { display: none; }
414
415 .wall-item-container {
416         display: table;
417         width: 780px;
418         
419         .wall-item-item,
420         .wall-item-bottom { display: table-row; }
421         
422         .wall-item-bottom { .opaque(0.5); }
423         &:hover .wall-item-bottom { .opaque(1); }
424         .wall-item-info {
425                 display: table-cell;
426                 vertical-align: top;
427                 text-align: left;
428                 width: 60px;
429                 
430         } 
431         .wall-item-location {
432                 word-wrap: break-word;
433                 width: 50px;
434         }
435         .wall-item-content {
436                 display: table-cell;
437                 font-size: 12px;
438                 max-width: 720px;
439                 word-wrap: break-word;
440         }
441         .wall-item-content img { max-width: 710px; }
442         .wall-item-links,
443         .wall-item-actions { 
444                 display: table-cell; 
445                 vertical-align: middle; 
446                 
447                 .icon {
448                         .opaque(0.5);
449                 }
450                 .icon:hover  {
451                         .opaque(1.0);
452                 }               
453         }
454         
455         .wall-item-ago { padding-right: 40px; }
456         .wall-item-name { font-weight: bold; }
457         
458         .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
459         .wall-item-actions-social { float: left; margin-top: 0.5em;
460                 a { margin-right: 3em; }
461          }
462         .wall-item-actions-tools { float: right; width: 15%; 
463                 a { float: right; }
464                 input { float: right; }
465         }
466         
467 }
468
469
470 .wall-item-container.comment {
471         /*margin-top: 50px;*/
472         .contact-photo { width: 32px; height: 32px; margin-left: 16px;
473                 /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
474         }       
475         .contact-photo-menu-button {
476                 top: 15px !important;
477                 left: 15px !important;
478         }
479         .wall-item-links { padding-left: 12px; }
480 }
481
482 .wall-item-comment-wrapper {
483         margin: 30px 2em 2em 60px;
484         .comment-edit-photo { display: none; }
485         textarea {      
486                 height: 1em; width: 100%; font-size: 10px;
487                 color: @CommentBoxEmptyColor;
488                 border: 1px solid @CommentBoxEmptyBorderColor;
489                 padding:0.3em;
490         }
491         .comment-edit-text-full {
492                 font-size: 14px;
493                 height: 4em;
494                 color: @CommentBoxFullColor;
495                 border: 1px solid @CommentBoxFullBorderColor;
496         }
497 }
498
499 .comment-edit-preview {
500         width: 710px;
501         border: 1px solid @Grey5;
502         margin-top: 10px;
503         
504         .contact-photo { width: 32px; height: 32px; margin-left: 16px;
505                 /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
506         }       
507         .contact-photo-menu-button {
508                 top: 15px !important;
509                 left: 15px !important;
510         }
511         .wall-item-links { padding-left: 12px; }
512
513         .wall-item-container { width: 700px; }
514         .tread-wrapper { width: 700px; padding: 0; margin: 10px 0;}
515
516
517 }
518
519
520
521 .wall-item-tags { padding-top: 5px; }
522 .tag {
523         background: url("../../../images/tag_b.png") no-repeat center left;
524         color: @TagColor;
525         padding-left: 3px;
526         a {
527                 padding-right: 8px;
528                 background: url("../../../images/tag.png") no-repeat center right;
529                 color: @TagColor;
530         }
531 }
532
533 .wwto { 
534         position: absolute !important; 
535         width: 25px; height: 25px; 
536     background: #FFFFFF;
537     border: 2px solid @Metalic3;
538     height: 25px;
539     width: 25px;
540     overflow: hidden;
541     padding: 1px;
542     position: absolute !important;
543     top: 40px;
544     left: 30px;
545     
546     .shadow(0px, 0px)
547 }
548 .wwto .contact-photo { width: 25px; height: 25px; }
549
550 /* contacts menu */
551 .contact-photo-wrapper { position: relative; }
552 .contact-photo { 
553         width: 48px; height: 48px;
554         img { width: 48px; height: 48px; }
555         overflow: hidden;
556         display: block;
557  }              
558 .contact-photo-menu-button {
559         display: none;
560         position: absolute;
561         left: -2px;
562         top: 31px;
563 }
564
565 .contact-wrapper {
566         float: left;
567         width: 90px;
568         height: 90px;
569         margin-bottom: 15px;
570         .contact-photo { 
571                 width: 80px; height: 80px;
572                 img { width: 80px; height: 80px; }
573         }
574         .contact-photo-menu-button {
575                 left: 0px;
576                 top: 63px;
577         }       
578 }
579 .directory-item {
580         float: left;
581         width: 200px;
582         height: 200px;
583         .contact-photo { 
584                 width: 175px; height: 175px;
585                 img { width: 175px; height: 175px; }
586         }
587 }
588 .contact-name { text-align: center; font-weight: bold; }
589 .contact-details { color: @Grey3;}
590 /* editor */
591 .jothidden { display: none; }
592 #jot {
593
594         width: 100%;
595         margin: 0px 2em 20px 0px;
596         
597         
598         .profile-jot-text {
599                 height: 1em; width: 99%; font-size: 10px;
600                 color: @CommentBoxEmptyColor;
601                 border: 1px solid @CommentBoxEmptyBorderColor;
602                 padding:0.3em;
603         }
604
605         #jot-tools {
606                 margin: 0px; padding: 0px;
607                 height: 40px; overflow: none;
608                 width: 800px;
609                 background-color: @JotToolsBackgroundColor;
610                 border-bottom: 2px solid @JotToolsBorderColor;
611                 li {
612                         list-style: none;
613                         float: left;
614                         width: 80px;
615                         height: 40px;
616                         border-bottom: 2px solid @JotToolsBorderColor;
617                         a {
618                                 display: block;
619                                 color: @JotToolsText;
620                                 width: 100%;
621                                 height:40px;
622                                 text-align: center;
623                                 line-height: 40px;
624                                 overflow: hidden;
625                         }
626                 }
627                 li:hover {
628                         background-color: @JotToolsOverBackgroundColor;
629                         border-bottom: 2px solid @JotToolsOverBorderColor;
630                 }
631                 li.perms {
632                         float: right;
633                         width: 40px;
634                         a.unlock {
635                                 width: 30px;
636                                 border-left: 10px solid @JotPermissionUnlockBackgroundColor;
637                                 background-color: @JotPermissionUnlockBackgroundColor;
638                         }
639                         a.lock {
640                                 width: 30px;
641                                 border-left: 10px solid @JotPermissionLockBackgroundColor;
642                                 background-color: @JotPermissionLockBackgroundColor;
643                         }
644                         
645                 }
646                 li.submit {
647                         float: right;
648                         background-color: @JotSubmitBackgroundColor;
649                         border-bottom: 2px solid @JotSubmitBackgroundColor;
650                         border-right: 1px solid @Grey4;
651                         border-left: 1px solid @Grey4;
652                         input {
653                                 border: 0px; margin: 0px; padding: 0px;
654                                 background-color: @JotSubmitBackgroundColor;
655                                 color: @JotSubmitText;
656                                 width: 80px; height: 40px;
657                                 line-height: 40px;
658                         }
659                         input:hover {
660                                 background-color: @JotSubmitOverBackgroundColor;
661                                 color: @JotSubmitOverText;
662                         }
663                 }
664                 li.loading {
665                         float: right;
666                         background-color: @JotLoadingBackgroundColor;
667                         width:  20px;
668                         vertical-align: center;
669                         text-align: center;
670                         img { margin-top: 10px; }
671                         border-top: 2px solid @JotToolsBorderColor;
672                         height: 38px;
673                 }
674         }
675
676         #jot-title {
677                 border: 0px;
678                 margin: 0px;
679                 height: 20px;
680                 width: 700px;
681                 font-weight: bold;
682                 border: 1px solid @BodyBackground;
683
684                 &:-webkit-input-placeholder {
685                         font-weight: normal;
686                 }
687
688                 &:-moz-placeholder {
689                         font-weight: normal;
690                 }               
691         
692                 &:hover { border: 1px solid @CommentBoxEmptyBorderColor }
693                 &:focus { border: 1px solid @CommentBoxEmptyBorderColor }
694         }
695         
696         #character-counter {
697                 width: 80px;
698                 float: right;
699                 text-align: right;
700                 height: 20px;
701                 line-height: 20px;
702                 padding-right: 20px;
703         }
704
705 }
706
707
708 /** buttons **/
709 /*input[type="submit"] {
710         border: 0px;
711     background-color: @ButtonBackgroundColor;
712     color: @ButtonColor;
713     padding: 0px 10px;
714         .rounded(5px);
715     height: 18px;
716 }*/
717
718
719 /** acl **/
720 #photo-edit-perms-select,
721 #photos-upload-permissions-wrapper,
722 #profile-jot-acl-wrapper{
723         display:block!important;
724 }
725
726
727
728 #acl-wrapper {
729         width: 690px;
730         float:left;
731 }
732 #acl-search {
733         float:right;
734         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
735         padding-right:20px;
736 }
737 #acl-showall {
738         float: left;
739         display: block;
740         width: auto;
741         height: 18px;
742         background-color: #cccccc;
743         background-image: url("../../../images/show_all_off.png");
744         background-position: 7px 7px;
745         background-repeat: no-repeat;
746         padding: 7px 5px 0px 30px;
747         color: #999999;
748         .rounded(5px);
749 }
750 #acl-showall.selected {
751         color: #000000;
752         background-color: #ff9900;
753         background-image: url("../../../images/show_all_on.png");
754 }
755
756 #acl-list {
757         height: 210px;
758         border: 1px solid #cccccc;
759         clear: both;
760         margin-top: 30px;
761         overflow: auto;
762 }
763 #acl-list-content {
764         
765 }
766 .acl-list-item {
767         display: block;
768         width: 150px;
769         height: 30px;
770         border: 1px solid #cccccc;
771         margin: 5px;
772         float: left;
773 }
774 .acl-list-item img{
775         width:22px;
776         height: 22px;
777         float: left;
778         margin: 4px;
779 }
780 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
781 .acl-list-item a { 
782         font-size: 8px;
783         display: block;
784         width: 40px;
785         height: 10px;
786         float: left;
787         color: #999999;
788         background-color: #cccccc;
789         background-position: 3px 3px;
790         background-repeat: no-repeat;
791         margin-right: 5px;
792         -webkit-border-radius: 2px ;
793         -moz-border-radius: 2px;
794         border-radius: 2px;
795         padding-left: 15px;
796 }
797 #acl-wrapper a:hover {
798         text-decoration: none;
799         color:#000000;
800 }
801 .acl-button-show { background-image: url("../../../images/show_off.png"); }
802 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
803
804 .acl-button-show.selected {
805         color: #000000;
806         background-color: #9ade00;
807         background-image: url("../../../images/show_on.png");
808 }
809 .acl-button-hide.selected {
810         color: #000000;
811         background-color: #ff4141;
812         background-image: url("../../../images/hide_on.png");
813 }
814 .acl-list-item.groupshow { border-color: #9ade00; }
815 .acl-list-item.grouphide { border-color: #ff4141; }
816 /** /acl **/
817
818 /** tab buttons **/
819 ul.tabs {
820     list-style-type: none;
821     padding-bottom: 10px;
822
823     li {
824         float: left;
825         margin-left: 20px;
826         
827         .active {
828                         border-bottom: 1px solid @LinkVisited;
829         }
830     }
831     
832 }
833
834
835 /**
836  * Form fields
837  */
838 .field {
839         margin-bottom: 10px;
840         padding-bottom: 10px;
841         overflow: auto;
842         width: 100%;
843
844
845         label {
846                 float: left;
847                 width: 200px;
848         }
849
850         input,
851         textarea {
852                 width: 400px;
853         }
854         textarea { height: 100px; }
855         .field_help {
856                 display: block;
857                 margin-left: 200px;
858                 color: #666666;
859                 
860         }
861
862
863         .onoff {
864                 float: left;
865                 width: 80px;
866         }
867         .onoff a {
868                 display: block;
869                 border:1px solid #666666;
870                 background-image:url("../../../images/onoff.jpg");
871                 background-repeat: no-repeat;
872                 padding: 4px 2px 2px 2px;
873                 height: 16px;
874                 text-decoration: none;
875         }
876         .onoff .off {
877                 border-color:#666666;
878                 padding-left: 40px;
879                 background-position: left center;
880                 background-color: #cccccc;
881                 color: #666666;
882                 text-align: right;
883         }
884         .onoff .on {
885                 border-color:#204A87;
886                 padding-right: 40px;
887                 background-position: right center;
888                 background-color: #D7E3F1;
889                 color: #204A87;
890                 text-align: left;
891         }
892         .hidden { display: none!important; }
893
894         &.radio .field_help { margin-left: 0px; }
895 }
896
897 #profile-edit-links li {
898         list-style: none;
899         margin-top: 10px;
900 }
901
902 #profile-edit-default-desc {
903         color: #FF0000;
904         border: 1px solid #FF8888;
905         background-color: #FFEEEE;
906         padding: 7px;
907 }
908 #profile-edit-profile-name-label,
909 #profile-edit-name-label,
910 #profile-edit-pdesc-label,
911 #profile-edit-gender-label,
912 #profile-edit-dob-label,
913 #profile-edit-address-label,
914 #profile-edit-locality-label,
915 #profile-edit-region-label,
916 #profile-edit-postal-code-label,
917 #profile-edit-country-name-label,
918 #profile-edit-marital-label,
919 #profile-edit-with-label,
920 #profile-edit-sexual-label,
921 #profile-edit-politic-label,
922 #profile-edit-religion-label,
923 #profile-edit-pubkeywords-label,
924 #profile-edit-prvkeywords-label,
925 #profile-edit-gender-select,
926 #profile-edit-homepage-label {
927         float: left;
928         width: 175px;
929         padding-top: 7px;
930 }
931 #profile-edit-profile-name,
932 #profile-edit-name,
933 #gender-select, 
934 #profile-edit-pdesc,
935 #profile-edit-gender,
936 #profile-edit-dob,
937 #profile-edit-address,
938 #profile-edit-locality,
939 #profile-edit-region,
940 #profile-edit-postal-code,
941 #profile-edit-country-name,
942 #profile-edit-marital,
943 #profile-edit-with,
944 #profile-edit-sexual,
945 #profile-edit-politic,
946 #profile-edit-religion,
947 #profile-edit-pubkeywords,
948 #profile-edit-prvkeywords,
949 #profile-edit-homepage {
950     margin-top: 5px;
951 }
952
953 /* oauth */
954 .oauthapp {
955         height: auto; overflow: auto;
956         border-bottom: 2px solid #cccccc;
957         padding-bottom: 1em;
958         margin-bottom: 1em;     
959 }
960 .oauthapp img {
961         float: left;
962         width: 48px; height: 48px;
963         margin: 10px;
964 }
965 .oauthapp img.noicon {
966         background-image: url("../../../images/icons/48/plugin.png");
967         background-position: center center;
968         background-repeat: no-repeat;
969 }
970 .oauthapp a {
971         float: left;
972 }
973
974 /* contacts */
975 .contact-entry-wrapper {
976         width: 50px; float: left;
977 }
978
979 /* photo */
980 .lframe {
981         float: left;
982         margin: 0px 10px 10px 0px;
983 }
984
985 /* profile match wrapper */
986 .profile-match-wrapper {
987         float: left;
988         width: 90px;
989         height: 90px;
990         margin-bottom: 20px;
991         .contact-photo { 
992                 width: 80px; height: 80px;
993                 img { width: 80px; height: 80px; }
994         }
995         .contact-photo-menu-button {
996                 left: 0px;
997                 top: 63px;
998         }       
999 }
1000
1001
1002 /* page footer */
1003 footer { height: 100px; display: table-row; }
1004
1005 .pager {
1006     margin-top: 25px;
1007     clear: both;
1008 }
1009