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