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