]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/quattro.less
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / quattro / quattro.less
1 // Quattro Theme LESS file
2
3 /* global */
4 body {
5         font-family: Liberation Sans,helvetica,arial,clean,sans-serif;
6         font-size: 11px;
7         background-color: @BodyBackground;
8         color: @BodyColor;
9         margin: 50px 0px 0px 0px;
10         display:table;
11 }
12 h4 { font-size: 1.1em }
13
14 .shadow(@x: 0px, @y: 5px){
15    -webkit-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
16    -moz-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
17    box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
18 }
19
20 .rounded(@tr: 5px, @tl: 5px, @bl: 5px, @br: 5px){
21         -moz-border-radius: @arguments;
22         -webkit-border-radius: @arguments;
23         border-radius: @arguments;
24 }
25 .roundbottom (@radius: 5px){ .rounded(0, 0, @radius, @radius); }
26 .roundtop (@radius: 5px){ .rounded(@radius, @radius, 0, 0); }
27
28 .opaque(@v: 0.5){
29         opacity: @v;
30         -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
551 #pause {
552  position: fixed;
553  bottom: 5px;
554  right: 5px;
555 }
556
557 /* contacts menu */
558 .contact-photo-wrapper { position: relative; }
559 .contact-photo { 
560         width: 48px; height: 48px;
561         img { width: 48px; height: 48px; }
562         overflow: hidden;
563         display: block;
564  }              
565 .contact-photo-menu-button {
566         display: none;
567         position: absolute;
568         left: -2px;
569         top: 31px;
570 }
571
572 .contact-wrapper {
573         float: left;
574         width: 90px;
575         height: 90px;
576         margin-bottom: 15px;
577         .contact-photo { 
578                 width: 80px; height: 80px;
579                 img { width: 80px; height: 80px; }
580         }
581         .contact-photo-menu-button {
582                 left: 0px;
583                 top: 63px;
584         }       
585 }
586 .directory-item {
587         float: left;
588         width: 200px;
589         height: 200px;
590         .contact-photo { 
591                 width: 175px; height: 175px;
592                 img { width: 175px; height: 175px; }
593         }
594 }
595 .contact-name { text-align: center; font-weight: bold; }
596 .contact-details { color: @Grey3;}
597 /* editor */
598 .jothidden { display: none; }
599 #jot {
600
601         width: 100%;
602         margin: 0px 2em 20px 0px;
603         
604         
605         .profile-jot-text {
606                 height: 1em; width: 99%; font-size: 10px;
607                 color: @CommentBoxEmptyColor;
608                 border: 1px solid @CommentBoxEmptyBorderColor;
609                 padding:0.3em;
610         }
611
612         #jot-tools {
613                 margin: 0px; padding: 0px;
614                 height: 40px; overflow: none;
615                 width: 800px;
616                 background-color: @JotToolsBackgroundColor;
617                 border-bottom: 2px solid @JotToolsBorderColor;
618                 li {
619                         list-style: none;
620                         float: left;
621                         width: 80px;
622                         height: 40px;
623                         border-bottom: 2px solid @JotToolsBorderColor;
624                         a {
625                                 display: block;
626                                 color: @JotToolsText;
627                                 width: 100%;
628                                 height:40px;
629                                 text-align: center;
630                                 line-height: 40px;
631                                 overflow: hidden;
632                         }
633                 }
634                 li:hover {
635                         background-color: @JotToolsOverBackgroundColor;
636                         border-bottom: 2px solid @JotToolsOverBorderColor;
637                 }
638                 li.perms {
639                         float: right;
640                         width: 40px;
641                         a.unlock {
642                                 width: 30px;
643                                 border-left: 10px solid @JotPermissionUnlockBackgroundColor;
644                                 background-color: @JotPermissionUnlockBackgroundColor;
645                         }
646                         a.lock {
647                                 width: 30px;
648                                 border-left: 10px solid @JotPermissionLockBackgroundColor;
649                                 background-color: @JotPermissionLockBackgroundColor;
650                         }
651                         
652                 }
653                 li.submit {
654                         float: right;
655                         background-color: @JotSubmitBackgroundColor;
656                         border-bottom: 2px solid @JotSubmitBackgroundColor;
657                         border-right: 1px solid @Grey4;
658                         border-left: 1px solid @Grey4;
659                         input {
660                                 border: 0px; margin: 0px; padding: 0px;
661                                 background-color: @JotSubmitBackgroundColor;
662                                 color: @JotSubmitText;
663                                 width: 80px; height: 40px;
664                                 line-height: 40px;
665                         }
666                         input:hover {
667                                 background-color: @JotSubmitOverBackgroundColor;
668                                 color: @JotSubmitOverText;
669                         }
670                 }
671                 li.loading {
672                         float: right;
673                         background-color: @JotLoadingBackgroundColor;
674                         width:  20px;
675                         vertical-align: center;
676                         text-align: center;
677                         img { margin-top: 10px; }
678                         border-top: 2px solid @JotToolsBorderColor;
679                         height: 38px;
680                 }
681         }
682
683         #jot-title {
684                 border: 0px;
685                 margin: 0px;
686                 height: 20px;
687                 width: 700px;
688                 font-weight: bold;
689                 border: 1px solid @BodyBackground;
690
691                 &:-webkit-input-placeholder {
692                         font-weight: normal;
693                 }
694
695                 &:-moz-placeholder {
696                         font-weight: normal;
697                 }               
698         
699                 &:hover { border: 1px solid @CommentBoxEmptyBorderColor }
700                 &:focus { border: 1px solid @CommentBoxEmptyBorderColor }
701         }
702         
703         #character-counter {
704                 width: 80px;
705                 float: right;
706                 text-align: right;
707                 height: 20px;
708                 line-height: 20px;
709                 padding-right: 20px;
710         }
711
712 }
713
714
715 /** buttons **/
716 /*input[type="submit"] {
717         border: 0px;
718     background-color: @ButtonBackgroundColor;
719     color: @ButtonColor;
720     padding: 0px 10px;
721         .rounded(5px);
722     height: 18px;
723 }*/
724
725
726 /** acl **/
727 #photo-edit-perms-select,
728 #photos-upload-permissions-wrapper,
729 #profile-jot-acl-wrapper{
730         display:block!important;
731 }
732
733
734
735 #acl-wrapper {
736         width: 690px;
737         float:left;
738 }
739 #acl-search {
740         float:right;
741         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
742         padding-right:20px;
743 }
744 #acl-showall {
745         float: left;
746         display: block;
747         width: auto;
748         height: 18px;
749         background-color: #cccccc;
750         background-image: url("../../../images/show_all_off.png");
751         background-position: 7px 7px;
752         background-repeat: no-repeat;
753         padding: 7px 5px 0px 30px;
754         color: #999999;
755         .rounded(5px);
756 }
757 #acl-showall.selected {
758         color: #000000;
759         background-color: #ff9900;
760         background-image: url("../../../images/show_all_on.png");
761 }
762
763 #acl-list {
764         height: 210px;
765         border: 1px solid #cccccc;
766         clear: both;
767         margin-top: 30px;
768         overflow: auto;
769 }
770 #acl-list-content {
771         
772 }
773 .acl-list-item {
774         display: block;
775         width: 150px;
776         height: 30px;
777         border: 1px solid #cccccc;
778         margin: 5px;
779         float: left;
780 }
781 .acl-list-item img{
782         width:22px;
783         height: 22px;
784         float: left;
785         margin: 4px;
786 }
787 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
788 .acl-list-item a { 
789         font-size: 8px;
790         display: block;
791         width: 40px;
792         height: 10px;
793         float: left;
794         color: #999999;
795         background-color: #cccccc;
796         background-position: 3px 3px;
797         background-repeat: no-repeat;
798         margin-right: 5px;
799         -webkit-border-radius: 2px ;
800         -moz-border-radius: 2px;
801         border-radius: 2px;
802         padding-left: 15px;
803 }
804 #acl-wrapper a:hover {
805         text-decoration: none;
806         color:#000000;
807 }
808 .acl-button-show { background-image: url("../../../images/show_off.png"); }
809 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
810
811 .acl-button-show.selected {
812         color: #000000;
813         background-color: #9ade00;
814         background-image: url("../../../images/show_on.png");
815 }
816 .acl-button-hide.selected {
817         color: #000000;
818         background-color: #ff4141;
819         background-image: url("../../../images/hide_on.png");
820 }
821 .acl-list-item.groupshow { border-color: #9ade00; }
822 .acl-list-item.grouphide { border-color: #ff4141; }
823 /** /acl **/
824
825 /** tab buttons **/
826 ul.tabs {
827     list-style-type: none;
828     padding-bottom: 10px;
829
830     li {
831         float: left;
832         margin-left: 20px;
833         
834         .active {
835                         border-bottom: 1px solid @LinkVisited;
836         }
837     }
838     
839 }
840
841
842 /**
843  * Form fields
844  */
845 .field {
846         margin-bottom: 10px;
847         padding-bottom: 10px;
848         overflow: auto;
849         width: 100%;
850
851
852         label {
853                 float: left;
854                 width: 200px;
855         }
856
857         input,
858         textarea {
859                 width: 400px;
860         }
861         textarea { height: 100px; }
862         .field_help {
863                 display: block;
864                 margin-left: 200px;
865                 color: #666666;
866                 
867         }
868
869
870         .onoff {
871                 float: left;
872                 width: 80px;
873         }
874         .onoff a {
875                 display: block;
876                 border:1px solid #666666;
877                 background-image:url("../../../images/onoff.jpg");
878                 background-repeat: no-repeat;
879                 padding: 4px 2px 2px 2px;
880                 height: 16px;
881                 text-decoration: none;
882         }
883         .onoff .off {
884                 border-color:#666666;
885                 padding-left: 40px;
886                 background-position: left center;
887                 background-color: #cccccc;
888                 color: #666666;
889                 text-align: right;
890         }
891         .onoff .on {
892                 border-color:#204A87;
893                 padding-right: 40px;
894                 background-position: right center;
895                 background-color: #D7E3F1;
896                 color: #204A87;
897                 text-align: left;
898         }
899         .hidden { display: none!important; }
900
901         &.radio .field_help { margin-left: 0px; }
902 }
903
904 #profile-edit-links li {
905         list-style: none;
906         margin-top: 10px;
907 }
908
909 #profile-edit-default-desc {
910         color: #FF0000;
911         border: 1px solid #FF8888;
912         background-color: #FFEEEE;
913         padding: 7px;
914 }
915 #profile-edit-profile-name-label,
916 #profile-edit-name-label,
917 #profile-edit-pdesc-label,
918 #profile-edit-gender-label,
919 #profile-edit-dob-label,
920 #profile-edit-address-label,
921 #profile-edit-locality-label,
922 #profile-edit-region-label,
923 #profile-edit-postal-code-label,
924 #profile-edit-country-name-label,
925 #profile-edit-marital-label,
926 #profile-edit-with-label,
927 #profile-edit-sexual-label,
928 #profile-edit-politic-label,
929 #profile-edit-religion-label,
930 #profile-edit-pubkeywords-label,
931 #profile-edit-prvkeywords-label,
932 #profile-edit-gender-select,
933 #profile-edit-homepage-label {
934         float: left;
935         width: 175px;
936         padding-top: 7px;
937 }
938 #profile-edit-profile-name,
939 #profile-edit-name,
940 #gender-select, 
941 #profile-edit-pdesc,
942 #profile-edit-gender,
943 #profile-edit-dob,
944 #profile-edit-address,
945 #profile-edit-locality,
946 #profile-edit-region,
947 #profile-edit-postal-code,
948 #profile-edit-country-name,
949 #profile-edit-marital,
950 #profile-edit-with,
951 #profile-edit-sexual,
952 #profile-edit-politic,
953 #profile-edit-religion,
954 #profile-edit-pubkeywords,
955 #profile-edit-prvkeywords,
956 #profile-edit-homepage {
957     margin-top: 5px;
958 }
959
960 /* oauth */
961 .oauthapp {
962         height: auto; overflow: auto;
963         border-bottom: 2px solid #cccccc;
964         padding-bottom: 1em;
965         margin-bottom: 1em;     
966 }
967 .oauthapp img {
968         float: left;
969         width: 48px; height: 48px;
970         margin: 10px;
971 }
972 .oauthapp img.noicon {
973         background-image: url("../../../images/icons/48/plugin.png");
974         background-position: center center;
975         background-repeat: no-repeat;
976 }
977 .oauthapp a {
978         float: left;
979 }
980
981 /* contacts */
982 .contact-entry-wrapper {
983         width: 50px; float: left;
984 }
985
986 /* photo */
987 .lframe {
988         float: left;
989         margin: 0px 10px 10px 0px;
990 }
991
992 /* profile match wrapper */
993 .profile-match-wrapper {
994         float: left;
995         width: 90px;
996         height: 90px;
997         margin-bottom: 20px;
998         .contact-photo { 
999                 width: 80px; height: 80px;
1000                 img { width: 80px; height: 80px; }
1001         }
1002         .contact-photo-menu-button {
1003                 left: 0px;
1004                 top: 63px;
1005         }       
1006 }
1007
1008
1009 /* page footer */
1010 footer { height: 100px; display: table-row; }
1011
1012 .pager {
1013     margin-top: 25px;
1014     clear: both;
1015 }
1016