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