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