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