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