]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/style.css
Use placeholder attribute for Comment message
[friendica.git] / view / theme / frost / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  *
5  * Heavily modified for Frost
6  * Zach P
7  */
8
9
10 /* generals */
11 body {
12         font-family: helvetica,arial,freesans,clean,sans-serif;
13         font-size: 12px;
14 /*      line-height: 24px;*/
15         background-color: #ffffff;
16         background-image: url(head.jpg);
17         background-repeat: repeat-x;
18         color: #505050;
19         margin: 0px;
20 }
21
22 div.container {
23         display: block;
24         width: 785px;
25         margin-top: 0px;
26         margin-bottom: 0px;
27         margin-left: auto;
28         margin-right: auto;
29 }
30
31 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
32 a:hover {text-decoration: underline; }
33
34 input {
35         border: 1px solid #666666;
36         -moz-border-radius: 3px;
37         -webkit-border-radius: 3px;
38         border-radius: 3px;
39         padding: 3px;
40 }
41
42 img { border :0px; }
43
44 #id_openid_url, .openid input {
45    background: url(login-bg.gif) no-repeat;
46    background-position: 0 50%;
47    padding-left: 18px;
48 }
49 .openid:hover {
50
51 }
52
53 #id_openid_url {
54         width: 384px;
55 }
56
57 code {
58         font-family: Courier, monospace;
59         white-space: pre;
60         display: block;
61         overflow: auto;
62         border: 1px solid #444;
63         background: #EEE;
64         color: #444;
65         padding: 10px;
66         margin-top: 20px;
67 }
68
69 blockquote {
70         background-color: #f4f8f9;
71         border-left: 4px solid #dae4ee;
72         padding: 0.4em;
73 }
74
75 .icollapse-wrapper, .ccollapse-wrapper {
76         border: 1px solid #CCC;
77         padding: 5px;
78 }
79
80 .hide-comments-outer {
81         margin-left: 75px;
82         font-weight: 700;
83         opacity: 0.4;
84         border-bottom: 1px solid #AAA;
85 }
86 .hide-comments-outer:hover {
87         opacity: 1.0;
88         border-bottom: 1px solid #DDD; /* manually prevent the border from changing color */
89 }
90 .hide-comments {
91         margin-left: 5px;
92 }
93
94 #panel {
95         position: absolute;
96         z-index: 2;
97         width: 30%;
98         padding: 25px;
99
100 /*      background-color: ivory;
101         border: 1px solid #444;*/
102
103         border-radius: 7px;
104         background-color: #222;
105         color: #eee;
106 }
107
108 .heart {
109         color: #FF0000;
110         font-size: 100%;
111         margin-right: 5px;
112 }
113
114 .pull-right { float: right }
115
116 .btn {
117         outline: none;
118         -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
119         -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
120         box-shadow: inset 0px 1px 0px 0px #ffffff;
121         background-color: #ededed;
122         text-indent: 0;
123         border: 1px solid #dcdcdc;
124         display: inline-block;
125         color: #777777;
126         padding: 5px 10px;
127         text-align: center;
128         border-radius: 8px;
129 }
130 a.btn {
131         text-decoration: none;
132         color: inherit;
133 }
134
135 .menu-popup {
136         width: auto;
137         border: 2px solid #444444;
138         background: #FFFFFF;
139         position: absolute;
140         margin: 2px 0 0;
141         display: none;
142         z-index: 10000;
143 }
144
145 .menu-popup li a {
146         display: block;
147         padding: 2px;
148 }
149
150 .menu-popup li a:hover {
151         color: #FFFFFF;
152         background: #3465A4;
153         text-decoration: none;
154 }
155 ul.menu-popup li.divider {
156         height: 1px;
157         margin: 3px 0;
158         overflow: hidden;
159         background-color: #2d2d2d;
160 }
161
162
163 /* nav */
164 nav {
165         height: 94px;
166         width: 1100px;
167         display: block;
168         margin-top: 0px;
169         margin-bottom: 0px;
170         margin-left: auto;
171         margin-right: auto;
172 }
173 nav #site-location {
174         color: #888a85;
175         font-size: 0.8em;
176         position: absolute;
177 }
178
179 .error-message {
180         color: #FF0000;
181         font-size: 1.1em;
182         border: 1px solid #FF8888;
183         background-color: #FFEEEE;
184         padding: 10px;
185 }
186
187 .info-message {
188         color: #204a87;
189         font-size: 1.1em;
190         border: 1px solid #3465a4;
191         background-color: #d7e3f1;
192         padding: 10px;
193 }
194
195
196 nav #banner {
197         display: block;
198         margin-top: 14px;
199         position: absolute;
200 }
201 nav #banner #logo-text a {
202         font-size: 40px;
203         font-weight: bold;
204         margin-left: 3px;
205         color: #000000;
206
207 }
208 nav #banner #logo-text a:hover { text-decoration: none; }
209
210
211 /* ZP REMOVE? nav-commlink */
212 .nav-commlink, .nav-login-link {
213         display: block;
214         height: 15px;
215         margin-top: 67px;
216         margin-right: 2px;
217         /*padding: 6px 10px;*/
218         padding: 6px 3px;
219         float: left;
220         bottom: 140px;
221         border: 1px solid #babdb6;
222         border-bottom: 0px;
223         background-color: #aec0d3;
224         color: #565854;
225         -moz-border-radius: 3px 3px 0px 0px;
226         -webkit-border-radius: 3px 3px 0px 0px;
227         border-radius: 3px 3px 0px 0px;
228 }
229
230 .nav-commlink.selected {
231         background-color: #ffffff;
232         border-bottom: 1px solid #ffffff;
233         color: #000000 !important;
234         margin-top: 64px;
235         padding-top: 6px;
236         padding-bottom: 8px;
237 }
238
239 .nav-ajax-left.show {
240         position: absolute;
241         font-size: 0.8em;
242         top: 25px;
243         right: 5px;
244         padding: 1px 2px;
245         border-radius: 4px;
246         -moz-border-radius: 4px;
247         -webkit-border-radius: 4px;
248         background-color: gold !important;
249 }
250
251
252
253 nav #nav-link-wrapper .nav-link {
254         /*border-right: 1px solid #babdb6;*/
255 }
256
257 nav .nav-link img {
258         margin-top: 24px;
259         margin-bottom: 0.2em;
260         margin-right: 1em;
261         margin-left: 1em;
262         background-color: transparent !important;
263 }
264
265 .nav-button-container {
266         float: right;
267         position: relative;
268 }
269
270 .nav-button-container .nav-ajax-left {
271 }
272
273 .nav-menu-list {
274         text-align: center;
275         line-height: 18px;
276
277         border-left: 1px solid #AAAAAA;/*#444444;*/
278         border-right: 1px solid #AAAAAA;
279         border-top: 1px solid #AAAAAA;
280         border-bottom: 1px solid #AAAAAA;
281
282         -moz-box-shadow: 3px 3px 5px #555;
283         -webkit-box-shadow: 3px 3px 5px #555;
284         box-shadow: 3px 3px 5px #555;
285
286         background: #FFFFFF;
287
288         display: none;
289         list-style: none;
290
291         width: 10em;
292         position: absolute;
293         margin: 0px;
294         right: -33px;
295         padding: 1em 0px;
296
297         z-index: 10000;
298 }
299
300
301
302 div.main-container {
303         width: 1180px;
304         margin: 0px auto;
305         display: block;
306         position: relative;
307 }
308
309 /*div.main-content-loading {
310         position: absolute;
311         top: 200px;
312         left: 50%;
313         display: none;
314 }*/
315
316
317 /* aside */
318 aside {
319         display: block;
320         min-height: 112px;
321
322         width: 250px;
323
324         padding: 1em;
325         margin: 1em 0px 0px 0px;
326
327         position: absolute;
328
329 /*      float:left;*/
330 }
331
332 #subscribe-feed-link,
333 #dfrn-request-link {
334         display: block;
335         color: #FFFFFF;
336         -webkit-border-radius: 5px ;
337         -moz-border-radius: 5px;
338         border-radius: 5px;
339         padding: 5px;
340         font-weight: bold;
341         background: #3465a4 url('friendica-16.png') no-repeat 95% center;
342 }
343 #wallmessage-link {
344         display: block;
345         color: #FFFFFF;
346         -webkit-border-radius: 5px ;
347         -moz-border-radius: 5px;
348         border-radius: 5px;
349         padding: 5px;
350         font-weight: bold;
351         background-color: #3465a4;
352 }
353
354 /* section */
355 section {
356         width: 565px;
357
358         display: block;
359
360         margin-left: auto;
361         margin-right: auto;
362         margin-top: 0px;
363         margin-bottom: 0px;
364
365         padding-left: 1em;
366         padding-right: 1em;
367         padding-top: 0.5em;
368
369         background-color: #ffffff;
370 /*      background-image: url(border.jpg);
371         background-position: top left;
372         background-repeat: no-repeat;*/
373
374         min-height: 112px;
375 /*      border-top: 1px solid #babdb6;*/
376         border-top: 1px solid #CCC;
377         border-left: 1px solid #CCC;
378         border-right: 1px solid #CCC;
379         border-top-left-radius: 10px;
380         border-top-right-radius: 10px;
381 }
382
383 .tabs {
384         height: 27px;
385         /*background-image: url(head.jpg);
386         background-repeat: repeat-x;
387         background-position: 0px -20px;
388         border-bottom: 1px solid #babdb6;*/
389         padding:0px;
390 }
391 .tabs li { margin: 0px; list-style: none; }
392 .tabs a {
393 /*      background-image: url(head.jpg);
394         background-repeat: repeat-x;
395         background-position: 0px 0px;
396         background-size: auto 45px;*/
397
398         padding: 0.4em 0.5em;
399         margin-right: 0.5em;
400         margin-bottom: 0.5em;
401         border: 1px solid #aaa;
402         border-radius: 8px;
403         -moz-border-radius: 8px;
404         -webkit-border-radius: 8px;
405
406         box-shadow: -2px -2px 3px #aaa inset;
407         -moz-box-shadow: -2px -2px 3px #aaa inset;
408         -webkit-box-shadow: -2px -2px 3px #aaa inset;
409 }
410 .tab {
411         display:block;
412         float:left;
413         padding: 0.4em;
414         /*margin-right: 1em;*/
415         margin-right: 3px ;
416 }
417 .tab.active {
418         font-weight: bold;
419
420 /*      background-image: url(head-flipped.jpg);
421         background-position: 0px -20px;*/
422
423         box-shadow: 2px 2px 3px #aaa inset;
424         -moz-box-shadow: 2px 2px 3px #aaa inset;
425         -webkit-box-shadow: 2px 2px 3px #aaa inset;
426 }
427
428 #display-top-padding {
429         padding-top: 3em;
430 }
431
432 /* Contact-Header for the Network Stream */
433 #viewcontact_wrapper-network {
434         width: 100%;
435         min-height: 100px;
436         background-color: #FAFAFA;
437         border: 1px solid #DDDDDD;
438         border-radius: 5px;
439 }
440 #contact-entry-wrapper-network {
441         float: none;
442         width: auto;
443         height: auto;
444         padding: 10px;
445         margin: 0;
446 }
447 #contact-entry-accounttype-network {
448         font-size: 0.9em;
449 }
450 #contact-entry-name-network {
451         font-size: 1.5em;
452 }
453
454 /* footer */
455 footer {
456         text-align: center;
457         padding-bottom: 1em;
458 }
459
460 #maintenance-message {
461         font-size: 20px;
462         text-align: center;
463         margin-top: 10em;
464 }
465
466 .birthday-today, .event-today {
467         font-weight: bold;
468 }
469 /*
470 div.wall-item-content-wrapper.shiny {
471   background-image: url('shiny.png');
472   background-position: -5px 30px;
473   background-repeat:no-repeat;
474 }*/
475
476 .preview {
477         background: #FFFFC8;
478 }
479
480 #theme-preview {
481         margin: 15px 0 15px 150px;
482 }
483 #theme-version {
484         display: block;
485         font-weight: bold;
486 }
487 #theme-credits {
488         margin-top: 15px;
489         margin-bottom: 15px;
490 }
491
492 /* from default */
493 #jot-perms-icon,
494 #profile-location,
495 #profile-nolocation,
496 #profile-youtube,
497 #profile-video,
498 #profile-audio,
499 #profile-link,
500 #profile-title,
501 #wall-image-upload,
502 #wall-file-upload,
503 #profile-upload-wrapper,
504 #wall-image-upload-div,
505 #wall-file-upload-div,
506 .hover, .focus {
507         cursor: pointer;
508 }
509
510 #jot-perms-icon {
511         float: left;
512 }
513
514 #jot-title, #jot-category {
515         margin: 0px;
516         margin-bottom: 5px;
517
518         height: 20px;
519         width: 465px;
520         font-weight: bold;
521
522         border: 1px solid #ffffff;
523
524         display: block;
525         clear: left;
526 }
527
528 #jot-title::-webkit-input-placeholder{font-weight: normal;}
529 #jot-category::-webkit-input-placeholder{font-weight: normal;}
530 #jot-title:-moz-placeholder{font-weight: normal;}
531 #jot-category:-moz-placeholder{font-weight: normal;}
532
533
534 #jot-title:hover,
535 #jot-title:focus,
536 #jot-category:hover,
537 #jot-category:focus {
538         border: 1px solid #cccccc;
539 }
540
541 .jothidden { display:none; }
542
543
544 .fakelink, .fakelink:visited, .fakelink:link {
545         color: #3465a4;
546         text-decoration: none;
547         cursor: pointer;
548         margin-top: 15px;
549         margin-bottom: 15px;
550 }
551 .lockview {
552         cursor: pointer;
553 }
554
555 #group-sidebar {
556         margin-bottom: 10px;
557 }
558
559 .group-selected, .nets-selected, .fileas-selected, .categories-selected, .forum-selected {
560         padding: 3px;
561         -moz-border-radius: 3px;
562         -webkit-border-radius: 3px;
563         border-radius: 3px;
564         border: 1px solid #CCCCCC;
565         background: #F8F8F8;
566         font-weight: bold;
567 }
568
569 .settings-widget .selected {
570         padding: 3px;
571         -moz-border-radius: 3px;
572         -webkit-border-radius: 3px;
573         border-radius: 3px;
574         border: 1px solid #CCCCCC;
575         background: #F8F8F8;
576         font-weight: bold;
577 }
578
579 .fakelink:hover {
580         color: #3465a4;
581         text-decoration: underline;
582         cursor: pointer;
583 }
584 .smalltext {
585         font-size: 0.7em;
586 }
587 #sysmsg {
588         /*width: 600px;*/
589         margin-bottom: 10px;
590 }
591
592 #register-fill-ext {
593         margin-bottom: 25px;
594 }
595
596 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
597         float: left;
598         width: 350px;
599         margin-top: 10px;
600 }
601
602 #register-name, #register-email, #register-nickname {
603         float: left;
604         margin-top: 10px;
605         width: 150px;
606 }
607
608 #register-openid {
609         float: left;
610         margin-top: 10px;
611         width: 130px;
612 }
613
614 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
615         clear: both;
616 }
617
618 #register-nickname-desc {
619         margin-top: 30px;
620         width: 650px;
621 }
622 #register-sitename {
623         float: left;
624         margin-top: 10px;
625 }
626
627 #register-submit-button {
628         margin-top: 10px;
629 }
630
631 .login-form {
632         margin-top: -150px;
633 }
634 /*#login_standard {
635         width: 210px;
636         float: left;
637 }
638 #login_openid {
639         width: 210px;
640         margin-left: 250px;
641 }
642
643 #login_standard input,
644 #login_openid input {
645         width: 180px;
646 }
647
648 #login-extra-links {
649         clear: both;
650 }
651
652 #register-link, #lost-password-link {
653         float: left;
654         font-size: 80%;
655         margin-right: 15px;
656 }
657
658 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
659         height: 50px;
660 }
661
662 #login-submit-button {
663         margin-top: 10px;
664         margin-left: 200px;
665 }*/
666
667
668 input#dfrn-url {
669         float: left;
670         background: url(friendica-16.png) no-repeat;
671         background-position: 2px center;
672         font-size: 17px;
673         padding-left: 21px;
674         height: 21px;
675         background-color: #FFFFFF;
676         color: #000000;
677         margin-bottom: 20px;
678 }
679
680 #dfrn-url-label {
681         float: left;
682         width: 250px;
683 }
684
685 #dfrn-request-url-end {
686         clear: both;
687 }
688
689 #knowyouyes, #knowyouno {
690         float: left;
691 }
692
693 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
694
695         float: none;
696 }
697 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
698         float: left;
699         width: 75px;
700         margin-left: 50px;
701         margin-bottom: 7px;
702 }
703 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
704         clear: both;
705
706 }
707
708 #dfrn-request-message-wrapper {
709         margin-bottom: 50px;
710 }
711 #dfrn-request-submit-wrapper {
712         clear: both;
713         margin-left: 50px;
714 }
715
716 #dfrn-request-info-wrapper {
717         margin-left: 50px;
718 }
719
720
721
722 #cropimage-wrapper, #cropimage-preview-wrapper {
723         float: left;
724         padding: 30px;
725 }
726
727 #crop-image-form {
728         margin-top: 30px;
729         clear: both;
730 }
731
732 #croppa {
733         max-width: 510px;
734 }
735
736 .intro-wrapper {
737         margin-top: 20px;
738 }
739
740 .intro-fullname {
741         font-size: 1.1em;
742         font-weight: bold;
743
744 }
745 .intro-desc {
746         margin-bottom: 20px;
747         font-weight: bold;
748 }
749
750 .intro-note {
751         padding: 10px;
752 }
753
754 .intro-end {
755         padding: 30px;
756 }
757
758 .intro-form {
759         float: left;
760 }
761 .intro-approve-form {
762         clear: both;
763 }
764 .intro-approve-as-friend-end {
765         clear: both;
766 }
767 .intro-submit-approve, .intro-submit-ignore {
768         margin-right: 20px;
769 }
770 .intro-submit-approve {
771         margin-top: 15px;
772 }
773
774 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
775         float: left;
776         width: 100px;
777         margin-left: 20px;
778 }
779 .intro-approve-as-friend, .intro-approve-as-fan {
780         float: left;
781 }
782 .intro-form-end {
783         clear: both;
784 }
785 .intro-approve-as-friend-desc {
786         margin-top: 15px;
787 }
788 .intro-approve-as-end {
789         clear: both;
790         margin-bottom: 10px;
791 }
792
793 .intro-end {
794         clear: both;
795         margin-bottom: 30px;
796 }
797 .aprofile dt {
798         font-weight: bold;
799 }
800 #page-profile .title {
801         font-weight: bold;
802 }
803 #profile-vcard-break {
804         clear: both;
805 }
806 #profile-extra-links {
807         clear: both;
808         margin-top: 10px;
809 }
810
811 #profile-extra-links ul {
812         list-style-type: none;
813         padding: 0px;
814 }
815
816
817 #profile-extra-links li {
818         margin-top: 5px;
819 }
820
821 #profile-edit-links ul {
822         list-style-type: none;
823 }
824
825 #profile-edit-links li {
826         margin-top: 10px;
827 }
828 .profile-edit-side-div {
829         float: right;
830 }
831 .profile-edit-side-link {
832         opacity: 0.3;
833         filter:alpha(opacity=30);
834 }
835 .profile-edit-side-link:hover {
836         opacity: 1.0;
837         filter:alpha(opacity=100);
838 }
839
840 .view-contact-wrapper {
841         margin-top: 20px;
842         float: left;
843         margin-left: 20px;
844         width: 180px;
845 }
846
847 .contact-wrapper {
848         float: left;
849         width: 150px;
850         height: 150px;
851         overflow: auto;
852 }
853
854 #view-contact-end {
855         clear: both;
856 }
857
858
859 #viewcontacts {
860         margin-top: 15px;
861 }
862 #profile-edit-default-desc {
863         color: #FF0000;
864         border: 1px solid #FF8888;
865         background-color: #FFEEEE;
866         padding: 7px;
867 }
868
869 #profile-edit-clone-link-wrapper {
870         float: left;
871         margin-left: 50px;
872         margin-bottom: 20px;
873         width: 300px;
874 }
875
876
877 #profile-edit-links-end {
878         clear: both;
879         margin-bottom: 15px;
880 }
881
882 .profile-listing-photo {
883         border: none;
884 }
885
886 .profile-edit-submit-wrapper {
887         margin-top: 20px;
888         margin-bottom: 20px;
889 }
890
891 #profile-photo-link-select-wrapper {
892         margin-top: 2em;
893 }
894
895 #profile-photo-submit-wrapper {
896         margin-top: 10px;
897 }
898
899 #profile-photo-wrapper img {
900         width:175px;
901         height:175px;
902         padding: 12px;
903 }
904
905 #profile-edit-profile-name-label,
906 #profile-edit-name-label,
907 #profile-edit-pdesc-label,
908 #profile-edit-gender-label,
909 #profile-edit-dob-label,
910 #profile-edit-address-label,
911 #profile-edit-locality-label,
912 #profile-edit-region-label,
913 #profile-edit-postal-code-label,
914 #profile-edit-country-name-label,
915 #profile-edit-marital-label,
916 #profile-edit-sexual-label,
917 #profile-edit-politic-label,
918 #profile-edit-religion-label,
919 #profile-edit-pubkeywords-label,
920 #profile-edit-prvkeywords-label,
921 #profile-edit-xmpp-label,
922 #profile-edit-homepage-label,
923 #profile-edit-hometown-label {
924         font-weight: 700;
925         float: left;
926         width: 175px;
927 }
928
929 #profile-edit-profile-name,
930 #profile-edit-name,
931 #profile-edit-pdesc,
932 #gender-select,
933 #profile-edit-dob,
934 #profile-edit-address,
935 #profile-edit-locality,
936 #profile-edit-region,
937 #profile-edit-postal-code,
938 #profile-edit-country-name,
939 #marital-select,
940 #sexual-select,
941 #profile-edit-politic,
942 #profile-edit-religion,
943 #profile-edit-xmpp,
944 #profile-edit-pubkeywords,
945 #profile-edit-prvkeywords,
946 #profile-in-dir-yes,
947 #profile-in-dir-no,
948 #profile-in-netdir-yes,
949 #profile-in-netdir-no,
950 #hide-wall-yes,
951 #hide-wall-no,
952 #hide-friends-yes,
953 #hide-friends-no {
954         float: left;
955         margin-bottom: 20px;
956 }
957 #profile-edit-xmpp,
958 #profile-edit-pubkeywords,
959 #profile-edit-prvkeywords {
960         margin-bottom: 5px;
961 }
962 #settings-normal,
963 #settings-soapbox,
964 #settings-freelove,
965 #settings-community {
966         float: left;
967 }
968 #settings-notifications label {
969         margin-left: 20px;
970 }
971 #settings-notify-desc, #settings-activity-desc {
972         font-weight: bold;
973         margin-bottom: 15px;
974 }
975 #settings-pagetype-desc {
976         color: #666666;
977         margin-bottom: 15px;
978 }
979
980 #profile-in-dir-yes-label,
981 #profile-in-dir-no-label,
982 #profile-in-netdir-yes-label,
983 #profile-in-netdir-no-label,
984 #hide-wall-yes-label,
985 #hide-wall-no-label,
986 #hide-friends-yes-label,
987 #hide-friends-no-label {
988         margin-left: 125px;
989         float: left;
990         width: 50px;
991 }
992
993 #profile-edit-howlong-label,
994 #profile-edit-with-label {
995         display: block;
996         font-style: italic;
997         width: 175px;
998         margin-left: 50px;
999 }
1000 #profile-edit-howlong,
1001 #profile-edit-with {
1002         margin-bottom: 20px;
1003         margin-left: 50px;
1004 }
1005 /*#profile-edit-with-label {
1006         width: 175px;
1007         margin-left: 20px;
1008 }*/
1009
1010 #profile-publish-yes-reg,
1011 #profile-publish-no-reg {
1012         float: left;
1013         margin-bottom: 10px;
1014 }
1015
1016 #profile-publish-yes-label-reg,
1017 #profile-publish-no-label-reg {
1018         margin-left: 350px;
1019         float: left;
1020         width: 50px;
1021 }
1022
1023 #profile-publish-break-reg,
1024 #profile-publish-end-reg {
1025         clear: both;
1026 }
1027
1028
1029 #profile-edit-pdesc-desc,
1030 #profile-edit-xmpp-desc,
1031 #profile-edit-pubkeywords-desc,
1032 #profile-edit-prvkeywords-desc {
1033         float: left;
1034         margin-left: 20px;
1035         margin-bottom: 20px;
1036 }
1037 #profile-edit-prvkeywords-desc {
1038         margin-bottom: 0px;
1039 }
1040
1041
1042 /*#profile-edit-homepage, #profile-edit-hometown {
1043         float: left;
1044         margin-bottom: 35px;
1045 }*/
1046 #profile-edit-homepage,
1047 #profile-edit-hometown {
1048         float: left;
1049         margin-bottom: 25px;
1050 }
1051 #profile-edit-hometown {
1052         margin-bottom: 5px;
1053 }
1054 #settings-normal-label,
1055 #settings-soapbox-label,
1056 #settings-community-label,
1057 #settings-freelove-label {
1058         float: left;
1059         width: 200px;
1060 }
1061 #settings-normal-desc,
1062 #settings-soapbox-desc,
1063 #settings-community-desc,
1064 #settings-freelove-desc {
1065         /*float: left;
1066         margin-left: 75px;*/
1067     clear: left;
1068     color: #666666;
1069     display: block;
1070     margin-bottom: 20px
1071 }
1072
1073 #profile-edit-profile-name-end,
1074 #profile-edit-name-end,
1075 #profile-edit-pdesc-end,
1076 #profile-edit-gender-end,
1077 #profile-edit-dob-end,
1078 #profile-edit-address-end,
1079 #profile-edit-locality-end,
1080 #profile-edit-region-end,
1081 #profile-edit-postal-code-end,
1082 #profile-edit-country-name-end,
1083 #profile-edit-marital-end,
1084 #profile-edit-sexual-end,
1085 #profile-edit-politic-end,
1086 #profile-edit-religion-end,
1087 #profile-edit-pubkeywords-end,
1088 #profile-edit-prvkeywords-end,
1089 #profile-edit-homepage-end,
1090 #profile-edit-xmpp-end,
1091 #profile-edit-hometown-end,
1092 #profile-in-dir-break,
1093 #profile-in-dir-end,
1094 #profile-in-netdir-break,
1095 #profile-in-netdir-end,
1096 #hide-wall-break,
1097 #hide-wall-end,
1098 #hide-friends-break,
1099 #hide-friends-end,
1100 #settings-normal-break,
1101 #settings-soapbox-break,
1102 #settings-community-break,
1103 #settings-freelove-break {
1104         clear: both;
1105 }
1106 #profile-edit-marital-wrapper, #profile-edit-address-wrapper {
1107         margin-top: 50px;
1108 }
1109 #profile-edit-marital-end {
1110         margin-bottom: 20px;
1111 }
1112
1113 .settings-widget ul {
1114         list-style-type: none;
1115         padding: 0px;
1116 }
1117
1118 .settings-widget li {
1119         margin-left: 24px;
1120         margin-bottom: 8px;
1121 }
1122
1123
1124 #gender-select, #marital-select, #sexual-select {
1125         width: 220px;
1126 }
1127
1128 #profile-edit-profile-name-wrapper .required {
1129         color: #FF0000;
1130         float: left;
1131 }
1132
1133 #contacts-display-wrapper {
1134         padding-left: 0px;
1135 }
1136
1137 #contacts-search-wrapper {
1138         padding-top: 1em;
1139         padding-bottom: 2em;
1140         clear: left;
1141 }
1142
1143 #contacts-main {
1144         margin-top: 20px;
1145         margin-bottom: 20px;
1146 }
1147
1148 .contact-entry-wrapper {
1149         float: left;
1150         width: 262px;
1151         height: 90px;
1152         padding-right: 10px;
1153         margin: 0 10px 10px 0px;
1154 }
1155 .contact-entry-wrapper .contact-entry-photo-wrapper {
1156         float: left;
1157         margin-right: 10px;
1158 }
1159 #contacts-search-end {
1160         margin-bottom: 10px;
1161 }
1162
1163 .contact-entry-direction-icon {
1164         margin-top: 24px;
1165         margin-right: 2px;
1166 }
1167
1168 .contact-entry-photo img {
1169         border: none;
1170 }
1171 .contact-entry-photo a img {
1172         width: 80px;
1173         height: 80px;
1174 }
1175 .contact-entry-photo-end {
1176         clear: both;
1177 }
1178 .contact-entry-desc {
1179         overflow: hidden;
1180 }
1181 .contact-entry-name {
1182         /*float: left;*/
1183         margin-left: 0px;
1184         margin-right: 10px;
1185         padding-bottom: 5px;
1186         /*width: 120px;*/
1187         font-weight: 600;
1188         overflow: hidden;
1189 }
1190 .contact-entry-details {
1191         font-style: italic;
1192         font-size: 10px;
1193         font-weight: 500;
1194         white-space: nowrap;
1195         overflow: hidden;
1196         text-overflow: ellipsis;
1197 }
1198 .contact-entry-network {
1199         font-size: 10px;
1200         font-weight: 500;
1201 }
1202 .contact-entry-edit-links {
1203         margin-top: 6px;
1204         margin-left: 10px;
1205         width: 16px;
1206 }
1207 .contact-entry-nav-wrapper {
1208         float: left;
1209         margin-left: 10px;
1210 }
1211
1212 .contact-entry-edit-links img {
1213         border: none;
1214         margin-right: 15px;
1215 }
1216 .contact-entry-photo {
1217         float: left;
1218         position: relative;
1219 }
1220 .contact-entry-end {
1221         clear: both;
1222 }
1223
1224 #fsuggest-desc, #fsuggest-submit-wrapper {
1225         margin-top: 15px;
1226         margin-bottom: 15px;
1227 }
1228
1229 #network-star-link{
1230         margin-top: 10px;
1231 }
1232 .network-star {
1233         float: left;
1234         margin-right: 5px;
1235 }
1236 #network-bmark-link {
1237         margin-top: 10px;
1238 }
1239
1240 .toplevel_item {
1241         margin-bottom: 40px;
1242 }
1243
1244 .wall-item-content-wrapper {
1245         padding-top: 1em; /* wall-item-lock margin-top needs to match this */
1246         border-top: 2px solid #AAA;
1247         position: relative;
1248
1249 }
1250
1251 .wall-item-content-wrapper.comment {
1252         margin-top: 10px;
1253         padding-top: 0px;
1254         margin-left: 75px;
1255         border: none;
1256 }
1257
1258 .wall-item-response {
1259         font-style: italic;
1260         margin-left: 0px;
1261         opacity: 0.4;
1262 }
1263 .wall-item-respose:last-chid {
1264         margin-bottom: 15px;
1265 }
1266 .wall-item-response:hover {
1267         opacity: 1.0;
1268 }
1269
1270 .wall-item-response.comment {
1271         margin-left: 75px;
1272 }
1273 .wall-item-response.comment:last-chid  {
1274         margin-bottom: 0px;
1275 }
1276
1277 .wall-item-info {
1278         display: block;
1279         float: left;
1280         width:110px;
1281         margin-right:10px;
1282         margin-bottom:10px;
1283 }
1284 .comment .wall-item-info {
1285         width: 70px;
1286 }
1287
1288 /*.wall-item-photo-wrapper {
1289         margin-bottom: 10px;
1290         width: 100px;
1291 }*/
1292 .wall-item-photo-menu-button {
1293         display: block;
1294         position: absolute;
1295         background-image: url("photo-menu.jpg");
1296         background-position: top left;
1297         background-repeat: no-repeat;
1298         margin: 0px; padding: 0px;
1299         width: 16px;
1300         height: 16px;
1301         top: 76px; left:0px;
1302         overflow: hidden;
1303         text-indent: 40px;
1304         display: none;
1305
1306 }
1307 .wall-item-photo-menu {
1308         width: auto;
1309         border: 2px solid #444444;
1310         background: #FFFFFF;
1311         position: absolute;
1312 /*      left: 10px; top: 90px;*/
1313         left: 0px; top:92px;
1314         display: none;
1315         z-index: 10000;
1316 }
1317 .wall-item-photo-menu { margin:0px; padding: 0px; list-style: none }
1318 .wall-item-photo-menu li a { display: block; padding: 2px; }
1319 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1320
1321
1322 .comment .wall-item-photo-menu-button { /*top: 44px;*/ top: 34px;}
1323 .comment .wall-item-photo-menu { /*top: 60px;*/ top: 50px; }
1324
1325 .wallwall .wwto {
1326     left: 50px;
1327     margin: 0;
1328     position: absolute;
1329     top: 63px;
1330     width: 30px
1331 }
1332 .wallwall .wwto img {
1333         width: 30px !important;
1334         height: 30px !important;
1335 }
1336
1337 .wallwall /*.wall-item-photo-end*/ {
1338         clear: both;
1339 }
1340
1341 .wall-item-arrowphoto-wrapper {
1342     position: absolute;
1343     left: 75px;
1344     top: 63px;
1345     z-index: 100;
1346 }
1347 .wall-item-lock {
1348         margin-top: 1em; /* needs to match .wall-item-content-wrapper padding-top */
1349         left: 105px;
1350         position: absolute;
1351         top: 1px;
1352 }
1353 .comment .wall-item-lock {
1354         left: 65px;
1355         margin-top: 0px;
1356 }
1357
1358 .wall-item-ago, .wall-item-ago a {
1359         color: #888888;
1360         font-size: 0.8em;
1361 }
1362
1363 .wall-item-location {
1364         overflow: hidden;
1365         /* add ellipsis on text overflow               */
1366         /* this work on safari, opera, ie, chrome.     */
1367         /* firefox users have to wait support or we    */
1368         /* can use a jquery plugin http://bit.ly/zJskg */
1369         text-overflow: ellipsis;
1370         -o-text-overflow: ellipsis;
1371         width: 100%;
1372 }
1373
1374 .wall-item-like-buttons {
1375         float: left;
1376         margin-right: 10px;
1377 /*      padding-right: 10px; */
1378 /*      border-right: 2px solid #fff; */
1379 }
1380
1381 .like-rotator {
1382         margin-left: 5px;
1383 }
1384
1385 .wall-item-like-buttons > a,
1386 .wall-item-like-buttons > img {
1387         float: left;
1388 }
1389
1390 .wall-item-like-buttons img {
1391         cursor: pointer;
1392 }
1393
1394 .wall-item-tools a {
1395         border-radius: 4px;
1396         padding: 2px;
1397         background-position: center;
1398         background-size: initial !important;
1399 }
1400
1401 .wall-item-tools a.active {
1402         background-color: rgba(59, 101, 164, 0.5);
1403 }
1404
1405 .wall-item-share-buttons {
1406         margin-left: 10px;
1407         margin-right: 10px;
1408 }
1409
1410 .editpost,
1411 .star-item ,
1412 .tag-item,
1413 .filer-item,
1414 .event-item {
1415         margin-left: 10px;
1416         float: left;
1417 }
1418
1419 .wall-item-links-wrapper {
1420         float: left;
1421 }
1422
1423 .wall-item-delete-wrapper {
1424         float: right;
1425 }
1426
1427 /*.wall-item-delete-end {
1428         clear: both;
1429 }*/
1430
1431 .wall-item-delete-icon {
1432         border: none;
1433 }
1434
1435
1436 /*.wall-item-wrapper-end {
1437         clear: both;
1438 }*/
1439 .wall-item-name-link {
1440         font-weight: bold;
1441         text-decoration: none;
1442         color: #3172BD;
1443 }
1444 .wall-item-photo {
1445         border: none;
1446         border-radius: 7px;
1447         -moz-border-radius: 7px;
1448         -webkit-border-radius: 7px;
1449 }
1450 .comment .wall-item-photo {
1451         width: 50px !important;
1452         height: 50px !important;
1453         border-radius: 5px;
1454         -moz-border-radius: 5px;
1455         -webkit-border-radius: 5px;
1456 }
1457 .wall-item-content {
1458         margin-left: 10px;
1459         padding-right: 1em;
1460 /*      max-height: 500px;*/
1461         overflow: auto;
1462 }
1463
1464 .wall-item-content img {
1465         display: block;
1466         margin-top: 12px;
1467         margin-bottom: 12px;
1468         margin-right: auto;
1469         margin-left: auto;
1470 /*      max-width: 100%;*/
1471         max-width: 400px; /* to make room for the shadow */
1472         padding: 5px;
1473
1474         box-shadow: 0 0 10px #000;
1475         -moz-box-shadow: 0 0 10px #000;
1476         -webkit-box-shadow: 0 0 10px #000;
1477 }
1478
1479 .shared_content img {
1480         max-width: 100%;
1481 }
1482
1483 .comment .wall-item-content img {
1484         max-width: 370px;
1485 }
1486
1487 .wall-item-content img.smiley {
1488         display: inline;
1489         margin: auto;
1490         padding: 0;
1491         box-shadow: none;
1492         -moz-box-shadow: none;
1493         -webkit-box-shadow: none;
1494 }
1495
1496 .divgrow-showmore {
1497         display: block;
1498         clear: both;
1499         text-align: center;
1500         outline: 0;
1501         border-top: 1px dotted #888;
1502 }
1503
1504
1505
1506 .wall-item-title {
1507         float: left;
1508         font-weight: bold;
1509         font-size: 1.6em;
1510         /*width: 450px;*/
1511 }
1512
1513 /*.wall-item-title-end {
1514         clear: both;
1515 }*/
1516
1517 .wall-item-body {
1518         text-align: justify;
1519         float: left;
1520         clear: left;
1521         /*width: 450px;*/
1522         width: 100%;
1523         margin-top: 10px;
1524         line-height: 18px;
1525 }
1526
1527 .wall-item-body iframe {
1528         display: block;
1529         clear: both;
1530         margin-top: 1.5em;
1531         margin-bottom: 1.5em;
1532 }
1533
1534 .wall-item-tools {
1535         clear: both;
1536
1537         margin-top: 10px;
1538         margin-left: 0px;
1539         padding: 10px 10px 0px 2px;
1540
1541         height: 22px;
1542
1543         border-bottom: 1px solid #ddd;
1544 }
1545 .wall-item-author {
1546         margin-top: 0px;
1547 }
1548
1549 .comment .wall-item-tools {
1550         margin-left: 0px;
1551         margin-top: 5px;
1552         padding-top: 0px;
1553 }
1554
1555 .comment-edit-wrapper {
1556         margin-top: 15px;
1557         background: #f3f3f3;
1558         margin-left: 50px;
1559 }
1560
1561 .comment-wwedit-wrapper {
1562         display: block;
1563         margin-top: 15px;
1564         background: #f3f3f3;
1565         margin-left: 75px;
1566 }
1567
1568 .comment-wwedit-wrapper.comment {
1569         width: 300px;
1570         margin-left: 150px;
1571         border-radius: 10px;
1572 }
1573
1574 .comment-edit-photo {
1575         margin-top: 10px;
1576         margin-left: 10px;
1577         margin-bottom: 10px;
1578         width: 70px;
1579         float: left;
1580 }
1581 .comment-edit-photo img {
1582         width: 25px;
1583 }
1584 .comment .comment-edit-photo {
1585         width: 50px;
1586 }
1587 .comment-edit-text-empty, .comment-edit-text-full {
1588         float: left;
1589         margin-top: 10px;
1590         -moz-border-radius: 3px;
1591         -webkit-border-radius: 3px;
1592         border-radius: 3px;
1593         border: 1px solid #cccccc;
1594         padding: 3px 1px 1px 3px;
1595 }
1596
1597 .comment-edit-text-empty {
1598         color: gray;
1599         height: 30px;
1600         width: 175px;
1601         overflow: auto;
1602         margin-bottom: 10px;
1603 }
1604
1605 .comment-edit-text-full {
1606         color: black;
1607         height: 150px;
1608         width: 350px;
1609         overflow: auto;
1610 }
1611
1612 .comment .comment-edit-text-empty {
1613         height: 1.5em;
1614         width: 150px;
1615 }
1616
1617 .comment .comment-edit-text-full {
1618         margin-left: 10px;
1619         width: 275px;
1620 }
1621
1622 .comment-edit-text-end {
1623         clear: both;
1624 }
1625
1626 .comment-edit-submit {
1627         margin: 10px 0px 10px 110px;
1628 }
1629 .comment .comment-edit-submit {
1630         margin-left: 30px;
1631 }
1632
1633 .shared_header {
1634         border-top: 1px solid #aaa;
1635         color: #999;
1636
1637         height: 42px; /* 32 px for the image plus 10 px for the margin around the image */
1638         padding-top: 0.5em;
1639         margin-top: 1em;
1640         margin-bottom: 1em;
1641
1642 }
1643 .shared_header img {
1644         float: left;
1645
1646         margin: auto 1em auto auto;
1647         padding: 0;
1648
1649         box-shadow: none;
1650         -moz-box-shadow: none;
1651         -webkit-box-shadow: none;
1652 }
1653
1654 #profile-jot-plugin-wrapper,
1655 #profile-jot-submit-wrapper {
1656         margin-top: 15px;
1657 }
1658 #profile-jot-banner-wrapper {
1659         height: 1.5em;
1660         display: block;
1661         clear: left
1662 }
1663
1664 #profile-jot-submit {
1665         float: left;
1666 }
1667 #profile-upload-wrapper {
1668         float: left;
1669         margin-left: 30px;
1670 }
1671 #profile-attach-wrapper {
1672         float: left;
1673         margin-left: 15px;
1674 }
1675 #profile-rotator {
1676         float: left;
1677         margin-left: 30px;
1678 }
1679 #profile-link-wrapper {
1680         float: left;
1681         margin-left: 30px;
1682 }
1683 #profile-youtube-wrapper {
1684         float: left;
1685         margin-left: 15px;
1686 }
1687 #profile-video-wrapper {
1688         float: left;
1689         margin-left: 15px;
1690 }
1691 #profile-audio-wrapper {
1692         float: left;
1693         margin-left: 15px;
1694 }
1695 #profile-location-wrapper {
1696         float: left;
1697         margin-left: 15px;
1698 }
1699 #jot-preview-link {
1700         float: left;
1701         margin-left: 45px;
1702         margin-top: 0px !important;
1703 }
1704
1705
1706 #profile-nolocation-wrapper {
1707         float: left;
1708         margin-left: 15px;
1709 }
1710 #profile-title-wrapper {
1711         float: left;
1712         margin-left: 15px;
1713 }
1714
1715 #profile-jot-perms {
1716         float: left;
1717         margin-left: 100px;
1718         font-weight: bold;
1719         font-size: 1.2em;
1720 }
1721
1722
1723 #profile-jot-perms-end {
1724         /*clear: left;*/
1725         height: 30px;
1726 }
1727
1728 #profile-jot-plugin-end{
1729   clear: both;
1730 }
1731 .profile-jot-net {
1732         float: left;
1733         margin-right: 10px;
1734         margin-top: 5px;
1735         margin-bottom: 5px;
1736 }
1737
1738 #profile-jot-networks-end {
1739         clear: both;
1740 }
1741
1742 .profile-jot-box {
1743         margin-top: 50px;
1744 }
1745
1746 #profile-jot-end {
1747         /*clear: both;*/
1748         margin-bottom: 30px;
1749 }
1750 #about-jot-submit-wrapper {
1751         margin-top: 15px;
1752 }
1753 #about-jot-end {
1754         margin-bottom: 30px;
1755 }
1756 #contacts-main {
1757         margin-bottom: 30px;
1758 }
1759
1760 #profile-listing-desc {
1761         margin-left: 30px;
1762 }
1763
1764 #profile-listing-new-link-wrapper {
1765         margin-left: 30px;
1766         margin-bottom: 30px;
1767 }
1768 .profile-listing-photo-wrapper {
1769         float: left;
1770 }
1771
1772 .profile-listing-edit-buttons-wrapper {
1773         clear: both;
1774 }
1775 .profile-listing-photo-edit-link {
1776         float: left;
1777         width: 125px;
1778 }
1779 .profile-listing-end {
1780         clear: both;
1781 }
1782 .profile-listing-edit-buttons-wrapper img{
1783         border: none;
1784         margin-right: 20px;
1785 }
1786 .profile-listing {
1787         margin-top: 25px;
1788 }
1789 .profile-listing-name {
1790         float: left;
1791         margin-left: 32px;
1792         margin-top: 10px;
1793         color: #3172BD;
1794         font-weight: bold;
1795         width: 200px;
1796
1797 }
1798 .fortune {
1799         margin-top: 50px;
1800         color: #4444FF;
1801         font-weight: bold;
1802         margin-bottom: 20px;
1803 }
1804
1805
1806 .directory-end {
1807         clear: both;
1808 }
1809 .directory-name {
1810         text-align: center;
1811 }
1812 .directory-photo {
1813         margin-left: 25px;
1814 }
1815 .directory-details {
1816         font-size: 0.7em;
1817         text-align: center;
1818         margin-left: 5px;
1819         margin-right: 5px;
1820 }
1821 .directory-item {
1822         float: left;
1823 /*      width: 225px;
1824         height: 260px;*/
1825         padding-left: 25px;
1826         width: 150px;
1827         height: 225px;
1828         overflow: auto;
1829 }
1830
1831 #directory-search-wrapper {
1832         margin-top: 20px;
1833         margin-right: 20px;
1834         margin-bottom: 50px;
1835 }
1836
1837 #directory-search-end {
1838 }
1839
1840 .directory-photo-img {
1841         width: 125px;
1842         border: none;
1843 }
1844
1845 /* NOTE: The order of the "pager" items here is very important!
1846  * The concern is maintaining a decent-looking pager for people who still use
1847  * the numbers, while also having a nice-looking pager for people who use the
1848  * "older/newer" alternate. The numbers pager uses the _first, _last, etc. classes
1849  * while the newer pager just has bare <a> tags inside the div.pager. So the
1850  * following CSS sets everything up for the newer pager, then overrides those
1851  * settings for the specific classes used by the older pager.
1852  */
1853 .pager {
1854   margin-top: 35px;
1855   margin-bottom: 20px;
1856   padding: 10px 0px;
1857   text-align: center;
1858 }
1859
1860 .pager a {
1861         font-size: 1.5em;
1862         padding: 0.2em 1em;
1863         border: 1px solid #aaa;
1864         border-radius: 10px;
1865         -moz-border-radius: 10px;
1866         -webkit-border-radius: 10px;
1867 }
1868
1869
1870 .pager_first,
1871 .pager_last,
1872 .pager_prev,
1873 .pager_next,
1874 .pager_n,
1875 .scroll_loader_text {
1876 /*      background: #EEE;*/
1877 }
1878
1879 .pager_first a,
1880 .pager_last a,
1881 .pager_prev a,
1882 .pager_next a,
1883 .pager_n a {
1884     font-size: 0.97em;
1885         border: 1px solid black;
1886         border-radius: 7px;
1887         -moz-border-radius: 7px;
1888         -webkit-border-radius: 7px;
1889         text-decoration: none;
1890         padding: 4px 6px 4px 3px;
1891         opacity: 0.5;
1892 }
1893 .pager_first a:hover,
1894 .pager_last a:hover,
1895 .pager_prev a:hover,
1896 .pager_next a:hover,
1897 .pager_n a:hover {
1898         opacity: 1.0;
1899 }
1900
1901 .pager_current {
1902   font-size: 0.97em;
1903   border: 1px solid black;
1904   border-radius: 7px;
1905   background: #FFCCCC;
1906   padding: 4px 6px 4px 3px;
1907 }
1908
1909
1910 #advanced-profile-name-wrapper,
1911 #advanced-profile-gender-wrapper,
1912 #advanced-profile-dob-wrapper,
1913 #advanced-profile-age-wrapper,
1914 #advanced-profile-marital-wrapper,
1915 #advanced-profile-sexual-wrapper,
1916 #advanced-profile-homepage-wrapper,
1917 #advanced-profile-xmpp-wrapper,
1918 #advanced-profile-politic-wrapper,
1919 #advanced-profile-religion-wrapper,
1920 #advanced-profile-about-wrapper,
1921 #advanced-profile-interest-wrapper,
1922 #advanced-profile-contact-wrapper,
1923 #advanced-profile-music-wrapper,
1924 #advanced-profile-book-wrapper,
1925 #advanced-profile-tv-wrapper,
1926 #advanced-profile-film-wrapper,
1927 #advanced-profile-romance-wrapper,
1928 #advanced-profile-work-wrapper,
1929 #advanced-profile-education-wrapper {
1930         margin-top: 20px;
1931 }
1932
1933 #advanced-profile-name-text,
1934 #advanced-profile-gender-text,
1935 #advanced-profile-dob-text,
1936 #advanced-profile-age-text,
1937 #advanced-profile-marital-text,
1938 #advanced-profile-sexual-text,
1939 #advanced-profile-homepage-text,
1940 #advanced-profile-xmpp-text,
1941 #advanced-profile-politic-text,
1942 #advanced-profile-religion-text,
1943 #advanced-profile-about-text,
1944 #advanced-profile-interest-text,
1945 #advanced-profile-contact-text,
1946 #advanced-profile-music-text,
1947 #advanced-profile-book-text,
1948 #advanced-profile-tv-text,
1949 #advanced-profile-film-text,
1950 #advanced-profile-romance-text,
1951 #advanced-profile-work-text,
1952 #advanced-profile-education-text {
1953         width: 300px;
1954         float: left;
1955 }
1956
1957 #advanced-profile-name-end,
1958 #advanced-profile-gender-end,
1959 #advanced-profile-dob-end,
1960 #advanced-profile-age-end,
1961 #advanced-profile-marital-end,
1962 #advanced-profile-sexual-end,
1963 #advanced-profile-homepage-end,
1964 #advanced-profile-xmpp-end,
1965 #advanced-profile-politic-end,
1966 #advanced-profile-religion-end {
1967         height: 10px;
1968 }
1969
1970 #advanced-profile-about-end,
1971 #advanced-profile-interest-end,
1972 #advanced-profile-contact-end,
1973 #advanced-profile-music-end,
1974 #advanced-profile-book-end,
1975 #advanced-profile-tv-end,
1976 #advanced-profile-film-end,
1977 #advanced-profile-romance-end,
1978 #advanced-profile-work-end,
1979 #advanced-profile-education-end {
1980
1981
1982 }
1983
1984 #advanced-profile-name,
1985 #advanced-profile-gender,
1986 #advanced-profile-dob,
1987 #advanced-profile-age,
1988 #advanced-profile-marital,
1989 #advanced-profile-sexual,
1990 #advanced-profile-homepage,
1991 #advanced-profile-xmpp,
1992 #advanced-profile-politic,
1993 #advanced-profile-religion {
1994         float: left;
1995
1996 }
1997
1998
1999 #advanced-profile-about,
2000 #advanced-profile-interest,
2001 #advanced-profile-contact,
2002 #advanced-profile-music,
2003 #advanced-profile-book,
2004 #advanced-profile-tv,
2005 #advanced-profile-film,
2006 #advanced-profile-romance,
2007 #advanced-profile-work,
2008 #advanced-profile-education {
2009         margin-top: 10px;
2010         margin-left: 50px;
2011         margin-right: 20px;
2012         padding: 10px;
2013         border: 1px solid #CCCCCC;
2014 }
2015
2016 #advanced-profile-with {
2017         float: left;
2018         margin-left: 15px;
2019 }
2020
2021 #contact-edit-status-wrapper {
2022         padding: 10px;
2023         border: 1px solid #aaa;
2024         border-radius: 8px;
2025 }
2026
2027 #contact-edit-contact-status {
2028         font-weight: bold;
2029 }
2030 #contact-edit-actions {
2031         float: right;
2032         display: inline-block;
2033 }
2034
2035 #contact-edit-wrapper {
2036         margin-top: 10px;
2037 }
2038
2039 #contact-edit-banner-name {
2040         font-size: 1.4em;
2041         font-weight: bold;
2042 }
2043
2044 #contact-edit-poll-wrapper {
2045         margin-top: 15px;
2046 }
2047
2048 #contact-edit-poll-text {
2049         margin-top: 15px;
2050         margin-bottom: 5px;
2051 }
2052
2053 #contact-edit-update-now {
2054         margin-top: 15px;
2055 }
2056
2057 #contact-edit-links{
2058         clear: both;
2059 }
2060
2061 #contact-edit-links ul {
2062         list-style: none;
2063         list-style-type: none;
2064         margin-left: 0px;
2065         padding-left: 0px;
2066 }
2067
2068 #contact-edit-links li {
2069         margin-top: 5px;
2070 }
2071
2072 #contact-edit-nav-end {
2073         clear: both;
2074 }
2075
2076 #contact-edit-wrapper {
2077         width: 100%;
2078 }
2079
2080 #contact-edit-end {
2081         clear: both;
2082         margin-top: 15px;
2083 }
2084
2085 #contact-profile-selector {
2086         width: 175px;
2087         margin-left: 175px;
2088 }
2089
2090 .contact-edit-submit {
2091         margin-top: 10px;
2092         clear: left;
2093         display: block;
2094         margin-bottom: 45px;
2095 }
2096
2097
2098 .contact-photo-menu-button {
2099         position: absolute;
2100         background-image: url("photo-menu.jpg");
2101         background-position: top left;
2102         background-repeat: no-repeat;
2103         margin: 0px; padding: 0px;
2104         width: 16px;
2105         height: 16px;
2106         top: 64px; left:0px;
2107         overflow: hidden;
2108         text-indent: 40px;
2109         display: none;
2110
2111 }
2112 .contact-photo-menu {
2113         width: auto;
2114         border: 2px solid #444444;
2115         background: #FFFFFF;
2116         position: absolute;
2117         left: 0px; top: 90px;
2118         display: none;
2119         z-index: 10000;
2120 }
2121 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2122 .contact-photo-menu li a { display: block; padding: 2px; }
2123 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
2124
2125
2126 #block-message, #ignore-message, #archive-message, #lost-contact-message {
2127         color: #FF0000;
2128 }
2129
2130 #profile-edit-insecure {
2131         margin-top: 20px;
2132         color: #FF0000;
2133         font-size: 1.1em;
2134         border: 1px solid #FF8888;
2135         background-color: #FFEEEE;
2136         padding-left: 5px;
2137         /*: 3px 3px 3px 5px; */
2138         width: 587px;
2139 }
2140
2141 #profile-jot-text {
2142         height: 20px;
2143         color:#cccccc;
2144         border: 1px solid #cccccc;
2145         padding: 3px 0px 0px 5px;
2146         -moz-border-radius: 3px;
2147         border-radius: 3px;
2148 }
2149
2150
2151 /** acl **/
2152 #photo-edit-perms-select,
2153 #photos-upload-permissions-wrapper,
2154 #profile-jot-acl-wrapper{
2155         display:block!important;
2156 }
2157
2158 #photos-usage-message {
2159         margin-bottom: 15px;
2160 }
2161
2162
2163 #acl-wrapper {
2164         width: 580px;
2165         float:left;
2166 }
2167 #acl-search {
2168         float:right;
2169         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2170         padding-right:20px;
2171 }
2172 #acl-showall {
2173         float: left;
2174         display: block;
2175         width: auto;
2176         height: 18px;
2177         background-color: #cccccc;
2178         background-image: url("../../../images/show_all_off.png");
2179         background-position: 7px 7px;
2180         background-repeat: no-repeat;
2181         padding: 7px 5px 0px 30px;
2182         -webkit-border-radius: 5px ;
2183         -moz-border-radius: 5px;
2184         border-radius: 5px;
2185         color: #999999;
2186 }
2187 #acl-showall.selected {
2188         color: #000000;
2189         background-color: #ff9900;
2190         background-image: url("../../../images/show_all_on.png");
2191 }
2192
2193 #acl-list {
2194         height: 210px;
2195         border: 1px solid #cccccc;
2196         clear: both;
2197         margin-top: 30px;
2198         overflow: auto;
2199 }
2200 #acl-list-content {
2201
2202 }
2203 .acl-list-item {
2204         display: block;
2205         width: 170px;
2206         height: 30px;
2207         border: 1px solid #cccccc;
2208         margin: 5px;
2209         float: left;
2210 }
2211 .acl-list-item img{
2212         width:22px;
2213         height: 22px;
2214         float: left;
2215         margin: 4px;
2216 }
2217 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
2218 .acl-list-item a {
2219         font-size: 10px; /* 8px; */
2220         display: block;
2221         width: 50px;
2222         height: 12px;
2223         float: left;
2224         color: #999999;
2225         background-color: #cccccc;
2226         background-position: 3px 3px;
2227         background-repeat: no-repeat;
2228         margin-right: 5px;
2229         -webkit-border-radius: 2px ;
2230         -moz-border-radius: 2px;
2231         border-radius: 2px;
2232         padding-left: 15px;
2233 }
2234 #acl-wrapper a:hover {
2235         text-decoration: none;
2236         color:#000000;
2237 }
2238 .acl-button-show { background-image: url("../../../images/show_off.png"); }
2239 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
2240
2241 .acl-button-show.selected {
2242         color: #000000;
2243         background-color: #9ade00;
2244         background-image: url("../../../images/show_on.png");
2245 }
2246 .acl-button-hide.selected {
2247         color: #000000;
2248         background-color: #ff4141;
2249         background-image: url("../../../images/hide_on.png");
2250 }
2251 .acl-list-item.groupshow { border-color: #9ade00; }
2252 .acl-list-item.grouphide { border-color: #ff4141; }
2253 /** /acl **/
2254
2255
2256 #group-new-submit-wrapper {
2257         margin-top: 30px;
2258 }
2259
2260 #group-edit-name-label {
2261         float: left;
2262         width: 175px;
2263         margin-top: 20px;
2264         margin-bottom: 20px;
2265 }
2266
2267 #group-edit-name {
2268         float: left;
2269         width: 225px;
2270         margin-top: 20px;
2271         margin-bottom: 20px;
2272 }
2273
2274 #group-edit-name-wrapper {
2275
2276
2277 }
2278
2279
2280 #group_members_select_label {
2281         display: block;
2282         float: left;
2283         width: 175px;
2284 }
2285
2286 .group_members_select {
2287         float: left;
2288         width: 230px;
2289         overflow: auto;
2290 }
2291
2292 #group_members_select_end {
2293         clear: both;
2294 }
2295 #group-edit-name-end {
2296         clear: both;
2297 }
2298
2299 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2300         margin-bottom: 10px;
2301         margin-top: 20px;
2302 }
2303
2304 #prvmail-submit {
2305         float: left;
2306         margin-top: 10px;
2307         margin-right: 30px;
2308 }
2309 #prvmail-upload-wrapper,
2310 #prvmail-link-wrapper,
2311 #prvmail-rotator-wrapper {
2312         float: left;
2313         margin-top: 10px;
2314         margin-right: 10px;
2315         width: 24px;
2316 }
2317
2318 #prvmail-end {
2319         clear: both;
2320 }
2321
2322 .mail-list-sender,
2323 .mail-list-detail {
2324         float: left;
2325 }
2326 .mail-list-detail {
2327         margin-left: 20px;
2328 }
2329
2330 .mail-list-subject {
2331         font-size: 1.1em;
2332         margin-top: 10px;
2333 }
2334 a.mail-list-link {
2335     display: block;
2336     font-size: 1.3em;
2337     padding: 4px 0;
2338 }
2339
2340 /*
2341 *a.mail-list-link:hover {
2342 *       background-color: #15607B;
2343 *       color: #F5F6FB;
2344 *}
2345 */
2346
2347 .mail-list-outside-wrapper-end {
2348         clear: both;
2349 }
2350
2351 .mail-list-outside-wrapper {
2352         margin-top: 30px;
2353 }
2354
2355 .mail-list-delete-wrapper {
2356         float: right;
2357         margin-right: 30px;
2358         margin-top: 15px;
2359 }
2360
2361 .mail-list-delete-icon {
2362         border: none;
2363 }
2364
2365 .mail-conv-sender,
2366 .mail-conv-detail {
2367         float: left;
2368 }
2369 .mail-conv-detail {
2370         margin-left: 20px;
2371         margin-bottom: 10px;
2372         width: 500px;
2373 }
2374
2375 .mail-conv-subject {
2376     font-size: 1.4em;
2377     margin: 10px 0;
2378 }
2379
2380 .mail-conv-outside-wrapper-end {
2381         clear: both;
2382 }
2383
2384 .mail-conv-outside-wrapper {
2385         margin-top: 30px;
2386 }
2387
2388 .mail-conv-delete-wrapper {
2389         float: right;
2390         margin-right: 5px;
2391         margin-top: 15px;
2392 }
2393 .mail-conv-break {
2394         clear: both;
2395 }
2396
2397 .mail-conv-delete-icon {
2398         border: none;
2399 }
2400
2401 .message-links ul {
2402         list-style-type: none;
2403         padding: 0px;
2404 }
2405
2406 .message-links li {
2407         margin-top: 10px;
2408         float: left;
2409 }
2410 .message-links a {
2411         padding: 3px 5px;
2412 }
2413
2414 .message-links-end {
2415         clear: both;
2416 }
2417
2418 #poke-desc {
2419         margin: 5px 0 10px;
2420 }
2421
2422 #poke-wrapper  {
2423         padding: 10px 0 20px;
2424 }
2425
2426 #poke-recipient, #poke-action, #poke-privacy-settings {
2427         margin: 10px 0 30px;
2428 }
2429
2430 #poke-recip-label, #poke-action-label, #prvmail-message-label {
2431         margin: 10px 0 10px;
2432 }
2433
2434 #sidebar-group-list ul {
2435         list-style-type: none;
2436 }
2437
2438 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2439         display: inline-block;
2440         height: 12px;
2441         width: 12px;
2442 }
2443
2444 #sidebar-group-list li {
2445         margin-top: 10px;
2446 }
2447
2448 #forumlist-sidebar ul {
2449         list-style: none;
2450 }
2451
2452 .forumlist-img {
2453         height: 20px;
2454         width: 20px;
2455         vertical-align: middle;
2456 }
2457
2458 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
2459         list-style-type: none;
2460 }
2461
2462 .nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
2463         margin-top: 10px;
2464 }
2465
2466 .nets-link {
2467         margin-left: 24px;
2468 }
2469 .nets-all {
2470         margin-left: 42px;
2471 }
2472
2473 .fileas-link, .categories-link {
2474         margin-left: 24px;
2475 }
2476
2477 .fileas-all, .categories-all {
2478         margin-left: 0px;
2479 }
2480
2481 #search-save {
2482         margin-left: 5px;
2483 }
2484 .groupsideedit {
2485         margin-right: 10px;
2486 }
2487 #saved-search-ul {
2488         list-style-type: none;
2489 }
2490 .savedsearchdrop, .savedsearchterm {
2491         float: left;
2492         margin-top: 10px;
2493 }
2494 .savedsearchterm {
2495         margin-left: 10px;
2496 }
2497
2498
2499 #side-follow-wrapper {
2500         margin-top: 20px;
2501 }
2502 #side-follow-url, #side-peoplefind-url {
2503         margin-top: 5px;
2504 }
2505 #side-follow-submit, #side-peoplefind-submit {
2506         margin-top: 15px;
2507 }
2508
2509 #side-match-link {
2510         margin-top: 10px;
2511 }
2512
2513 aside input[type='text'] {
2514  width: 174px;
2515 }
2516
2517 .widget {
2518         border: 1px solid #DDDDDD;
2519         padding: 1em 2em;
2520         margin-top: 5px;
2521         -moz-border-radius:5px;
2522         -webkit-border-radius:5px;
2523         border-radius:5px;
2524
2525 }
2526
2527
2528 /*.photos {
2529         height: auto;
2530         overflow: auto;
2531 }*/
2532
2533 .photos-end {
2534         clear: both;
2535         margin-bottom: 25px;
2536 }
2537
2538 .photo-album-image-wrapper {
2539         float: left;
2540         margin-top: 15px;
2541         margin-right: 15px;
2542         margin-left: 15px;
2543 /*      width: 200px; height: 200px;
2544         overflow: hidden;
2545         position: relative; */
2546 }
2547 .photo-album-image-wrapper .caption {
2548         display: none;
2549         width: 100%;
2550 /*      position: absolute; */
2551         bottom: 0px;
2552         padding: 0.5em 0.5em 0px 0.5em;
2553         background-color: rgba(245, 245, 255, 0.8);
2554         border-bottom: 2px solid #CCC;
2555         margin: 0px;
2556 }
2557 .photo-album-image-wrapper a:hover .caption {
2558         display:block;
2559 }
2560
2561 #photo-album-end {
2562         clear: both;
2563         margin-bottom: 25px;
2564 }
2565
2566 .photo-top-image-wrapper {
2567 /*      position: relative;
2568         float: left;*/
2569         display: inline-block;
2570         vertical-align: top;
2571         margin-top: 15px;
2572         margin-right: 15px;
2573         margin-left: 15px;
2574         margin-bottom: 15px;
2575 /*      width: 200px; height: 200px;
2576         overflow: hidden; */
2577 }
2578 .photo-album-image-wrapper img, .photo-top-image-wrapper img {
2579         max-width: 225px;
2580         padding: 5px;
2581
2582         box-shadow: 0 0 10px #000;
2583         -moz-box-shadow: 0 0 10px #000;
2584         -webkit-box-shadow: 0 0 10px #000;
2585 }
2586 .photo-top-album-name {
2587         width: 100%;
2588         min-height: 2em;
2589 /*      position: absolute;  */
2590         bottom: 0px;
2591         padding: 0px 3px;
2592         padding-top: 0.5em;
2593         background-color: rgb(255, 255, 255);
2594 }
2595 #photo-top-end {
2596         clear: both;
2597 }
2598
2599 #photo-top-links {
2600         margin-bottom: 30px;
2601         margin-left: 30px;
2602 }
2603
2604 #photos-upload-form {
2605         padding-left: 90px;
2606 }
2607
2608 #photos-upload-newalbum-div {
2609         float: left;
2610         width: 175px;
2611         margin-top: 30px;
2612 }
2613
2614 #photos-upload-noshare {
2615         margin-bottom: 10px;
2616 }
2617 #photos-upload-existing-album-text {
2618         float: left;
2619         width: 175px;
2620 }
2621 #photos-upload-newalbum {
2622         margin-top: 30px;
2623         float: left;
2624 }
2625 #photos-upload-album-select {
2626         float: left;
2627 }
2628
2629 #photos-upload-spacer {
2630         margin-top: 25px;
2631 }
2632 #photos-upload-new-end, #photos-upload-exist-end {
2633         clear: both;
2634 }
2635 #photos-upload-exist-end {
2636         margin-bottom: 15px;
2637 }
2638 #photos-upload-submit {
2639         margin-top: 15px;
2640         margin-left: 90px;
2641 }
2642
2643 #photos_upload_applet_wrapper {
2644         margin-bottom: 15px;
2645 }
2646
2647 #photos-upload-no-java-message {
2648         margin-bottom: 15px;
2649 }
2650
2651 .video-top-wrapper {
2652         display: inline-block;
2653         vertical-align: top;
2654         margin-top: 15px;
2655         margin-right: 15px;
2656         margin-left: 15px;
2657         margin-bottom: 15px;
2658 }
2659
2660 #profile-jot-desc {
2661         /*float: left;*/
2662         /*width: 480px;*/
2663         width: 100%;
2664         color: #FF0000;
2665         margin-top: 10px;
2666         margin-bottom: 10px;
2667 }
2668
2669 #character-counter {
2670         float: right;
2671         font-size: 120%;
2672 }
2673
2674 #character-counter.grey {
2675         color: #888888;
2676 }
2677
2678 #character-counter.orange {
2679         color: orange;
2680 }
2681 #character-counter.red {
2682         color: red;
2683 }
2684
2685 #profile-jot-banner-end {
2686         /* clear: both; */
2687 }
2688
2689 #photos-upload-select-files-text {
2690         margin-top: 15px;
2691         margin-bottom: 15px;
2692 }
2693
2694 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2695         color: #8888FF;
2696         text-decoration: none;
2697         cursor: pointer;
2698 }
2699
2700 #photos-upload-perms-menu:hover {
2701         color: #0000FF;
2702         text-decoration: underline;
2703         cursor: pointer;
2704 }
2705 #settings-default-perms-menu {
2706         margin-top: 15px;
2707         margin-bottom: 15px;
2708 }
2709
2710 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, .photo-edit-rotate-label {
2711         float: left;
2712         width: 150px;
2713 }
2714
2715 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2716         font-weight: 700;
2717 }
2718
2719 #photos-upload-choosefile-outer-wrapper {
2720         margin-top: 35px;
2721         padding-left: 50px;
2722         margin-bottom: 4em;
2723 }
2724 #photos-upload-noshare-div {
2725         margin-top: 0px;
2726         margin-bottom: 15px;
2727 }
2728
2729 #photos-upload-noshare-label {
2730         margin-left: 30px;
2731 }
2732
2733 #photos-upload-noshare {
2734         float: left;
2735         margin-left: 5px;
2736 }
2737
2738 .photo-perms-icon {
2739         float: left;
2740 }
2741
2742 #photo-edit-perms-menu, #photos-upload-perms-menu, #settings-default-perms-menu {
2743         text-decoration: none;
2744 }
2745
2746 .photo-jot-perms-text {
2747         padding-top: 5px;
2748         padding-left: 25px;
2749 }
2750
2751 #photo-edit-perms, #photos-upload-perms, #settings-default-perms {
2752         margin-top: 30px;
2753 }
2754 #photos-upload-perms {
2755         margin-top: 15px;
2756         margin-left: 5px;
2757 }
2758
2759 #photo-edit-perms-end {
2760         margin-bottom: 15px;
2761 }
2762
2763 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2764         float: left;
2765         margin-bottom: 25px;
2766 }
2767 .photo-edit-rotate {
2768         margin-left: 20px;
2769 }
2770
2771 #photo-edit-link-wrap {
2772         margin-bottom: 15px;
2773 }
2774 #photo-like-div {
2775         margin-left: 15px;
2776         margin-bottom: 45px;
2777 }
2778
2779 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2780         clear: both;
2781 }
2782
2783 #photo-edit-rotate-end {
2784         margin-bottom: 15px;
2785 }
2786
2787 #photo-edit-delete-button {
2788 /*      margin-left: 270px;*/
2789         float: right;
2790 }
2791 #photos-upload-choose {
2792 /*      position: absolute;
2793         top: 0px;
2794         left: 55px;*/
2795 }
2796 .settings-submit, .profile-edit-submit-button {
2797         margin-bottom: 10px;
2798 }
2799
2800 #photo-edit-end {
2801         margin-bottom: 35px;
2802 }
2803 #photo-caption {
2804         font-size: 110%;
2805         font-weight: bold;
2806         margin-top: 15px;
2807         margin-bottom: 15px;
2808 }
2809
2810 #in-this-photo-text {
2811         color: #0000FF;
2812         margin-left: 30px;
2813 }
2814
2815 #in-this-photo {
2816         margin-left: 60px;
2817         margin-top: 10px;
2818         margin-bottom: 20px;
2819 }
2820
2821 #photo-album-edit-submit, #photo-album-edit-drop {
2822         margin-top: 15px;
2823         margin-bottom: 15px;
2824 }
2825
2826 #photo-album-edit-drop {
2827         margin-left: 200px;
2828 }
2829
2830 .group-delete-wrapper {
2831         float: right;
2832         margin-right: 50px;
2833 }
2834
2835 #install-dbhost-label,
2836 #install-dbuser-label,
2837 #install-dbpass-label,
2838 #install-dbdata-label,
2839 #install-tz-desc {
2840        float: left;
2841        width: 250px;
2842        margin-top: 10px;
2843        margin-bottom: 10px;
2844
2845 }
2846
2847 #install-dbhost,
2848 #install-dbuser,
2849 #install-dbpass,
2850 #install-dbdata {
2851        float: left;
2852        width: 200px;
2853        margin-left: 20px;
2854 }
2855
2856 #install-dbhost-end,
2857 #install-dbuser-end,
2858 #install-dbpass-end,
2859 #install-dbdata-end,
2860 #install-tz-end {
2861        clear: both;
2862 }
2863
2864 #install-form select#timezone_select {
2865        float: left;
2866        margin-top: 18px;
2867        margin-left: 20px;
2868 }
2869
2870 #dfrn-request-networks {
2871         margin-bottom: 30px;
2872 }
2873
2874 #pause {
2875   position: fixed;
2876   bottom: 5px;
2877   right: 5px;
2878 }
2879
2880 .sparkle {
2881         cursor: url('lock.cur'), pointer;
2882 /*      cursor: pointer !important; */
2883 }
2884
2885 .contact-block-div {
2886         float: left;
2887         width: 52px;
2888         height: 52px;
2889 }
2890 .contact-block-textdiv {
2891         float: left;
2892         width: 150px;
2893         height: 34px;
2894 }
2895
2896 #contact-block-end {
2897         clear: both;
2898 }
2899 .contact-block-link {
2900         float: left;
2901 }
2902 .contact-block-img {
2903         width:48px;
2904         height:48px;
2905 }
2906
2907 #tag-remove {
2908         margin-bottom: 15px;
2909 }
2910
2911 #tagrm li {
2912         margin-bottom: 10px;
2913 }
2914
2915 #tagrm-submit, #tagrm-cancel {
2916         margin-top: 25px;
2917 }
2918
2919 #tagrm-cancel {
2920         margin-left: 15px;
2921 }
2922
2923 .wall-item-conv {
2924         margin-top: 5px;
2925         margin-bottom: 25px;
2926 }
2927
2928 #search-submit {
2929         margin-left: 15px;
2930 }
2931
2932 #search-box {
2933         margin-bottom: 25px;
2934 }
2935
2936 .location-label, .gender-label, .marital-label, .homepage-label, .ympp-label, .network-label, .xmpp-label {
2937         float: left;
2938         text-align: right;
2939         display: block;
2940         width: 65px;
2941 }
2942
2943 .adr, .x-gender, .marital-text, .homepage-url, .x-network, .xmpp-data {
2944         float: left;
2945         display: block;
2946         margin-left: 8px;
2947 }
2948
2949 .profile-clear {
2950         clear: both;
2951 }
2952
2953
2954 .clear {
2955         clear: both;
2956 }
2957
2958 .cc-license {
2959         margin-top: 50px;
2960         font-size: 70%;
2961 }
2962
2963
2964 #plugin-settings-link, #account-settings-link {
2965         margin-bottom: 10px;
2966 }
2967
2968 #uexport-link {
2969         margin-bottom: 20px;
2970 }
2971
2972 /* end from default */
2973
2974
2975 .fn {
2976         padding: 0px 0px 5px 12px;
2977         font-size: 120%;
2978         font-weight: bold;
2979 }
2980
2981 .vcard .title,
2982 .vcard .p-addr,
2983 .vcard .account-type {
2984         margin-bottom: 5px;
2985         margin-left: 12px;
2986 }
2987 .vcard .account-type {
2988         font-size: 120%;
2989         margin-bottom: 13px;
2990 }
2991
2992 .vcard dl {
2993         clear: both;
2994 }
2995
2996 #birthday-title {
2997         float: left;
2998         font-weight: bold;
2999 }
3000
3001 #birthday-adjust {
3002         float: left;
3003         font-size: 75%;
3004         margin-left: 10px;
3005 }
3006
3007 #birthday-title-end {
3008         clear: both;
3009 }
3010
3011 .birthday-list {
3012         margin-left: 15px;
3013 }
3014
3015 #birthday-wrapper {
3016         margin-bottom: 20px;
3017 }
3018
3019 #network-new-link {
3020         margin-top: 15px;
3021         margin-bottom: 15px;
3022 }
3023
3024
3025 .tool-wrapper {
3026   float: left;
3027   margin-left: 15px;
3028 }
3029
3030 .tool-link {
3031   cursor: pointer;
3032 }
3033
3034 .eventcal {
3035         float: left;
3036         font-size: 20px;
3037 }
3038
3039 #event-summary-text {
3040         margin-top: 15px;
3041 }
3042
3043 #event-share-checkbox {
3044         float: left;
3045         margin-top: 10px;
3046 }
3047
3048 #event-share-text {
3049 /*      float: left;*/
3050         margin-top: 10px;
3051         margin-left: 5px;
3052 }
3053
3054 #event-share-break {
3055         clear: both;
3056         margin-bottom: 10px;
3057 }
3058
3059 #event-summary {
3060         width: 400px;
3061 }
3062
3063 .vevent {
3064         border: 1px solid #CCCCCC;
3065 }
3066
3067 .vevent .event-summary {
3068         margin-left: 10px;
3069         margin-right: 10px;
3070         font-weight: bold;
3071 }
3072
3073 .vevent .event-description, .vevent .event-location {
3074         margin-left: 10px;
3075         margin-right: 10px;
3076 }
3077 .vevent .event-start {
3078         margin-left: 10px;
3079         margin-right: 10px;
3080 }
3081
3082 #new-event-link {
3083         margin-bottom: 10px;
3084 }
3085
3086 .edit-event-link, .plink-event-link {
3087         float: left;
3088         margin-top: 4px;
3089         margin-right: 4px;
3090         margin-bottom: 15px;
3091 }
3092
3093 .event-description:before {
3094         content: url('../../../images/calendar.png');
3095         margin-right: 15px;
3096 }
3097
3098 .event-start, .event-end {
3099         margin-left: 10px;
3100         width: 330px;
3101         clear: both;
3102 }
3103
3104 .event-start .dtstart, .event-end .dtend {
3105         float: right;
3106 }
3107
3108 .event-list-date {
3109         margin-bottom: 10px;
3110 }
3111
3112 .prevcal, .nextcal {
3113         float: left;
3114         margin-left: 32px;
3115         margin-right: 32px;
3116         margin-top: 64px;
3117 }
3118 .event-calendar-end {
3119         clear: both;
3120 }
3121
3122
3123 .calendar {
3124         font-family: Courier, monospace;
3125 }
3126 .today {
3127         font-weight: bold;
3128         color: #FF0000;
3129 }
3130
3131 .settings-block {
3132         border: 1px solid #AAA;
3133         margin: 10px;
3134         padding: 10px;
3135 }
3136
3137 .app-title {
3138         margin: 10px;
3139 }
3140
3141 .itentity-match-wrapper {
3142         float: left;
3143         padding: 10px;
3144         width: 120px;
3145         height: 140px;
3146         margin-bottom: 20px;
3147 }
3148
3149 .identity-match-photo {
3150         float: left;
3151         text-align: center;
3152         width: 120px;
3153 }
3154
3155 .identity-match-name {
3156         text-align: center;
3157 }
3158
3159 .identity-match-details {
3160         float: left;
3161         text-align: center;
3162         width: 120px;
3163         overflow: hidden;
3164         font-size: 10px;
3165         font-weight: 500;
3166         color: #999999;
3167 }
3168
3169 .identity-match-break, .identity-match-end {
3170         clear: both;
3171 }
3172
3173 .identity-match-photo button {
3174         border: none;
3175         padding: 0;
3176         margin: 0;
3177         background: none;
3178         height: 80px;
3179         width: 80px;
3180 }
3181
3182 .selected-identity img {
3183         border: 2px solid #ff0000;
3184 }
3185
3186 #photo-prev-link, #photo-next-link {
3187         padding: 10px;
3188 }
3189 #photo-nav {
3190         position: relative;
3191         height: 55px;
3192 }
3193
3194 #photo-prev-link {
3195         position: absolute;
3196         left: 5px;
3197 }
3198 #photo-next-link {
3199         position: absolute;
3200         right: 5px;
3201 }
3202
3203 /*#photo-photo {
3204         float: left;
3205 }*/
3206 #photo-photo {
3207         display: block;
3208         margin-left: auto;
3209         margin-right: auto;
3210         margin-bottom: 2em;
3211         text-align: center;
3212 }
3213 #photo-photo img {
3214 /*      max-width: 555px;
3215         margin-left: 5px;*/
3216         max-width: 100%;
3217 }
3218 #photo-photo-end {
3219         clear: both;
3220 }
3221
3222 .profile-match-photo {
3223         float: left;
3224         text-align: center;
3225         width: 120px;
3226 }
3227
3228 .profile-match-name {
3229         float: left;
3230         text-align: center;
3231         width: 120px;
3232         overflow: hidden;
3233 }
3234
3235 .profile-match-break,
3236 .profile-match-end {
3237         clear: both;
3238 }
3239
3240 .profile-match-connect {
3241         text-align: center;
3242         font-weight: bold;
3243 }
3244
3245 .profile-match-wrapper {
3246         display: inline-block;
3247         padding: 10px;
3248         /*width: 120px;
3249         height: 120px;*/
3250         scroll: auto;
3251         margin-bottom: 2em;
3252         vertical-align: top;
3253 }
3254 .profile-match-wrapper .icon.drophide {
3255         margin-left: auto;
3256         margin-right: auto;
3257         margin-top: 1em;
3258 }
3259 #profile-match-wrapper-end {
3260         clear: both;
3261 }
3262 .side-link {
3263         margin-bottom: 15px;
3264 }
3265
3266 #group-members {
3267         margin-top: 20px;
3268         padding: 10px;
3269         height: 250px;
3270         overflow: auto;
3271         border: 1px solid #ddd;
3272 }
3273
3274 #group-members-end {
3275         clear: both;
3276 }
3277
3278 #group-separator {
3279         margin-top: 10px;
3280         margin-bottom: 10px;
3281 }
3282
3283 #group-all-contacts {
3284         padding: 10px;
3285         height: 450px;
3286         overflow: auto;
3287         border: 1px solid #ddd;
3288 }
3289
3290 #group-all-contacts-end {
3291         clear: both;
3292         margin-bottom: 10px;
3293 }
3294
3295 #group-edit-desc {
3296         margin-top: 15px;
3297 }
3298
3299
3300 #prof-members {
3301         margin-top: 20px;
3302         padding: 10px;
3303         height: 250px;
3304         overflow: auto;
3305         border: 1px solid #ddd;
3306 }
3307
3308 #prof-members-end {
3309         clear: both;
3310 }
3311
3312 #prof-separator {
3313         margin-top: 10px;
3314         margin-bottom: 10px;
3315 }
3316
3317 #prof-all-contacts {
3318         padding: 10px;
3319         height: 450px;
3320         overflow: auto;
3321         border: 1px solid #ddd;
3322 }
3323
3324 #prof-all-contacts-end {
3325         clear: both;
3326         margin-bottom: 10px;
3327 }
3328
3329 #prof-edit-desc {
3330         margin-top: 15px;
3331 }
3332
3333 #crepair-name-label,
3334 #crepair-nick-label,
3335 #crepair-attag-label,
3336 #crepair-url-label,
3337 #crepair-request-label,
3338 #crepair-confirm-label,
3339 #crepair-notify-label,
3340 #crepair-photo-label,
3341 #crepair-poll-label {
3342         float: left;
3343         width: 200px;
3344         margin-bottom: 15px;
3345 }
3346
3347 #crepair-name,
3348 #crepair-nick,
3349 #crepair-attag,
3350 #crepair-url,
3351 #crepair-request,
3352 #crepair-confirm,
3353 #crepair-notify,
3354 #crepair-photo,
3355 #crepair-poll {
3356         float: left;
3357         width: 300px;
3358 }
3359
3360
3361 #netsearch-box {
3362         margin-top: 20px;
3363 }
3364
3365 #netsearch-box #search-submit {
3366         margin: 5px 0px 0px 0px;
3367 }
3368
3369 .required {
3370         color: #FF0000;
3371 }
3372
3373 #event-start-text, #event-finish-text {
3374         margin-top: 10px;
3375         margin-bottom: 5px;
3376 }
3377
3378 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3379         float: left;
3380 }
3381 #event-datetime-break {
3382         margin-bottom: 10px;
3383 }
3384
3385 #event-nofinish-break, #event-adjust-break {
3386         clear: both;
3387 }
3388
3389 #event-desc-text, #event-location-text {
3390         margin-top: 10px;
3391         margin-bottom: 5px;
3392 }
3393 #event-submit {
3394         margin-top: 10px;
3395 }
3396
3397 .filesavetags, .categorytags {
3398         display: block;
3399         clear: left;
3400 }
3401
3402 .body-tag, .filesavetags, .categorytags {
3403         opacity: 0.5;
3404         filter:alpha(opacity=50);
3405 }
3406
3407 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3408         opacity: 1.0 !important;
3409         filter:alpha(opacity=100) !important;
3410 }
3411
3412 .item-select {
3413         opacity: 0.1;
3414         filter:alpha(opacity=10);
3415         float: right;
3416         margin-right: 10px;
3417
3418 }
3419 .item-select:hover, .checkeditem {
3420         opacity: 1;
3421         filter:alpha(opacity=100);
3422 }
3423
3424
3425 #item-delete-selected-top {
3426         margin-top: 30px;
3427         padding-bottom: 1.5em;
3428 }
3429 #item-delete-selected-top-icon, #item-delete-selected-top-desc {
3430         float: left;
3431         margin-right: 5px;
3432 }
3433 #item-delete-selected-top-desc:hover {
3434         text-decoration: underline;
3435 }
3436
3437 #item-delete-selected {
3438         margin-top: 0px;
3439 }
3440
3441 #item-delete-selected-end {
3442         clear: both;
3443 }
3444 #item-delete-selected-icon, #item-delete-selected-desc {
3445         float: left;
3446         margin-right: 5px;
3447 }
3448 #item-delete-selected-desc:hover {
3449         text-decoration: underline;
3450 }
3451
3452
3453 .notif-image {
3454         height: 80px;
3455         width: 80px;
3456         margin-right: 15px;
3457 }
3458 .notification-listing-end {
3459         clear: both;
3460         margin-bottom: 15px;
3461 }
3462
3463
3464
3465 /**
3466  * Plugins settings
3467  */
3468
3469 .settings-block > h3,
3470 .settings-heading {
3471         border-bottom: 1px solid #babdb6;
3472 }
3473
3474
3475 /**
3476  * Form fields
3477  */
3478 .field {
3479         margin-bottom: 10px;
3480         padding-bottom: 10px;
3481         overflow: auto;
3482         width: 100%
3483 }
3484 #wrapper_expire.field {
3485         margin-bottom: 3px;
3486         padding-bottom: 3px;
3487 }
3488
3489 .field label {
3490         float: left;
3491         width: 200px;
3492 }
3493 .field.yesno label {
3494         font-weight: 700;
3495 }
3496
3497 .field input,
3498 .field textarea {
3499         width: 400px;
3500 }
3501 .field input[type=checkbox],
3502 .field input[type=radio] {
3503         width: auto;
3504 }
3505 .field textarea { height: 100px; }
3506 .field_help {
3507         display: block;
3508         margin-left: 50px;
3509         color: #666666;
3510         clear: left;
3511 }
3512
3513 .field .onoff {
3514         float: left;
3515         width: 80px;
3516 }
3517 .field .onoff a {
3518         display: block;
3519         border:1px solid #666666;
3520         background-image:url("../../../images/onoff.jpg");
3521         background-repeat: no-repeat;
3522         padding: 4px 2px 2px 2px;
3523         height: 16px;
3524         text-decoration: none;
3525 }
3526 .field .onoff .off {
3527         border-color:#666666;
3528         padding-left: 40px;
3529         background-position: left center;
3530         background-color: #cccccc;
3531         color: #666666;
3532         text-align: right;
3533 }
3534 .field .onoff .on {
3535         border-color:#204A87;
3536         padding-right: 40px;
3537         background-position: right center;
3538         background-color: #D7E3F1;
3539         color: #204A87;
3540         text-align: left;
3541 }
3542 .hidden { display: none!important; }
3543
3544 /*.field.radio .field_help { clear: left; margin-left: 20px; }*/
3545 .field.radio .field_help { margin-left: 0px; }
3546
3547 /**
3548  * ADMIN
3549  */
3550 #pending-update {
3551         float:right;
3552         color: #ffffff;
3553         font-weight: bold;
3554         background-color: #FF0000;
3555         padding: 0em 0.3em;
3556
3557 }
3558 #adminpage dl {
3559         clear: left;
3560         margin-bottom: 2px;
3561         padding-bottom: 2px;
3562         border-bottom: 1px solid black;
3563 }
3564 #adminpage dt {
3565         width: 200px;
3566         float: left;
3567         font-weight: bold;
3568 }
3569 #adminpage dd {
3570         margin-left: 200px;
3571 }
3572
3573 #adminpage h3 {
3574         border-bottom: 1px solid #cccccc;
3575 }
3576 #adminpage .field label {
3577         font-weight: bold;
3578 }
3579 #adminpage .submit {
3580         clear:left;
3581         text-align: right;
3582 }
3583
3584 #adminpage #pluginslist {
3585         margin: 0px; padding: 0px;
3586 }
3587 #adminpage .plugin {
3588         list-style: none;
3589         display: block;
3590         border: 1px solid #888888;
3591         padding: 1em;
3592         margin-bottom: 5px;
3593         clear: left;
3594 }
3595 #adminpage .plugin .desc { margin-left: 2.5em;}
3596 #adminpage .toggleplugin {
3597         float:left;
3598         margin-right: 1em;
3599 }
3600
3601 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3602 #adminpage table th { text-align: left;}
3603 #adminpage td .icon, #adminpage td .tool { float: left;}
3604 #adminpage table#users img { width: 16px; height: 16px; }
3605 #adminpage table tr:hover { background-color: #bbc7d7; }
3606 #adminpage .selectall { text-align: right; }
3607
3608 #adminpage .screenshot img {
3609         max-width: 550px;
3610 }
3611
3612 /*
3613  * UPDATE
3614  */
3615 .popup {
3616         width: 100%; height: 100%;
3617         top:0px; left:0px;
3618         position: absolute;
3619         display: none;
3620 }
3621
3622 .popup .background {
3623         background-color: rgba(0,0,0,128);
3624         opacity: 0.5;
3625         width: 100%; height: 100%;
3626         position: absolute;
3627         top:0px; left:0px;
3628 }
3629 .popup .panel {
3630         top:25%;left:25%;width:50%;height:50%;
3631         padding: 1em;
3632         position: absolute;
3633         border: 4px solid #000000;
3634         background-color: #FFFFFF;
3635 }
3636 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; }
3637 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3638 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3639 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3640 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3641
3642 /**
3643  * OAuth
3644  */
3645 .oauthapp {
3646         height: auto; overflow: auto;
3647         border-bottom: 2px solid #cccccc;
3648         padding-bottom: 1em;
3649         margin-bottom: 1em;
3650 }
3651 .oauthapp img {
3652         float: left;
3653         width: 48px; height: 48px;
3654         margin: 10px;
3655 }
3656 .oauthapp img.noicon {
3657         background-image: url("../../../images/icons/48/plugin.png");
3658         background-position: center center;
3659         background-repeat: no-repeat;
3660 }
3661 .oauthapp a {
3662         float: left;
3663 }
3664
3665 /**
3666  * ICONS
3667  */
3668 .iconspacer {
3669         display: block; width: 16px; height: 16px;
3670 }
3671
3672 .icon {
3673         display: block; width: 16px; height: 16px;
3674         background-image: url('../../../images/icons.png');
3675 }
3676 .article { background-position: 0px 0px;}
3677 /*.audio { background-position: -16px 0px;}*/
3678 .icon.audio {
3679         display: block; width: 24px; height: 24px;
3680         background-size: 100% 100%;
3681         background-image: url('images/speaker.png');
3682         background-repeat: no-repeat;
3683 }
3684 .block { background-position: -32px 0px;}
3685 /*.drop { background-position: -48px 0px;}*/
3686 .icon.drop {
3687         display: block; width: 16px; height: 16px;
3688         background-size: 100% 100%;
3689         background-image: url('images/drop-16.png');
3690         background-repeat: no-repeat;
3691         opacity: 1.0;
3692 }
3693 /*.drophide { background-position: -64px 0px;}*/
3694 .icon.drophide {
3695         display: block; width: 16px; height: 16px;
3696         background-size: 100% 100%;
3697         background-image: url('images/drop-16.png');
3698         background-repeat: no-repeat;
3699         opacity: 0.4;
3700 }
3701 .icon.drophide:hover {
3702         display: block; width: 16px; height: 16px;
3703         background-size: 100% 100%;
3704         background-image: url('images/drop-16.png');
3705         background-repeat: no-repeat;
3706         opacity: 1.0;
3707 }
3708 .edit { background-position: -80px 0px;}
3709 /*.camera { background-position: -96px 0px;}*/
3710 .icon.camera{
3711         display: block; width: 24px; height: 18px;
3712         margin-top: 4px;
3713         background-size: 100% 100%;
3714         background-image: url('images/camera.png');
3715         background-repeat: no-repeat;
3716 }
3717 /*.dislike { background-position: -112px 0px;}*/
3718 .tool.dislike {
3719         display: block; width: 15px; height: 16px;/* 23 24*/
3720         background-size: 100% 100%;
3721         background-image: url('images/disapprove-16.png');
3722         background-repeat: no-repeat;
3723         opacity: 0.4;
3724 }
3725 .tool.dislike:hover {
3726         opacity: 1.0;
3727 }
3728 /*.like { background-position: -128px 0px;}*/
3729 .tool.like {
3730         display: block; width: 15px; height: 16px;/* 23 24*/
3731         margin-right: 6px;
3732         background-size: 100% 100%;
3733         background-image: url('images/approve-16.png');
3734         background-repeat: no-repeat;
3735         opacity: 0.4;
3736 }
3737 .tool.like:hover {
3738         opacity: 1.0;
3739 }
3740 /*.link { background-position: -144px 0px;}*/
3741 .icon.link {
3742         display: block; width: 24px; height: 24px;
3743         background-size: 100% 100%;
3744         background-image: url('images/link.png');
3745         background-repeat: no-repeat;
3746 }
3747
3748 /*.globe { background-position: 0px -16px;}*/
3749 .icon.globe {
3750         display: block; width: 24px; height: 24px;
3751         background-size: 100% 100%;
3752         background-image: url('images/globe.png');
3753         background-repeat: no-repeat;
3754 }
3755 /*.noglobe { background-position: -16px -16px;}*/
3756 .icon.noglobe {
3757         display: block; width: 24px; height: 24px;
3758         background-size: 100% 100%;
3759         background-image: url('images/noglobe.png');
3760         background-repeat: no-repeat;
3761 }
3762 .no { background-position: -32px -16px;}
3763 .pause { background-position: -48px -16px;}
3764 .play { background-position: -64px -16px;}
3765 /*.pencil { background-position: -80px -16px;}*/
3766 .tool.pencil {
3767         display: block; width: 16px; height: 16px;
3768         background-size: 100% 100%;
3769         background-image: url('images/pencil-16.png');
3770         background-repeat: no-repeat;
3771         opacity: 0.4;
3772 }
3773 .tool.pencil:hover {
3774         opacity: 1.0;
3775 }
3776 /*.small-pencil { background-position: -96px -16px;}*/
3777 .icon.small-pencil {
3778         display: block; width: 16px; height: 16px;
3779         background-size: 100% 100%;
3780         background-image: url('images/pencil-16.png');
3781         background-repeat: no-repeat;
3782         opacity: 0.4;
3783 }
3784 .icon.small-pencil:hover {
3785         opacity: 1.0;
3786 }
3787 /*.recycle { background-position: -112px -16px;}*/
3788 .tool.recycle {
3789         display: block; width: 16px; height: 16px;/*24 23*/
3790         background-size: 100% 100%;
3791         background-image: url('images/recycle-16.png');
3792         background-repeat: no-repeat;
3793         opacity: 0.4;
3794 }
3795 .tool.recycle:hover {
3796         opacity: 1.0;
3797 }
3798 /*.remote-link { background-position: -128px -16px;}*/
3799 .icon.remote-link {
3800         display: block; width: 16px; height: 16px;
3801         background-size: 100% 100%;
3802         background-image: url('images/remote-link-16.png');
3803         background-repeat: no-repeat;
3804         opacity: 0.4;
3805 }
3806 .icon.remote-link:hover {
3807         opacity: 1.0;
3808 }
3809 .share { background-position: -144px -16px;}
3810
3811 .tools { background-position: 0px -32px;}
3812 /*.lock { background-position: -16px -32px;}*/
3813 .icon.lock {
3814         display: block; width: 14px; height: 21px;
3815         margin-top: 1px;
3816         background-size: 100% 100%;
3817         background-image: url('images/lock-24.png');
3818         background-repeat: no-repeat;
3819 }
3820 /*.unlock { background-position: -32px -32px;}*/
3821 .icon.unlock {
3822         display: block; width: 14px; height: 24px;
3823         margin-top: -2px;
3824         background-size: 100% 100%;
3825         background-image: url('images/unlock-24.png');
3826         background-repeat: no-repeat;
3827 }
3828 /*.video { background-position: -48px -32px;}*/
3829 .icon.video {
3830         display: block; width: 24px; height: 24px;
3831         background-size: 100% 100%;
3832         background-image: url('images/video.png');
3833         background-repeat: no-repeat;
3834 }
3835 /*.oembed.video {
3836         display: inline; width: auto; height: auto;
3837         background-image: none;
3838 }*/
3839
3840 .youtube { background-position: -64px -32px;}
3841 /*.attach { background-position: -80px -32px; }*/
3842 .icon.attach {
3843         display: block; width: 24px; height: 24px;
3844         background-size: 100% 100%;
3845         background-image: url('images/paperclip-24.png');
3846         background-repeat: no-repeat;
3847 }
3848
3849 .language { background-position: -96px -32px; }
3850 .prev { background-position: -112px -32px; }
3851 .next { background-position: -128px -32px; }
3852 .on { background-position: -144px -32px; }
3853
3854 .off { background-position: 0px -48px; }
3855 /*.starred { background-position: -16px -48px; }*/
3856 .tool.starred {
3857         display: block; width: 16px; height: 16px;
3858         background-size: 100% 100%;
3859         background-image: url('images/star-yellow-16.png');
3860         background-repeat: no-repeat;
3861 }
3862 /*.unstarred { background-position: -32px -48px; }*/
3863 .tool.unstarred {
3864         display: block; width: 16px; height: 16px;
3865         background-size: 100% 100%;
3866         background-image: url('images/star-16.png');
3867         background-repeat: no-repeat;
3868         opacity: 0.4;
3869 }
3870 .tool.unstarred:hover {
3871         opacity: 1.0;
3872 }
3873 /*.tagged { background-position: -48px -48px; }*/
3874 .tool.tagged {
3875         display: block; width: 16px; height: 16px;
3876         background-size: 100% 100%;
3877         background-image: url('images/tag-16.png');
3878         background-repeat: no-repeat;
3879         opacity: 0.4;
3880 }
3881 .tool.tagged:hover {
3882         opacity: 1.0;
3883 }
3884 .yellow { background-position: -64px -48px; }
3885
3886
3887 .filer-icon {
3888 /*      display: block; width: 16px; height: 16px;
3889         background-image: url('file.gif');*/
3890         display: block; width: 16px; height: 16px;
3891         background-size: 100% 100%;
3892         background-image: url('images/folder-16.png');
3893         background-repeat: no-repeat;
3894         opacity: 0.4;
3895 }
3896 .filer-icon:hover {
3897         opacity: 1.0;
3898 }
3899
3900 .event-icon {
3901         display: block; width: 16px; height: 16px;
3902         background-size: 100% 100%;
3903         background-repeat: no-repeat;
3904         opacity: 0.4;
3905 }
3906 .event-attend-icon { background-image: url('images/event-attend-16.png'); }
3907 .event-maybeattend-icon { background-image: url('images/event-maybeattend-16.png'); }
3908 .event-dontattend-icon { background-image: url('images/event-dontattend-16.png'); }
3909
3910 .event-icon:hover {
3911         opacity: 1.0;
3912 }
3913
3914
3915 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3916 /*[class^="comment-edit-bb"] {*/
3917 .comment-edit-bb {
3918         list-style: none;
3919         display: none;
3920         margin: 0px 0 -5px 60px;
3921         width: 75%;
3922 }
3923 .comment .comment-edit-bb {
3924         width: 300px;
3925         margin: 0px;
3926 }
3927 /*[class^="comment-edit-bb"] > li {*/
3928 .comment-edit-bb > li {
3929         display: inline-block;
3930         margin: 10px 10px 0 0;
3931         visibility: none;
3932 }
3933 /*[class^="comment-edit-bb-end"] {
3934         clear: both;
3935 }*/
3936 .editicon {
3937     display: inline-block;
3938 /*    background-image: url(bbedit.png);
3939         background-color: #fff;*/
3940         background-size: 100% 100%;
3941         background-repeat: no-repeat;
3942         background-color: #f3f3f3;
3943     text-decoration: none;
3944         opacity: 0.4;
3945 }
3946 .editicon:hover {
3947 /*      background-color: #ccc;*/
3948         opacity: 1.0;
3949 }
3950 .boldbb {
3951 /*      background-position: 0px 0px;*/
3952     width: 15px;
3953     height: 16px;
3954         background-image: url('images/boldB-serif-16.png');
3955 }
3956 /*.boldbb:hover {
3957         background-position: 0px -16px;
3958 }*/
3959 .italicbb {
3960 /*      background-position: -16px 0px;*/
3961     width: 9px;
3962     height: 16px;
3963         background-image: url('images/italicI-serif-16.png');
3964 }
3965 /*.italicbb:hover {
3966         background-position: -16px -16px;
3967 }*/
3968 .underlinebb {
3969 /*      background-position: -32px 0px;*/
3970     width: 14px;
3971     height: 16px;
3972         background-image: url('images/underlineU-serif-16.png');
3973 }
3974 /*.underlinebb:hover {
3975         background-position: -32px -16px;
3976 }*/
3977 .quotebb {
3978 /*      background-position: -48px 0px;*/
3979     width: 20px;
3980     height: 20px;
3981         background-image: url('images/quote.png');
3982 }
3983 /*.quotebb:hover {
3984         background-position: -48px -16px;
3985 }*/
3986 .codebb {
3987 /*      background-position: -64px 0px;*/
3988     width: 20px;
3989     height: 20px;
3990         background-image: url('images/code.png');
3991 }
3992 /*.codebb:hover {
3993         background-position: -64px -16px;
3994 }*/
3995 .imagebb {
3996 /*      background-position: -80px 0px;*/
3997     width: 20px;/*16*/
3998     height: 15px;/*12*/
3999         margin-bottom: 2px;
4000         background-image: url('images/camera.png');
4001 }
4002 /*.imagebb:hover {
4003         background-position: -80px -16px;
4004 }*/
4005 .urlbb {
4006 /*      background-position: -96px 0px;*/
4007         width: 20px;
4008         height: 20px;
4009         background-image: url('images/link.png');
4010 }
4011 /*.urlbb:hover {
4012         background-position: -96px -16px;
4013 }*/
4014 .videobb {
4015 /*      background-position: -112px 0px;*/
4016         width: 20px;
4017         height: 20px;
4018         background-image: url('images/video.png');
4019 }
4020 /*.videobb:hover {
4021         background-position: -112px -16px;
4022 }*/
4023
4024 .attachtype {
4025         display: block;
4026         float: left;
4027         background-size: 100% 100%;
4028         width: 48px;
4029         height: 48px;
4030         background-image: url('images/oxygen/unknown.png');
4031 }
4032
4033 .body-attach {
4034         margin-top: 10px;
4035 }
4036
4037 /*.type-video { background-position: 0px 0px; }
4038 .type-image { background-position: -20px 0px; }
4039 .type-audio { background-position: -40px 0px; }
4040 .type-text  { background-position: -60px 0px; }
4041 .type-unkn  { background-position: -80px 0px; }*/
4042 .type-video {
4043         background-image: url('images/oxygen/video-x-generic.png');
4044         background-size: 100% 100%;
4045         width: 48px;
4046         height: 48px;
4047 }
4048 .type-image {
4049         background-image: url('images/oxygen/image-x-generic.png');
4050         background-size: 100% 100%;
4051         width: 48px;
4052         height: 48px;
4053 }
4054 .type-audio {   background-image: url('images/oxygen/audio-x-generic.png');
4055         background-size: 100% 100%;
4056         width: 48px;
4057         height: 48px;
4058 }
4059
4060 .type-text  {
4061         background-image: url('images/oxygen/text-x-generic-2.png');
4062         background-size: 100% 100%;
4063         width: 48px;
4064         height: 48px;
4065 }
4066 .subtype-msword, .subtype-vnd-openxmlformats-officedocument-wordprocessingml-document  {
4067         background-image: url('images/oxygen/application-msword.png');
4068         background-size: 100% 100%;
4069         width: 48px;
4070         height: 48px;
4071 }
4072 .subtype-pdf  {
4073         background-image: url('images/oxygen/application-pdf.png');
4074         background-size: 100% 100%;
4075         width: 48px;
4076         height: 48px;
4077 }
4078 /*.type-unkn  {
4079         background-image: url('images/oxygen/unknown.png');
4080         background-size: 100% 100%;
4081         width: 48px;
4082         height: 48px;
4083 }*/
4084
4085
4086
4087 /* autocomplete popup */
4088 .acpopup, .acpopup-mce {
4089         background-color:#ffffff;
4090         overflow:auto;
4091         z-index:100000;
4092         border:1px solid #cccccc;
4093 }
4094 .acpopup-mce {
4095         max-height:150px;
4096 }
4097 .acpopupitem {
4098         background-color:#ffffff; padding: 4px;
4099         clear:left;
4100 }
4101 .acpopupitem img {
4102         float: left;
4103         margin-right: 4px;
4104 }
4105
4106 .acpopupitem.selected {
4107         color: #FFFFFF; background: #3465A4;
4108 }
4109
4110 ul.acpopup {
4111         list-style: none;
4112         float: left;
4113         min-width: 160px;
4114         padding: 5px 0;
4115         margin: 2px 0 0;
4116 }
4117 nav .acpopup {
4118         width: 290px;
4119         margin-left: -35px;
4120         max-height: 450px;
4121         max-width: 300px;
4122         overflow-y: auto;
4123         overflow-x: hidden;
4124         margin-top: 0px;
4125 }
4126 img.acpopup-img {
4127         float: left;
4128         width: 36px;
4129         height: 36px;
4130         margin-right: 5px;
4131         vertical-align: middle;
4132 }
4133 .acpopup-contactname {
4134         padding-top: 2px;
4135         font-weight: bold;
4136         line-height: 1em;
4137         white-space: nowrap;
4138         overflow: hidden;
4139         text-overflow: ellipsis;
4140         display: block;
4141 }
4142 .acpopup-sub-text {
4143         color: #777;
4144         font-size: 0.833em;
4145         line-height: 1em;
4146         overflow: hidden;
4147         text-overflow: ellipsis;
4148         display: block;
4149 }
4150 .textcomplete-item a {
4151         color: inherit;
4152         overflow: hidden;
4153         text-overflow: ellipsis;
4154         clear: both;
4155         white-space: nowrap;
4156         padding: 3px 20px;
4157         display: block;
4158 }
4159 .textcomplete-item a:hover {
4160         text-decoration: none;
4161 }
4162 .textcomplete-item.active {
4163         color: #FFFFFF; background: #3465A4;
4164 }
4165 .active a .acpopup-sub-text {
4166         color: #fff;
4167 }
4168
4169 /* popup notifications */
4170 div.jGrowl div.notice {
4171   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
4172   color: #ffffff;
4173   padding-left: 58px;
4174 }
4175 div.jGrowl div.info {
4176   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
4177   color: #ffffff;
4178   padding-left: 58px;
4179 }
4180 #jGrowl.top-right {
4181         top: 75px;
4182         right: 15px;
4183 }
4184 div.jGrowl-notification {
4185   border-radius: 7px;
4186 }
4187 .qcomment {
4188         border: 1px solid #EEE;
4189         padding: 3px;
4190         margin-top: 15px;
4191         margin-left: 25px;
4192         width: 125px;
4193         overflow-y: auto;
4194 }
4195
4196
4197 .qcomment option {
4198         width: 125px;
4199         overflow-x: hidden;
4200 }
4201
4202 .qcomment {
4203         opacity: 0.3;
4204         filter:alpha(opacity=30);
4205 }
4206 .qcomment:hover {
4207         opacity: 1.0;
4208         filter:alpha(opacity=100);
4209 }
4210
4211 /* notifications popup menu */
4212 .manage-notify {
4213         padding: 1px 3px;
4214         top: 0px;
4215         min-width: 15px;
4216         text-align: center;
4217         float: right;
4218         margin-top: -14px;
4219         margin-right: -20px;
4220
4221         font-size: 0.8em;
4222         border-radius: 4px;
4223         -moz-border-radius: 4px;
4224         -webkit-border-radius: 4px;
4225         background-color: gold !important;
4226 }
4227
4228 .nav-notify {
4229         display: none;
4230         position: absolute;
4231         font-size: 10px;
4232         padding: 1px 3px;
4233         top: 0px;
4234         right: -10px;
4235         min-width: 15px;
4236         text-align: right;
4237 }
4238 .nav-notify.show {
4239         display: block;
4240 }
4241 ul#nav-network-notifications-popup {
4242         text-align: center;
4243         line-height: 18px;
4244
4245         border: 1px solid #AAAAAA;
4246         border-radius: 5px;
4247         -moz-border-radius: 5px;
4248         -webkit-border-radius: 5px;
4249
4250         -moz-box-shadow: 3px 3px 5px #555;
4251         -webkit-box-shadow: 3px 3px 5px #555;
4252         box-shadow: 3px 3px 5px #555;
4253
4254         background: #FFFFFF;
4255
4256         display: none;
4257         list-style: none;
4258
4259         width: 10em;
4260         position: absolute;
4261         margin: 0px;
4262         top: 15px;
4263         left: 55px;
4264         padding: 1em 0px;
4265
4266         z-index: 11000;
4267 }
4268 ul.notifications-menu-popup {
4269         position: absolute;
4270         display: none;
4271         width: 10em;
4272         margin: 0px;
4273         padding: 0px;
4274         list-style: none;
4275         z-index: 100000;
4276         right: 0px;
4277 }
4278 #nav-notifications-menu {
4279         width: 320px;
4280         max-height: 400px;
4281         overflow-y: scroll;overflow-style:scrollbar;
4282         background-color:#FFFFFF;
4283         -moz-border-radius: 5px;
4284         -webkit-border-radius: 5px;
4285         border-radius:5px;
4286         border: 1px solid #AAA;
4287         -moz-box-shadow: 3px 3px 5px #555;
4288         -webkit-box-shadow: 3px 3px 5px #555;
4289         box-shadow: 3px 3px 5px #555;
4290 }
4291 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
4292 #nav-notifications-menu img { float: left; margin-right: 5px; }
4293 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
4294 #nav-notifications-menu li {
4295         padding: 7px 0px 7px 10px;
4296         word-wrap:normal;
4297         border-bottom: 1px solid #000;
4298 }
4299
4300 #nav-notifications-menu li:hover {
4301
4302 }
4303
4304 #nav-notifications-menu a:hover {
4305         text-decoration: underline;
4306 }
4307
4308 .notif-item a {
4309         color: #000000;
4310 }
4311
4312 .notif-item a:hover {
4313         text-decoration: underline;
4314 }
4315
4316 .notif-image {
4317         width: 32px;
4318         height: 32px;
4319         padding: 7px 7px 0px 0px;
4320 }
4321
4322 .notify-seen {
4323         background: #DDDDDD;
4324 }
4325
4326 #id_term_label {
4327         width:75px;
4328 }
4329 #id_term {
4330         width:100px;
4331 }
4332
4333 #recip {
4334
4335 }
4336 .autocomplete-w1 { background: #ffffff no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
4337 .autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
4338 .autocomplete .selected { background:#F0F0F0; }
4339 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
4340
4341 #datebrowse-sidebar select {
4342         margin-left: 40px;
4343         width: 130px;
4344 }
4345 #message-preview .mail-list-sender, #message-preview .mail-list-delete {
4346         display:none;
4347 }
4348 #message-preview .mail-list-outside-wrapper {
4349         margin-top: 20px;
4350 }