]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
some work on poke template
[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 #poke-desc {
2026         margin: 5px 0 10px;
2027 }
2028
2029 #poke-wrapper  {
2030         padding: 10px 0 20px;
2031 }
2032
2033 #poke-recipient, #poke-action, #poke-privacy-settings {
2034         margin: 10px 0 30px;
2035 }
2036
2037 #poke-recip-label, #poke-action-label, #prvmail-message-label {
2038         margin: 10px 0 10px;
2039 }
2040
2041 #sidebar-group-list ul {
2042         list-style-type: none;
2043 }
2044
2045 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2046         display: inline-block;
2047         height: 12px;
2048         width: 12px;
2049 }
2050
2051 #sidebar-group-list li {
2052         margin-top: 10px;
2053 }
2054
2055 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
2056         list-style-type: none;
2057 }
2058
2059 .nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
2060         margin-top: 10px;
2061 }
2062
2063 .nets-link {
2064         margin-left: 24px;
2065 }
2066 .nets-all {
2067         margin-left: 42px;
2068 }
2069
2070 .fileas-link, .categories-link {
2071         margin-left: 24px;
2072 }
2073
2074 .fileas-all, .categories-all {
2075         margin-left: 0px;
2076 }
2077
2078 #search-save {
2079         margin-left: 5px;
2080 }
2081 .groupsideedit {
2082         margin-right: 10px;
2083 }
2084 #saved-search-ul {
2085         list-style-type: none;
2086 }
2087 .savedsearchdrop, .savedsearchterm {
2088         float: left;
2089         margin-top: 10px;
2090 }
2091 .savedsearchterm {
2092         margin-left: 10px;
2093 }
2094
2095
2096 #side-follow-wrapper {
2097         margin-top: 20px;
2098 }
2099 #side-follow-url, #side-peoplefind-url {
2100         margin-top: 5px;
2101 }
2102 #side-follow-submit, #side-peoplefind-submit {
2103         margin-top: 15px;
2104 }
2105
2106 #side-match-link {
2107         margin-top: 10px;
2108 }
2109
2110 aside input[type='text'] {
2111  width: 174px;
2112 }
2113
2114 .widget {
2115         border: 1px solid #DDDDDD;
2116         padding: 8px;
2117         margin-top: 5px;
2118         -moz-border-radius:5px;
2119         -webkit-border-radius:5px;
2120         border-radius:5px;
2121
2122 }
2123
2124
2125 /*.photos {
2126         height: auto;
2127         overflow: auto;
2128 }*/
2129
2130 .photos-end {
2131         clear: both;
2132         margin-bottom: 25px;
2133 }
2134
2135 .photo-album-image-wrapper {
2136         float: left;
2137         margin-top: 15px;
2138         margin-right: 15px;
2139         margin-left: 15px;
2140 /*      width: 200px; height: 200px;
2141         overflow: hidden;
2142         position: relative; */
2143 }
2144 .photo-album-image-wrapper .caption {
2145         display: none;
2146         width: 100%;
2147 /*      position: absolute; */
2148         bottom: 0px;
2149         padding: 0.5em 0.5em 0px 0.5em;
2150         background-color: rgba(245, 245, 255, 0.8);
2151         border-bottom: 2px solid #CCC;
2152         margin: 0px;
2153 }
2154 .photo-album-image-wrapper a:hover .caption {
2155         display:block;
2156 }
2157
2158 #photo-album-end {
2159         clear: both;
2160         margin-bottom: 25px;
2161 }
2162
2163 .photo-top-image-wrapper {
2164 /*      position: relative; */
2165         float: left;
2166         margin-top: 15px;
2167         margin-right: 15px;
2168         margin-left: 15px;
2169         margin-bottom: 15px;
2170 /*      width: 200px; height: 200px;
2171         overflow: hidden; */
2172 }
2173 .photo-top-album-name {
2174         width: 100%;
2175         min-height: 2em;
2176 /*      position: absolute;  */
2177         bottom: 0px;
2178         padding: 0px 3px;
2179         padding-top: 0.5em;
2180         background-color: rgb(255, 255, 255);
2181 }
2182 #photo-top-end {
2183         clear: both;
2184 }
2185
2186 #photo-top-links {
2187         margin-bottom: 30px;
2188         margin-left: 30px;
2189 }
2190
2191 #photos-upload-newalbum-div {
2192         float: left;
2193         width: 175px;
2194 }
2195
2196 #photos-upload-noshare {
2197         margin-bottom: 10px;
2198 }
2199 #photos-upload-existing-album-text {
2200         float: left;
2201         width: 175px;
2202 }
2203 #photos-upload-newalbum {
2204         float: left;
2205 }
2206 #photos-upload-album-select {
2207         float: left;
2208 }
2209
2210 #photos-upload-spacer {
2211         margin-top: 25px;
2212 }
2213 #photos-upload-new-end, #photos-upload-exist-end {
2214         clear: both;
2215 }
2216 #photos-upload-exist-end {
2217         margin-bottom: 15px;
2218 }
2219 #photos-upload-submit {
2220         margin-top: 15px;
2221 }
2222
2223 #photos_upload_applet_wrapper {
2224         margin-bottom: 15px;
2225 }
2226
2227 #photos-upload-no-java-message {
2228         margin-bottom: 15px;
2229 }
2230
2231 .video-top-wrapper {
2232         display: inline-block;
2233         vertical-align: top;
2234         margin-top: 15px;
2235         margin-right: 15px;
2236         margin-left: 15px;
2237         margin-bottom: 15px;
2238 }
2239
2240 #profile-jot-desc {
2241         /*float: left;*/
2242         width: 480px;
2243         color: #FF0000;
2244         margin-top: 10px;
2245         margin-bottom: 10px;
2246 }
2247
2248 #character-counter {
2249         float: right;
2250         font-size: 120%;
2251 }
2252
2253 #character-counter.grey {
2254         color: #888888;
2255 }
2256
2257 #character-counter.orange {
2258         color: orange;
2259 }
2260 #character-counter.red {
2261         color: red;
2262 }
2263
2264 #profile-jot-banner-end {
2265         /* clear: both; */
2266 }
2267
2268 #photos-upload-select-files-text {
2269         margin-top: 15px;
2270         margin-bottom: 15px;
2271 }
2272
2273 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2274         color: #8888FF;
2275         text-decoration: none;
2276         cursor: pointer;
2277 }
2278
2279 #photos-upload-perms-menu:hover {
2280         color: #0000FF;
2281         text-decoration: underline;
2282         cursor: pointer;
2283 }
2284 #settings-default-perms-menu {
2285         margin-top: 15px;
2286         margin-bottom: 15px;
2287 }
2288
2289 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
2290         float: left;
2291         width: 150px;
2292 }
2293
2294 #photo-edit-perms-end {
2295         margin-bottom: 15px;
2296 }
2297
2298 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
2299         float: left;
2300         margin-bottom: 25px;
2301 }
2302 #photo-edit-link-wrap {
2303         margin-bottom: 15px;
2304 }
2305 #photo-like-div {
2306         margin-bottom: 25px;
2307 }
2308
2309 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2310         clear: both;
2311 }
2312
2313 #photo-edit-rotate-end {
2314         margin-bottom: 15px;
2315 }
2316
2317 #photo-edit-delete-button {
2318         margin-left: 200px;
2319 }
2320 #photo-edit-end {
2321         margin-bottom: 35px;
2322 }
2323 #photo-caption {
2324         font-size: 110%;
2325         font-weight: bold;
2326         margin-top: 15px;
2327         margin-bottom: 15px;
2328 }
2329
2330 #in-this-photo-text {
2331         color: #0000FF;
2332         margin-left: 30px;
2333 }
2334
2335 #in-this-photo {
2336         margin-left: 60px;
2337         margin-top: 10px;
2338         margin-bottom: 20px;
2339 }
2340
2341 #photo-album-edit-submit, #photo-album-edit-drop {
2342         margin-top: 15px;
2343         margin-bottom: 15px;
2344 }
2345
2346 #photo-album-edit-drop {
2347         margin-left: 200px;
2348 }
2349
2350 .group-delete-wrapper {
2351         float: right;
2352         margin-right: 50px;
2353 }
2354
2355 #install-dbhost-label,
2356 #install-dbuser-label,
2357 #install-dbpass-label,
2358 #install-dbdata-label,
2359 #install-tz-desc {
2360        float: left;
2361        width: 250px;
2362        margin-top: 10px;
2363        margin-bottom: 10px;
2364
2365 }
2366
2367 #install-dbhost,
2368 #install-dbuser,
2369 #install-dbpass,
2370 #install-dbdata {
2371        float: left;
2372        width: 200px;
2373        margin-left: 20px;
2374 }
2375
2376 #install-dbhost-end,
2377 #install-dbuser-end,
2378 #install-dbpass-end,
2379 #install-dbdata-end,
2380 #install-tz-end {
2381        clear: both;
2382 }
2383
2384 #install-form select#timezone_select {
2385        float: left;
2386        margin-top: 18px;
2387        margin-left: 20px;
2388 }
2389
2390 #dfrn-request-networks {
2391         margin-bottom: 30px;
2392 }
2393
2394 #pause {
2395   position: fixed;
2396   bottom: 5px;
2397   right: 5px;
2398 }
2399
2400 .sparkle {
2401         cursor: url('lock.cur'), pointer;
2402 /*      cursor: pointer !important; */
2403 }
2404
2405 .contact-block-div {
2406         float: left;
2407         width: 52px;
2408         height: 52px;
2409 }
2410 .contact-block-textdiv {
2411         float: left;
2412         width: 150px;
2413         height: 34px;
2414 }
2415
2416 #contact-block-end {
2417         clear: both;
2418 }
2419 .contact-block-link {
2420         float: left;
2421 }
2422 .contact-block-img {
2423         width:48px;
2424         height:48px;
2425 }
2426
2427 #tag-remove {
2428         margin-bottom: 15px;
2429 }
2430
2431 #tagrm li {
2432         margin-bottom: 10px;
2433 }
2434
2435 #tagrm-submit, #tagrm-cancel {
2436         margin-top: 25px;
2437 }
2438
2439 #tagrm-cancel {
2440         margin-left: 15px;
2441 }
2442
2443 .wall-item-conv {
2444         margin-top: 5px;
2445         margin-bottom: 25px;
2446 }
2447
2448 #search-submit {
2449         margin-left: 15px;
2450 }
2451
2452 #search-box {
2453         margin-bottom: 25px;
2454 }
2455
2456 .location-label, .gender-label, .marital-label, .homepage-label {
2457         float: left;
2458         text-align: right;
2459         display: block;
2460         width: 65px;
2461 }
2462
2463 .adr, .x-gender, .marital-text, .homepage-url {
2464         float: left;
2465         display: block;
2466         margin-left: 8px;
2467 }
2468
2469 .profile-clear {
2470         clear: both;
2471 }
2472
2473
2474 .clear {
2475         clear: both;
2476 }
2477
2478 .cc-license {
2479         margin-top: 50px;
2480         font-size: 70%;
2481 }
2482
2483
2484 #plugin-settings-link, #account-settings-link {
2485         margin-bottom: 10px;
2486 }
2487
2488 #uexport-link {
2489         margin-bottom: 20px;
2490 }
2491
2492 /* end from default */
2493
2494
2495 .fn {
2496         padding: 0px 0px 5px 12px;
2497         font-size: 120%;
2498         font-weight: bold;
2499 }
2500
2501 .vcard .title {
2502         margin-bottom: 5px;
2503         margin-left: 12px;
2504 }
2505
2506 .vcard dl {
2507         clear: both;
2508 }
2509
2510 #birthday-title {
2511         float: left;
2512         font-weight: bold;
2513 }
2514
2515 #birthday-adjust {
2516         float: left;
2517         font-size: 75%;
2518         margin-left: 10px;
2519 }
2520
2521 #birthday-title-end {
2522         clear: both;
2523 }
2524
2525 .birthday-list {
2526         margin-left: 15px;
2527 }
2528
2529 #birthday-wrapper {
2530         margin-bottom: 20px;
2531 }
2532
2533 #network-new-link {
2534         margin-top: 15px;
2535         margin-bottom: 15px;
2536 }
2537
2538
2539 .tool-wrapper {
2540   float: left;
2541   margin-left: 15px;
2542 }
2543
2544 .tool-link {
2545   cursor: pointer;
2546 }
2547
2548 .eventcal {
2549         float: left;
2550         font-size: 20px;
2551 }
2552
2553 #event-summary-text {
2554         margin-top: 15px;
2555 }
2556
2557 #event-share-checkbox {
2558         float: left;
2559         margin-top: 10px;
2560 }
2561
2562 #event-share-text {
2563         float: left;
2564         margin-top: 10px;
2565         margin-left: 5px;
2566 }
2567
2568 #event-share-break {
2569         clear: both;
2570         margin-bottom: 10px;
2571 }
2572
2573 #event-summary {
2574         width: 400px;
2575 }
2576
2577 .vevent {
2578         border: 1px solid #CCCCCC;
2579 }
2580
2581 .vevent .event-summary {
2582         margin-left: 10px;
2583         margin-right: 10px;
2584         font-weight: bold;
2585 }
2586
2587 .vevent .event-description, .vevent .event-location {
2588         margin-left: 10px;
2589         margin-right: 10px;
2590 }
2591 .vevent .event-start {
2592         margin-left: 10px;
2593         margin-right: 10px;
2594 }
2595
2596 #new-event-link {
2597         margin-bottom: 10px;
2598 }
2599
2600 .edit-event-link, .plink-event-link {
2601         float: left;
2602         margin-top: 4px;
2603         margin-right: 4px;
2604         margin-bottom: 15px;
2605 }
2606
2607 .event-description:before {
2608         content: url('../../../images/calendar.png');
2609         margin-right: 15px;
2610 }
2611
2612 .event-start, .event-end {
2613         margin-left: 10px;
2614         width: 330px;
2615         clear: both;
2616 }
2617
2618 .event-start .dtstart, .event-end .dtend {
2619         float: right;
2620 }
2621
2622 .event-list-date {
2623         margin-bottom: 10px;
2624 }
2625
2626 .prevcal, .nextcal {
2627         float: left;
2628         margin-left: 32px;
2629         margin-right: 32px;
2630         margin-top: 64px;
2631 }
2632 .event-calendar-end {
2633         clear: both;
2634 }
2635
2636
2637 .calendar {
2638         font-family: Courier, monospace;
2639 }
2640 .today {
2641         font-weight: bold;
2642         color: #FF0000;
2643 }
2644
2645 .settings-block {
2646         border: 1px solid #AAA;
2647         margin: 10px;
2648         padding: 10px;
2649 }
2650
2651 .app-title {
2652         margin: 10px;
2653 }
2654
2655 #identity-manage-desc {
2656         margin-top:15px;
2657         margin-bottom: 15px;
2658 }
2659
2660 #identity-manage-choose {
2661         margin-bottom: 15px;
2662 }
2663
2664 #identity-submit {
2665         margin-top: 20px;
2666 }
2667
2668 #photo-prev-link, #photo-next-link {
2669         padding: 10px;
2670         float: left;
2671 }
2672
2673 #photo-photo {
2674         float: left;
2675 }
2676
2677 #photo-photo-end {
2678         clear: both;
2679 }
2680
2681 .profile-match-photo {
2682         float: left;
2683         text-align: center;
2684         width: 120px;
2685 }
2686
2687 .profile-match-name {
2688         float: left;
2689         text-align: center;
2690         width: 120px;
2691         overflow: hidden;
2692 }
2693
2694 .profile-match-break,
2695 .profile-match-end {
2696         clear: both;
2697 }
2698
2699 .profile-match-connect {
2700         text-align: center;
2701         font-weight: bold;
2702 }
2703
2704 .profile-match-wrapper {
2705         float: left;
2706         padding: 10px;
2707         width: 120px;
2708         height: 120px;
2709         scroll: auto;
2710 }
2711 #profile-match-wrapper-end {
2712         clear: both;
2713 }
2714 .side-link {
2715         margin-bottom: 15px;
2716 }
2717
2718 #language-selector {
2719         position: absolute;
2720         top: 0px;
2721         left: 16px;
2722 }
2723
2724 #group-members {
2725         margin-top: 20px;
2726         padding: 10px;
2727         height: 250px;
2728         overflow: auto;
2729         border: 1px solid #ddd;
2730 }
2731
2732 #group-members-end {
2733         clear: both;
2734 }
2735
2736 #group-separator {
2737         margin-top: 10px;
2738         margin-bottom: 10px;
2739 }
2740
2741 #group-all-contacts {
2742         padding: 10px;
2743         height: 450px;
2744         overflow: auto;
2745         border: 1px solid #ddd;
2746 }
2747
2748 #group-all-contacts-end {
2749         clear: both;
2750         margin-bottom: 10px;
2751 }
2752
2753 #group-edit-desc {
2754         margin-top: 15px;
2755 }
2756
2757
2758 #prof-members {
2759         margin-top: 20px;
2760         padding: 10px;
2761         height: 250px;
2762         overflow: auto;
2763         border: 1px solid #ddd;
2764 }
2765
2766 #prof-members-end {
2767         clear: both;
2768 }
2769
2770 #prof-separator {
2771         margin-top: 10px;
2772         margin-bottom: 10px;
2773 }
2774
2775 #prof-all-contacts {
2776         padding: 10px;
2777         height: 450px;
2778         overflow: auto;
2779         border: 1px solid #ddd;
2780 }
2781
2782 #prof-all-contacts-end {
2783         clear: both;
2784         margin-bottom: 10px;
2785 }
2786
2787 #prof-edit-desc {
2788         margin-top: 15px;
2789 }
2790
2791 #crepair-name-label,
2792 #crepair-nick-label,
2793 #crepair-attag-label,
2794 #crepair-url-label,
2795 #crepair-request-label,
2796 #crepair-confirm-label,
2797 #crepair-notify-label,
2798 #crepair-photo-label,
2799 #crepair-poll-label {
2800         float: left;
2801         width: 200px;
2802         margin-bottom: 15px;
2803 }
2804
2805 #crepair-name,
2806 #crepair-nick,
2807 #crepair-attag,
2808 #crepair-url,
2809 #crepair-request,
2810 #crepair-confirm,
2811 #crepair-notify,
2812 #crepair-photo,
2813 #crepair-poll {
2814         float: left;
2815         width: 300px;
2816 }
2817
2818
2819 #netsearch-box {
2820         margin-top: 20px;
2821 }
2822
2823 #netsearch-box #search-submit {
2824         margin: 5px 0px 0px 0px;
2825 }
2826
2827 .required {
2828         color: #FF0000;
2829 }
2830
2831 #event-start-text, #event-finish-text {
2832         margin-top: 10px;
2833         margin-bottom: 5px;
2834 }
2835
2836 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2837         float: left;
2838 }
2839 #event-datetime-break {
2840         margin-bottom: 10px;
2841 }
2842
2843 #event-nofinish-break, #event-adjust-break {
2844         clear: both;
2845 }
2846
2847 #event-desc-text, #event-location-text {
2848         margin-top: 10px;
2849         margin-bottom: 5px;
2850 }
2851 #event-submit {
2852         margin-top: 10px;
2853 }
2854
2855 .body-tag, .filesavetags, .categorytags {
2856         opacity: 0.5;
2857         filter:alpha(opacity=50);
2858 }
2859
2860 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
2861         opacity: 1.0 !important;
2862         filter:alpha(opacity=100) !important;
2863 }
2864
2865 .item-select {
2866         opacity: 0.1;
2867         filter:alpha(opacity=10);
2868         float: right;
2869         margin-right: 10px;
2870
2871 }
2872 .item-select:hover, .checkeditem {
2873         opacity: 1;
2874         filter:alpha(opacity=100);
2875 }
2876
2877
2878 #item-delete-selected {
2879         margin-top: 30px;
2880 }
2881
2882 #item-delete-selected-end {
2883         clear: both;
2884 }
2885 #item-delete-selected-icon, #item-delete-selected-desc {
2886         float: left;
2887         margin-right: 5px;
2888 }
2889 #item-delete-selected-desc:hover {
2890         text-decoration: underline;
2891 }
2892
2893 #lang-select-icon {
2894         cursor: pointer;
2895         position: absolute;
2896         left: 0px;
2897         top: 0px;
2898         opacity: 0.2;
2899         filter:alpha(opacity=20);
2900 }
2901
2902 #lang-select-icon:hover {
2903         opacity: 1;
2904         filter:alpha(opacity=100);
2905 }
2906
2907 .notif-image {
2908         height: 80px;
2909         width: 80px;
2910         margin-right: 15px;
2911 }
2912 .notification-listing-end {
2913         clear: both;
2914         margin-bottom: 15px;
2915 }
2916
2917
2918
2919 /**
2920  * Plugins settings
2921  */
2922
2923 .settings-block > h3,
2924 .settings-heading {
2925         border-bottom: 1px solid #babdb6;
2926 }
2927
2928
2929 /**
2930  * Form fields
2931  */
2932 .field {
2933         margin-bottom: 10px;
2934         padding-bottom: 10px;
2935         overflow: auto;
2936         width: 100%
2937 }
2938
2939 .field label {
2940         float: left;
2941         width: 200px;
2942 }
2943
2944 .field input,
2945 .field textarea {
2946         width: 400px;
2947 }
2948 .field textarea { height: 100px; }
2949 .field_help {
2950         display: block;
2951         margin-left: 200px;
2952         color: #666666;
2953
2954 }
2955
2956
2957 .field .onoff {
2958         float: left;
2959         width: 80px;
2960 }
2961 .field .onoff a {
2962         display: block;
2963         border:1px solid #666666;
2964         background-image:url("../../../images/onoff.jpg");
2965         background-repeat: no-repeat;
2966         padding: 4px 2px 2px 2px;
2967         height: 16px;
2968         text-decoration: none;
2969 }
2970 .field .onoff .off {
2971         border-color:#666666;
2972         padding-left: 40px;
2973         background-position: left center;
2974         background-color: #cccccc;
2975         color: #666666;
2976         text-align: right;
2977 }
2978 .field .onoff .on {
2979         border-color:#204A87;
2980         padding-right: 40px;
2981         background-position: right center;
2982         background-color: #D7E3F1;
2983         color: #204A87;
2984         text-align: left;
2985 }
2986 .hidden { display: none!important; }
2987
2988 .field.radio .field_help { margin-left: 0px; }
2989
2990
2991
2992 /**
2993  * ADMIN
2994  */
2995 #pending-update {
2996         float:right;
2997         color: #ffffff;
2998         font-weight: bold;
2999         background-color: #FF0000;
3000         padding: 0em 0.3em;
3001
3002 }
3003 #adminpage dl {
3004         clear: left;
3005         margin-bottom: 2px;
3006         padding-bottom: 2px;
3007         border-bottom: 1px solid black;
3008 }
3009 #adminpage dt {
3010         width: 200px;
3011         float: left;
3012         font-weight: bold;
3013 }
3014 #adminpage dd {
3015         margin-left: 200px;
3016 }
3017
3018 #adminpage h3 {
3019         border-bottom: 1px solid #cccccc;
3020 }
3021 #adminpage .field label {
3022         font-weight: bold;
3023 }
3024 #adminpage .submit {
3025         clear:left;
3026         text-align: right;
3027 }
3028
3029 #adminpage #pluginslist {
3030         margin: 0px; padding: 0px;
3031 }
3032 #adminpage .plugin {
3033         list-style: none;
3034         display: block;
3035         border: 1px solid #888888;
3036         padding: 1em;
3037         margin-bottom: 5px;
3038         clear: left;
3039 }
3040 #adminpage .plugin .desc { margin-left: 2.5em;}
3041 #adminpage .toggleplugin {
3042         float:left;
3043         margin-right: 1em;
3044 }
3045
3046 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3047 #adminpage table th { text-align: left;}
3048 #adminpage td .icon { float: left;}
3049 #adminpage table#users img { width: 16px; height: 16px; }
3050 #adminpage table tr:hover { background-color: #bbc7d7; }
3051 #adminpage .selectall { text-align: right; }
3052
3053 /*
3054  * UPDATE
3055  */
3056 .popup {
3057         width: 100%; height: 100%;
3058         top:0px; left:0px;
3059         position: absolute;
3060         display: none;
3061 }
3062
3063 .popup .background {
3064         background-color: rgba(0,0,0,128);
3065         opacity: 0.5;
3066         width: 100%; height: 100%;
3067         position: absolute;
3068         top:0px; left:0px;
3069 }
3070 .popup .panel {
3071         top:25%;left:25%;width:50%;height:50%;
3072         padding: 1em;
3073         position: absolute;
3074         border: 4px solid #000000;
3075         background-color: #FFFFFF;
3076 }
3077 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; }
3078 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3079 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3080 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3081 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3082
3083 /**
3084  * OAuth
3085  */
3086 .oauthapp {
3087         height: auto; overflow: auto;
3088         border-bottom: 2px solid #cccccc;
3089         padding-bottom: 1em;
3090         margin-bottom: 1em;
3091 }
3092 .oauthapp img {
3093         float: left;
3094         width: 48px; height: 48px;
3095         margin: 10px;
3096 }
3097 .oauthapp img.noicon {
3098         background-image: url("../../../images/icons/48/plugin.png");
3099         background-position: center center;
3100         background-repeat: no-repeat;
3101 }
3102 .oauthapp a {
3103         float: left;
3104 }
3105
3106 /**
3107  * ICONS
3108  */
3109 .iconspacer {
3110         display: block; width: 16px; height: 16px;
3111 }
3112
3113 .icon {
3114         display: block; width: 16px; height: 16px;
3115         background-image: url('../../../images/icons.png');
3116 }
3117 .article { background-position: 0px 0px;}
3118 .audio { background-position: -16px 0px;}
3119 .block { background-position: -32px 0px;}
3120 .drop { background-position: -48px 0px;}
3121 .drophide { background-position: -64px 0px;}
3122 .edit { background-position: -80px 0px;}
3123 .camera { background-position: -96px 0px;}
3124 .dislike { background-position: -112px 0px;}
3125 .like { background-position: -128px 0px;}
3126 .link { background-position: -144px 0px;}
3127
3128 .globe { background-position: 0px -16px;}
3129 .noglobe { background-position: -16px -16px;}
3130 .no { background-position: -32px -16px;}
3131 .pause { background-position: -48px -16px;}
3132 .play { background-position: -64px -16px;}
3133 .pencil { background-position: -80px -16px;}
3134 .small-pencil { background-position: -96px -16px;}
3135 .recycle { background-position: -112px -16px;}
3136 .remote-link { background-position: -128px -16px;}
3137 .share { background-position: -144px -16px;}
3138
3139 .tools { background-position: 0px -32px;}
3140 .lock { background-position: -16px -32px;}
3141 .unlock { background-position: -32px -32px;}
3142 .video { background-position: -48px -32px;}
3143 .youtube { background-position: -64px -32px;}
3144 .attach { background-position: -80px -32px; }
3145 .language { background-position: -96px -32px; }
3146 .prev { background-position: -112px -32px; }
3147 .next { background-position: -128px -32px; }
3148 .on { background-position: -144px -32px; }
3149
3150 .off { background-position: 0px -48px; }
3151 .starred { background-position: -16px -48px; }
3152 .unstarred { background-position: -32px -48px; }
3153 .tagged { background-position: -48px -48px; }
3154 .yellow { background-position: -64px -48px; }
3155
3156 .attendyes { background-position: -80px -48px; }
3157 .attendno { background-position: -96px -48px; }
3158 .attendmaybe { background-position: -112px -48px; }
3159
3160 .filer-icon {
3161         display: block; width: 16px; height: 16px;
3162         background-image: url('file.gif');
3163 }
3164
3165 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3166 [class^="comment-edit-bb"] {
3167         list-style: none;
3168         display: none;
3169         margin: 0px 0 -5px 0px;
3170         padding: 0px;
3171         width: 75%;
3172 }
3173 [class^="comment-edit-bb"] > li {
3174         display: inline-block;
3175         margin: 10px 10px 0 0;
3176         visibility: none;
3177 }
3178 [class^="comment-edit-bb-end"] {
3179         clear: both;
3180 }
3181 .editicon {
3182     display: inline-block;
3183     width: 16px;
3184     height: 16px;
3185     background-image: url(bbedit.png);
3186         background-color: #fff;
3187     text-decoration: none;
3188 }
3189 .editicon:hover {
3190         background-color: #ccc;
3191 }
3192 .boldbb {
3193         background-position: 0px 0px;
3194 }
3195 .boldbb:hover {
3196         background-position: 0px -16px;
3197 }
3198 .italicbb {
3199         background-position: -16px 0px;
3200 }
3201 .italicbb:hover {
3202         background-position: -16px -16px;
3203 }
3204 .underlinebb {
3205         background-position: -32px 0px;
3206 }
3207 .underlinebb:hover {
3208         background-position: -32px -16px;
3209 }
3210 .quotebb {
3211         background-position: -48px 0px;
3212 }
3213 .quotebb:hover {
3214         background-position: -48px -16px;
3215 }
3216 .codebb {
3217         background-position: -64px 0px;
3218 }
3219 .codebb:hover {
3220         background-position: -64px -16px;
3221 }
3222 .imagebb {
3223         background-position: -80px 0px;
3224 }
3225 .imagebb:hover {
3226         background-position: -80px -16px;
3227 }
3228 .urlbb {
3229         background-position: -96px 0px;
3230 }
3231 .urlbb:hover {
3232         background-position: -96px -16px;
3233 }
3234 .videobb {
3235         background-position: -112px 0px;
3236 }
3237 .videobb:hover {
3238         background-position: -112px -16px;
3239 }
3240
3241 .attachtype {
3242         display: block; width: 20px; height: 23px;
3243         float: left;
3244         background-image: url('../../../images/content-types.png');
3245         background-position: -80px 0px;
3246 }
3247
3248 .body-attach {
3249         margin-top: 10px;
3250 }
3251
3252 .type-video { background-position: 0px 0px; }
3253 .type-image { background-position: -20px 0px; }
3254 .type-audio { background-position: -40px 0px; }
3255 .type-text  { background-position: -60px 0px; }
3256 .type-unkn  { background-position: -80px 0px; }
3257
3258
3259 /* autocomplete popup */
3260 .acpopup {
3261         max-height:150px;
3262         background-color:#ffffff;
3263         overflow:auto;
3264         z-index:100000;
3265         border:1px solid #cccccc;
3266 }
3267 .acpopupitem {
3268         background-color:#ffffff; padding: 4px;
3269         clear:left;
3270 }
3271 .acpopupitem img {
3272         float: left;
3273         margin-right: 4px;
3274 }
3275
3276 .acpopupitem.selected {
3277         color: #FFFFFF; background: #3465A4;
3278 }
3279
3280 /* popup notifications */
3281 div.jGrowl div.notice {
3282   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3283   color: #ffffff;
3284   padding-left: 58px;
3285 }
3286 div.jGrowl div.info {
3287   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3288   color: #ffffff;
3289   padding-left: 58px;
3290 }
3291 #jGrowl.top-right {
3292         top: 15px;
3293         right: 15px;
3294 }
3295 .qcomment {
3296         border: 1px solid #EEE;
3297         padding: 3px;
3298         margin-top: 15px;
3299         margin-left: 25px;
3300         width: 125px;
3301         overflow-y: auto;
3302 }
3303
3304
3305 .qcomment option {
3306         width: 125px;
3307         overflow-x: hidden;
3308 }
3309
3310 .qcomment {
3311         opacity: 0.3;
3312         filter:alpha(opacity=30);
3313 }
3314 .qcomment:hover {
3315         opacity: 1.0;
3316         filter:alpha(opacity=100);
3317 }
3318
3319 /* notifications popup menu */
3320 .nav-notify {
3321         display: none;
3322         position: absolute;
3323         font-size: 10px;
3324         padding: 1px 3px;
3325         top: 0px;
3326         right: -10px;
3327         min-width: 15px;
3328         text-align: right;
3329 }
3330 .nav-notify.show {
3331         display: block;
3332 }
3333 ul.menu-popup {
3334         position: absolute;
3335         display: none;
3336         width: 10em;
3337         margin: 0px;
3338         padding: 0px;
3339         list-style: none;
3340         z-index: 100000;
3341         top: 90px;
3342         left: 200px;
3343 }
3344 #nav-notifications-menu {
3345         width: 320px;
3346         max-height: 400px;
3347         overflow-y: scroll;overflow-style:scrollbar;
3348         background-color:#FFFFFF;
3349         -moz-border-radius: 5px;
3350         -webkit-border-radius: 5px;
3351         border-radius:5px;
3352         border: 1px solid #888;
3353 }
3354 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3355 #nav-notifications-menu img { float: left; margin-right: 5px; }
3356 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3357 #nav-notifications-menu li {
3358         padding: 7px 0px 7px 10px;
3359         word-wrap:normal;
3360         border-bottom: 1px solid #000;
3361 }
3362
3363 #nav-notifications-menu li:hover {
3364
3365 }
3366
3367 #nav-notifications-menu a:hover {
3368         text-decoration: underline;
3369 }
3370
3371 .notif-item a {
3372         color: #000000;
3373 }
3374
3375 .notif-item a:hover {
3376         text-decoration: underline;
3377 }
3378
3379 .notif-image {
3380         width: 32px;
3381         height: 32px;
3382         padding: 7px 7px 0px 0px;
3383 }
3384
3385 .notify-seen {
3386         background: #DDDDDD;
3387 }
3388
3389 #id_term_label {
3390         width:75px;
3391 }
3392 #id_term {
3393         width:100px;
3394 }
3395
3396 #recip {
3397
3398 }
3399 .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; }
3400 .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; }
3401 .autocomplete .selected { background:#F0F0F0; }
3402 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3403
3404 #datebrowse-sidebar select {
3405         margin-left: 25px;
3406 }
3407
3408 #div_id_remember label {
3409         width: 170px;
3410 }
3411 #div_id_remember input {
3412         width: 20px;
3413 }
3414
3415 .shared_header span {
3416         margin-left: 10px;
3417 }
3418
3419 /* small screens */
3420 @media all and (max-width: 1089px) {
3421     .field label { width: 90%; }
3422     .field input, .field textarea, .field select  { width: 90%; }
3423         .field input[type="checkbox"],.field input[type="radio"] {
3424                 width: 2em;
3425         }
3426     #id_openid_url { width: 85%; }
3427     .field_help { margin-left: 0px; }
3428         textarea { width: 100%; }
3429 }
3430 @media all and (max-width: 760px) {
3431         body { background-image: none; }
3432         nav, aside, section, footer {
3433                 margin: 0px;
3434                 float: none;
3435                 position: relative;
3436                 width: 100%;
3437                 padding: 0.5em;
3438                 height: auto;
3439         }
3440         aside:before {
3441                 content: ">>";
3442                 display: block;
3443                 background-color: #eee;
3444         }
3445         aside { overflow: hidden; min-height: 0; height: 1em;}
3446         aside:hover, aside:focus { height: auto; }
3447
3448         nav .nav-link {
3449                 float: left;
3450                 width: 23%;
3451                 min-width: 100px;
3452                 height: 15px;
3453                 display: block;
3454                 margin: 0.4em 2px 0 0;
3455
3456                 padding: 6px 3px;
3457                 border-width: 1px 1px 0px;
3458                 border-style: solid solid none;
3459                 border-color: rgb(186, 189, 182);
3460                 background-color: rgb(174, 192,211)!important;
3461         }
3462         .nav-commlink.selected,
3463         .nav-commlink {
3464                 border-bottom: 0px;
3465                 padding: 6px 3px;
3466                 min-width: 100px;
3467                 float: left;
3468                 margin-top: 0.4em;
3469                 width: 23%;
3470                 bottom: auto;
3471         }
3472         .nav-ajax-left {margin-left: -1em; margin-top: 0px;     }
3473         nav #site-location,
3474         nav #banner { position: relative; clear:both; }
3475         ul.menu-popup { left: 0px; top: 20px; }
3476
3477 }
3478
3479 /* videos page */
3480 .videos .video-top-wrapper {
3481   width: 300px;
3482   float: left;
3483   margin: 0px 10px 10px 0px;
3484   position: relative;
3485 }
3486 .videos .video-top-wrapper .video-js {
3487   width: 300px!important;
3488   height: 232px!important;
3489 }
3490 .videos .video-top-wrapper .video-delete {
3491   position: absolute;
3492   opacity: 0;
3493   right: 0px;
3494   top: 0px;
3495   transition: opacity 0.5s;
3496 }
3497 .videos .video-top-wrapper:hover .video-delete {
3498   opacity: 1;
3499 }
3500
3501