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