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