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