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