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