]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
f1f217059bebf5fe45a1592fad3a808b0044c1c4
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;     
26 }
27
28 img { border :0px; }
29
30 .openid input {
31    background: url(login-bg.gif) no-repeat;
32    background-position: 0 50%;
33    padding-left: 18px;
34 }
35 .openid:hover {
36
37 }
38
39 code {
40         font-family: Courier, monospace;
41         white-space: pre;
42         display: block;
43         overflow: auto;
44         border: 1px solid #444;
45         background: #EEE;
46         color: #444;
47         padding: 10px;
48         margin-top: 20px; 
49 }
50 /*blockquote:before {
51         content: '>> ';
52 }*/
53 blockquote {
54         background-color: #f4f8f9;
55         border-left: 4px solid #dae4ee;
56         padding: 0.4em;
57 }
58
59 .icollapse-wrapper, .ccollapse-wrapper {
60         border: 1px solid #CCC;
61         padding: 5px;
62 }
63
64 #panel {
65         background-color: ivory;
66         position: absolute;
67         z-index: 2;
68         width: 30%;
69         padding: 25px;
70         border: 1px solid #444;
71 }
72
73 .heart {
74         color: #FF0000;
75         font-size: 100%;
76 }
77
78
79
80 /* nav */
81 nav {
82         height: 94px;
83         display: block;
84         margin: 0px 10%;
85         border-bottom: 1px solid #babdb6;
86 }
87 nav #site-location {
88         color: #888a85;
89         font-size: 0.8em;
90         position: absolute;
91 }
92
93 .error-message {
94         color: #FF0000;
95         font-size: 1.1em;
96         border: 1px solid #FF8888;
97         background-color: #FFEEEE;
98         padding: 10px;
99 }
100
101 .info-message {
102         color: #204a87;
103         font-size: 1.1em;
104         border: 1px solid #3465a4;
105         background-color: #d7e3f1;
106         padding: 10px;
107 }
108
109
110 nav #banner {
111         display: block;
112     margin-top: 14px;
113         position: absolute;
114 }
115 nav #banner #logo-text a {
116         font-size: 40px;
117         font-weight: bold;
118         margin-left: 3px;
119         color: #000000;
120
121 }
122 nav #banner #logo-text a:hover { text-decoration: none; }
123
124
125 .nav-commlink, .nav-login-link {
126     display: block;
127     height: 15px;
128         margin-top: 67px;
129         margin-right: 2px;
130         padding: 6px 10px;
131         float: left;
132         bottom: 140px;
133         border: 1px solid #babdb6;
134         border-bottom: 0px;
135         background-color: #aec0d3;
136         color: #565854;         
137         -moz-border-radius: 3px 3px 0px 0px;
138         border-radius: 3px 3px 0px 0px; 
139 }
140 nav .nav-link {
141         float: right;
142         margin: 0.2em 0em;
143         padding: 0em 0.5em;
144         background-color: transparent !important;
145 }
146
147 .nav-commlink.selected {
148         background-color: #ffffff;
149         border-bottom: 1px solid #ffffff;
150         color: #000000 !important;
151         margin-top: 64px;
152         padding-top: 6px;
153         padding-bottom: 8px;
154 }
155 .nav-ajax-left {
156         font-size: 0.8em;
157         float: left;
158         margin-top: 62px;       
159 }
160
161
162 nav #nav-link-wrapper .nav-link {
163         border-right: 1px solid #babdb6;
164 }
165
166 /* aside */
167 aside {
168         display: block;
169         min-height: 112px;
170         width: 200px;
171         margin-left: 10%;
172         padding: 1em;
173         float: left;
174         background-image: url(border.jpg);
175         background-position: top left;
176         background-repeat: no-repeat;
177         position: absolute;
178 }
179
180 #dfrn-request-link {
181         display: block;
182         color: #FFFFFF;
183         -webkit-border-radius: 5px ;
184         -moz-border-radius: 5px;
185         border-radius: 5px;
186         padding: 5px;
187         font-weight: bold;
188         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
189 }
190
191 /* section */
192 section {
193         margin: 0px 10%;
194         padding-top: 1em;
195         padding-left: 250px;
196         padding-right: 1em;
197         display: block;
198         background-color: #ffffff;
199         background-image: url(border.jpg);
200         background-position: top right;
201         background-repeat: no-repeat;
202         min-height: 112px;
203         
204 }
205 .tabs {
206         height: 27px;
207         background-image: url(head.jpg);
208         background-repeat: repeat-x;    
209         background-position: 0px -20px;
210         border-bottom: 1px solid #babdb6;
211         padding:0px;
212 }
213 .tabs li { margin: 0px; list-style: none; }
214 .tab {
215         display:block;
216         float:left;
217         padding: 0.4em;
218         margin-right: 1em;
219 }
220 .tab.active {
221         font-weight: bold;
222 }
223
224
225 /* footer */
226 footer {
227     display: none;
228
229 }
230
231 .birthday-today, .event-today {
232         font-weight: bold;
233 }
234
235 div.wall-item-content-wrapper.shiny {
236   background-image: url('shiny.png');
237   background-position: -5px 30px;
238   background-repeat:no-repeat;
239 }
240
241 /* from default */
242 #jot-perms-icon, 
243 #profile-location,
244 #profile-nolocation,
245 #profile-youtube, 
246 #profile-video, 
247 #profile-audio,
248 #profile-link,
249 #profile-title, 
250 #wall-image-upload,
251 #wall-file-upload,
252 #profile-upload-wrapper,
253 #wall-image-upload-div,
254 #wall-file-upload-div,
255 .hover, .focus {
256         cursor: pointer;
257 }
258
259 #jot-perms-icon {
260         float: left;
261 }
262
263 .fakelink, .fakelink:visited, .fakelink:link {
264         color: #3465a4;
265         text-decoration: none;
266         cursor: pointer;
267         margin-top: 15px;
268         margin-bottom: 15px;
269 }
270 .lockview {
271         cursor: pointer;
272 }
273
274 #group-sidebar {
275         margin-bottom: 10px;
276 }
277
278 .group-selected {
279         padding: 3px;
280         border: 1px solid #CCCCCC;
281         background: #F8F8F8;
282         font-weight: bold;
283 }
284
285 .fakelink:hover {
286         color: #3465a4;
287         text-decoration: underline;
288         cursor: pointer;
289 }
290 .smalltext {
291         font-size: 0.7em;
292 }
293 #sysmsg {
294         /*width: 600px;*/
295         margin-bottom: 10px;
296 }
297
298 #register-fill-ext {
299         margin-bottom: 25px;
300 }
301
302 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
303         float: left;
304         width: 350px;
305         margin-top: 10px;
306 }
307
308 #register-name, #register-email, #register-nickname {
309         float: left;
310         margin-top: 10px;
311         width: 150px;
312 }
313
314 #register-openid {
315         float: left;
316         margin-top: 10px;
317         width: 130px;
318 }
319
320 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
321         clear: both;
322 }
323
324 #register-nickname-desc {
325         margin-top: 30px;
326         width: 650px;
327 }
328 #register-sitename {
329         float: left;
330         margin-top: 10px;
331 }
332
333 #register-submit-button {
334         margin-top: 10px;
335 }
336
337
338 #login_standard {
339         width: 210px;
340         float: left;
341 }
342 #login_openid {
343         width: 210px;
344         margin-left: 250px;
345 }
346
347 #login_standard input,
348 #login_openid input {
349         width: 180px;
350 }
351
352 #login-extra-links {
353         clear: both;
354 }
355
356 #register-link, #lost-password-link {
357         float: left;
358         font-size: 80%;
359         margin-right: 15px;
360 }
361
362 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
363         height: 50px;
364 }
365
366 #login-submit-button {
367 /*      margin-top: 10px; */
368         margin-left: 200px;
369 }
370
371
372 input#dfrn-url {
373         float: left;
374         background: url(friendika-16.png) no-repeat;
375         background-position: 2px center;
376         font-size: 17px;
377         padding-left: 21px;
378         height: 21px;
379         background-color: #FFFFFF;
380         color: #000000;
381         margin-bottom: 20px;
382 }
383
384 #dfrn-url-label {
385         float: left;
386         width: 250px;
387 }
388
389 #dfrn-request-url-end {
390         clear: both;
391 }
392
393 #knowyouyes, #knowyouno {
394         float: left;
395 }
396
397 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
398
399         float: none;
400 }
401 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
402         float: left;
403         width: 75px;
404         margin-left: 50px;
405         margin-bottom: 7px;
406 }
407 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
408         clear: both;
409
410 }
411
412 #dfrn-request-message-wrapper {
413         margin-bottom: 50px;
414 }
415 #dfrn-request-submit-wrapper {
416         clear: both;
417         margin-left: 50px;
418 }
419
420 #dfrn-request-info-wrapper {
421         margin-left: 50px;
422 }
423
424
425
426 #cropimage-wrapper, #cropimage-preview-wrapper {
427         float: left;
428         padding: 30px;
429 }
430
431 #crop-image-form {
432         margin-top: 30px;
433         clear: both;
434 }
435
436 .intro-wrapper {
437         margin-top: 20px;
438 }
439
440 .intro-fullname {
441         font-size: 1.1em;
442         font-weight: bold;
443
444 }
445 .intro-desc {
446         margin-bottom: 20px;
447         font-weight: bold;
448 }
449
450 .intro-note {
451         padding: 10px;
452 }
453
454 .intro-end {
455         padding: 30px;
456 }
457
458 .intro-form {
459         float: left;
460 }
461 .intro-approve-form {
462         clear: both;
463 }
464 .intro-approve-as-friend-end {
465         clear: both;
466 }
467 .intro-submit-approve, .intro-submit-ignore {
468         margin-right: 20px;
469 }
470 .intro-submit-approve {
471         margin-top: 15px;
472 }
473
474 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
475         float: left;
476         width: 100px;
477         margin-left: 20px;
478 }
479 .intro-approve-as-friend, .intro-approve-as-fan {
480         float: left;
481 }
482 .intro-form-end {
483         clear: both;
484 }
485 .intro-approve-as-friend-desc {
486         margin-top: 15px;
487 }
488 .intro-approve-as-end {
489         clear: both;
490         margin-bottom: 10px;
491 }
492
493 .intro-end {
494         clear: both;
495         margin-bottom: 30px;
496 }
497
498 #profile-extra-links {
499         clear: both;
500         margin-top: 10px;
501 }
502
503 #profile-extra-links ul {
504         list-style-type: none;
505         padding: 0px;
506 }
507
508
509 #profile-extra-links li {
510         margin-top: 5px;
511 }
512
513 #profile-edit-links ul {
514         list-style-type: none;
515 }
516
517 #profile-edit-links li {
518         margin-top: 10px;
519 }
520 .profile-edit-side-div {
521         float: right;
522 }
523 .profile-edit-side-link {
524         opacity: 0.3;
525         filter:alpha(opacity=30);
526 }
527 .profile-edit-side-link:hover {
528         opacity: 1.0;
529         filter:alpha(opacity=100);
530 }
531
532 .view-contact-wrapper {
533         margin-top: 20px;
534         float: left;
535         margin-left: 20px;
536         width: 180px;
537 }
538 #view-contact-end {
539         clear: both;
540 }
541
542
543 #viewcontacts {
544         margin-top: 15px;
545 }
546 #profile-edit-default-desc {
547         color: #FF0000;
548         border: 1px solid #FF8888;
549         background-color: #FFEEEE;
550         padding: 7px;
551 }
552
553 #profile-edit-clone-link-wrapper {
554         float: left;
555         margin-left: 50px;
556         margin-bottom: 20px;
557         width: 300px;
558 }
559
560
561 #profile-edit-links-end {
562         clear: both;
563         margin-bottom: 15px;
564 }
565
566 .profile-listing-photo {
567         border: none;
568 }
569
570 .profile-edit-submit-wrapper {
571         margin-top: 20px;
572         margin-bottom: 20px;
573 }
574
575 #profile-photo-link-select-wrapper {
576         margin-top: 2em;
577 }
578
579 #profile-photo-submit-wrapper {
580         margin-top: 10px;
581 }
582
583 #profile-photo-wrapper img {
584         width:175px;
585         height:175px;
586         padding: 12px;
587 }
588
589 #profile-edit-profile-name-label,
590 #profile-edit-name-label,
591 #profile-edit-pdesc-label,
592 #profile-edit-gender-label,
593 #profile-edit-dob-label,
594 #profile-edit-address-label,
595 #profile-edit-locality-label,
596 #profile-edit-region-label,
597 #profile-edit-postal-code-label,
598 #profile-edit-country-name-label,
599 #profile-edit-marital-label,
600 #profile-edit-sexual-label,
601 #profile-edit-politic-label,
602 #profile-edit-religion-label,
603 #profile-edit-pubkeywords-label,
604 #profile-edit-prvkeywords-label,
605 #profile-edit-homepage-label {
606         float: left;
607         width: 175px;
608 }
609
610 #profile-edit-profile-name,
611 #profile-edit-name,
612 #profile-edit-pdesc,
613 #gender-select,
614 #profile-edit-dob,
615 #profile-edit-address,
616 #profile-edit-locality,
617 #profile-edit-region,
618 #profile-edit-postal-code,
619 #profile-edit-country-name,
620 #marital-select,
621 #sexual-select,
622 #profile-edit-politic,
623 #profile-edit-religion,
624 #profile-edit-pubkeywords,
625 #profile-edit-prvkeywords,
626 #profile-in-dir-yes,
627 #profile-in-dir-no,
628 #profile-in-netdir-yes,
629 #profile-in-netdir-no,
630 #hide-wall-yes,
631 #hide-wall-no,
632 #hide-friends-yes,
633 #hide-friends-no {
634         float: left;
635         margin-bottom: 20px;
636 }
637 #settings-normal,
638 #settings-soapbox,
639 #settings-freelove,
640 #settings-community {
641         float: left;
642 }
643
644
645 #profile-in-dir-yes-label,
646 #profile-in-dir-no-label,
647 #profile-in-netdir-yes-label,
648 #profile-in-netdir-no-label,
649 #hide-wall-yes-label,
650 #hide-wall-no-label,
651 #hide-friends-yes-label,
652 #hide-friends-no-label {
653         margin-left: 125px;
654         float: left;
655         width: 50px;
656 }
657
658 #profile-edit-with-label {
659         width: 175px;
660         margin-left: 20px;
661 }
662
663 #profile-publish-yes-reg,
664 #profile-publish-no-reg {
665         float: left;
666         margin-bottom: 10px;
667 }
668
669 #profile-publish-yes-label-reg,
670 #profile-publish-no-label-reg {
671         margin-left: 350px;
672         float: left;
673         width: 50px;
674 }
675
676 #profile-publish-break-reg,
677 #profile-publish-end-reg {
678         clear: both;
679 }
680
681
682 #profile-edit-pdesc-desc,
683 #profile-edit-pubkeywords-desc,
684 #profile-edit-prvkeywords-desc {
685         float: left;
686         margin-left: 20px;
687 }
688
689
690 #profile-edit-homepage {
691         float: left;
692         margin-bottom: 35px;
693 }
694 #settings-normal-label,
695 #settings-soapbox-label,
696 #settings-community-label,
697 #settings-freelove-label {
698         float: left;
699         width: 200px;
700 }
701 #settings-normal-desc,
702 #settings-soapbox-desc,
703 #settings-community-desc,
704 #settings-freelove-desc {
705         /*float: left;
706         margin-left: 75px;*/
707     clear: left;
708     color: #666666;
709     display: block;
710     margin-bottom: 20px 
711 }
712
713 #profile-edit-profile-name-end,
714 #profile-edit-name-end,
715 #profile-edit-pdesc-end,
716 #profile-edit-gender-end,
717 #profile-edit-dob-end,
718 #profile-edit-address-end,
719 #profile-edit-locality-end,
720 #profile-edit-region-end,
721 #profile-edit-postal-code-end,
722 #profile-edit-country-name-end,
723 #profile-edit-marital-end,
724 #profile-edit-sexual-end,
725 #profile-edit-politic-end,
726 #profile-edit-religion-end,
727 #profile-edit-pubkeywords-end,
728 #profile-edit-prvkeywords-end,
729 #profile-edit-homepage-end,
730 #profile-in-dir-break,
731 #profile-in-dir-end,
732 #profile-in-netdir-break,
733 #profile-in-netdir-end,
734 #hide-wall-break,
735 #hide-wall-end,
736 #hide-friends-break,
737 #hide-friends-end,
738 #settings-normal-break,
739 #settings-soapbox-break,
740 #settings-community-break,
741 #settings-freelove-break {
742         clear: both;
743 }
744
745
746
747
748
749 #gender-select, #marital-select, #sexual-select {
750         width: 220px;
751 }
752
753 #profile-edit-profile-name-wrapper .required {
754         color: #FF0000;
755         float: left;
756 }
757
758 #contacts-main {
759         margin-top: 20px;
760         margin-bottom: 20px;
761 }
762
763 .contact-entry-wrapper {
764         float: left;
765         width: 120px;
766         height: 120px;
767 }
768
769 .contact-entry-direction-icon {
770         margin-top: 24px;
771         margin-right: 2px;
772 }
773
774 .contact-entry-photo img {
775         border: none;
776 }
777 .contact-entry-photo-end {
778         clear: both;
779 }
780 .contact-entry-name {
781         float: left;
782         margin-left: 0px;
783         width: 120px;
784         overflow: hidden;
785 }
786 .contact-entry-edit-links {
787         margin-top: 6px;
788         margin-left: 10px;
789         width: 16px;
790 }
791 .contact-entry-nav-wrapper {
792         float: left;
793         margin-left: 10px;
794 }
795
796 .contact-entry-edit-links img {
797         border: none;
798         margin-right: 15px;
799 }
800 .contact-entry-photo {
801         float: left;
802         position: relative;
803 }
804 .contact-entry-end {
805         clear: both;
806 }
807
808 #fsuggest-desc, #fsuggest-submit-wrapper {
809         margin-top: 15px;
810         margin-bottom: 15px;
811 }
812
813 #network-star-link{
814         margin-top: 10px;
815 }
816 .network-star {
817         float: left;
818         margin-right: 5px;
819 }
820 #network-bmark-link {
821         margin-top: 10px;
822 }
823
824 .wall-item-content-wrapper {
825         margin-top: 10px;
826         border: 1px solid #CCC;
827         position: relative;
828 }
829
830 .wall-item-content-wrapper.comment {
831         margin-left: 50px;
832         background: #EEEEEE;
833 }
834
835 .wall-item-info {
836         display: block;
837         float: left;
838         width:110px;
839         margin-right:10px;
840 }
841 .comment .wall-item-info {
842         width: 70px;
843 }
844
845 .wall-item-photo-wrapper {
846         margin-top: 10px;
847         margin-left: 10px;
848         margin-bottom: 10px;
849         width: 100px;
850 }
851 .wall-item-photo-menu-button {
852         display: block;
853         position: absolute;
854         background-image: url("photo-menu.jpg");
855         background-position: top left; 
856         background-repeat: no-repeat;
857         margin: 0px; padding: 0px;
858         width: 16px;
859         height: 16px;
860         top: 74px; left:10px;
861         overflow: hidden;
862         text-indent: 40px;
863         display: none;
864         
865 }
866 .wall-item-photo-menu {
867         width: auto;
868         border: 2px solid #444444;
869         background: #FFFFFF;
870         position: absolute;
871         left: 10px; top: 90px;
872         display: none;
873         z-index: 10000;
874 }
875 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
876 .wall-item-photo-menu li a { display: block; padding: 2px; }
877 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
878
879
880 .comment .wall-item-photo-menu-button { top: 44px;}
881 .comment .wall-item-photo-menu { top: 60px; }
882
883 .wallwall .wwto {
884     left: 50px;
885     margin: 0;
886     position: absolute;
887     top: 70px;
888     width: 30px
889 }
890 .wallwall .wwto img {
891         width: 30px !important;
892         height: 30px !important;
893 }
894
895 .wallwall .wall-item-photo-end {
896         clear: both;
897 }
898
899 .wall-item-arrowphoto-wrapper {
900     position: absolute;
901     left: 75px;
902     top: 70px;
903     z-index: 100;
904 }
905 .wall-item-wrapper {
906         /*float: left;
907     margin-right: 5px;
908     width: 250px;*/
909     margin-left:10px;
910 }
911 .wall-item-lock {
912         /*height: 20px;*/
913         /*margin-top: 10px;*/
914     left: 105px;
915     position: absolute;
916     top: 1px;   
917 }
918 .comment .wall-item-lock {
919         left: 65px;
920 }
921
922 .wall-item-ago {
923         color: #888888;
924         font-size: 0.8em;
925 }
926
927 .wall-item-location {
928         overflow: hidden;
929         /* add ellipsis on text overflow               */
930         /* this work on safari, opera, ie, chrome.     */
931         /* firefox users have to wait support or we    */
932         /* can use a jquery plugin http://bit.ly/zJskg */
933         text-overflow: ellipsis;
934         -o-text-overflow: ellipsis;
935         width: 100%;
936 }
937
938 .wall-item-like-buttons {
939         float: left;
940         margin-right: 10px;
941 /*      padding-right: 10px; */
942 /*      border-right: 2px solid #fff; */
943 }
944
945 .like-rotator {
946         margin-left: 5px;
947 }
948
949 .wall-item-like-buttons > a,
950 .wall-item-like-buttons > img {
951         float: left;
952 }
953
954 .wall-item-like-buttons img {
955         cursor: pointer;
956 }
957
958 .wall-item-share-buttons {
959         margin-left: 10px;
960         margin-right: 10px;
961 }
962
963 .editpost {
964         margin-left: 10px;
965         float: left;
966 }
967 .star-item {
968         margin-left: 10px;
969         float: left;    
970 }
971 .tag-item {
972         margin-left: 10px;
973         float: left;    
974 }
975
976
977 .wall-item-links-wrapper {
978         float: left;
979 }
980
981 .wall-item-delete-wrapper {
982         float: right;
983 }
984
985 .wall-item-delete-end {
986         clear: both;
987 }
988
989 .wall-item-delete-icon {
990         border: none;
991 }
992
993
994 .wall-item-wrapper-end {
995         clear: both;
996 }
997 .wall-item-name-link {
998         font-weight: bold;
999         text-decoration: none;
1000         color: #3172BD;
1001 }
1002 .wall-item-photo {
1003         border: none;
1004 }
1005 .comment .wall-item-photo {
1006         width: 50px !important; 
1007         height: 50px !important;
1008 }
1009 .wall-item-content {
1010         /*float: left;*/
1011         /*width: 450px;*/
1012         margin-left: 10px;
1013         /*margin-bottom: 20px;*/
1014         /*padding: 20px;*/
1015         max-height: 400px;
1016         overflow: auto;
1017 }
1018
1019 .wall-item-title {
1020         float: left;
1021         font-weight: bold;
1022         /*width: 450px;*/
1023 }
1024
1025 .wall-item-title-end {
1026         clear: both;
1027 }
1028
1029 .wall-item-body {
1030         float: left;
1031         /*width: 450px;*/
1032         margin-top: 10px;
1033 }
1034
1035 .wall-item-tools {
1036         clear: both;
1037         background-image: url("head.jpg");
1038     background-position: 0 -20px;
1039     background-repeat: repeat-x;
1040         padding: 5px 10px 0px;
1041 }
1042 .wall-item-author {
1043         margin-top: 10px;
1044 }
1045
1046 .comment .wall-item-tools {
1047         background:none;
1048
1049
1050 .comment-edit-wrapper {
1051         margin-top: 15px;
1052         background: #f3f3f3;
1053         margin-left: 50px;
1054 }
1055
1056 .comment-wwedit-wrapper {
1057         margin-top: 15px;
1058         background: #f3f3f3;
1059         margin-left: 50px;
1060 }
1061
1062 .comment-edit-photo {
1063         margin-top: 10px;
1064         margin-left: 10px;
1065         margin-bottom: 10px;
1066         width: 100px;
1067         float: left;
1068 }
1069 .comment-edit-photo img {
1070         width: 25px;
1071 }
1072 .comment-edit-text-empty, .comment-edit-text-full {
1073         float: left;
1074         margin-top: 10px;
1075 }
1076 .comment-edit-text-end {
1077         clear: both;
1078 }
1079
1080 .comment-edit-submit {
1081         margin: 10px 0px 10px 110px;
1082 }
1083
1084 #profile-jot-plugin-wrapper,
1085 #profile-jot-submit-wrapper {
1086         margin-top: 15px;
1087 }
1088
1089 #profile-jot-submit {
1090         float: left;
1091 }
1092 #profile-upload-wrapper {
1093         float: left;
1094         margin-left: 30px;
1095 }
1096 #profile-attach-wrapper {
1097         float: left;
1098         margin-left: 30px;
1099 }
1100 #profile-rotator {
1101         float: left;
1102         margin-left: 30px;
1103 }
1104 #profile-link-wrapper {
1105         float: left;
1106         margin-left: 15px;
1107 }
1108 #profile-youtube-wrapper {
1109         float: left;
1110         margin-left: 15px;
1111 }
1112 #profile-video-wrapper {
1113         float: left;
1114         margin-left: 15px;
1115 }
1116 #profile-audio-wrapper {
1117         float: left;
1118         margin-left: 15px;
1119 }
1120 #profile-location-wrapper {
1121         float: left;
1122         margin-left: 15px;
1123 }
1124 #profile-nolocation-wrapper {
1125         float: left;
1126         margin-left: 15px;
1127 }
1128 #profile-title-wrapper {
1129         float: left;
1130         margin-left: 15px;
1131 }
1132
1133 #profile-jot-perms {
1134         float: left;
1135         margin-left: 100px;
1136         font-weight: bold;
1137         font-size: 1.2em;
1138 }
1139
1140 #profile-jot-perms-end {
1141         /*clear: left;*/
1142         height: 30px;
1143 }
1144
1145 #profile-jot-plugin-end{
1146   clear: both;
1147 }
1148 .profile-jot-net {
1149         float: left;
1150         margin-right: 10px;
1151         margin-top: 5px;
1152         margin-bottom: 5px;
1153 }
1154
1155 #profile-jot-networks-end {
1156         clear: both;
1157 }
1158
1159 #profile-jot-end {
1160         /*clear: both;*/
1161         margin-bottom: 30px;
1162 }
1163 #about-jot-submit-wrapper {
1164         margin-top: 15px;
1165 }
1166 #about-jot-end {
1167         margin-bottom: 30px;
1168 }
1169 #contacts-main {
1170         margin-bottom: 30px;
1171 }
1172
1173 #profile-listing-desc {
1174         margin-left: 30px;
1175 }
1176
1177 #profile-listing-new-link-wrapper {
1178         margin-left: 30px;
1179         margin-bottom: 30px;
1180 }
1181 .profile-listing-photo-wrapper {
1182         float: left;
1183 }
1184
1185 .profile-listing-edit-buttons-wrapper {
1186         clear: both;
1187 }
1188 .profile-listing-photo-edit-link {
1189         float: left;
1190         width: 125px;
1191 }
1192 .profile-listing-end {
1193         clear: both;
1194 }
1195 .profile-listing-edit-buttons-wrapper img{
1196         border: none;
1197         margin-right: 20px;
1198 }
1199 .profile-listing {
1200         margin-top: 25px;
1201 }
1202 .profile-listing-name {
1203         float: left;
1204         margin-left: 32px;
1205         margin-top: 10px;
1206         color: #3172BD;
1207         font-weight: bold;
1208         width: 200px;
1209
1210 }
1211 .fortune {
1212         margin-top: 50px;
1213         color: #4444FF;
1214         font-weight: bold;
1215         margin-bottom: 20px;
1216 }
1217
1218
1219 .directory-end {
1220         clear: both;
1221 }
1222 .directory-name {
1223         text-align: center;
1224 }
1225 .directory-photo {
1226         margin-left: 25px;
1227 }
1228 .directory-details {
1229         font-size: 0.7em;
1230         text-align: center;
1231         margin-left: 5px;
1232         margin-right: 5px;
1233 }
1234 .directory-item {
1235         float: left;
1236         width: 225px;
1237         height: 260px;
1238         overflow: auto;
1239 }
1240
1241 #directory-search-wrapper {
1242         margin-top: 20px;
1243         margin-right: 20px;
1244         margin-bottom: 50px;
1245 }
1246
1247 #directory-search-end {
1248 }
1249
1250 .directory-photo-img {
1251         border: none;
1252 }
1253
1254
1255 .pager {
1256   padding: 10px;
1257   text-align: center;
1258   font-size: 1.0em;
1259 }
1260
1261
1262 .pager_first,
1263 .pager_last,
1264 .pager_prev,
1265 .pager_next,
1266 .pager_n {
1267         border: 1px solid black;
1268         background: #EEE;
1269         padding: 4px;
1270 }
1271
1272 .pager_first a,
1273 .pager_last a,
1274 .pager_prev a,
1275 .pager_next a,
1276 .pager_n a {
1277         text-decoration: none;
1278 }
1279
1280 .pager_current {
1281   border: 1px solid black;
1282   background: #FFCCCC;
1283   padding: 4px;
1284 }
1285
1286
1287 #advanced-profile-name-wrapper,
1288 #advanced-profile-gender-wrapper,
1289 #advanced-profile-dob-wrapper,
1290 #advanced-profile-age-wrapper,
1291 #advanced-profile-marital-wrapper,
1292 #advanced-profile-sexual-wrapper,
1293 #advanced-profile-homepage-wrapper,
1294 #advanced-profile-politic-wrapper,
1295 #advanced-profile-religion-wrapper,
1296 #advanced-profile-about-wrapper,
1297 #advanced-profile-interest-wrapper,
1298 #advanced-profile-contact-wrapper,
1299 #advanced-profile-music-wrapper,
1300 #advanced-profile-book-wrapper,
1301 #advanced-profile-tv-wrapper,
1302 #advanced-profile-film-wrapper,
1303 #advanced-profile-romance-wrapper,
1304 #advanced-profile-work-wrapper,
1305 #advanced-profile-education-wrapper {
1306         margin-top: 20px;
1307 }
1308
1309 #advanced-profile-name-text,
1310 #advanced-profile-gender-text,
1311 #advanced-profile-dob-text,
1312 #advanced-profile-age-text,
1313 #advanced-profile-marital-text,
1314 #advanced-profile-sexual-text,
1315 #advanced-profile-homepage-text,
1316 #advanced-profile-politic-text,
1317 #advanced-profile-religion-text,
1318 #advanced-profile-about-text,
1319 #advanced-profile-interest-text,
1320 #advanced-profile-contact-text,
1321 #advanced-profile-music-text,
1322 #advanced-profile-book-text,
1323 #advanced-profile-tv-text,
1324 #advanced-profile-film-text,
1325 #advanced-profile-romance-text,
1326 #advanced-profile-work-text,
1327 #advanced-profile-education-text {
1328         width: 300px;
1329         float: left;
1330 }
1331
1332 #advanced-profile-name-end,
1333 #advanced-profile-gender-end,
1334 #advanced-profile-dob-end,
1335 #advanced-profile-age-end,
1336 #advanced-profile-marital-end,
1337 #advanced-profile-sexual-end,
1338 #advanced-profile-homepage-end,
1339 #advanced-profile-politic-end,
1340 #advanced-profile-religion-end {
1341         height: 10px;
1342 }
1343
1344 #advanced-profile-about-end,
1345 #advanced-profile-interest-end,
1346 #advanced-profile-contact-end,
1347 #advanced-profile-music-end,
1348 #advanced-profile-book-end,
1349 #advanced-profile-tv-end,
1350 #advanced-profile-film-end,
1351 #advanced-profile-romance-end,
1352 #advanced-profile-work-end,
1353 #advanced-profile-education-end {
1354
1355
1356 }
1357
1358 #advanced-profile-name,
1359 #advanced-profile-gender,
1360 #advanced-profile-dob,
1361 #advanced-profile-age,
1362 #advanced-profile-marital,
1363 #advanced-profile-sexual,
1364 #advanced-profile-homepage,
1365 #advanced-profile-politic,
1366 #advanced-profile-religion {
1367         float: left;
1368
1369 }
1370
1371
1372 #advanced-profile-about,
1373 #advanced-profile-interest,
1374 #advanced-profile-contact,
1375 #advanced-profile-music,
1376 #advanced-profile-book,
1377 #advanced-profile-tv,
1378 #advanced-profile-film,
1379 #advanced-profile-romance,
1380 #advanced-profile-work,
1381 #advanced-profile-education {
1382         margin-top: 10px;
1383         margin-left: 50px;
1384         margin-right: 20px;
1385         padding: 10px;
1386         border: 1px solid #CCCCCC;
1387 }
1388
1389 #advanced-profile-with {
1390         float: left;
1391         margin-left: 15px;
1392 }
1393
1394 #contact-edit-wrapper {
1395         margin-top: 10px;
1396 }
1397
1398 #contact-edit-banner-name {
1399         font-size: 1.4em;
1400         font-weight: bold;
1401 }
1402
1403 #contact-edit-poll-wrapper {
1404         margin-top: 15px;
1405 }
1406
1407 #contact-edit-poll-text {
1408         margin-top: 15px;
1409         margin-bottom: 5px;
1410 }
1411
1412 #contact-edit-update-now {
1413         margin-top: 15px;
1414 }
1415
1416 #contact-edit-links{
1417         clear: both;
1418 }
1419
1420 #contact-edit-links ul {
1421         list-style: none;
1422         list-style-type: none;
1423         margin-left: 0px;
1424         padding-left: 0px;
1425 }
1426
1427 #contact-edit-links li {
1428         margin-top: 5px;
1429 }
1430
1431 #contact-edit-drop-link {
1432         float: right;
1433         margin-right: 20px;
1434 }
1435
1436 #contact-edit-nav-end {
1437         clear: both;
1438 }
1439
1440 #contact-edit-wrapper {
1441         width: 100%;
1442 }
1443
1444 #contact-edit-end {
1445         clear: both;
1446 }
1447
1448 #contact-profile-selector {
1449         width: 175px;
1450         margin-left: 175px;
1451 }
1452
1453 .contact-edit-submit {
1454         margin-top: 20px;
1455 }
1456
1457
1458 .contact-photo-menu-button {
1459         position: absolute;
1460         background-image: url("photo-menu.jpg");
1461         background-position: top left; 
1462         background-repeat: no-repeat;
1463         margin: 0px; padding: 0px;
1464         width: 16px;
1465         height: 16px;
1466         top: 64px; left:0px;
1467         overflow: hidden;
1468         text-indent: 40px;
1469         display: none;
1470         
1471 }
1472 .contact-photo-menu {
1473         width: auto;
1474         border: 2px solid #444444;
1475         background: #FFFFFF;
1476         position: absolute;
1477         left: 0px; top: 90px;
1478         display: none;
1479         z-index: 10000;
1480 }
1481 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1482 .contact-photo-menu li a { display: block; padding: 2px; }
1483 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1484
1485
1486 #block-message, #ignore-message {
1487         color: #FF0000;
1488 }
1489
1490 #profile-edit-insecure {
1491         margin-top: 20px;
1492         color: #FF0000;
1493         font-size: 1.1em;
1494         border: 1px solid #FF8888;
1495         background-color: #FFEEEE;
1496         padding-left: 5px;
1497         /*: 3px 3px 3px 5px; */
1498         width: 587px;
1499 }
1500
1501 #profile-jot-text {
1502         height: 20px;
1503         color:#cccccc;
1504         border: 1px solid #cccccc;
1505         padding: 3px 0px 0px 5px;
1506 }
1507
1508
1509 /** acl **/
1510 #photo-edit-perms-select,
1511 #photos-upload-permissions-wrapper,
1512 #profile-jot-acl-wrapper{
1513         display:block!important;
1514 }
1515
1516
1517
1518 #acl-wrapper {
1519         width: 690px;
1520         float:left;
1521 }
1522 #acl-search {
1523         float:right;
1524         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1525         padding-right:20px;
1526 }
1527 #acl-showall {
1528         float: left;
1529         display: block;
1530         width: auto;
1531         height: 18px;
1532         background-color: #cccccc;
1533         background-image: url("../../../images/show_all_off.png");
1534         background-position: 7px 7px;
1535         background-repeat: no-repeat;
1536         padding: 7px 5px 0px 30px;
1537         -webkit-border-radius: 5px ;
1538         -moz-border-radius: 5px;
1539         border-radius: 5px;
1540         color: #999999;
1541 }
1542 #acl-showall.selected {
1543         color: #000000;
1544         background-color: #ff9900;
1545         background-image: url("../../../images/show_all_on.png");
1546 }
1547
1548 #acl-list {
1549         height: 210px;
1550         border: 1px solid #cccccc;
1551         clear: both;
1552         margin-top: 30px;
1553         overflow: auto;
1554 }
1555 #acl-list-content {
1556         
1557 }
1558 .acl-list-item {
1559         display: block;
1560         width: 150px;
1561         height: 30px;
1562         border: 1px solid #cccccc;
1563         margin: 5px;
1564         float: left;
1565 }
1566 .acl-list-item img{
1567         width:22px;
1568         height: 22px;
1569         float: left;
1570         margin: 4px;
1571 }
1572 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1573 .acl-list-item a { 
1574         font-size: 8px;
1575         display: block;
1576         width: 40px;
1577         height: 10px;
1578         float: left;
1579         color: #999999;
1580         background-color: #cccccc;
1581         background-position: 3px 3px;
1582         background-repeat: no-repeat;
1583         margin-right: 5px;
1584         -webkit-border-radius: 2px ;
1585         -moz-border-radius: 2px;
1586         border-radius: 2px;
1587         padding-left: 15px;
1588 }
1589 #acl-wrapper a:hover {
1590         text-decoration: none;
1591         color:#000000;
1592 }
1593 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1594 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1595
1596 .acl-button-show.selected {
1597         color: #000000;
1598         background-color: #9ade00;
1599         background-image: url("../../../images/show_on.png");
1600 }
1601 .acl-button-hide.selected {
1602         color: #000000;
1603         background-color: #ff4141;
1604         background-image: url("../../../images/hide_on.png");
1605 }
1606 .acl-list-item.groupshow { border-color: #9ade00; }
1607 .acl-list-item.grouphide { border-color: #ff4141; }
1608 /** /acl **/
1609
1610
1611 .comment-edit-text-empty {
1612         color: gray;
1613         height: 30px;
1614         width: 175px;
1615         overflow: auto;
1616         margin-bottom: 10px;
1617 }
1618
1619 .comment-edit-text-full {
1620         color: black;
1621         height: 150px;
1622         width: 350px;
1623         overflow: auto;
1624 }
1625
1626 #group-new-submit-wrapper {
1627         margin-top: 30px;
1628 }
1629
1630 #group-edit-name-label {
1631         float: left;
1632         width: 175px;
1633         margin-top: 20px;
1634         margin-bottom: 20px;
1635 }
1636
1637 #group-edit-name {
1638         float: left;
1639         width: 225px;
1640         margin-top: 20px;
1641         margin-bottom: 20px;
1642 }
1643
1644 #group-edit-name-wrapper {
1645
1646
1647 }
1648
1649
1650 #group_members_select_label {
1651         display: block;
1652         float: left;
1653         width: 175px;
1654 }
1655
1656 .group_members_select {
1657         float: left;
1658         width: 230px;
1659         overflow: auto;
1660 }
1661
1662 #group_members_select_end {
1663         clear: both;
1664 }
1665 #group-edit-name-end {
1666         clear: both;
1667 }
1668
1669 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1670         margin-bottom: 10px;
1671         margin-top: 20px;
1672 }
1673
1674 #prvmail-submit {
1675         float: left;
1676         margin-top: 10px;
1677         margin-right: 30px;
1678 }
1679 #prvmail-upload-wrapper,
1680 #prvmail-link-wrapper,
1681 #prvmail-rotator-wrapper {
1682         float: left;
1683         margin-top: 10px;
1684         margin-right: 10px;
1685         width: 24px;
1686 }
1687
1688 #prvmail-end {
1689         clear: both;
1690 }
1691
1692 .mail-list-sender,
1693 .mail-list-detail {
1694         float: left;
1695 }
1696 .mail-list-detail {
1697         margin-left: 20px;
1698 }
1699
1700 .mail-list-subject {
1701         font-size: 1.1em;
1702         margin-top: 10px;
1703 }
1704 a.mail-list-link {
1705     display: block;
1706     font-size: 1.3em;
1707     padding: 4px 0;
1708 }
1709
1710 /*
1711 *a.mail-list-link:hover {
1712 *       background-color: #15607B;
1713 *       color: #F5F6FB;
1714 *}
1715 */
1716
1717 .mail-list-outside-wrapper-end {
1718         clear: both;
1719 }
1720
1721 .mail-list-outside-wrapper {
1722         margin-top: 30px;
1723 }
1724
1725 .mail-list-delete-wrapper {
1726         float: right;
1727         margin-right: 30px;
1728         margin-top: 15px;
1729 }
1730
1731 .mail-list-delete-icon {
1732         border: none;
1733 }
1734
1735 .mail-conv-sender,
1736 .mail-conv-detail {
1737         float: left;
1738 }
1739 .mail-conv-detail {
1740         margin-left: 20px;
1741         width: 500px;
1742 }
1743
1744 .mail-conv-subject {
1745     font-size: 1.4em;
1746     margin: 10px 0;
1747 }
1748
1749 .mail-conv-outside-wrapper-end {
1750         clear: both;
1751 }
1752
1753 .mail-conv-outside-wrapper {
1754         margin-top: 30px;
1755 }
1756
1757 .mail-conv-delete-wrapper {
1758         float: right;
1759         margin-right: 30px;
1760         margin-top: 15px;
1761 }
1762 .mail-conv-break {
1763         clear: both;
1764 }
1765
1766 .mail-conv-delete-icon {
1767         border: none;
1768 }
1769
1770 .message-links ul {
1771         list-style-type: none;
1772         padding: 0px;
1773 }
1774
1775 .message-links li {
1776         margin-top: 10px;
1777         float: left;
1778 }
1779 .message-links a {
1780         padding: 3px 5px;
1781 }
1782
1783 .message-links-end {
1784         clear: both;
1785 }
1786
1787 #sidebar-group-list ul {
1788         list-style-type: none;
1789 }
1790
1791 #sidebar-group-list li {
1792         margin-top: 10px;
1793 }
1794
1795 #search-save {
1796         margin-left: 5px;
1797 }
1798 .groupsideedit {
1799         margin-right: 10px;
1800 }
1801 #saved-search-ul {
1802         list-style-type: none;
1803 }
1804 .savedsearchdrop, .savedsearchterm {
1805         float: left;
1806         margin-top: 10px;
1807 }
1808 .savedsearchterm {
1809         margin-left: 10px;
1810 }
1811
1812
1813 #side-follow-wrapper {
1814         margin-top: 20px;
1815 }
1816 #side-follow-url, #side-peoplefind-url {
1817         margin-top: 5px;
1818 }
1819 #side-follow-submit, #side-peoplefind-submit {
1820         margin-top: 15px;
1821 }
1822
1823 #side-match-link {
1824         margin-top: 10px;
1825 }
1826
1827 .widget {
1828         border: 1px solid #DDDDDD;
1829         padding: 8px;
1830         margin-top: 5px;
1831         -moz-border-radius:5px;
1832         -webkit-border-radius:5px;
1833         border-radius:5px;
1834
1835 }
1836
1837
1838 .photo-album-image-wrapper {
1839         float: left;
1840         margin-top: 15px;
1841         margin-right: 15px;
1842         width: 200px; height: 200px; 
1843         overflow: hidden; 
1844         position: relative;
1845 }
1846 .photo-album-image-wrapper .caption {
1847         display: none; 
1848         width: 100%;
1849         position: absolute; 
1850         bottom: 0px; 
1851         padding: 0.5em 0.5em 0px 0.5em;
1852         background-color: rgba(245, 245, 255, 0.8);
1853         border-bottom: 2px solid #CCC;
1854         margin: 0px;
1855 }
1856 .photo-album-image-wrapper a:hover .caption {
1857         display:block;
1858 }
1859
1860 #photo-album-end {
1861         clear: both;
1862 }
1863
1864 .photo-top-image-wrapper {
1865         position: relative;
1866         float: left;
1867         margin-top: 15px;
1868         margin-right: 15px;
1869         width: 200px; height: 200px; 
1870         overflow: hidden; 
1871 }
1872 .photo-top-album-name {
1873         width: 100%;
1874         min-height: 2em;
1875         position: absolute; 
1876         bottom: 0px; 
1877         padding: 0px 3px;
1878         padding-top: 0.5em;
1879         background-color: rgb(255, 255, 255);
1880 }
1881 #photo-top-end {
1882         clear: both;
1883 }
1884
1885 #photo-top-links {
1886         margin-bottom: 30px;
1887         margin-left: 30px;
1888 }
1889
1890 #photos-upload-newalbum-div {
1891         float: left;
1892         width: 175px;
1893 }
1894
1895 #photos-upload-noshare {
1896         margin-bottom: 10px;
1897 }
1898 #photos-upload-existing-album-text {
1899         float: left;
1900         width: 175px;
1901 }
1902 #photos-upload-newalbum {
1903         float: left;
1904 }
1905 #photos-upload-album-select {
1906         float: left;
1907 }
1908
1909 #photos-upload-spacer {
1910         margin-top: 25px;
1911 }
1912 #photos-upload-new-end, #photos-upload-exist-end {
1913         clear: both;
1914 }
1915 #photos-upload-exist-end {
1916         margin-bottom: 15px;
1917 }
1918 #photos-upload-submit {
1919         margin-top: 15px;
1920 }
1921
1922 #photos_upload_applet_wrapper {
1923         margin-bottom: 15px;
1924 }
1925
1926 #photos-upload-no-java-message {
1927         margin-bottom: 15px;
1928 }
1929
1930 #profile-jot-desc {
1931         /*float: left;*/
1932         width: 480px;
1933         color: #FF0000;
1934         margin-top: 10px;
1935         margin-bottom: 10px;
1936 }
1937
1938 #character-counter {
1939         float: right;
1940         font-size: 120%;
1941 }
1942
1943 #character-counter.grey {
1944         color: #888888;
1945 }
1946
1947 #character-counter.orange {
1948         color: orange;
1949 }
1950 #character-counter.red {
1951         color: red;
1952 }
1953
1954 #profile-jot-banner-end {
1955         /* clear: both; */ 
1956 }
1957
1958 #photos-upload-select-files-text {
1959         margin-top: 15px;
1960         margin-bottom: 15px;
1961 }
1962
1963 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1964         color: #8888FF;
1965         text-decoration: none;
1966         cursor: pointer;
1967 }
1968
1969 #photos-upload-perms-menu:hover {
1970         color: #0000FF;
1971         text-decoration: underline;
1972         cursor: pointer;
1973 }
1974 #settings-default-perms-menu {
1975         margin-top: 15px;
1976         margin-bottom: 15px;
1977 }
1978
1979 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1980         float: left;
1981         width: 150px;
1982 }
1983
1984 #photo-edit-perms-end {
1985         margin-bottom: 15px;
1986 }
1987
1988 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1989         float: left;
1990         margin-bottom: 25px;
1991 }
1992 #photo-edit-link-wrap {
1993         margin-bottom: 15px;
1994 }
1995 #photo-like-div {
1996         margin-bottom: 25px;
1997 }
1998
1999 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2000         clear: both;
2001 }
2002
2003 #photo-edit-delete-button {
2004         margin-left: 200px;
2005 }
2006 #photo-edit-end {
2007         margin-bottom: 35px;
2008 }
2009 #photo-caption {
2010         font-size: 110%;
2011         font-weight: bold;
2012         margin-top: 15px;
2013         margin-bottom: 15px;
2014 }
2015
2016 #in-this-photo-text {
2017         color: #0000FF;
2018         margin-left: 30px;
2019 }
2020
2021 #in-this-photo {
2022         margin-left: 60px;
2023         margin-top: 10px;
2024         margin-bottom: 20px;
2025 }
2026
2027 #photo-album-edit-submit, #photo-album-edit-drop {
2028         margin-top: 15px;
2029         margin-bottom: 15px;
2030 }
2031
2032 #photo-album-edit-drop {
2033         margin-left: 200px;
2034 }
2035
2036 .group-delete-wrapper {
2037         float: right;
2038         margin-right: 50px;
2039 }
2040
2041 #install-dbhost-label,
2042 #install-dbuser-label,
2043 #install-dbpass-label,
2044 #install-dbdata-label,
2045 #install-tz-desc {
2046        float: left;
2047        width: 250px;
2048        margin-top: 10px;
2049        margin-bottom: 10px;
2050
2051 }
2052
2053 #install-dbhost,
2054 #install-dbuser,
2055 #install-dbpass,
2056 #install-dbdata {
2057        float: left;
2058        width: 200px;
2059        margin-left: 20px;
2060 }
2061
2062 #install-dbhost-end,
2063 #install-dbuser-end,
2064 #install-dbpass-end,
2065 #install-dbdata-end,
2066 #install-tz-end {
2067        clear: both;
2068 }
2069
2070 #install-form select#timezone_select {
2071        float: left;
2072        margin-top: 18px;
2073        margin-left: 20px;
2074 }
2075
2076 #dfrn-request-networks {
2077         margin-bottom: 30px;
2078 }
2079
2080 #pause {
2081   position: fixed;
2082   bottom: 5px;
2083   right: 5px;
2084 }
2085
2086 .sparkle {
2087         cursor: url('lock.cur'), pointer;
2088 /*      cursor: pointer !important; */
2089 }
2090
2091 .contact-block-div {
2092         float: left;
2093         width: 52px;
2094         height: 52px;
2095 }
2096 .contact-block-textdiv {
2097         float: left;
2098         width: 150px;
2099         height: 34px;
2100 }
2101
2102 #contact-block-end {
2103         clear: both;
2104 }
2105 .contact-block-link {
2106         float: left;
2107 }
2108 .contact-block-img {
2109         width:48px;
2110         height:48px;
2111 }
2112
2113 #tag-remove {
2114         margin-bottom: 15px;
2115 }
2116
2117 #tagrm li {
2118         margin-bottom: 10px;
2119 }
2120
2121 #tagrm-submit, #tagrm-cancel {
2122         margin-top: 25px;
2123 }
2124
2125 #tagrm-cancel {
2126         margin-left: 15px;
2127 }
2128
2129 .wall-item-conv {
2130         margin-top: 5px;
2131         margin-bottom: 25px;
2132 }
2133
2134 #search-submit {
2135         margin-left: 15px;
2136 }
2137
2138 #search-box {
2139         margin-bottom: 25px;
2140 }
2141
2142 .location-label, .gender-label, .marital-label, .homepage-label {
2143         float: left;
2144         text-align: right;
2145         display: block;
2146         width: 65px;
2147 }
2148
2149 .adr, .x-gender, .marital-text, .homepage-url {
2150         float: left;
2151         display: block;
2152         margin-left: 8px;
2153 }
2154
2155 .profile-clear {
2156         clear: both;
2157 }
2158
2159
2160 .clear {
2161         clear: both;
2162 }
2163
2164 .cc-license {
2165         margin-top: 50px;
2166         font-size: 70%;
2167 }
2168
2169
2170 #plugin-settings-link, #account-settings-link {
2171         margin-bottom: 10px;
2172 }
2173
2174 #uexport-link {
2175         margin-bottom: 20px;
2176 }
2177
2178 /* end from default */
2179         
2180
2181 .fn {
2182         padding: 0px 0px 5px 12px;
2183         font-size: 120%;
2184         font-weight: bold;
2185 }
2186
2187 .vcard .title {
2188         margin-bottom: 5px;
2189         margin-left: 12px;
2190 }
2191
2192 .vcard dl {
2193         clear: both;
2194 }
2195
2196 #birthday-title {
2197         float: left;
2198         font-weight: bold;      
2199 }
2200
2201 #birthday-adjust {
2202         float: left;
2203         font-size: 75%;
2204         margin-left: 10px;
2205 }
2206
2207 #birthday-title-end {
2208         clear: both;
2209 }
2210
2211 .birthday-list {
2212         margin-left: 15px;
2213 }
2214
2215 #birthday-wrapper {
2216         margin-bottom: 20px;
2217 }
2218
2219 #network-new-link {
2220         margin-top: 15px;
2221         margin-bottom: 15px;
2222 }
2223
2224
2225 .tool-wrapper {
2226   float: left;
2227   margin-left: 15px;
2228 }
2229
2230 .tool-link {
2231   cursor: pointer;
2232 }
2233
2234 .eventcal {
2235         float: left;
2236         font-size: 20px;
2237 }
2238
2239 .vevent {
2240         border: 1px solid #CCCCCC;
2241 }
2242 .vevent .event-description, .vevent .event-location {
2243         margin-left: 10px;
2244         margin-right: 10px;
2245 }
2246 .vevent .event-start {
2247         margin-left: 10px;
2248         margin-right: 10px;
2249 }
2250
2251 #new-event-link {
2252         margin-bottom: 10px;
2253 }
2254
2255 .edit-event-link, .plink-event-link {
2256         float: left;
2257         margin-top: 4px;
2258         margin-right: 4px;
2259         margin-bottom: 15px;
2260 }
2261
2262 .event-description:before {
2263         content: url('../../../images/calendar.png');
2264         margin-right: 15px;
2265 }
2266
2267 .event-start, .event-end {
2268         margin-left: 10px;
2269         width: 330px;
2270         clear: both;
2271 }
2272
2273 .event-start .dtstart, .event-end .dtend {
2274         float: right;
2275 }
2276
2277 .event-list-date {
2278         margin-bottom: 10px;
2279 }
2280
2281 .prevcal, .nextcal {
2282         float: left;
2283         margin-left: 32px;
2284         margin-right: 32px;
2285         margin-top: 64px;
2286 }
2287 .event-calendar-end {
2288         clear: both;
2289 }
2290
2291  
2292 .calendar {
2293         font-family: Courier, monospace;
2294 }
2295 .today {
2296         font-weight: bold;
2297         color: #FF0000;
2298 }
2299
2300 .settings-block {
2301         border: 1px solid #AAA;
2302         margin: 10px;
2303         padding: 10px;
2304 }
2305
2306 .app-title {
2307         margin: 10px;
2308 }
2309
2310 #identity-manage-desc {
2311         margin-top:15px;
2312         margin-bottom: 15px;
2313 }
2314
2315 #identity-manage-choose {
2316         margin-bottom: 15px;
2317 }
2318
2319 #identity-submit {
2320         margin-top: 20px;
2321 }
2322
2323 #photo-prev-link, #photo-next-link {
2324         padding: 10px;
2325         float: left;
2326 }
2327
2328 #photo-photo {
2329         float: left;
2330 }
2331
2332 #photo-photo-end {
2333         clear: both;
2334 }
2335
2336 .profile-match-photo {
2337         float: left;
2338         text-align: center;
2339         width: 120px;
2340 }
2341
2342 .profile-match-name {
2343         float: left;
2344         text-align: center;
2345         width: 120px;
2346         overflow: hidden;
2347 }
2348
2349 .profile-match-break,
2350 .profile-match-end {
2351         clear: both;
2352 }
2353
2354 .profile-match-wrapper {
2355         float: left;
2356         padding: 10px;
2357         width: 120px;
2358         height: 120px;
2359         scroll: auto;
2360 }
2361 #profile-match-wrapper-end {
2362         clear: both;
2363 }
2364 .side-link {
2365         margin-bottom: 15px;
2366 }
2367
2368 #language-selector {
2369         position: absolute;
2370         top: 0px;
2371         left: 16px;
2372 }
2373
2374 #group-members {
2375         margin-top: 20px;
2376         padding: 10px;
2377         height: 250px;
2378         overflow: auto;
2379         border: 1px solid #ddd;
2380 }
2381
2382 #group-members-end {
2383         clear: both;
2384 }
2385
2386 #group-separator {
2387         margin-top: 10px;
2388         margin-bottom: 10px;
2389 }
2390
2391 #group-all-contacts {
2392         padding: 10px;
2393         height: 450px;
2394         overflow: auto;
2395         border: 1px solid #ddd;
2396 }
2397
2398 #group-all-contacts-end {
2399         clear: both;
2400         margin-bottom: 10px;
2401 }
2402
2403 #group-edit-desc {
2404         margin-top: 15px;
2405 }
2406
2407
2408 #prof-members {
2409         margin-top: 20px;
2410         padding: 10px;
2411         height: 250px;
2412         overflow: auto;
2413         border: 1px solid #ddd;
2414 }
2415
2416 #prof-members-end {
2417         clear: both;
2418 }
2419
2420 #prof-separator {
2421         margin-top: 10px;
2422         margin-bottom: 10px;
2423 }
2424
2425 #prof-all-contacts {
2426         padding: 10px;
2427         height: 450px;
2428         overflow: auto;
2429         border: 1px solid #ddd;
2430 }
2431
2432 #prof-all-contacts-end {
2433         clear: both;
2434         margin-bottom: 10px;
2435 }
2436
2437 #prof-edit-desc {
2438         margin-top: 15px;
2439 }
2440
2441 #crepair-nick-label,
2442 #crepair-attag-label,
2443 #crepair-url-label,
2444 #crepair-request-label,
2445 #crepair-confirm-label,
2446 #crepair-notify-label,
2447 #crepair-photo-label,
2448 #crepair-poll-label {
2449         float: left;
2450         width: 200px;
2451         margin-bottom: 15px;
2452 }
2453
2454 #crepair-nick,
2455 #crepair-attag,
2456 #crepair-url,
2457 #crepair-request,
2458 #crepair-confirm,
2459 #crepair-notify,
2460 #crepair-photo,
2461 #crepair-poll {
2462         float: left;
2463         width: 300px;
2464 }
2465
2466
2467 #netsearch-box {
2468         margin-top: 20px;       
2469 }
2470
2471 #netsearch-box #search-submit {
2472         margin: 5px 0px 0px 0px;
2473 }
2474
2475 .required {
2476         color: #FF0000;
2477 }
2478
2479 #event-start-text, #event-finish-text {
2480         margin-top: 10px;
2481         margin-bottom: 5px;
2482 }
2483
2484 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2485         float: left;
2486 }
2487 #event-datetime-break {
2488         margin-bottom: 10px;
2489 }
2490
2491 #event-nofinish-break, #event-adjust-break {
2492         clear: both;
2493 }
2494
2495 #event-desc-text, #event-location-text {
2496         margin-top: 10px;
2497         margin-bottom: 5px;
2498 }
2499 #event-submit {
2500         margin-top: 10px;
2501 }
2502
2503 .body-tag {
2504         opacity: 0.5;
2505         filter:alpha(opacity=50);
2506 }
2507
2508 .body-tag:hover {
2509         opacity: 1.0 !important;
2510         filter:alpha(opacity=100) !important;
2511 }
2512
2513 .item-select {
2514         opacity: 0.1;
2515         filter:alpha(opacity=10);
2516         float: right;
2517         margin-right: 10px;
2518
2519 }
2520 .item-select:hover, .checkeditem {
2521         opacity: 1;
2522         filter:alpha(opacity=100);
2523 }
2524
2525
2526 #item-delete-selected {
2527         margin-top: 30px;
2528 }
2529
2530 #item-delete-selected-end {
2531         clear: both;
2532 }
2533 #item-delete-selected-icon, #item-delete-selected-desc {
2534         float: left;
2535         margin-right: 5px;
2536 }
2537 #item-delete-selected-desc:hover {
2538         text-decoration: underline;
2539 }
2540
2541 #lang-select-icon {
2542         cursor: pointer;
2543         position: absolute;
2544         left: 0px;
2545         top: 0px;
2546         opacity: 0.2;
2547         filter:alpha(opacity=20);
2548 }
2549
2550 #lang-select-icon:hover {
2551         opacity: 1;
2552         filter:alpha(opacity=100);
2553 }
2554
2555 .notif-image {
2556         height: 80px;
2557         width: 80px;
2558         margin-right: 15px;
2559 }
2560 .notification-listing-end {
2561         clear: both;
2562         margin-bottom: 15px;
2563 }
2564
2565
2566
2567 /**
2568  * Plugins settings
2569  */
2570
2571 .settings-block > h3,
2572 .settings-heading {
2573         border-bottom: 1px solid #babdb6;
2574 }
2575  
2576
2577 /**
2578  * Form fields
2579  */
2580 .field {
2581         margin-bottom: 10px;
2582         padding-bottom: 10px;
2583         overflow: auto;
2584         width: 100%
2585 }
2586
2587 .field label {
2588         float: left;
2589         width: 200px;
2590 }
2591
2592 .field input,
2593 .field textarea {
2594         width: 400px;
2595 }
2596 .field textarea { height: 100px; }
2597 .field_help {
2598         display: block;
2599         margin-left: 200px;
2600         color: #666666;
2601         
2602 }
2603
2604
2605 .field .onoff {
2606         float: left;
2607         width: 80px;
2608 }
2609 .field .onoff a {
2610         display: block;
2611         border:1px solid #666666;
2612         background-image:url("../../../images/onoff.jpg");
2613         background-repeat: no-repeat;
2614         padding: 4px 2px 2px 2px;
2615         height: 16px;
2616         text-decoration: none;
2617 }
2618 .field .onoff .off {
2619         border-color:#666666;
2620         padding-left: 40px;
2621         background-position: left center;
2622         background-color: #cccccc;
2623         color: #666666;
2624         text-align: right;
2625 }
2626 .field .onoff .on {
2627         border-color:#204A87;
2628         padding-right: 40px;
2629         background-position: right center;
2630         background-color: #D7E3F1;
2631         color: #204A87;
2632         text-align: left;
2633 }
2634 .hidden { display: none!important; }
2635
2636 .field.radio .field_help { margin-left: 0px; }
2637
2638 /**
2639  * ADMIN
2640  */
2641 #pending-update {
2642         float:right;
2643         color: #ffffff;
2644         font-weight: bold;
2645         background-color: #FF0000;
2646         padding: 0em 0.3em;
2647         
2648 }
2649 #adminpage dl {
2650         clear: left;
2651         margin-bottom: 2px;
2652         padding-bottom: 2px;
2653         border-bottom: 1px solid black;
2654 }
2655 #adminpage dt {
2656         width: 200px;
2657         float: left;
2658         font-weight: bold;
2659 }
2660 #adminpage dd {
2661         margin-left: 200px;
2662 }
2663
2664 #adminpage h3 {
2665         border-bottom: 1px solid #cccccc;
2666 }
2667 #adminpage .field label {
2668         font-weight: bold;
2669 }
2670 #adminpage .submit {
2671         clear:left;
2672         text-align: right;
2673 }
2674
2675 #adminpage #pluginslist {
2676         margin: 0px; padding: 0px;
2677 }
2678 #adminpage .plugin {
2679         list-style: none;
2680         display: block;
2681         border: 1px solid #888888;
2682         padding: 1em;
2683         margin-bottom: 5px;
2684         clear: left;
2685 }
2686 #adminpage .plugin .desc { margin-left: 2.5em;}
2687 #adminpage .toggleplugin {
2688         float:left;
2689         margin-right: 1em;
2690 }
2691
2692 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2693 #adminpage table th { text-align: left;}
2694 #adminpage td .icon { float: left;}
2695 #adminpage table#users img { width: 16px; height: 16px; }
2696 #adminpage table tr:hover { background-color: #bbc7d7; }
2697 #adminpage .selectall { text-align: right; }
2698
2699 /*
2700  * UPDATE
2701  */
2702 .popup {        
2703         width: 100%; height: 100%;
2704         top:0px; left:0px;
2705         position: absolute;
2706         display: none;
2707 }
2708
2709 .popup .background {
2710         background-color: rgba(0,0,0,128);
2711         opacity: 0.5;
2712         width: 100%; height: 100%;
2713         position: absolute;
2714         top:0px; left:0px;
2715 }
2716 .popup .panel {
2717         top:25%;left:25%;width:50%;height:50%;
2718         padding: 1em;
2719         position: absolute;
2720         border: 4px solid #000000;
2721         background-color: #FFFFFF;
2722 }
2723 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2724 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2725 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2726 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2727 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2728
2729 /**
2730  * OAuth
2731  */
2732 .oauthapp {
2733         height: auto; overflow: auto;
2734         border-bottom: 2px solid #cccccc;
2735         padding-bottom: 1em;
2736         margin-bottom: 1em;     
2737 }
2738 .oauthapp img {
2739         float: left;
2740         width: 48px; height: 48px;
2741         margin: 10px;
2742 }
2743 .oauthapp img.noicon {
2744         background-image: url("../../../images/icons/48/plugin.png");
2745         background-position: center center;
2746         background-repeat: no-repeat;
2747 }
2748 .oauthapp a {
2749         float: left;
2750 }
2751
2752 /**
2753  * ICONS
2754  */
2755 .icon {
2756         display: block; width: 16px; height: 16px;
2757         background-image: url('../../../images/icons.png');
2758 }
2759 .article { background-position: 0px 0px;}
2760 .audio { background-position: -16px 0px;}
2761 .block { background-position: -32px 0px;}
2762 .drop { background-position: -48px 0px;}
2763 .drophide { background-position: -64px 0px;}
2764 .edit { background-position: -80px 0px;}
2765 .camera { background-position: -96px 0px;}
2766 .dislike { background-position: -112px 0px;}
2767 .like { background-position: -128px 0px;}
2768 .link { background-position: -144px 0px;}
2769
2770 .globe { background-position: 0px -16px;}
2771 .noglobe { background-position: -16px -16px;}
2772 .no { background-position: -32px -16px;}
2773 .pause { background-position: -48px -16px;}
2774 .play { background-position: -64px -16px;}
2775 .pencil { background-position: -80px -16px;}
2776 .small-pencil { background-position: -96px -16px;}
2777 .recycle { background-position: -112px -16px;}
2778 .remote-link { background-position: -128px -16px;}
2779 .share { background-position: -144px -16px;}
2780
2781 .tools { background-position: 0px -32px;}
2782 .lock { background-position: -16px -32px;}
2783 .unlock { background-position: -32px -32px;}
2784 .video { background-position: -48px -32px;}
2785 .youtube { background-position: -64px -32px;}
2786 .attach { background-position: -80px -32px; }
2787 .language { background-position: -96px -32px; }
2788 .prev { background-position: -112px -32px; }
2789 .next { background-position: -128px -32px; }
2790 .on { background-position: -144px -32px; }
2791
2792 .off { background-position: 0px -48px; }
2793 .starred { background-position: -16px -48px; }
2794 .unstarred { background-position: -32px -48px; }
2795 .tagged { background-position: -48px -48px; }
2796
2797
2798 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2799
2800 .attachtype {
2801         display: block; width: 20px; height: 23px;
2802         float: left;
2803         background-image: url('../../../images/content-types.png');
2804 }
2805
2806 .body-attach {
2807         margin-top: 10px;
2808 }
2809
2810 .type-video { background-position: 0px 0px; }
2811 .type-image { background-position: -20px 0px; }
2812 .type-audio { background-position: -40px 0px; }
2813 .type-text  { background-position: -60px 0px; }
2814 .type-unkn  { background-position: -80px 0px; }
2815
2816
2817 /* autocomplete popup */
2818 .acpopup {
2819         max-height:150px;
2820         background-color:#ffffff;
2821         overflow:auto;
2822         z-index:100000;
2823         border:1px solid #cccccc;
2824 }
2825 .acpopupitem {
2826         background-color:#ffffff; padding: 4px;
2827         clear:left;
2828 }
2829 .acpopupitem img {
2830         float: left;
2831         margin-right: 4px;
2832 }
2833
2834 .acpopupitem.selected {
2835         color: #FFFFFF; background: #3465A4;
2836 }