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