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