]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
53d034d8659f051ae62feaef4128ac662e382444
[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         color: #888888;
1117         font-size: 0.8em;
1118 }
1119
1120 .wall-item-location {
1121         overflow: hidden;
1122         /* add ellipsis on text overflow               */
1123         /* this work on safari, opera, ie, chrome.     */
1124         /* firefox users have to wait support or we    */
1125         /* can use a jquery plugin http://bit.ly/zJskg */
1126         text-overflow: ellipsis;
1127         -o-text-overflow: ellipsis;
1128         width: 100%;
1129 }
1130
1131 .wall-item-like-buttons {
1132         float: left;
1133         margin-right: 10px;
1134 /*      padding-right: 10px; */
1135 /*      border-right: 2px solid #fff; */
1136 }
1137
1138 .like-rotator {
1139         margin-left: 5px;
1140 }
1141
1142 .wall-item-like-buttons > a,
1143 .wall-item-like-buttons > img {
1144         float: left;
1145 }
1146
1147 .wall-item-like-buttons img {
1148         cursor: pointer;
1149 }
1150
1151 .wall-item-share-buttons {
1152         margin-left: 10px;
1153         margin-right: 10px;
1154 }
1155
1156 .editpost {
1157         margin-left: 10px;
1158         float: left;
1159 }
1160 .star-item {
1161         margin-left: 10px;
1162         float: left;
1163 }
1164 .tag-item {
1165         margin-left: 10px;
1166         float: left;
1167 }
1168
1169 .filer-item {
1170         margin-left: 10px;
1171         float: left;
1172 }
1173
1174 .wall-item-links-wrapper {
1175         float: left;
1176 }
1177
1178 .wall-item-delete-wrapper {
1179         float: right;
1180 }
1181
1182 .wall-item-delete-end {
1183         clear: both;
1184 }
1185
1186 .wall-item-delete-icon {
1187         border: none;
1188 }
1189
1190 .wall-item-attend-wrapper {
1191     float:left;
1192     padding-left: 10px;
1193 }
1194
1195 .wall-item-attend-wrapper > a {
1196     display: inline-block;
1197     margin-right: 10px;
1198 }
1199
1200
1201 .wall-item-wrapper-end {
1202         clear: both;
1203 }
1204 .wall-item-name-link {
1205         font-weight: bold;
1206         text-decoration: none;
1207         color: #3172BD;
1208 }
1209 .wall-item-photo {
1210         border: none;
1211 }
1212 .comment .wall-item-photo {
1213         width: 50px !important;
1214         height: 50px !important;
1215 }
1216 .wall-item-content {
1217         /*float: left;*/
1218         /*width: 450px;*/
1219         margin-left: 10px;
1220         /*margin-bottom: 20px;*/
1221         /*padding: 20px;*/
1222         max-height: 700px;
1223         overflow: auto;
1224 }
1225
1226 .wall-item-content img {
1227   max-width: 700px;
1228 }
1229
1230 .wall-item-container .wall-item-content .type-link img,
1231 .type-link img {
1232   max-width: 160px;
1233   max-height: 160px;
1234   float: left;
1235   margin-right: 10px;
1236 }
1237 .type-link blockquote {
1238   margin-left: 160px;
1239   max-height: 160px;
1240   overflow: hidden;
1241 }
1242 .type-link .oembed {
1243 }
1244 .oembed.video .embed_video > div {
1245     position: absolute; top: 0px; left: 0px;
1246     background: rgba(0, 0, 0, 0.5) url(shiny.png) no-repeat scroll center center;
1247 }
1248
1249 .shared_header {
1250   height: 32px;
1251   color: #999;
1252   border-top: 1px solid #D2D2D2;
1253   padding-top: 5px;
1254   margin-top: 5px;
1255 }
1256
1257 .shared_header a {
1258   color: black;
1259   -webkit-transition: all 0.2s ease-in-out;
1260   -moz-transition: all 0.2s ease-in-out;
1261   -o-transition: all 0.2s ease-in-out;
1262   -ms-transition: all 0.2s ease-in-out;
1263   transition: all 0.2s ease-in-out;
1264 }
1265
1266 .shared_header a:hover {
1267   color: #36c;
1268 }
1269
1270 .shared_header img {
1271   -webkit-border-radius: 4px;
1272   -moz-border-radius: 4px;
1273   border-radius: 4px;
1274   float: left;
1275 }
1276
1277 .shared_header span {
1278   margin-left: 9px;
1279 }
1280
1281 blockquote.shared_content {
1282   margin-left: 32px;
1283   color: #000;
1284   border: none;
1285 }
1286
1287 .wall-item-title {
1288         float: left;
1289         font-weight: bold;
1290         /*width: 450px;*/
1291 }
1292
1293 .wall-item-title-end {
1294         clear: both;
1295 }
1296
1297 .wall-item-body {
1298         float: left;
1299         /*width: 450px;*/
1300         margin-top: 10px;
1301 }
1302
1303 .wall-item-tools {
1304         clear: both;
1305         background-image: url("head.jpg");
1306     background-position: 0 -20px;
1307     background-repeat: repeat-x;
1308         padding: 5px 10px 0px;
1309 }
1310 .wall-item-author {
1311         margin-top: 10px;
1312 }
1313
1314 .comment .wall-item-tools {
1315         background:none;
1316 }
1317
1318 .comment-edit-wrapper {
1319         margin-top: 15px;
1320         background: #f3f3f3;
1321         margin-left: 50px;
1322 }
1323
1324 .comment-wwedit-wrapper {
1325         background: #f3f3f3;
1326 }
1327
1328 .comment-edit-photo {
1329         margin-top: 10px;
1330         margin-left: 10px;
1331         margin-bottom: 10px;
1332         width: 100px;
1333         float: left;
1334 }
1335 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo {
1336         width: 40px;
1337 }
1338
1339 .comment-edit-photo img {
1340         width: 25px;
1341 }
1342 .comment-edit-text-empty, .comment-edit-text-full {
1343         float: left;
1344         margin-top: 10px;
1345         -moz-border-radius: 3px;
1346         border-radius: 3px;
1347         border: 1px solid #cccccc;
1348         padding: 3px 1px 1px 3px;
1349 }
1350 .comment-edit-text-end {
1351         clear: both;
1352 }
1353
1354 .comment-edit-submit {
1355         margin: 10px 0px 10px 110px;
1356 }
1357
1358 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit {
1359         margin-left: 50px;
1360 }
1361
1362 #profile-jot-plugin-wrapper,
1363 #profile-jot-submit-wrapper {
1364         margin-top: 15px;
1365 }
1366
1367 #profile-jot-submit {
1368         float: left;
1369 }
1370 #profile-upload-wrapper {
1371         float: left;
1372         margin-left: 30px;
1373 }
1374 #profile-attach-wrapper {
1375         float: left;
1376         margin-left: 30px;
1377 }
1378 #profile-rotator {
1379         float: left;
1380         margin-left: 30px;
1381 }
1382 #profile-link-wrapper {
1383         float: left;
1384         margin-left: 15px;
1385 }
1386 #profile-youtube-wrapper {
1387         float: left;
1388         margin-left: 15px;
1389 }
1390 #profile-video-wrapper {
1391         float: left;
1392         margin-left: 15px;
1393 }
1394 #profile-audio-wrapper {
1395         float: left;
1396         margin-left: 15px;
1397 }
1398 #profile-location-wrapper {
1399         float: left;
1400         margin-left: 15px;
1401 }
1402 #jot-preview-link {
1403         float: left;
1404         margin-left: 45px;
1405         margin-top: 0px !important;
1406 }
1407
1408
1409 #profile-nolocation-wrapper {
1410         float: left;
1411         margin-left: 15px;
1412 }
1413 #profile-title-wrapper {
1414         float: left;
1415         margin-left: 15px;
1416 }
1417
1418 #profile-jot-perms {
1419         float: left;
1420         margin-left: 100px;
1421         font-weight: bold;
1422         font-size: 1.2em;
1423 }
1424
1425
1426 #profile-jot-perms-end {
1427         /*clear: left;*/
1428         height: 30px;
1429 }
1430
1431 #profile-jot-plugin-end{
1432   clear: both;
1433 }
1434 .profile-jot-net {
1435         float: left;
1436         margin-right: 10px;
1437         margin-top: 5px;
1438         margin-bottom: 5px;
1439 }
1440
1441 #profile-jot-networks-end {
1442         clear: both;
1443 }
1444
1445 #profile-jot-end {
1446         /*clear: both;*/
1447         margin-bottom: 30px;
1448 }
1449 #about-jot-submit-wrapper {
1450         margin-top: 15px;
1451 }
1452 #about-jot-end {
1453         margin-bottom: 30px;
1454 }
1455 #contacts-main {
1456         margin-bottom: 30px;
1457 }
1458
1459 #profile-listing-desc {
1460         margin-left: 30px;
1461 }
1462
1463 #profile-listing-new-link-wrapper {
1464         margin-left: 30px;
1465         margin-bottom: 30px;
1466 }
1467 .profile-listing-photo-wrapper {
1468         float: left;
1469 }
1470
1471 .profile-listing-edit-buttons-wrapper {
1472         clear: both;
1473 }
1474 .profile-listing-photo-edit-link {
1475         float: left;
1476         width: 125px;
1477 }
1478 .profile-listing-end {
1479         clear: both;
1480 }
1481 .profile-listing-edit-buttons-wrapper img{
1482         border: none;
1483         margin-right: 20px;
1484 }
1485 .profile-listing {
1486         margin-top: 25px;
1487 }
1488 .profile-listing-name {
1489         float: left;
1490         margin-left: 32px;
1491         margin-top: 10px;
1492         color: #3172BD;
1493         font-weight: bold;
1494         width: 200px;
1495
1496 }
1497 .fortune {
1498         margin-top: 50px;
1499         color: #4444FF;
1500         font-weight: bold;
1501         margin-bottom: 20px;
1502 }
1503
1504
1505 .directory-end {
1506         clear: both;
1507 }
1508 .directory-name {
1509         text-align: center;
1510 }
1511 .directory-photo {
1512         margin-left: 25px;
1513 }
1514 .directory-details {
1515         font-size: 0.7em;
1516         text-align: center;
1517         margin-left: 5px;
1518         margin-right: 5px;
1519 }
1520 .directory-item {
1521         float: left;
1522         width: 225px;
1523         height: 260px;
1524         overflow: auto;
1525 }
1526
1527 #directory-search-wrapper {
1528         margin-top: 20px;
1529         margin-right: 20px;
1530         margin-bottom: 50px;
1531 }
1532
1533 #directory-search-end {
1534 }
1535
1536 .directory-photo-img {
1537         border: none;
1538 }
1539
1540
1541 .pager {
1542   padding: 10px;
1543   text-align: center;
1544   font-size: 1.0em;
1545   clear:left;
1546 }
1547
1548
1549 .pager_first,
1550 .pager_last,
1551 .pager_prev,
1552 .pager_next,
1553 .pager_n,
1554 .scroll_loader_text {
1555         border: 1px solid black;
1556         background: #EEE;
1557         padding: 4px;
1558 }
1559
1560 .pager_first a,
1561 .pager_last a,
1562 .pager_prev a,
1563 .pager_next a,
1564 .pager_n a {
1565         text-decoration: none;
1566 }
1567
1568 .pager_current {
1569   border: 1px solid black;
1570   background: #FFCCCC;
1571   padding: 4px;
1572 }
1573
1574
1575 #advanced-profile-name-wrapper,
1576 #advanced-profile-gender-wrapper,
1577 #advanced-profile-dob-wrapper,
1578 #advanced-profile-age-wrapper,
1579 #advanced-profile-marital-wrapper,
1580 #advanced-profile-sexual-wrapper,
1581 #advanced-profile-homepage-wrapper,
1582 #advanced-profile-politic-wrapper,
1583 #advanced-profile-religion-wrapper,
1584 #advanced-profile-about-wrapper,
1585 #advanced-profile-interest-wrapper,
1586 #advanced-profile-contact-wrapper,
1587 #advanced-profile-music-wrapper,
1588 #advanced-profile-book-wrapper,
1589 #advanced-profile-tv-wrapper,
1590 #advanced-profile-film-wrapper,
1591 #advanced-profile-romance-wrapper,
1592 #advanced-profile-work-wrapper,
1593 #advanced-profile-education-wrapper {
1594         margin-top: 20px;
1595 }
1596
1597 #advanced-profile-name-text,
1598 #advanced-profile-gender-text,
1599 #advanced-profile-dob-text,
1600 #advanced-profile-age-text,
1601 #advanced-profile-marital-text,
1602 #advanced-profile-sexual-text,
1603 #advanced-profile-homepage-text,
1604 #advanced-profile-politic-text,
1605 #advanced-profile-religion-text,
1606 #advanced-profile-about-text,
1607 #advanced-profile-interest-text,
1608 #advanced-profile-contact-text,
1609 #advanced-profile-music-text,
1610 #advanced-profile-book-text,
1611 #advanced-profile-tv-text,
1612 #advanced-profile-film-text,
1613 #advanced-profile-romance-text,
1614 #advanced-profile-work-text,
1615 #advanced-profile-education-text {
1616         width: 300px;
1617         float: left;
1618 }
1619
1620 #advanced-profile-name-end,
1621 #advanced-profile-gender-end,
1622 #advanced-profile-dob-end,
1623 #advanced-profile-age-end,
1624 #advanced-profile-marital-end,
1625 #advanced-profile-sexual-end,
1626 #advanced-profile-homepage-end,
1627 #advanced-profile-politic-end,
1628 #advanced-profile-religion-end {
1629         height: 10px;
1630 }
1631
1632 #advanced-profile-about-end,
1633 #advanced-profile-interest-end,
1634 #advanced-profile-contact-end,
1635 #advanced-profile-music-end,
1636 #advanced-profile-book-end,
1637 #advanced-profile-tv-end,
1638 #advanced-profile-film-end,
1639 #advanced-profile-romance-end,
1640 #advanced-profile-work-end,
1641 #advanced-profile-education-end {
1642
1643
1644 }
1645
1646 #advanced-profile-name,
1647 #advanced-profile-gender,
1648 #advanced-profile-dob,
1649 #advanced-profile-age,
1650 #advanced-profile-marital,
1651 #advanced-profile-sexual,
1652 #advanced-profile-homepage,
1653 #advanced-profile-politic,
1654 #advanced-profile-religion {
1655         float: left;
1656
1657 }
1658
1659
1660 #advanced-profile-about,
1661 #advanced-profile-interest,
1662 #advanced-profile-contact,
1663 #advanced-profile-music,
1664 #advanced-profile-book,
1665 #advanced-profile-tv,
1666 #advanced-profile-film,
1667 #advanced-profile-romance,
1668 #advanced-profile-work,
1669 #advanced-profile-education {
1670         margin-top: 10px;
1671         margin-left: 50px;
1672         margin-right: 20px;
1673         padding: 10px;
1674         border: 1px solid #CCCCCC;
1675 }
1676
1677 #advanced-profile-with {
1678         float: left;
1679         margin-left: 15px;
1680 }
1681
1682 #contact-edit-wrapper {
1683         margin-top: 10px;
1684 }
1685
1686 #contact-edit-banner-name {
1687         font-size: 1.4em;
1688         font-weight: bold;
1689 }
1690
1691 #contact-edit-poll-wrapper {
1692         margin-top: 15px;
1693 }
1694
1695 #contact-edit-poll-text {
1696         margin-top: 15px;
1697         margin-bottom: 5px;
1698 }
1699
1700 #contact-edit-update-now {
1701         margin-top: 15px;
1702 }
1703
1704 #contact-edit-links{
1705         clear: both;
1706 }
1707
1708 #contact-edit-links ul {
1709         list-style: none;
1710         list-style-type: none;
1711         margin-left: 0px;
1712         padding-left: 0px;
1713 }
1714
1715 #contact-edit-links li {
1716         margin-top: 5px;
1717 }
1718
1719 #contact-edit-drop-link {
1720         float: right;
1721         margin-right: 20px;
1722 }
1723
1724 #contact-edit-nav-end {
1725         clear: both;
1726 }
1727
1728 #contact-edit-wrapper {
1729         width: 100%;
1730 }
1731
1732 #contact-edit-end {
1733         clear: both;
1734         margin-top: 15px;
1735 }
1736
1737 #contact-profile-selector {
1738         width: 175px;
1739         /*margin-left: 175px;*/
1740 }
1741
1742 .contact-edit-submit {
1743         margin-top: 20px;
1744 }
1745
1746 .contact-select {       position: absolute; top: 64px; left:64px; display:none; }
1747 .contact-select:checked,
1748 .contact-entry-photo:hover .contact-select {    display:block; }
1749
1750 .contact-photo-menu-button {
1751         position: absolute;
1752         background-image: url("photo-menu.jpg");
1753         background-position: top left;
1754         background-repeat: no-repeat;
1755         margin: 0px; padding: 0px;
1756         width: 16px;
1757         height: 16px;
1758         top: 64px; left:0px;
1759         overflow: hidden;
1760         text-indent: 40px;
1761         display: none;
1762
1763 }
1764 .contact-photo-menu {
1765         width: auto;
1766         border: 2px solid #444444;
1767         background: #FFFFFF;
1768         position: absolute;
1769         left: 0px; top: 90px;
1770         display: none;
1771         z-index: 10000;
1772 }
1773 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1774 .contact-photo-menu li a { display: block; padding: 2px; }
1775 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1776
1777
1778 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1779         color: #FF0000;
1780 }
1781
1782 #profile-edit-insecure {
1783         margin-top: 20px;
1784         color: #FF0000;
1785         font-size: 1.1em;
1786         border: 1px solid #FF8888;
1787         background-color: #FFEEEE;
1788         padding-left: 5px;
1789         /*: 3px 3px 3px 5px; */
1790         width: 587px;
1791 }
1792
1793 #profile-jot-text {
1794         height: 20px;
1795         width: 100%;
1796         color:#cccccc;
1797         border: 1px solid #cccccc;
1798         padding: 3px 0px 0px 5px;
1799         -moz-border-radius: 3px;
1800         border-radius: 3px;
1801 }
1802
1803
1804 /** acl **/
1805 #photo-edit-perms-select,
1806 #photos-upload-permissions-wrapper,
1807 #profile-jot-acl-wrapper{
1808         display:block!important;
1809 }
1810
1811 #photos-usage-message {
1812         margin-bottom: 15px;
1813 }
1814
1815
1816 #acl-wrapper {
1817         width: 690px;
1818         float:left;
1819 }
1820 #acl-search {
1821         float:right;
1822         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1823         padding-right:20px;
1824 }
1825 #acl-showall {
1826         float: left;
1827         display: block;
1828         width: auto;
1829         height: 18px;
1830         background-color: #cccccc;
1831         background-image: url("../../../images/show_all_off.png");
1832         background-position: 7px 7px;
1833         background-repeat: no-repeat;
1834         padding: 7px 5px 0px 30px;
1835         -webkit-border-radius: 5px ;
1836         -moz-border-radius: 5px;
1837         border-radius: 5px;
1838         color: #999999;
1839 }
1840 #acl-showall.selected {
1841         color: #000000;
1842         background-color: #ff9900;
1843         background-image: url("../../../images/show_all_on.png");
1844 }
1845
1846 #acl-list {
1847         height: 210px;
1848         border: 1px solid #cccccc;
1849         clear: both;
1850         margin-top: 30px;
1851         overflow: auto;
1852 }
1853 #acl-list-content {
1854
1855 }
1856 .acl-list-item {
1857         display: block;
1858         width: 150px;
1859         height: 30px;
1860         border: 1px solid #cccccc;
1861         margin: 5px;
1862         float: left;
1863 }
1864 .acl-list-item img{
1865         width:22px;
1866         height: 22px;
1867         float: left;
1868         margin: 4px;
1869 }
1870 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1871 .acl-list-item a {
1872         font-size: 8px;
1873         display: block;
1874         width: 40px;
1875         height: 10px;
1876         float: left;
1877         color: #999999;
1878         background-color: #cccccc;
1879         background-position: 3px 3px;
1880         background-repeat: no-repeat;
1881         margin-right: 5px;
1882         -webkit-border-radius: 2px ;
1883         -moz-border-radius: 2px;
1884         border-radius: 2px;
1885         padding-left: 15px;
1886 }
1887 #acl-wrapper a:hover {
1888         text-decoration: none;
1889         color:#000000;
1890 }
1891 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1892 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1893
1894 .acl-button-show.selected {
1895         color: #000000;
1896         background-color: #9ade00;
1897         background-image: url("../../../images/show_on.png");
1898 }
1899 .acl-button-hide.selected {
1900         color: #000000;
1901         background-color: #ff4141;
1902         background-image: url("../../../images/hide_on.png");
1903 }
1904 .acl-list-item.groupshow { border-color: #9ade00; }
1905 .acl-list-item.grouphide { border-color: #ff4141; }
1906 /** /acl **/
1907
1908
1909 .comment-edit-text-empty {
1910         color: gray;
1911         height: 2em;
1912         width: 175px;
1913         overflow: auto;
1914         margin-bottom: 10px;
1915 }
1916
1917 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
1918         height: 1.5em;
1919 }
1920
1921 .comment-edit-text-full {
1922         color: black;
1923         height: 150px;
1924         width: 350px;
1925         overflow: auto;
1926 }
1927
1928 #group-new-submit-wrapper {
1929         margin-top: 30px;
1930 }
1931
1932 #group-edit-name-label {
1933         float: left;
1934         width: 175px;
1935         margin-top: 20px;
1936         margin-bottom: 20px;
1937 }
1938
1939 #group-edit-name {
1940         float: left;
1941         width: 225px;
1942         margin-top: 20px;
1943         margin-bottom: 20px;
1944 }
1945
1946 #group-edit-name-wrapper {
1947
1948
1949 }
1950
1951
1952 #group_members_select_label {
1953         display: block;
1954         float: left;
1955         width: 175px;
1956 }
1957
1958 .group_members_select {
1959         float: left;
1960         width: 230px;
1961         overflow: auto;
1962 }
1963
1964 #group_members_select_end {
1965         clear: both;
1966 }
1967 #group-edit-name-end {
1968         clear: both;
1969 }
1970
1971 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1972         margin-bottom: 10px;
1973         margin-top: 20px;
1974 }
1975
1976 #prvmail-submit {
1977         float: left;
1978         margin-top: 10px;
1979         margin-right: 30px;
1980 }
1981 #prvmail-upload-wrapper,
1982 #prvmail-link-wrapper,
1983 #prvmail-rotator-wrapper {
1984         float: left;
1985         margin-top: 10px;
1986         margin-right: 10px;
1987         width: 24px;
1988 }
1989
1990 #prvmail-end {
1991         clear: both;
1992 }
1993
1994 .mail-list-sender,
1995 .mail-list-detail {
1996         float: left;
1997 }
1998 .mail-list-detail {
1999         margin-left: 20px;
2000 }
2001
2002 .mail-list-subject {
2003         font-size: 1.1em;
2004         margin-top: 10px;
2005 }
2006 a.mail-list-link {
2007     display: block;
2008     font-size: 1.3em;
2009     padding: 4px 0;
2010 }
2011
2012 /*
2013 *a.mail-list-link:hover {
2014 *       background-color: #15607B;
2015 *       color: #F5F6FB;
2016 *}
2017 */
2018
2019 .mail-list-outside-wrapper-end {
2020         clear: both;
2021 }
2022
2023 .mail-list-outside-wrapper {
2024         margin-top: 30px;
2025 }
2026
2027 .mail-list-delete-wrapper {
2028         float: right;
2029         margin-right: 30px;
2030         margin-top: 15px;
2031 }
2032
2033 .mail-list-delete-icon {
2034         border: none;
2035 }
2036
2037 .mail-conv-sender,
2038 .mail-conv-detail {
2039         float: left;
2040 }
2041 .mail-conv-detail {
2042         margin-left: 20px;
2043         width: 500px;
2044 }
2045
2046 .mail-conv-subject {
2047     font-size: 1.4em;
2048     margin: 10px 0;
2049 }
2050
2051 .mail-conv-outside-wrapper-end {
2052         clear: both;
2053 }
2054
2055 .mail-conv-outside-wrapper {
2056         margin-top: 30px;
2057 }
2058
2059 .mail-conv-delete-wrapper {
2060         float: right;
2061         margin-right: 30px;
2062         margin-top: 15px;
2063 }
2064 .mail-conv-break {
2065         clear: both;
2066 }
2067
2068 .mail-conv-delete-icon {
2069         border: none;
2070 }
2071
2072 .message-links ul {
2073         list-style-type: none;
2074         padding: 0px;
2075 }
2076
2077 .message-links li {
2078         margin-top: 10px;
2079         float: left;
2080 }
2081 .message-links a {
2082         padding: 3px 5px;
2083 }
2084
2085 .message-links-end {
2086         clear: both;
2087 }
2088
2089 #sidebar-group-list ul {
2090         list-style-type: none;
2091 }
2092 .sidebar-group-li .notify, .forum-widget-entry .notify {
2093         display: none;
2094         font-size: 9px;
2095         border: 1px solid rgb(221, 221, 221);
2096         padding: 2px;
2097         float: right;
2098         background-color: #BABDB6;
2099 }
2100 .sidebar-group-li .notify.show, .forum-widget-entry .notify.show {
2101         display: block;
2102 }
2103
2104 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2105         display: inline-block;
2106         height: 12px;
2107         width: 12px;
2108 }
2109
2110 #sidebar-group-list li {
2111         margin-top: 10px;
2112 }
2113
2114 #forumlist-sidebar ul {
2115         list-style: none;
2116 }
2117
2118 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
2119         list-style-type: none;
2120 }
2121
2122 .nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
2123         margin-top: 10px;
2124 }
2125
2126 .nets-link {
2127         margin-left: 24px;
2128 }
2129 .nets-all {
2130         margin-left: 42px;
2131 }
2132
2133 .fileas-link, .categories-link {
2134         margin-left: 24px;
2135 }
2136
2137 .fileas-all, .categories-all {
2138         margin-left: 0px;
2139 }
2140
2141 #search-save {
2142         margin-left: 5px;
2143 }
2144 .groupsideedit {
2145         margin-right: 10px;
2146 }
2147 #saved-search-ul {
2148         list-style-type: none;
2149 }
2150 .savedsearchdrop, .savedsearchterm {
2151         float: left;
2152         margin-top: 10px;
2153 }
2154 .savedsearchterm {
2155         margin-left: 10px;
2156 }
2157
2158
2159 #side-follow-wrapper {
2160         margin-top: 20px;
2161 }
2162 #side-follow-url, #side-peoplefind-url {
2163         margin-top: 5px;
2164 }
2165 #side-follow-submit, #side-peoplefind-submit {
2166         margin-top: 15px;
2167 }
2168
2169 #side-match-link {
2170         margin-top: 10px;
2171 }
2172
2173 aside input[type='text'] {
2174  width: 174px;
2175 }
2176
2177 .widget {
2178         border: 1px solid #DDDDDD;
2179         padding: 8px;
2180         margin-top: 5px;
2181         -moz-border-radius:5px;
2182         -webkit-border-radius:5px;
2183         border-radius:5px;
2184
2185 }
2186
2187
2188 /*.photos {
2189         height: auto;
2190         overflow: auto;
2191 }*/
2192
2193 .photos-end {
2194         clear: both;
2195         margin-bottom: 25px;
2196 }
2197
2198 .photo-album-image-wrapper {
2199         float: left;
2200         margin-top: 15px;
2201         margin-right: 15px;
2202         margin-left: 15px;
2203 /*      width: 200px; height: 200px;
2204         overflow: hidden;
2205         position: relative; */
2206 }
2207 .photo-album-image-wrapper .caption {
2208         display: none;
2209         width: 100%;
2210 /*      position: absolute; */
2211         bottom: 0px;
2212         padding: 0.5em 0.5em 0px 0.5em;
2213         background-color: rgba(245, 245, 255, 0.8);
2214         border-bottom: 2px solid #CCC;
2215         margin: 0px;
2216 }
2217 .photo-album-image-wrapper a:hover .caption {
2218         display:block;
2219 }
2220
2221 #photo-album-end {
2222         clear: both;
2223         margin-bottom: 25px;
2224 }
2225
2226 .photo-top-image-wrapper {
2227 /*      position: relative; */
2228         float: left;
2229         margin-top: 15px;
2230         margin-right: 15px;
2231         margin-left: 15px;
2232         margin-bottom: 15px;
2233 /*      width: 200px; height: 200px;
2234         overflow: hidden; */
2235 }
2236 .photo-top-album-name {
2237         width: 100%;
2238         min-height: 2em;
2239 /*      position: absolute;  */
2240         bottom: 0px;
2241         padding: 0px 3px;
2242         padding-top: 0.5em;
2243         background-color: rgb(255, 255, 255);
2244 }
2245 #photo-top-end {
2246         clear: both;
2247 }
2248
2249 #photo-top-links {
2250         margin-bottom: 30px;
2251         margin-left: 30px;
2252 }
2253
2254 #photos-upload-newalbum-div {
2255         float: left;
2256         width: 175px;
2257 }
2258
2259 #photos-upload-noshare {
2260         margin-bottom: 10px;
2261 }
2262 #photos-upload-existing-album-text {
2263         float: left;
2264         width: 175px;
2265 }
2266 #photos-upload-newalbum {
2267         float: left;
2268 }
2269 #photos-upload-album-select {
2270         float: left;
2271 }
2272
2273 #photos-upload-spacer {
2274         margin-top: 25px;
2275 }
2276 #photos-upload-new-end, #photos-upload-exist-end {
2277         clear: both;
2278 }
2279 #photos-upload-exist-end {
2280         margin-bottom: 15px;
2281 }
2282 #photos-upload-submit {
2283         margin-top: 15px;
2284 }
2285
2286 #photos_upload_applet_wrapper {
2287         margin-bottom: 15px;
2288 }
2289
2290 #photos-upload-no-java-message {
2291         margin-bottom: 15px;
2292 }
2293
2294 .video-top-wrapper {
2295         display: inline-block;
2296         vertical-align: top;
2297         margin-top: 15px;
2298         margin-right: 15px;
2299         margin-left: 15px;
2300         margin-bottom: 15px;
2301 }
2302
2303 #profile-jot-desc {
2304         /*float: left;*/
2305         width: 480px;
2306         color: #FF0000;
2307         margin-top: 10px;
2308         margin-bottom: 10px;
2309 }
2310
2311 #character-counter {
2312         float: right;
2313         font-size: 120%;
2314 }
2315
2316 #character-counter.grey {
2317         color: #888888;
2318 }
2319
2320 #character-counter.orange {
2321         color: orange;
2322 }
2323 #character-counter.red {
2324         color: red;
2325 }
2326
2327 #profile-jot-banner-end {
2328         /* clear: both; */
2329 }
2330
2331 #photos-upload-select-files-text {
2332         margin-top: 15px;
2333         margin-bottom: 15px;
2334 }
2335
2336 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2337         color: #8888FF;
2338         text-decoration: none;
2339         cursor: pointer;
2340 }
2341
2342 #photos-upload-perms-menu:hover {
2343         color: #0000FF;
2344         text-decoration: underline;
2345         cursor: pointer;
2346 }
2347 #settings-default-perms-menu {
2348         margin-top: 15px;
2349         margin-bottom: 15px;
2350 }
2351
2352 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
2353         float: left;
2354         width: 150px;
2355 }
2356
2357 #photo-edit-perms-end {
2358         margin-bottom: 15px;
2359 }
2360
2361 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
2362         float: left;
2363         margin-bottom: 25px;
2364 }
2365 #photo-edit-link-wrap {
2366         margin-bottom: 15px;
2367 }
2368 #photo-like-div {
2369         margin-bottom: 25px;
2370 }
2371
2372 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2373         clear: both;
2374 }
2375
2376 #photo-edit-rotate-end {
2377         margin-bottom: 15px;
2378 }
2379
2380 #photo-edit-delete-button {
2381         margin-left: 200px;
2382 }
2383 #photo-edit-end {
2384         margin-bottom: 35px;
2385 }
2386 #photo-caption {
2387         font-size: 110%;
2388         font-weight: bold;
2389         margin-top: 15px;
2390         margin-bottom: 15px;
2391 }
2392
2393 #in-this-photo-text {
2394         color: #0000FF;
2395         margin-left: 30px;
2396 }
2397
2398 #in-this-photo {
2399         margin-left: 60px;
2400         margin-top: 10px;
2401         margin-bottom: 20px;
2402 }
2403
2404 #photo-album-edit-submit, #photo-album-edit-drop {
2405         margin-top: 15px;
2406         margin-bottom: 15px;
2407 }
2408
2409 #photo-album-edit-drop {
2410         margin-left: 200px;
2411 }
2412
2413 .group-delete-wrapper {
2414         float: right;
2415         margin-right: 50px;
2416 }
2417
2418 #install-dbhost-label,
2419 #install-dbuser-label,
2420 #install-dbpass-label,
2421 #install-dbdata-label,
2422 #install-tz-desc {
2423        float: left;
2424        width: 250px;
2425        margin-top: 10px;
2426        margin-bottom: 10px;
2427
2428 }
2429
2430 #install-dbhost,
2431 #install-dbuser,
2432 #install-dbpass,
2433 #install-dbdata {
2434        float: left;
2435        width: 200px;
2436        margin-left: 20px;
2437 }
2438
2439 #install-dbhost-end,
2440 #install-dbuser-end,
2441 #install-dbpass-end,
2442 #install-dbdata-end,
2443 #install-tz-end {
2444        clear: both;
2445 }
2446
2447 #install-form select#timezone_select {
2448        float: left;
2449        margin-top: 18px;
2450        margin-left: 20px;
2451 }
2452
2453 #dfrn-request-networks {
2454         margin-bottom: 30px;
2455 }
2456
2457 #pause {
2458   position: fixed;
2459   bottom: 5px;
2460   right: 5px;
2461 }
2462
2463 .sparkle {
2464         cursor: url('lock.cur'), pointer;
2465 /*      cursor: pointer !important; */
2466 }
2467
2468 .contact-block-div {
2469         float: left;
2470         width: 52px;
2471         height: 52px;
2472 }
2473 .contact-block-textdiv {
2474         float: left;
2475         width: 150px;
2476         height: 34px;
2477 }
2478
2479 #contact-block-end {
2480         clear: both;
2481 }
2482 .contact-block-link {
2483         float: left;
2484 }
2485 .contact-block-img {
2486         width:48px;
2487         height:48px;
2488 }
2489
2490 #tag-remove {
2491         margin-bottom: 15px;
2492 }
2493
2494 #tagrm li {
2495         margin-bottom: 10px;
2496 }
2497
2498 #tagrm-submit, #tagrm-cancel {
2499         margin-top: 25px;
2500 }
2501
2502 #tagrm-cancel {
2503         margin-left: 15px;
2504 }
2505
2506 .wall-item-conv {
2507         margin-top: 5px;
2508         margin-bottom: 25px;
2509 }
2510
2511 #search-submit {
2512         margin-left: 15px;
2513 }
2514
2515 #search-box {
2516         margin-bottom: 25px;
2517 }
2518
2519 .location-label, .gender-label, .marital-label, .homepage-label, .network-label {
2520         float: left;
2521         text-align: right;
2522         display: block;
2523         width: 65px;
2524 }
2525
2526 .adr, .x-gender, .marital-text, .homepage-url, .x-network {
2527         float: left;
2528         display: block;
2529         margin-left: 8px;
2530 }
2531
2532 .profile-clear {
2533         clear: both;
2534 }
2535
2536
2537 .clear {
2538         clear: both;
2539 }
2540
2541 .cc-license {
2542         margin-top: 50px;
2543         font-size: 70%;
2544 }
2545
2546
2547 #plugin-settings-link, #account-settings-link {
2548         margin-bottom: 10px;
2549 }
2550
2551 #uexport-link {
2552         margin-bottom: 20px;
2553 }
2554
2555 /* end from default */
2556
2557
2558 .fn {
2559         padding: 0px 0px 5px 12px;
2560         font-size: 120%;
2561         font-weight: bold;
2562 }
2563
2564 .vcard .title,
2565 .vcard .p-addr {
2566         margin-bottom: 5px;
2567         margin-left: 12px;
2568 }
2569
2570 .vcard .account-type {
2571         font-size: 120%;
2572         margin-bottom: 13px;
2573 }
2574
2575 .vcard dl {
2576         clear: both;
2577 }
2578
2579 #birthday-title {
2580         float: left;
2581         font-weight: bold;
2582 }
2583
2584 #birthday-adjust {
2585         float: left;
2586         font-size: 75%;
2587         margin-left: 10px;
2588 }
2589
2590 #birthday-title-end {
2591         clear: both;
2592 }
2593
2594 .birthday-list {
2595         margin-left: 15px;
2596 }
2597
2598 #birthday-wrapper {
2599         margin-bottom: 20px;
2600 }
2601
2602 #network-new-link {
2603         margin-top: 15px;
2604         margin-bottom: 15px;
2605 }
2606
2607
2608 .tool-wrapper {
2609   float: left;
2610   margin-left: 15px;
2611 }
2612
2613 .tool-link {
2614   cursor: pointer;
2615 }
2616
2617 .eventcal {
2618         float: left;
2619         font-size: 20px;
2620 }
2621
2622 #event-summary-text {
2623         margin-top: 15px;
2624 }
2625
2626 #event-share-checkbox {
2627         float: left;
2628         margin-top: 10px;
2629 }
2630
2631 #event-share-text {
2632         float: left;
2633         margin-top: 10px;
2634         margin-left: 5px;
2635 }
2636
2637 #event-share-break {
2638         clear: both;
2639         margin-bottom: 10px;
2640 }
2641
2642 #event-summary {
2643         width: 400px;
2644 }
2645
2646 .vevent {
2647         border: 1px solid #CCCCCC;
2648 }
2649
2650 .vevent .event-summary {
2651         margin-left: 10px;
2652         margin-right: 10px;
2653         font-weight: bold;
2654 }
2655
2656 .vevent .event-description, .vevent .event-location {
2657         margin-left: 10px;
2658         margin-right: 10px;
2659 }
2660 .vevent .event-start {
2661         margin-left: 10px;
2662         margin-right: 10px;
2663 }
2664
2665 #new-event-link {
2666         margin-bottom: 10px;
2667 }
2668
2669 .edit-event-link, .plink-event-link {
2670         float: left;
2671         margin-top: 4px;
2672         margin-right: 4px;
2673         margin-bottom: 15px;
2674 }
2675
2676 .event-description:before {
2677         content: url('../../../images/calendar.png');
2678         margin-right: 15px;
2679 }
2680
2681 .event-start, .event-end {
2682         margin-left: 10px;
2683         width: 330px;
2684         clear: both;
2685 }
2686
2687 .event-start .dtstart, .event-end .dtend {
2688         float: right;
2689 }
2690
2691 .event-list-date {
2692         margin-bottom: 10px;
2693 }
2694
2695 .prevcal, .nextcal {
2696         float: left;
2697         margin-left: 32px;
2698         margin-right: 32px;
2699         margin-top: 64px;
2700 }
2701 .event-calendar-end {
2702         clear: both;
2703 }
2704
2705
2706 .calendar {
2707         font-family: Courier, monospace;
2708 }
2709 .today {
2710         font-weight: bold;
2711         color: #FF0000;
2712 }
2713
2714 .settings-block {
2715         border: 1px solid #AAA;
2716         margin: 10px;
2717         padding: 10px;
2718 }
2719
2720 .app-title {
2721         margin: 10px;
2722 }
2723
2724 #identity-manage-desc {
2725         margin-top:15px;
2726         margin-bottom: 15px;
2727 }
2728
2729 #identity-manage-choose {
2730         margin-bottom: 15px;
2731 }
2732
2733 #identity-submit {
2734         margin-top: 20px;
2735 }
2736
2737 #photo-prev-link, #photo-next-link {
2738         padding: 10px;
2739         float: left;
2740 }
2741
2742 #photo-photo {
2743         float: left;
2744 }
2745
2746 #photo-photo-end {
2747         clear: both;
2748 }
2749
2750 .profile-match-photo {
2751         float: left;
2752         text-align: center;
2753         width: 120px;
2754 }
2755
2756 .profile-match-name {
2757         float: left;
2758         text-align: center;
2759         width: 120px;
2760         overflow: hidden;
2761 }
2762
2763 .profile-match-break,
2764 .profile-match-end {
2765         clear: both;
2766 }
2767
2768 .profile-match-connect {
2769         text-align: center;
2770         font-weight: bold;
2771 }
2772
2773 .profile-match-wrapper {
2774         float: left;
2775         padding: 10px;
2776         width: 120px;
2777         height: 120px;
2778         scroll: auto;
2779 }
2780 #profile-match-wrapper-end {
2781         clear: both;
2782 }
2783 .side-link {
2784         margin-bottom: 15px;
2785 }
2786
2787 #group-members {
2788         margin-top: 20px;
2789         padding: 10px;
2790         height: 250px;
2791         overflow: auto;
2792         border: 1px solid #ddd;
2793 }
2794
2795 #group-members-end {
2796         clear: both;
2797 }
2798
2799 #group-separator {
2800         margin-top: 10px;
2801         margin-bottom: 10px;
2802 }
2803
2804 #group-all-contacts {
2805         padding: 10px;
2806         height: 450px;
2807         overflow: auto;
2808         border: 1px solid #ddd;
2809 }
2810
2811 #group-all-contacts-end {
2812         clear: both;
2813         margin-bottom: 10px;
2814 }
2815
2816 #group-edit-desc {
2817         margin-top: 15px;
2818 }
2819
2820
2821 #prof-members {
2822         margin-top: 20px;
2823         padding: 10px;
2824         height: 250px;
2825         overflow: auto;
2826         border: 1px solid #ddd;
2827 }
2828
2829 #prof-members-end {
2830         clear: both;
2831 }
2832
2833 #prof-separator {
2834         margin-top: 10px;
2835         margin-bottom: 10px;
2836 }
2837
2838 #prof-all-contacts {
2839         padding: 10px;
2840         height: 450px;
2841         overflow: auto;
2842         border: 1px solid #ddd;
2843 }
2844
2845 #prof-all-contacts-end {
2846         clear: both;
2847         margin-bottom: 10px;
2848 }
2849
2850 #prof-edit-desc {
2851         margin-top: 15px;
2852 }
2853
2854 #crepair-name-label,
2855 #crepair-nick-label,
2856 #crepair-attag-label,
2857 #crepair-url-label,
2858 #crepair-request-label,
2859 #crepair-confirm-label,
2860 #crepair-notify-label,
2861 #crepair-photo-label,
2862 #crepair-poll-label {
2863         float: left;
2864         width: 200px;
2865         margin-bottom: 15px;
2866 }
2867
2868 #crepair-name,
2869 #crepair-nick,
2870 #crepair-attag,
2871 #crepair-url,
2872 #crepair-request,
2873 #crepair-confirm,
2874 #crepair-notify,
2875 #crepair-photo,
2876 #crepair-poll {
2877         float: left;
2878         width: 300px;
2879 }
2880
2881
2882 #netsearch-box {
2883         margin-top: 20px;
2884 }
2885
2886 #netsearch-box #search-submit {
2887         margin: 5px 0px 0px 0px;
2888 }
2889
2890 .required {
2891         color: #FF0000;
2892 }
2893
2894 #event-start-text, #event-finish-text {
2895         margin-top: 10px;
2896         margin-bottom: 5px;
2897 }
2898
2899 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2900         float: left;
2901 }
2902 #event-datetime-break {
2903         margin-bottom: 10px;
2904 }
2905
2906 #event-nofinish-break, #event-adjust-break {
2907         clear: both;
2908 }
2909
2910 #event-desc-text, #event-location-text {
2911         margin-top: 10px;
2912         margin-bottom: 5px;
2913 }
2914 #event-submit {
2915         margin-top: 10px;
2916 }
2917
2918 .body-tag, .filesavetags, .categorytags {
2919         opacity: 0.5;
2920         filter:alpha(opacity=50);
2921 }
2922
2923 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
2924         opacity: 1.0 !important;
2925         filter:alpha(opacity=100) !important;
2926 }
2927
2928 .item-select {
2929         opacity: 0.1;
2930         filter:alpha(opacity=10);
2931         float: right;
2932         margin-right: 10px;
2933
2934 }
2935 .item-select:hover, .checkeditem {
2936         opacity: 1;
2937         filter:alpha(opacity=100);
2938 }
2939
2940
2941 #item-delete-selected {
2942         margin-top: 30px;
2943 }
2944
2945 #item-delete-selected-end {
2946         clear: both;
2947 }
2948 #item-delete-selected-icon, #item-delete-selected-desc {
2949         float: left;
2950         margin-right: 5px;
2951 }
2952 #item-delete-selected-desc:hover {
2953         text-decoration: underline;
2954 }
2955
2956
2957 .notif-image {
2958         height: 80px;
2959         width: 80px;
2960         margin-right: 15px;
2961 }
2962 .notification-listing-end {
2963         clear: both;
2964         margin-bottom: 15px;
2965 }
2966
2967
2968
2969 /**
2970  * Plugins settings
2971  */
2972
2973 .settings-block > h3,
2974 .settings-heading {
2975         border-bottom: 1px solid #babdb6;
2976 }
2977
2978
2979 /**
2980  * Form fields
2981  */
2982 .field {
2983         margin-bottom: 10px;
2984         padding-bottom: 10px;
2985         overflow: auto;
2986         width: 100%
2987 }
2988
2989 .field label {
2990         float: left;
2991         width: 200px;
2992 }
2993
2994 .field input,
2995 .field textarea {
2996         width: 400px;
2997 }
2998 .field textarea { height: 100px; }
2999 .field_help {
3000         display: block;
3001         margin-left: 200px;
3002         color: #666666;
3003
3004 }
3005
3006
3007 .field .onoff {
3008         float: left;
3009         width: 80px;
3010 }
3011 .field .onoff a {
3012         display: block;
3013         border:1px solid #666666;
3014         background-image:url("../../../images/onoff.jpg");
3015         background-repeat: no-repeat;
3016         padding: 4px 2px 2px 2px;
3017         height: 16px;
3018         text-decoration: none;
3019 }
3020 .field .onoff .off {
3021         border-color:#666666;
3022         padding-left: 40px;
3023         background-position: left center;
3024         background-color: #cccccc;
3025         color: #666666;
3026         text-align: right;
3027 }
3028 .field .onoff .on {
3029         border-color:#204A87;
3030         padding-right: 40px;
3031         background-position: right center;
3032         background-color: #D7E3F1;
3033         color: #204A87;
3034         text-align: left;
3035 }
3036 .hidden { display: none!important; }
3037
3038 .field.radio .field_help { margin-left: 0px; }
3039
3040
3041
3042 /**
3043  * ADMIN
3044  */
3045 #pending-update {
3046         float:right;
3047         color: #ffffff;
3048         font-weight: bold;
3049         background-color: #FF0000;
3050         padding: 0em 0.3em;
3051
3052 }
3053 #adminpage dl {
3054         clear: left;
3055         margin-bottom: 2px;
3056         padding-bottom: 2px;
3057         border-bottom: 1px solid black;
3058 }
3059 #adminpage dt {
3060         width: 200px;
3061         float: left;
3062         font-weight: bold;
3063 }
3064 #adminpage dd {
3065         margin-left: 200px;
3066 }
3067
3068 #adminpage h3 {
3069         border-bottom: 1px solid #cccccc;
3070 }
3071 #adminpage .field label {
3072         font-weight: bold;
3073 }
3074 #adminpage .submit {
3075         clear:left;
3076         text-align: right;
3077 }
3078
3079 #adminpage #pluginslist {
3080         margin: 0px; padding: 0px;
3081 }
3082 #adminpage .plugin {
3083         list-style: none;
3084         display: block;
3085         border: 1px solid #888888;
3086         padding: 1em;
3087         margin-bottom: 5px;
3088         clear: left;
3089 }
3090 #adminpage .plugin .desc { margin-left: 2.5em;}
3091 #adminpage .toggleplugin {
3092         float:left;
3093         margin-right: 1em;
3094 }
3095
3096 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3097 #adminpage table th { text-align: left;}
3098 #adminpage td .icon { float: left;}
3099 #adminpage table#users img { width: 16px; height: 16px; }
3100 #adminpage table tr:hover { background-color: #bbc7d7; }
3101 #adminpage .selectall { text-align: right; }
3102
3103 /*
3104  * UPDATE
3105  */
3106 .popup {
3107         width: 100%; height: 100%;
3108         top:0px; left:0px;
3109         position: absolute;
3110         display: none;
3111 }
3112
3113 .popup .background {
3114         background-color: rgba(0,0,0,128);
3115         opacity: 0.5;
3116         width: 100%; height: 100%;
3117         position: absolute;
3118         top:0px; left:0px;
3119 }
3120 .popup .panel {
3121         top:25%;left:25%;width:50%;height:50%;
3122         padding: 1em;
3123         position: absolute;
3124         border: 4px solid #000000;
3125         background-color: #FFFFFF;
3126 }
3127 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; }
3128 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3129 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3130 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3131 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3132
3133 /**
3134  * OAuth
3135  */
3136 .oauthapp {
3137         height: auto; overflow: auto;
3138         border-bottom: 2px solid #cccccc;
3139         padding-bottom: 1em;
3140         margin-bottom: 1em;
3141 }
3142 .oauthapp img {
3143         float: left;
3144         width: 48px; height: 48px;
3145         margin: 10px;
3146 }
3147 .oauthapp img.noicon {
3148         background-image: url("../../../images/icons/48/plugin.png");
3149         background-position: center center;
3150         background-repeat: no-repeat;
3151 }
3152 .oauthapp a {
3153         float: left;
3154 }
3155
3156 /**
3157  * ICONS
3158  */
3159 .iconspacer {
3160         display: block; width: 16px; height: 16px;
3161 }
3162
3163 .icon {
3164         display: block; width: 16px; height: 16px;
3165         background-image: url('../../../images/icons.png');
3166 }
3167 .article { background-position: 0px 0px;}
3168 .audio { background-position: -16px 0px;}
3169 .block { background-position: -32px 0px;}
3170 .drop { background-position: -48px 0px;}
3171 .drophide { background-position: -64px 0px;}
3172 .edit { background-position: -80px 0px;}
3173 .camera { background-position: -96px 0px;}
3174 .dislike { background-position: -112px 0px;}
3175 .like { background-position: -128px 0px;}
3176 .link { background-position: -144px 0px;}
3177
3178 .globe { background-position: 0px -16px;}
3179 .noglobe { background-position: -16px -16px;}
3180 .no { background-position: -32px -16px;}
3181 .pause { background-position: -48px -16px;}
3182 .play { background-position: -64px -16px;}
3183 .pencil { background-position: -80px -16px;}
3184 .small-pencil { background-position: -96px -16px;}
3185 .recycle { background-position: -112px -16px;}
3186 .remote-link { background-position: -128px -16px;}
3187 .share { background-position: -144px -16px;}
3188
3189 .tools { background-position: 0px -32px;}
3190 .lock { background-position: -16px -32px;}
3191 .unlock { background-position: -32px -32px;}
3192 .video { background-position: -48px -32px;}
3193 .youtube { background-position: -64px -32px;}
3194 .attach { background-position: -80px -32px; }
3195 .language { background-position: -96px -32px; }
3196 .prev { background-position: -112px -32px; }
3197 .next { background-position: -128px -32px; }
3198 .on { background-position: -144px -32px; }
3199
3200 .off { background-position: 0px -48px; }
3201 .starred { background-position: -16px -48px; }
3202 .unstarred { background-position: -32px -48px; }
3203 .tagged { background-position: -48px -48px; }
3204 .yellow { background-position: -64px -48px; }
3205
3206 .attendyes { background-position: -80px -48px; }
3207 .attendno { background-position: -96px -48px; }
3208 .attendmaybe { background-position: -112px -48px; }
3209
3210 .filer-icon {
3211         display: block; width: 16px; height: 16px;
3212         background-image: url('file.gif');
3213 }
3214
3215 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3216 [class^="comment-edit-bb"] {
3217         list-style: none;
3218         display: none;
3219         margin: 0px 0 -5px 0px;
3220         padding: 0px;
3221         width: 75%;
3222 }
3223 [class^="comment-edit-bb"] > li {
3224         display: inline-block;
3225         margin: 10px 10px 0 0;
3226         visibility: none;
3227 }
3228 [class^="comment-edit-bb-end"] {
3229         clear: both;
3230 }
3231 .editicon {
3232     display: inline-block;
3233     width: 16px;
3234     height: 16px;
3235     background-image: url(bbedit.png);
3236         background-color: #fff;
3237     text-decoration: none;
3238 }
3239 .editicon:hover {
3240         background-color: #ccc;
3241 }
3242 .boldbb {
3243         background-position: 0px 0px;
3244 }
3245 .boldbb:hover {
3246         background-position: 0px -16px;
3247 }
3248 .italicbb {
3249         background-position: -16px 0px;
3250 }
3251 .italicbb:hover {
3252         background-position: -16px -16px;
3253 }
3254 .underlinebb {
3255         background-position: -32px 0px;
3256 }
3257 .underlinebb:hover {
3258         background-position: -32px -16px;
3259 }
3260 .quotebb {
3261         background-position: -48px 0px;
3262 }
3263 .quotebb:hover {
3264         background-position: -48px -16px;
3265 }
3266 .codebb {
3267         background-position: -64px 0px;
3268 }
3269 .codebb:hover {
3270         background-position: -64px -16px;
3271 }
3272 .imagebb {
3273         background-position: -80px 0px;
3274 }
3275 .imagebb:hover {
3276         background-position: -80px -16px;
3277 }
3278 .urlbb {
3279         background-position: -96px 0px;
3280 }
3281 .urlbb:hover {
3282         background-position: -96px -16px;
3283 }
3284 .videobb {
3285         background-position: -112px 0px;
3286 }
3287 .videobb:hover {
3288         background-position: -112px -16px;
3289 }
3290
3291 .attachtype {
3292         display: block; width: 20px; height: 23px;
3293         float: left;
3294         background-image: url('../../../images/content-types.png');
3295         background-position: -80px 0px;
3296 }
3297
3298 .body-attach {
3299         margin-top: 10px;
3300 }
3301
3302 .type-video { background-position: 0px 0px; }
3303 .type-image { background-position: -20px 0px; }
3304 .type-audio { background-position: -40px 0px; }
3305 .type-text  { background-position: -60px 0px; }
3306 .type-unkn  { background-position: -80px 0px; }
3307
3308
3309 /* autocomplete popup */
3310 .acpopup {
3311         background-color:#ffffff;
3312         overflow:auto;
3313         z-index:100000;
3314         border:1px solid #cccccc;
3315 }
3316 .acpopup-mce {
3317         max-height:150px;
3318         background-color:#ffffff;
3319         overflow:auto;
3320         z-index:100000;
3321         border:1px solid #cccccc;
3322 }
3323 .acpopupitem {
3324         background-color:#ffffff; padding: 4px;
3325         clear:left;
3326 }
3327 .acpopupitem img {
3328         float: left;
3329         margin-right: 4px;
3330 }
3331
3332 .acpopupitem.selected {
3333         color: #FFFFFF; background: #3465A4;
3334 }
3335 .textcomplete-item.active {
3336         color: #FFFFFF; background: #3465A4;
3337 }
3338 .active a .acpopup-sub-text {
3339         color: #fff;
3340 }
3341
3342 /* popup notifications */
3343 div.jGrowl div.notice {
3344   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3345   color: #ffffff;
3346   padding-left: 58px;
3347 }
3348 div.jGrowl div.info {
3349   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3350   color: #ffffff;
3351   padding-left: 58px;
3352 }
3353 #jGrowl.top-right {
3354         top: 15px;
3355         right: 15px;
3356 }
3357 .qcomment {
3358         border: 1px solid #EEE;
3359         padding: 3px;
3360         margin-top: 15px;
3361         margin-left: 25px;
3362         width: 125px;
3363         overflow-y: auto;
3364 }
3365
3366
3367 .qcomment option {
3368         width: 125px;
3369         overflow-x: hidden;
3370 }
3371
3372 .qcomment {
3373         opacity: 0.3;
3374         filter:alpha(opacity=30);
3375 }
3376 .qcomment:hover {
3377         opacity: 1.0;
3378         filter:alpha(opacity=100);
3379 }
3380
3381 /* notifications popup menu */
3382 .manage-notify {
3383   font-size: 10px;
3384   padding: 1px 3px;
3385   top: 0px;
3386   min-width: 15px;
3387   text-align: center;
3388   float: right;
3389   margin-top: -14px;
3390   margin-right: -20px;
3391 }
3392
3393 .nav-notify {
3394         display: none;
3395         position: absolute;
3396         font-size: 10px;
3397         padding: 1px 3px;
3398         top: 0px;
3399         right: -10px;
3400         min-width: 15px;
3401         text-align: right;
3402 }
3403 .nav-notify.show {
3404         display: block;
3405 }
3406 #nav-notifications-menu {
3407         width: 320px;
3408         max-height: 400px;
3409         overflow-y: scroll;overflow-style:scrollbar;
3410         background-color:#FFFFFF;
3411         -moz-border-radius: 5px;
3412         -webkit-border-radius: 5px;
3413         border-radius:5px;
3414         border: 1px solid #888;
3415         top: 90px;
3416         left: 200px;
3417 }
3418 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3419 #nav-notifications-menu img { float: left; margin-right: 5px; }
3420 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3421 #nav-notifications-menu li {
3422         padding: 7px 0px 7px 10px;
3423         word-wrap:normal;
3424         border-bottom: 1px solid #000;
3425 }
3426
3427 #nav-notifications-menu li:hover {
3428
3429 }
3430
3431 #nav-notifications-menu a:hover {
3432         text-decoration: underline;
3433 }
3434
3435 .notif-item a {
3436         color: #000000;
3437 }
3438
3439 .notif-item a:hover {
3440         text-decoration: underline;
3441 }
3442
3443 .notif-image {
3444         width: 32px;
3445         height: 32px;
3446         padding: 7px 7px 0px 0px;
3447 }
3448
3449 .notify-seen {
3450         background: #DDDDDD;
3451 }
3452
3453 #id_term_label {
3454         width:75px;
3455 }
3456 #id_term {
3457         width:100px;
3458 }
3459
3460 #recip {
3461
3462 }
3463 .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; }
3464 .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; }
3465 .autocomplete .selected { background:#F0F0F0; }
3466 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3467
3468 #datebrowse-sidebar select {
3469         margin-left: 25px;
3470 }
3471
3472 #div_id_remember label {
3473         width: 170px;
3474 }
3475 #div_id_remember input {
3476         width: 20px;
3477 }
3478
3479 .shared_header span {
3480         margin-left: 10px;
3481 }
3482
3483 /* small screens */
3484 @media all and (max-width: 1089px) {
3485     .field label { width: 90%; }
3486     .field input, .field textarea, .field select  { width: 90%; }
3487         .field input[type="checkbox"],.field input[type="radio"] {
3488                 width: 2em;
3489         }
3490     #id_openid_url { width: 85%; }
3491     .field_help { margin-left: 0px; }
3492         textarea { width: 100%; }
3493 }
3494 @media all and (max-width: 760px) {
3495         body { background-image: none; }
3496         nav, aside, section, footer {
3497                 margin: 0px;
3498                 float: none;
3499                 position: relative;
3500                 width: 100%;
3501                 padding: 0.5em;
3502                 height: auto;
3503         }
3504         aside:before {
3505                 content: ">>";
3506                 display: block;
3507                 background-color: #eee;
3508         }
3509         aside { overflow: hidden; min-height: 0; height: 1em;}
3510         aside:hover, aside:focus { height: auto; }
3511
3512         nav .nav-link {
3513                 float: left;
3514                 width: 23%;
3515                 min-width: 100px;
3516                 height: 15px;
3517                 display: block;
3518                 margin: 0.4em 2px 0 0;
3519
3520                 padding: 6px 3px;
3521                 border-width: 1px 1px 0px;
3522                 border-style: solid solid none;
3523                 border-color: rgb(186, 189, 182);
3524                 background-color: rgb(174, 192,211)!important;
3525         }
3526         .nav-commlink.selected,
3527         .nav-commlink {
3528                 border-bottom: 0px;
3529                 padding: 6px 3px;
3530                 min-width: 100px;
3531                 float: left;
3532                 margin-top: 0.4em;
3533                 width: 23%;
3534                 bottom: auto;
3535         }
3536         .nav-ajax-left {margin-left: -1em; margin-top: 0px;     }
3537         nav #site-location,
3538         nav #banner { position: relative; clear:both; }
3539         ul.menu-popup { left: 0px; top: 20px; }
3540
3541 }
3542
3543 /* videos page */
3544 .videos .video-top-wrapper {
3545   width: 300px;
3546   float: left;
3547   margin: 0px 10px 10px 0px;
3548   position: relative;
3549 }
3550 .videos .video-top-wrapper .video-js {
3551   width: 300px!important;
3552   height: 232px!important;
3553 }
3554 .videos .video-top-wrapper .video-delete {
3555   position: absolute;
3556   opacity: 0;
3557   right: 0px;
3558   top: 0px;
3559   transition: opacity 0.5s;
3560 }
3561 .videos .video-top-wrapper:hover .video-delete {
3562   opacity: 1;
3563 }
3564 #message-preview .mail-list-sender-url, #message-preview .mail-list-delete {
3565         display: none;
3566 }
3567 #message-preview .mail-list-outside-wrapper {
3568         margin-top: 20px;
3569 }