]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
088cb7c18f763a903f2d89fc5f68f8cd35a41e35
[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 }
1423 #contact-edit-links li {
1424         margin-top: 5px;
1425 }
1426
1427 #contact-edit-drop-link {
1428         float: right;
1429         margin-right: 20px;
1430 }
1431
1432 #contact-edit-nav-end {
1433         clear: both;
1434 }
1435
1436 #contact-edit-wrapper {
1437         width: 100%;
1438 }
1439
1440 #contact-edit-end {
1441         clear: both;
1442 }
1443
1444 #contact-profile-selector {
1445         width: 175px;
1446         margin-left: 175px;
1447 }
1448
1449 .contact-edit-submit {
1450         margin-top: 20px;
1451 }
1452
1453
1454 .contact-photo-menu-button {
1455         position: absolute;
1456         background-image: url("photo-menu.jpg");
1457         background-position: top left; 
1458         background-repeat: no-repeat;
1459         margin: 0px; padding: 0px;
1460         width: 16px;
1461         height: 16px;
1462         top: 64px; left:0px;
1463         overflow: hidden;
1464         text-indent: 40px;
1465         display: none;
1466         
1467 }
1468 .contact-photo-menu {
1469         width: auto;
1470         border: 2px solid #444444;
1471         background: #FFFFFF;
1472         position: absolute;
1473         left: 0px; top: 90px;
1474         display: none;
1475         z-index: 10000;
1476 }
1477 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1478 .contact-photo-menu li a { display: block; padding: 2px; }
1479 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1480
1481
1482 #block-message, #ignore-message {
1483         color: #FF0000;
1484 }
1485
1486 #profile-edit-insecure {
1487         margin-top: 20px;
1488         color: #FF0000;
1489         font-size: 1.1em;
1490         border: 1px solid #FF8888;
1491         background-color: #FFEEEE;
1492         padding-left: 5px;
1493         /*: 3px 3px 3px 5px; */
1494         width: 587px;
1495 }
1496
1497 #profile-jot-text {
1498         height: 20px;
1499         color:#cccccc;
1500         border: 1px solid #cccccc;
1501         padding: 3px 0px 0px 5px;
1502 }
1503
1504
1505 /** acl **/
1506 #photo-edit-perms-select,
1507 #photos-upload-permissions-wrapper,
1508 #profile-jot-acl-wrapper{
1509         display:block!important;
1510 }
1511
1512
1513
1514 #acl-wrapper {
1515         width: 690px;
1516         float:left;
1517 }
1518 #acl-search {
1519         float:right;
1520         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1521         padding-right:20px;
1522 }
1523 #acl-showall {
1524         float: left;
1525         display: block;
1526         width: auto;
1527         height: 18px;
1528         background-color: #cccccc;
1529         background-image: url("../../../images/show_all_off.png");
1530         background-position: 7px 7px;
1531         background-repeat: no-repeat;
1532         padding: 7px 5px 0px 30px;
1533         -webkit-border-radius: 5px ;
1534         -moz-border-radius: 5px;
1535         border-radius: 5px;
1536         color: #999999;
1537 }
1538 #acl-showall.selected {
1539         color: #000000;
1540         background-color: #ff9900;
1541         background-image: url("../../../images/show_all_on.png");
1542 }
1543
1544 #acl-list {
1545         height: 210px;
1546         border: 1px solid #cccccc;
1547         clear: both;
1548         margin-top: 30px;
1549         overflow: auto;
1550 }
1551 #acl-list-content {
1552         
1553 }
1554 .acl-list-item {
1555         display: block;
1556         width: 150px;
1557         height: 30px;
1558         border: 1px solid #cccccc;
1559         margin: 5px;
1560         float: left;
1561 }
1562 .acl-list-item img{
1563         width:22px;
1564         height: 22px;
1565         float: left;
1566         margin: 4px;
1567 }
1568 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1569 .acl-list-item a { 
1570         font-size: 8px;
1571         display: block;
1572         width: 40px;
1573         height: 10px;
1574         float: left;
1575         color: #999999;
1576         background-color: #cccccc;
1577         background-position: 3px 3px;
1578         background-repeat: no-repeat;
1579         margin-right: 5px;
1580         -webkit-border-radius: 2px ;
1581         -moz-border-radius: 2px;
1582         border-radius: 2px;
1583         padding-left: 15px;
1584 }
1585 #acl-wrapper a:hover {
1586         text-decoration: none;
1587         color:#000000;
1588 }
1589 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1590 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1591
1592 .acl-button-show.selected {
1593         color: #000000;
1594         background-color: #9ade00;
1595         background-image: url("../../../images/show_on.png");
1596 }
1597 .acl-button-hide.selected {
1598         color: #000000;
1599         background-color: #ff4141;
1600         background-image: url("../../../images/hide_on.png");
1601 }
1602 .acl-list-item.groupshow { border-color: #9ade00; }
1603 .acl-list-item.grouphide { border-color: #ff4141; }
1604 /** /acl **/
1605
1606
1607 .comment-edit-text-empty {
1608         color: gray;
1609         height: 30px;
1610         width: 175px;
1611         overflow: auto;
1612         margin-bottom: 10px;
1613 }
1614
1615 .comment-edit-text-full {
1616         color: black;
1617         height: 150px;
1618         width: 350px;
1619         overflow: auto;
1620 }
1621
1622 #group-new-submit-wrapper {
1623         margin-top: 30px;
1624 }
1625
1626 #group-edit-name-label {
1627         float: left;
1628         width: 175px;
1629         margin-top: 20px;
1630         margin-bottom: 20px;
1631 }
1632
1633 #group-edit-name {
1634         float: left;
1635         width: 225px;
1636         margin-top: 20px;
1637         margin-bottom: 20px;
1638 }
1639
1640 #group-edit-name-wrapper {
1641
1642
1643 }
1644
1645
1646 #group_members_select_label {
1647         display: block;
1648         float: left;
1649         width: 175px;
1650 }
1651
1652 .group_members_select {
1653         float: left;
1654         width: 230px;
1655         overflow: auto;
1656 }
1657
1658 #group_members_select_end {
1659         clear: both;
1660 }
1661 #group-edit-name-end {
1662         clear: both;
1663 }
1664
1665 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1666         margin-bottom: 10px;
1667         margin-top: 20px;
1668 }
1669
1670 #prvmail-submit {
1671         float: left;
1672         margin-top: 10px;
1673         margin-right: 30px;
1674 }
1675 #prvmail-upload-wrapper,
1676 #prvmail-link-wrapper,
1677 #prvmail-rotator-wrapper {
1678         float: left;
1679         margin-top: 10px;
1680         margin-right: 10px;
1681         width: 24px;
1682 }
1683
1684 #prvmail-end {
1685         clear: both;
1686 }
1687
1688 .mail-list-sender,
1689 .mail-list-detail {
1690         float: left;
1691 }
1692 .mail-list-detail {
1693         margin-left: 20px;
1694 }
1695
1696 .mail-list-subject {
1697         font-size: 1.1em;
1698         margin-top: 10px;
1699 }
1700 a.mail-list-link {
1701     display: block;
1702     font-size: 1.3em;
1703     padding: 4px 0;
1704 }
1705
1706 /*
1707 *a.mail-list-link:hover {
1708 *       background-color: #15607B;
1709 *       color: #F5F6FB;
1710 *}
1711 */
1712
1713 .mail-list-outside-wrapper-end {
1714         clear: both;
1715 }
1716
1717 .mail-list-outside-wrapper {
1718         margin-top: 30px;
1719 }
1720
1721 .mail-list-delete-wrapper {
1722         float: right;
1723         margin-right: 30px;
1724         margin-top: 15px;
1725 }
1726
1727 .mail-list-delete-icon {
1728         border: none;
1729 }
1730
1731 .mail-conv-sender,
1732 .mail-conv-detail {
1733         float: left;
1734 }
1735 .mail-conv-detail {
1736         margin-left: 20px;
1737         width: 500px;
1738 }
1739
1740 .mail-conv-subject {
1741     font-size: 1.4em;
1742     margin: 10px 0;
1743 }
1744
1745 .mail-conv-outside-wrapper-end {
1746         clear: both;
1747 }
1748
1749 .mail-conv-outside-wrapper {
1750         margin-top: 30px;
1751 }
1752
1753 .mail-conv-delete-wrapper {
1754         float: right;
1755         margin-right: 30px;
1756         margin-top: 15px;
1757 }
1758 .mail-conv-break {
1759         clear: both;
1760 }
1761
1762 .mail-conv-delete-icon {
1763         border: none;
1764 }
1765
1766 .message-links ul {
1767         list-style-type: none;
1768         padding: 0px;
1769 }
1770
1771 .message-links li {
1772         margin-top: 10px;
1773         float: left;
1774 }
1775 .message-links a {
1776         padding: 3px 5px;
1777 }
1778
1779 .message-links-end {
1780         clear: both;
1781 }
1782
1783 #sidebar-group-list ul {
1784         list-style-type: none;
1785 }
1786
1787 #sidebar-group-list li {
1788         margin-top: 10px;
1789 }
1790
1791 #search-save {
1792         margin-left: 5px;
1793 }
1794 .groupsideedit {
1795         margin-right: 10px;
1796 }
1797 #saved-search-ul {
1798         list-style-type: none;
1799 }
1800 .savedsearchdrop, .savedsearchterm {
1801         float: left;
1802         margin-top: 10px;
1803 }
1804 .savedsearchterm {
1805         margin-left: 10px;
1806 }
1807
1808
1809 #side-follow-wrapper {
1810         margin-top: 20px;
1811 }
1812 #side-follow-url, #side-peoplefind-url {
1813         margin-top: 5px;
1814 }
1815 #side-follow-submit, #side-peoplefind-submit {
1816         margin-top: 15px;
1817 }
1818
1819 #side-match-link {
1820         margin-top: 10px;
1821 }
1822
1823 .widget {
1824         border: 1px solid #DDDDDD;
1825         padding: 8px;
1826         margin-top: 5px;
1827         -moz-border-radius:5px;
1828         -webkit-border-radius:5px;
1829         border-radius:5px;
1830
1831 }
1832
1833
1834 .photo-album-image-wrapper {
1835         float: left;
1836         margin-top: 15px;
1837         margin-right: 15px;
1838         width: 200px; height: 200px; 
1839         overflow: hidden; 
1840         position: relative;
1841 }
1842 .photo-album-image-wrapper .caption {
1843         display: none; 
1844         width: 100%;
1845         position: absolute; 
1846         bottom: 0px; 
1847         padding: 0.5em 0.5em 0px 0.5em;
1848         background-color: rgba(245, 245, 255, 0.8);
1849         border-bottom: 2px solid #CCC;
1850         margin: 0px;
1851 }
1852 .photo-album-image-wrapper a:hover .caption {
1853         display:block;
1854 }
1855
1856 #photo-album-end {
1857         clear: both;
1858 }
1859
1860 .photo-top-image-wrapper {
1861         position: relative;
1862         float: left;
1863         margin-top: 15px;
1864         margin-right: 15px;
1865         width: 200px; height: 200px; 
1866         overflow: hidden; 
1867 }
1868 .photo-top-album-name {
1869         width: 100%;
1870         min-height: 2em;
1871         position: absolute; 
1872         bottom: 0px; 
1873         padding: 0px 3px;
1874         padding-top: 0.5em;
1875         background-color: rgb(255, 255, 255);
1876 }
1877 #photo-top-end {
1878         clear: both;
1879 }
1880
1881 #photo-top-links {
1882         margin-bottom: 30px;
1883         margin-left: 30px;
1884 }
1885
1886 #photos-upload-newalbum-div {
1887         float: left;
1888         width: 175px;
1889 }
1890
1891 #photos-upload-noshare {
1892         margin-bottom: 10px;
1893 }
1894 #photos-upload-existing-album-text {
1895         float: left;
1896         width: 175px;
1897 }
1898 #photos-upload-newalbum {
1899         float: left;
1900 }
1901 #photos-upload-album-select {
1902         float: left;
1903 }
1904
1905 #photos-upload-spacer {
1906         margin-top: 25px;
1907 }
1908 #photos-upload-new-end, #photos-upload-exist-end {
1909         clear: both;
1910 }
1911 #photos-upload-exist-end {
1912         margin-bottom: 15px;
1913 }
1914 #photos-upload-submit {
1915         margin-top: 15px;
1916 }
1917
1918 #photos_upload_applet_wrapper {
1919         margin-bottom: 15px;
1920 }
1921
1922 #photos-upload-no-java-message {
1923         margin-bottom: 15px;
1924 }
1925
1926 #profile-jot-desc {
1927         /*float: left;*/
1928         width: 480px;
1929         color: #FF0000;
1930         margin-top: 10px;
1931         margin-bottom: 10px;
1932 }
1933
1934 #character-counter {
1935         float: right;
1936         font-size: 120%;
1937 }
1938
1939 #character-counter.grey {
1940         color: #888888;
1941 }
1942
1943 #character-counter.orange {
1944         color: orange;
1945 }
1946 #character-counter.red {
1947         color: red;
1948 }
1949
1950 #profile-jot-banner-end {
1951         /* clear: both; */ 
1952 }
1953
1954 #photos-upload-select-files-text {
1955         margin-top: 15px;
1956         margin-bottom: 15px;
1957 }
1958
1959 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1960         color: #8888FF;
1961         text-decoration: none;
1962         cursor: pointer;
1963 }
1964
1965 #photos-upload-perms-menu:hover {
1966         color: #0000FF;
1967         text-decoration: underline;
1968         cursor: pointer;
1969 }
1970 #settings-default-perms-menu {
1971         margin-top: 15px;
1972         margin-bottom: 15px;
1973 }
1974
1975 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1976         float: left;
1977         width: 150px;
1978 }
1979
1980 #photo-edit-perms-end {
1981         margin-bottom: 15px;
1982 }
1983
1984 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1985         float: left;
1986         margin-bottom: 25px;
1987 }
1988 #photo-edit-link-wrap {
1989         margin-bottom: 15px;
1990 }
1991 #photo-like-div {
1992         margin-bottom: 25px;
1993 }
1994
1995 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1996         clear: both;
1997 }
1998
1999 #photo-edit-delete-button {
2000         margin-left: 200px;
2001 }
2002 #photo-edit-end {
2003         margin-bottom: 35px;
2004 }
2005 #photo-caption {
2006         font-size: 110%;
2007         font-weight: bold;
2008         margin-top: 15px;
2009         margin-bottom: 15px;
2010 }
2011
2012 #in-this-photo-text {
2013         color: #0000FF;
2014         margin-left: 30px;
2015 }
2016
2017 #in-this-photo {
2018         margin-left: 60px;
2019         margin-top: 10px;
2020         margin-bottom: 20px;
2021 }
2022
2023 #photo-album-edit-submit, #photo-album-edit-drop {
2024         margin-top: 15px;
2025         margin-bottom: 15px;
2026 }
2027
2028 #photo-album-edit-drop {
2029         margin-left: 200px;
2030 }
2031
2032 .group-delete-wrapper {
2033         float: right;
2034         margin-right: 50px;
2035 }
2036
2037 #install-dbhost-label,
2038 #install-dbuser-label,
2039 #install-dbpass-label,
2040 #install-dbdata-label,
2041 #install-tz-desc {
2042        float: left;
2043        width: 250px;
2044        margin-top: 10px;
2045        margin-bottom: 10px;
2046
2047 }
2048
2049 #install-dbhost,
2050 #install-dbuser,
2051 #install-dbpass,
2052 #install-dbdata {
2053        float: left;
2054        width: 200px;
2055        margin-left: 20px;
2056 }
2057
2058 #install-dbhost-end,
2059 #install-dbuser-end,
2060 #install-dbpass-end,
2061 #install-dbdata-end,
2062 #install-tz-end {
2063        clear: both;
2064 }
2065
2066 #install-form select#timezone_select {
2067        float: left;
2068        margin-top: 18px;
2069        margin-left: 20px;
2070 }
2071
2072 #dfrn-request-networks {
2073         margin-bottom: 30px;
2074 }
2075
2076 #pause {
2077   position: fixed;
2078   bottom: 5px;
2079   right: 5px;
2080 }
2081
2082 .sparkle {
2083         cursor: url('lock.cur'), pointer;
2084 /*      cursor: pointer !important; */
2085 }
2086
2087 .contact-block-div {
2088         float: left;
2089         width: 52px;
2090         height: 52px;
2091 }
2092 .contact-block-textdiv {
2093         float: left;
2094         width: 150px;
2095         height: 34px;
2096 }
2097
2098 #contact-block-end {
2099         clear: both;
2100 }
2101 .contact-block-link {
2102         float: left;
2103 }
2104 .contact-block-img {
2105         width:48px;
2106         height:48px;
2107 }
2108
2109 #tag-remove {
2110         margin-bottom: 15px;
2111 }
2112
2113 #tagrm li {
2114         margin-bottom: 10px;
2115 }
2116
2117 #tagrm-submit, #tagrm-cancel {
2118         margin-top: 25px;
2119 }
2120
2121 #tagrm-cancel {
2122         margin-left: 15px;
2123 }
2124
2125 .wall-item-conv {
2126         margin-top: 5px;
2127         margin-bottom: 25px;
2128 }
2129
2130 #search-submit {
2131         margin-left: 15px;
2132 }
2133
2134 #search-box {
2135         margin-bottom: 25px;
2136 }
2137
2138 .location-label, .gender-label, .marital-label, .homepage-label {
2139         float: left;
2140         text-align: right;
2141         display: block;
2142         width: 65px;
2143 }
2144
2145 .adr, .x-gender, .marital-text, .homepage-url {
2146         float: left;
2147         display: block;
2148         margin-left: 8px;
2149 }
2150
2151 .profile-clear {
2152         clear: both;
2153 }
2154
2155
2156 .clear {
2157         clear: both;
2158 }
2159
2160 .cc-license {
2161         margin-top: 50px;
2162         font-size: 70%;
2163 }
2164
2165
2166 #plugin-settings-link, #account-settings-link {
2167         margin-bottom: 10px;
2168 }
2169
2170 #uexport-link {
2171         margin-bottom: 20px;
2172 }
2173
2174 /* end from default */
2175         
2176
2177 .fn {
2178         padding: 0px 0px 5px 12px;
2179         font-size: 120%;
2180         font-weight: bold;
2181 }
2182
2183 .vcard .title {
2184         margin-bottom: 5px;
2185         margin-left: 12px;
2186 }
2187
2188 .vcard dl {
2189         clear: both;
2190 }
2191
2192 #birthday-title {
2193         float: left;
2194         font-weight: bold;      
2195 }
2196
2197 #birthday-adjust {
2198         float: left;
2199         font-size: 75%;
2200         margin-left: 10px;
2201 }
2202
2203 #birthday-title-end {
2204         clear: both;
2205 }
2206
2207 .birthday-list {
2208         margin-left: 15px;
2209 }
2210
2211 #birthday-wrapper {
2212         margin-bottom: 20px;
2213 }
2214
2215 #network-new-link {
2216         margin-top: 15px;
2217         margin-bottom: 15px;
2218 }
2219
2220
2221 .tool-wrapper {
2222   float: left;
2223   margin-left: 15px;
2224 }
2225
2226 .tool-link {
2227   cursor: pointer;
2228 }
2229
2230 .eventcal {
2231         float: left;
2232         font-size: 20px;
2233 }
2234
2235 .vevent {
2236         border: 1px solid #CCCCCC;
2237 }
2238 .vevent .event-description, .vevent .event-location {
2239         margin-left: 10px;
2240         margin-right: 10px;
2241 }
2242 .vevent .event-start {
2243         margin-left: 10px;
2244         margin-right: 10px;
2245 }
2246
2247 #new-event-link {
2248         margin-bottom: 10px;
2249 }
2250
2251 .edit-event-link, .plink-event-link {
2252         float: left;
2253         margin-top: 4px;
2254         margin-right: 4px;
2255         margin-bottom: 15px;
2256 }
2257
2258 .event-description:before {
2259         content: url('../../../images/calendar.png');
2260         margin-right: 15px;
2261 }
2262
2263 .event-start, .event-end {
2264         margin-left: 10px;
2265         width: 330px;
2266         clear: both;
2267 }
2268
2269 .event-start .dtstart, .event-end .dtend {
2270         float: right;
2271 }
2272
2273 .event-list-date {
2274         margin-bottom: 10px;
2275 }
2276
2277 .prevcal, .nextcal {
2278         float: left;
2279         margin-left: 32px;
2280         margin-right: 32px;
2281         margin-top: 64px;
2282 }
2283 .event-calendar-end {
2284         clear: both;
2285 }
2286
2287  
2288 .calendar {
2289         font-family: Courier, monospace;
2290 }
2291 .today {
2292         font-weight: bold;
2293         color: #FF0000;
2294 }
2295
2296 .settings-block {
2297         border: 1px solid #AAA;
2298         margin: 10px;
2299         padding: 10px;
2300 }
2301
2302 .app-title {
2303         margin: 10px;
2304 }
2305
2306 #identity-manage-desc {
2307         margin-top:15px;
2308         margin-bottom: 15px;
2309 }
2310
2311 #identity-manage-choose {
2312         margin-bottom: 15px;
2313 }
2314
2315 #identity-submit {
2316         margin-top: 20px;
2317 }
2318
2319 #photo-prev-link, #photo-next-link {
2320         padding: 10px;
2321         float: left;
2322 }
2323
2324 #photo-photo {
2325         float: left;
2326 }
2327
2328 #photo-photo-end {
2329         clear: both;
2330 }
2331
2332 .profile-match-photo {
2333         float: left;
2334         text-align: center;
2335         width: 120px;
2336 }
2337
2338 .profile-match-name {
2339         float: left;
2340         text-align: center;
2341         width: 120px;
2342         overflow: hidden;
2343 }
2344
2345 .profile-match-break,
2346 .profile-match-end {
2347         clear: both;
2348 }
2349
2350 .profile-match-wrapper {
2351         float: left;
2352         padding: 10px;
2353         width: 120px;
2354         height: 120px;
2355         scroll: auto;
2356 }
2357 #profile-match-wrapper-end {
2358         clear: both;
2359 }
2360 .side-link {
2361         margin-bottom: 15px;
2362 }
2363
2364 #language-selector {
2365         position: absolute;
2366         top: 0px;
2367         left: 16px;
2368 }
2369
2370 #group-members {
2371         margin-top: 20px;
2372         padding: 10px;
2373         height: 250px;
2374         overflow: auto;
2375         border: 1px solid #ddd;
2376 }
2377
2378 #group-members-end {
2379         clear: both;
2380 }
2381
2382 #group-separator {
2383         margin-top: 10px;
2384         margin-bottom: 10px;
2385 }
2386
2387 #group-all-contacts {
2388         padding: 10px;
2389         height: 450px;
2390         overflow: auto;
2391         border: 1px solid #ddd;
2392 }
2393
2394 #group-all-contacts-end {
2395         clear: both;
2396         margin-bottom: 10px;
2397 }
2398
2399 #group-edit-desc {
2400         margin-top: 15px;
2401 }
2402
2403
2404 #prof-members {
2405         margin-top: 20px;
2406         padding: 10px;
2407         height: 250px;
2408         overflow: auto;
2409         border: 1px solid #ddd;
2410 }
2411
2412 #prof-members-end {
2413         clear: both;
2414 }
2415
2416 #prof-separator {
2417         margin-top: 10px;
2418         margin-bottom: 10px;
2419 }
2420
2421 #prof-all-contacts {
2422         padding: 10px;
2423         height: 450px;
2424         overflow: auto;
2425         border: 1px solid #ddd;
2426 }
2427
2428 #prof-all-contacts-end {
2429         clear: both;
2430         margin-bottom: 10px;
2431 }
2432
2433 #prof-edit-desc {
2434         margin-top: 15px;
2435 }
2436
2437 #crepair-nick-label,
2438 #crepair-attag-label,
2439 #crepair-url-label,
2440 #crepair-request-label,
2441 #crepair-confirm-label,
2442 #crepair-notify-label,
2443 #crepair-photo-label,
2444 #crepair-poll-label {
2445         float: left;
2446         width: 200px;
2447         margin-bottom: 15px;
2448 }
2449
2450 #crepair-nick,
2451 #crepair-attag,
2452 #crepair-url,
2453 #crepair-request,
2454 #crepair-confirm,
2455 #crepair-notify,
2456 #crepair-photo,
2457 #crepair-poll {
2458         float: left;
2459         width: 300px;
2460 }
2461
2462
2463 #netsearch-box {
2464         margin-top: 20px;       
2465 }
2466
2467 #netsearch-box #search-submit {
2468         margin: 5px 0px 0px 0px;
2469 }
2470
2471 .required {
2472         color: #FF0000;
2473 }
2474
2475 #event-start-text, #event-finish-text {
2476         margin-top: 10px;
2477         margin-bottom: 5px;
2478 }
2479
2480 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2481         float: left;
2482 }
2483 #event-datetime-break {
2484         margin-bottom: 10px;
2485 }
2486
2487 #event-nofinish-break, #event-adjust-break {
2488         clear: both;
2489 }
2490
2491 #event-desc-text, #event-location-text {
2492         margin-top: 10px;
2493         margin-bottom: 5px;
2494 }
2495 #event-submit {
2496         margin-top: 10px;
2497 }
2498
2499 .body-tag {
2500         opacity: 0.5;
2501         filter:alpha(opacity=50);
2502 }
2503
2504 .body-tag:hover {
2505         opacity: 1.0 !important;
2506         filter:alpha(opacity=100) !important;
2507 }
2508
2509 .item-select {
2510         opacity: 0.1;
2511         filter:alpha(opacity=10);
2512         float: right;
2513         margin-right: 10px;
2514
2515 }
2516 .item-select:hover, .checkeditem {
2517         opacity: 1;
2518         filter:alpha(opacity=100);
2519 }
2520
2521
2522 #item-delete-selected {
2523         margin-top: 30px;
2524 }
2525
2526 #item-delete-selected-end {
2527         clear: both;
2528 }
2529 #item-delete-selected-icon, #item-delete-selected-desc {
2530         float: left;
2531         margin-right: 5px;
2532 }
2533 #item-delete-selected-desc:hover {
2534         text-decoration: underline;
2535 }
2536
2537 #lang-select-icon {
2538         cursor: pointer;
2539         position: absolute;
2540         left: 0px;
2541         top: 0px;
2542         opacity: 0.2;
2543         filter:alpha(opacity=20);
2544 }
2545
2546 #lang-select-icon:hover {
2547         opacity: 1;
2548         filter:alpha(opacity=100);
2549 }
2550
2551 .notif-image {
2552         height: 80px;
2553         width: 80px;
2554         margin-right: 15px;
2555 }
2556 .notification-listing-end {
2557         clear: both;
2558         margin-bottom: 15px;
2559 }
2560
2561
2562
2563 /**
2564  * Plugins settings
2565  */
2566
2567 .settings-block > h3,
2568 .settings-heading {
2569         border-bottom: 1px solid #babdb6;
2570 }
2571  
2572
2573 /**
2574  * Form fields
2575  */
2576 .field {
2577         margin-bottom: 10px;
2578         padding-bottom: 10px;
2579         overflow: auto;
2580         width: 100%
2581 }
2582
2583 .field label {
2584         float: left;
2585         width: 200px;
2586 }
2587
2588 .field input,
2589 .field textarea {
2590         width: 400px;
2591 }
2592 .field textarea { height: 100px; }
2593 .field_help {
2594         display: block;
2595         margin-left: 200px;
2596         color: #666666;
2597         
2598 }
2599
2600
2601 .field .onoff {
2602         float: left;
2603         width: 80px;
2604 }
2605 .field .onoff a {
2606         display: block;
2607         border:1px solid #666666;
2608         background-image:url("../../../images/onoff.jpg");
2609         background-repeat: no-repeat;
2610         padding: 4px 2px 2px 2px;
2611         height: 16px;
2612         text-decoration: none;
2613 }
2614 .field .onoff .off {
2615         border-color:#666666;
2616         padding-left: 40px;
2617         background-position: left center;
2618         background-color: #cccccc;
2619         color: #666666;
2620         text-align: right;
2621 }
2622 .field .onoff .on {
2623         border-color:#204A87;
2624         padding-right: 40px;
2625         background-position: right center;
2626         background-color: #D7E3F1;
2627         color: #204A87;
2628         text-align: left;
2629 }
2630 .hidden { display: none!important; }
2631
2632 .field.radio .field_help { margin-left: 0px; }
2633
2634 /**
2635  * ADMIN
2636  */
2637 #pending-update {
2638         float:right;
2639         color: #ffffff;
2640         font-weight: bold;
2641         background-color: #FF0000;
2642         padding: 0em 0.3em;
2643         
2644 }
2645 #adminpage dl {
2646         clear: left;
2647         margin-bottom: 2px;
2648         padding-bottom: 2px;
2649         border-bottom: 1px solid black;
2650 }
2651 #adminpage dt {
2652         width: 200px;
2653         float: left;
2654         font-weight: bold;
2655 }
2656 #adminpage dd {
2657         margin-left: 200px;
2658 }
2659
2660 #adminpage h3 {
2661         border-bottom: 1px solid #cccccc;
2662 }
2663 #adminpage .field label {
2664         font-weight: bold;
2665 }
2666 #adminpage .submit {
2667         clear:left;
2668         text-align: right;
2669 }
2670
2671 #adminpage #pluginslist {
2672         margin: 0px; padding: 0px;
2673 }
2674 #adminpage .plugin {
2675         list-style: none;
2676         display: block;
2677         border: 1px solid #888888;
2678         padding: 1em;
2679         margin-bottom: 5px;
2680         clear: left;
2681 }
2682 #adminpage .plugin .desc { margin-left: 2.5em;}
2683 #adminpage .toggleplugin {
2684         float:left;
2685         margin-right: 1em;
2686 }
2687
2688 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2689 #adminpage table th { text-align: left;}
2690 #adminpage td .icon { float: left;}
2691 #adminpage table#users img { width: 16px; height: 16px; }
2692 #adminpage table tr:hover { background-color: #bbc7d7; }
2693 #adminpage .selectall { text-align: right; }
2694
2695 /*
2696  * UPDATE
2697  */
2698 .popup {        
2699         width: 100%; height: 100%;
2700         top:0px; left:0px;
2701         position: absolute;
2702         display: none;
2703 }
2704
2705 .popup .background {
2706         background-color: rgba(0,0,0,128);
2707         opacity: 0.5;
2708         width: 100%; height: 100%;
2709         position: absolute;
2710         top:0px; left:0px;
2711 }
2712 .popup .panel {
2713         top:25%;left:25%;width:50%;height:50%;
2714         padding: 1em;
2715         position: absolute;
2716         border: 4px solid #000000;
2717         background-color: #FFFFFF;
2718 }
2719 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2720 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2721 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2722 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2723 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2724
2725 /**
2726  * OAuth
2727  */
2728 .oauthapp {
2729         height: auto; overflow: auto;
2730         border-bottom: 2px solid #cccccc;
2731         padding-bottom: 1em;
2732         margin-bottom: 1em;     
2733 }
2734 .oauthapp img {
2735         float: left;
2736         width: 48px; height: 48px;
2737         margin: 10px;
2738 }
2739 .oauthapp img.noicon {
2740         background-image: url("../../../images/icons/48/plugin.png");
2741         background-position: center center;
2742         background-repeat: no-repeat;
2743 }
2744 .oauthapp a {
2745         float: left;
2746 }
2747
2748 /**
2749  * ICONS
2750  */
2751 .icon {
2752         display: block; width: 16px; height: 16px;
2753         background-image: url('../../../images/icons.png');
2754 }
2755 .article { background-position: 0px 0px;}
2756 .audio { background-position: -16px 0px;}
2757 .block { background-position: -32px 0px;}
2758 .drop { background-position: -48px 0px;}
2759 .drophide { background-position: -64px 0px;}
2760 .edit { background-position: -80px 0px;}
2761 .camera { background-position: -96px 0px;}
2762 .dislike { background-position: -112px 0px;}
2763 .like { background-position: -128px 0px;}
2764 .link { background-position: -144px 0px;}
2765
2766 .globe { background-position: 0px -16px;}
2767 .noglobe { background-position: -16px -16px;}
2768 .no { background-position: -32px -16px;}
2769 .pause { background-position: -48px -16px;}
2770 .play { background-position: -64px -16px;}
2771 .pencil { background-position: -80px -16px;}
2772 .small-pencil { background-position: -96px -16px;}
2773 .recycle { background-position: -112px -16px;}
2774 .remote-link { background-position: -128px -16px;}
2775 .share { background-position: -144px -16px;}
2776
2777 .tools { background-position: 0px -32px;}
2778 .lock { background-position: -16px -32px;}
2779 .unlock { background-position: -32px -32px;}
2780 .video { background-position: -48px -32px;}
2781 .youtube { background-position: -64px -32px;}
2782 .attach { background-position: -80px -32px; }
2783 .language { background-position: -96px -32px; }
2784 .prev { background-position: -112px -32px; }
2785 .next { background-position: -128px -32px; }
2786 .on { background-position: -144px -32px; }
2787
2788 .off { background-position: 0px -48px; }
2789 .starred { background-position: -16px -48px; }
2790 .unstarred { background-position: -32px -48px; }
2791 .tagged { background-position: -48px -48px; }
2792
2793
2794 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2795
2796 .attachtype {
2797         display: block; width: 20px; height: 23px;
2798         float: left;
2799         background-image: url('../../../images/content-types.png');
2800 }
2801
2802 .body-attach {
2803         margin-top: 10px;
2804 }
2805
2806 .type-video { background-position: 0px 0px; }
2807 .type-image { background-position: -20px 0px; }
2808 .type-audio { background-position: -40px 0px; }
2809 .type-text  { background-position: -60px 0px; }
2810 .type-unkn  { background-position: -80px 0px; }
2811
2812
2813 /* autocomplete popup */
2814 .acpopup {
2815         max-height:150px;
2816         background-color:#ffffff;
2817         overflow:auto;
2818         z-index:100000;
2819         border:1px solid #cccccc;
2820 }
2821 .acpopupitem {
2822         background-color:#ffffff; padding: 4px;
2823         clear:left;
2824 }
2825 .acpopupitem img {
2826         float: left;
2827         margin-right: 4px;
2828 }
2829
2830 .acpopupitem.selected {
2831         color: #FFFFFF; background: #3465A4;
2832 }