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