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