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