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