]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
Merge pull request #108 from simonlnu/master
[friendica.git] / view / theme / dispy / style.css
1 /*
2  * dispy
3  *
4  * modernised, sort of, by simon <http://simon.kisikew.org/>
5  *
6  */
7
8 /* from html5boilerplate */
9
10 /* these are to tell browsers they should be displayed a certain way */
11 article, aside, details, figcaption, figure, footer,
12 header, hgroup, nav, section {
13     display: block;
14 }
15 audio, canvas, video, time {
16     display: inline-block;
17     *display: inline;
18     *zoom: 1;
19 }
20 audio:not([controls]) {
21     display: none;
22 }
23 [hidden] {
24     display: none;
25 }
26
27 /* 
28  *  Base
29  */
30
31 /*
32  * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
33  * 2. Force vertical scrollbar in non-IE
34  * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
35  */
36
37 html {
38     font-size: 100%;
39     overflow-y: scroll;
40     -webkit-text-size-adjust: 100%;
41     -ms-text-size-adjust: 100%;
42 }
43 body {
44     margin: 0;
45     font-size: 16px;
46     line-height: 1.1em;
47 }
48
49 body, button, input, select, textarea {
50     font-family: sans-serif;
51     color: #222;
52     background-color: rgb(254,254,254);
53     background-color: rgba(254,254,254,255);
54 }
55 /* remember to define focus styles! */
56 :focus {
57     outline: 0;
58 }
59
60 /* remember to highlight inserts somehow! */
61 ins {
62     background-color: #ff9;
63     color: #000;
64     text-decoration: none;
65 }
66 mark {
67     background-color: #ff9;
68     color: #000;
69     font-style: italic;
70     font-weight: bold;
71 }
72 ins {
73     background: #ff9;
74     color: #000;
75     text-decoration: none;
76 }
77 mark {
78     background: #ff0;
79     color: #000;
80     font-style: italic;
81     font-weight: bold;
82 }
83 /* Redeclare monospace font family: h5bp.com/j */
84 pre, code, kbd, samp, .wall-item-body code {
85     font-family: monospace, monospace;
86     _font-family: 'courier new', monospace;
87     font-size: 1em; }
88
89 /* Improve readability of pre-formatted text in all browsers */
90 pre, .wall-item-body code {
91     white-space: pre;
92     white-space: pre-wrap;
93     word-wrap: break-word;
94 }
95
96 q {
97     quotes: none;
98 }
99 q:before, q:after {
100     content: "";
101     content: none;
102 }
103 small {
104     font-size: 85%;
105 }
106
107 /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
108 sub, sup {
109     font-size: 75%;
110     line-height: 0;
111     position: relative;
112     vertical-align: baseline;
113 }
114 sup {
115     top: -0.5em;
116 }
117 sub {
118     bottom: -0.25em;
119 }
120 img {
121     border: 0 none;
122     /*vertical-align: middle;*/
123 }
124 a {
125     color: #3465a4;
126     text-decoration: none;
127     margin-bottom: 1px;
128 }
129 a:hover img {
130     text-decoration: none;
131 }
132 blockquote {
133     background: #eee;
134     text-indent: 5px;
135     padding: 5px;
136     border: 1px #aaa solid;
137     border-radius: 5px;
138 }
139 a:hover {
140     color: #729fcf;
141     padding-bottom: 0;
142     border-bottom: 1px dotted #729fcf;
143 }
144 .required {
145     display: inline;
146     color: #ff0;
147     font-size: 16px;
148     font-weight: bold;
149     margin: 3px;
150 }
151 .fakelink, .lockview {
152     color: #3465a4;
153     cursor: pointer;
154 }
155 .fakelink:hover {
156     color: #729fcf;
157 }
158 input[type=submit] {
159     margin-top: 10px;
160     height: 22px;
161     background-color: #555753;
162     color: #eeeeec;
163     -webkit-border-radius: 5px;
164     -moz-border-radius: 5px;
165     border-radius: 5px;
166     border: 0;
167 }
168 .smalltext {
169     font-size: 0.7em;
170 }
171 #panel {
172         position: absolute;
173         font-size: 0.8em;
174         -webkit-border-radius: 5px;
175         -moz-border-radius: 5px;
176         border-radius: 5px;
177         border: 1px solid #fff;
178         background-color: #2e3436;
179         color: #eeeeec;
180         padding: 1em;
181 }
182 .pager {
183         margin-top: 60px;
184         display: block;
185         clear: both;
186         text-align: center;
187 }
188 .pager span {
189     padding: 4px;
190     margin: 4px;
191 }
192 .pager_current {
193     background-color: #729fcf;
194     color: #fff;
195 }
196
197 /**
198  * global
199  */
200 /* .tool .action */
201 .action {
202     float: right;
203 }
204
205 /**
206  *      login
207  */
208 #login-extra-links a {
209     margin-right: 20px;
210 }
211
212 /*********
213 * nav
214 *********/
215 nav {
216         height: 60px;
217         display: block;
218         background-color: #2e3436;
219         color: #eeeeec;
220         position: relative;
221         padding: 20px 20px 10px 95px;
222     margin-left: auto;
223     margin-right: auto;
224 }
225 nav a {
226         text-decoration: none;
227         color: #eeeeec;
228         border: 0px;
229 }
230 nav a:hover {
231         text-decoration: none;
232         color: #eeeeec;
233     border: 0px;
234 }
235 nav #banner {
236         display: block;
237         position: absolute;
238         left: 51px;
239         top: 25px;
240 }
241 nav #banner #logo-text a {
242         font-size: 40px;
243         font-weight: bold;
244         margin-left: 3px;
245 }
246 nav #user-menu {
247     display: block;     
248     width: auto;
249     float: right;
250     margin: 3px 68px 0 0;
251     position: relative;
252         background-color: #555753;
253     -webkit-border-radius: 5px;
254     -moz-border-radius: 5px;
255     border-radius: 5px;
256     background: #555753 url("menu-user-pin.jpg") 98% center no-repeat;
257     clear: both;
258 }
259 nav #user-menu-label {
260         float: left;
261         font-size: 12px;
262     padding: 3px 20px 9px 5px;
263     height: 10px;
264 }
265 ul#user-menu-popup {
266         display: none;
267         position: absolute;
268         background-color: #555753;
269         width: 100%;
270     padding: 10px 0px;
271     margin: 0px;
272         top: 20px;
273         left: 0;
274         -webkit-border-radius: 0 0 5px 5px;
275         -moz-border-radius: 0 0 5px 5px;
276         border-radius: 0 0 5px 5px;
277         z-index: 10000;
278 }
279 ul#user-menu-popup li {
280         display: block;
281 }
282 ul#user-menu-popup li a {
283         display: block;
284         padding: 5px;
285 }
286 ul#user-menu-popup li a:hover {
287         color: #2e3436;
288         background-color: #eeeeec;
289 }
290 ul#user-menu-popup li a.nav-sep {
291         border-top: 1px solid #eeeeec;
292 }
293 #nav-buttons {
294     clear: both;
295         list-style: none;
296         padding: 0px;
297 }
298 #nav-buttons li {
299         padding: 0;
300 }
301 nav .nav-link {
302         float: right;
303         display: block;
304         width: 22px;
305         height: 22px;
306         overflow: hidden;
307         margin: 0px 5px 5px;
308         text-indent: 50px;
309         background: transparent url(icons.png) 0 0 no-repeat;
310 }
311 #nav-apps-link {
312         background-position: 0 -66px;
313 }
314 #nav-apps-link:hover {
315         background-position: -22px -66px;
316 }
317 #nav-community-link {
318     background-position: 0 -22px;
319 }
320 #nav-community-link:hover {
321     background-position: -22px -22px;
322 }
323 #nav-contacts-link {
324     background-position: 0 -22px;
325 }
326 #nav-contacts-link:hover {
327     background-position: -22px -22px;
328 }
329 #nav-directory-link {
330         background-position: -44px -154px;
331 }
332 #nav-directory-link:hover {
333         background-position: -66px -154px;
334 }
335 #nav-help-link {
336         background-position: 0 -110px;
337 }
338 #nav-help-link:hover {
339         background-position: -22px -110px;
340 }
341 #nav-home-link {
342     background-position: -44px -132px;
343 }
344 #nav-home-link:hover {
345     background-position: -66px -132px;
346 }
347 #nav-intro-link {
348         background-position: 0px -190px;
349 }
350 #nav-intro-link:hover {
351         background-position: -44px -190px;
352 }
353 #nav-login-link {
354         background-position: 0 -88px;
355 }
356 #nav-login-link:hover {
357         background-position: -22px -88px;
358 }
359 #nav-logout-link {
360         background-position: 0 -88px;
361 }
362 #nav-logout-link:hover {
363         background-position: -22px -88px;
364 }
365 #nav-messages-link {
366     background-position: -44px -88px;
367 }
368 #nav-messages-link:hover {
369     background-position: -66px -88px;
370 }
371 #nav-notify-link, #nav-notifications-linkmenu {
372     background-position: -44px -110px;
373 }
374 #nav-notify-link:hover {
375     background-position: -66px -110px;
376 }
377 #nav-network-link {
378     background-position: 0px -177px;
379 }
380 #nav-network-link:hover {
381     background-position: -22px -177px;
382 }
383 #nav-search-link {
384         background-position: 0 -44px;
385 }
386 #nav-search-link:hover {
387         background-position: -22px -44px;
388 }
389 #profile-link,
390 #profile-title, 
391 #wall-image-upload,
392 #wall-file-upload,
393 #profile-attach-wrapper,
394 #profile-audio,
395 #profile-link,
396 #profile-location,
397 #profile-nolocation,
398 #profile-title,
399 #jot-title,
400 #profile-upload-wrapper,
401 #profile-video,
402 #profile-jot-submit,
403 #wall-image-upload-div,
404 #wall-file-upload-div,
405 .icon, .hover, .focus, .pointer {
406     cursor: pointer;
407 }
408 #notifications {
409         height: 20px;
410         width: 100%;
411         position: absolute;
412         top: -19px;
413         left: 0;
414 }
415 /* popup notifications */
416 div.jGrowl div.notice {
417     background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
418     color: #ffffff;
419     padding-left: 58px;
420 }
421 div.jGrowl div.info {
422     background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
423     color: #ffffff;
424     padding-left: 58px;
425 }
426 #nav-notifications-menu {
427     margin: 30px 0 0 -45px;
428     width: 300px;
429     max-height: 400px;
430     overflow: auto;
431     font-size: 9pt;
432 }
433 #nav-notifications-menu .contactname {
434     font-weight: bold;
435     font-size: 0.9em;
436 }
437 #nav-notifications-menu img {
438     float: left;
439     margin-right: 5px;
440 }
441 #nav-notifications-menu .notif-when {
442     font-size: 0.8em;
443     display: block;
444 }
445 #nav-notifications-menu li {
446     padding: 7px 0px 7px 10px;
447     word-wrap: normal;
448     border-bottom: 1px solid #000;
449 }
450 #nav-notifications-menu li:hover {
451     color: black;
452 }
453 #nav-notifications-menu a:hover {
454     color: black;
455     text-decoration: underline;
456 }
457 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
458   background-image: url("../../../images/icons/22/notify_on.png");
459 }
460 .show {
461     display: block;
462 }
463 #nav-floater {
464     position: fixed;
465     top: 20px;
466     right: 1%;
467     padding: 5px;
468     background: #2e3436;
469     border-radius: 5px;
470     z-index: 100;
471 }
472 .floaterflip {
473         display: block;
474     position: fixed;
475     z-index: 110;
476     top: 53px;
477     right: 19px;
478         width: 22px;
479         height: 22px;
480         overflow: hidden;
481         margin: 0px;
482         background: transparent url(icons.png) -190px -60px no-repeat;
483 }
484 .nav-ajax-update, .nav-ajax-left {
485         width: 30px;
486         height: 19px;
487         background: transparent url(notifications.png) 0 0 no-repeat;
488         color: #222;
489         font-weight: bold;
490         font-size: 0.8em;
491         padding-top: 0.2em;
492         text-align: center;
493         float: left;
494         margin: 0 -1px 0 3px;
495         display: block;
496         visibility: hidden;
497 }
498 .nav-ajax-update.show, .nav-ajax-left.show {
499     visibility: visible;
500 }
501 #net-update {
502         background-position: 0px 0px;
503 }
504 #mail-update {
505         background-position: -30px 0;
506 }
507 #notify-update {
508         background-position: -60px 0px;
509 }
510 #home-update {
511         background-position: -90px 0px;
512 }
513 #intro-update {
514         background-position: -120px 0px;
515 }
516 #lang-select-icon {
517         cursor: pointer;
518         position: absolute;
519         left: 0;
520         top: 0;
521 }
522 #language-selector {
523     position: absolute;
524     top: 0;
525     left: 16px;
526 }
527 .menu-popup {
528     position: absolute;
529     display: none;
530     width: 11em;
531     background: #ffffff;
532     color: #2d2d2d;
533     margin: 0px;
534     padding: 0px;
535     list-style: none;
536     border: 3px solid #364e59;
537     z-index: 100000;
538     -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
539     -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
540     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
541 }
542 .menu-popup a {
543     display: block;
544     color: #2d2d2d;
545     padding: 5px 10px;
546     text-decoration: none;
547 }
548 .menu-popup a:hover {
549     background-color: #bdcdd4;
550 }
551 .menu-popup .menu-sep {
552     border-top: 1px solid #9eabb0;
553 }
554 .menu-popup li {
555     float: none;
556     overflow: auto;
557     height: auto;
558     display: block;
559 }
560 .menu-popup li img {
561     float: left;
562     width: 16px;
563     height: 16px;
564     padding-right: 5px;
565 }
566 .menu-popup .empty {
567     padding: 5px;
568     text-align: center;
569     color: #9eabb0;
570 }
571 .notif-item {
572     font-size: small;
573 }
574 .notif-item a {
575     vertical-align: middle;
576 }
577 .notif-image {
578     width: 32px;
579     height: 32px;
580     padding: 7px 7px 0px 0px;
581 }
582 .notify-seen {
583     background: #ddd;
584 }
585
586 /** sysmsg **/
587 #sysmsg_info {
588         position:fixed;
589         bottom:0;
590         -moz-box-shadow:0 0 5px #888;
591         -webkit-box-shadow:0 0 5px #888;
592         box-shadow:0 0 5px #888;
593     padding: 10px;
594         background-color:#fcaf3e;
595         border:2px solid #f8911b;
596         border-bottom:0;
597         padding-bottom: 50px;
598         z-index: 1000;
599 }
600 #sysmsg {
601         position: fixed;
602         bottom: 0;
603         -moz-box-shadow: 0 0 5px #888;
604         -webkit-box-shadow: 0 0 5px #888;
605         box-shadow: 0 0 5px #888;
606     padding: 10px;
607         background-color: #fcaf3e;
608         border: 2px solid #f8911b;
609         border-bottom: 0;
610         padding-bottom: 50px;
611         z-index: 1000;
612 }
613 #sysmsg_info br,
614 #sysmsg br {
615         display: block;
616         margin: 2px 0px;
617         border-top: 1px solid #ccccce;
618 }
619
620
621 /**
622 * aside
623 **/
624 aside {
625     position: absolute;
626     right: 15px;
627     width: 245px;
628         padding-top: 15px;
629     font-size: smaller;
630 }
631 .vcard .fn {
632         font-size: 1.7em;
633         font-weight: bold;
634         border-bottom: 1px solid #729fcf;
635         padding-bottom: 3px;
636 }
637 .vcard #profile-photo-wrapper {
638         margin: 20px;
639 }
640 .vcard #profile-photo-wrapper img {
641         box-shadow: 3px 3px 10px 0;
642 }
643 aside h4 {
644         font-size: 1.2em;
645 }
646 aside #viewcontacts {
647         text-align: right;
648 }
649 .aprofile dt {
650     box-shadow: 1px 1px 5px 0;
651     color: #666666;
652     margin: 15px 0 5px;
653     padding-left: 5px;
654 }
655 #profile-extra-links ul {
656         margin-left: 0px;
657     padding-left: 0px;
658     list-style: none;
659 }
660 #dfrn-request-link {
661         background:#3465A4 url(connect.png) no-repeat 95% center;
662         border-radius:5px 5px 5px 5px;
663         color:#fff;
664         display:block;
665         font-size:1.2em;
666         padding:.2em .5em;
667 }
668 #netsearch-box {
669         margin: 30px 0px;
670 }
671
672
673 /**
674 * contacts block
675 */
676 .contact-block-div {
677     width: 50px;
678     height: 50px;
679     float: left;
680 }
681 .contact-block-textdiv {
682     width: 150px;
683     height: 34px;
684     float: left;
685 }
686 #contact-block-end {
687     clear: both;
688 }
689
690
691 /**
692  * jot
693  **/
694 #jot {
695   /*width: 785px;*/
696   margin: 10px 0 20px 0px;
697   width: 100%;
698 }
699 #jot #jot-tools {
700   margin: 0px;
701   padding: 0px;
702   height: 35px;
703   overflow: none;
704   width: 100%;
705   /*background-color: #0e232e;*/
706   /*border-bottom: 2px solid #9eabb0;*/
707 }
708 #jot #jot-tools span {
709     float: left;
710     margin: 10px 20px 2px 0px;
711 }
712 #jot #jot-tools span a {
713     display: block;
714     /*color: #cccccc;    */
715     /*width: 100%;       */
716     /*height: 40px;      */
717     /*text-align: center;*/
718     /*line-height: 40px; */
719     /*overflow: hidden;*/
720 }
721 /*#jot #jot-tools li:hover {*/
722     /*background-color: #364e59;*/
723 /*}*/
724 #jot #jot-tools .perms {
725     float: right;
726     width: 40px;
727 }
728 /*#jot #jot-tools .perms a.unlock {*/
729 /*    width: 30px;                    */
730 /*    border-left: 10px solid #cccccc;*/
731 /*    background-color: #cccccc;      */
732 /*}*/
733 /*#jot #jot-tools .perms a.lock {*/
734 /*    width: 30px;                    */
735 /*    border-left: 10px solid #666666;*/
736 /*    background-color: #666666;      */
737 /*}*/
738 /*#jot #jot-tools li.submit {            */
739 /*    float: right;                      */
740 /*    background-color: #cccccc;         */
741 /*    border-bottom: 2px solid #cccccc;  */
742 /*    border-right: 1px solid #666666;   */
743 /*    border-left: 1px solid #666666;    */
744 /*}                                      */
745 /*#jot #jot-tools li.submit input {      */
746 /*    border: 0px;                       */
747 /*    margin: 0px;                       */
748 /*    padding: 0px;                      */
749 /*    background-color: #cccccc;         */
750 /*    color: #666666;                    */
751 /*    width: 80px;                       */
752 /*    height: 40px;                      */
753 /*    line-height: 40px;                 */
754 /*}                                      */
755 /*#jot #jot-tools li.submit input:hover {*/
756 /*    background-color: #bdcdd4;         */
757 /*    color: #666666;                    */
758 /*}                                      */
759 #jot #jot-tools li.loading {
760     float: right;
761     background-color: #ffffff;
762     width: 20px;
763     vertical-align: center;
764     text-align: center;
765     border-top: 2px solid #9eabb0;
766     height: 38px;
767 }
768 #jot #jot-tools li.loading img {
769     margin-top: 10px;
770 }
771 #jot #jot-title {
772         border: 1px solid #ccc;
773     margin: 0 0 5px;
774     height: 20px;
775     width: 90%;
776     font-weight: bold;
777     border-radius: 5px;
778         vertical-align: middle;
779 }
780 #jot #character-counter {
781         width: 6%;
782         float: right;
783         text-align: right;
784         height: 15px;
785         line-height: 20px;
786         padding: 2px 20px 5px 0;
787 }
788 #profile-jot-text_tbl {
789         margin-bottom: 10px;
790 }
791 #profile-jot-text_ifr {
792         width:99.900002% !important;
793 }
794 #profile-attach-wrapper,
795 #profile-audio-wrapper,
796 #profile-link-wrapper,
797 #profile-location-wrapper,
798 #profile-nolocation-wrapper,
799 #profile-title-wrapper,
800 #profile-upload-wrapper,
801 #profile-video-wrapper {
802     float: left;
803         margin: 0 20px 0 0;
804 }
805 #profile-rotator-wrapper {
806         float: right; 
807 }
808 #profile-jot-tools-end,
809 #profile-jot-banner-end {
810         clear: both;
811 }
812 #profile-jot-email-wrapper {
813         margin:10px 10% 0;
814         border:1px solid #555753;
815         border-bottom:0;
816 }
817 #profile-jot-email-label {
818         background-color:#555753;
819         color:#ccccce;
820         padding:5px;
821 }
822 #profile-jot-email {
823         width:90%;
824         margin:5px;
825 }
826 #profile-jot-networks {
827         margin: 0 10%;
828         border: 1px solid #555753;
829         border-top: 0;
830         border-bottom: 0;
831         padding: 5px;
832 }
833 #jot-preview-link {
834     margin: 0 0 0 10px;
835     border: 0;
836     text-decoration: none;
837         float: right;
838 }
839 .icon-text-preview {
840         margin: 0 0 -18px 0;
841         display: block;
842     width: 20px;
843     height: 20px;
844     background: url(icons.png) no-repeat -128px -40px;
845     border: 0;
846     text-decoration: none;
847         float: right;
848 }
849 #profile-jot-perms { 
850         float: right;
851     background-color: #555753;
852     height: 22px;
853     width: 20px;
854     -webkit-border-radius: 5px 0px 0px 5px;
855     -moz-border-radius: 5px 0px 0px 5px;
856     border-radius: 5px 0px 0px 5px;     
857     overflow: hidden;
858     border: 0px;
859     margin: 0 -4px 0 10px;
860 }
861 #profile-jot-plugin-wrapper {
862         width: 1px;
863         margin: 10px 0 0 0;
864         float: right;
865 }
866 #profile-jot-submit-wrapper {
867         float: right;
868         width: 100%;
869         list-style: none;
870         margin: 10px 0 0 0;
871         padding: 0;
872 }
873 #profile-jot-submit {
874         height: 22px;
875         background-color: #555753;
876         color: #eeeeec;
877         -webkit-border-radius: 0 5px 5px 0;
878         -moz-border-radius: 0 5px 5px 0;
879         border-radius: 0 5px 5px 0;
880         border: 0;
881         margin: 0;
882         float: right;
883 }
884 #jot-perms-icons {
885         background-color: #555753;
886         height: 22px;
887         width: 20px;
888         -webkit-border-radius: 0 5px 5px 0;
889         -moz-border-radius: 0 5px 5px 0;
890         border-radius: 0 5px 5px 0;
891         overflow: hidden;
892         border: 0;
893         margin: 0 0 0 94.4%;
894 }
895 #profile-jot-acl-wrapper {
896         margin: 0 10px;
897         border: 1px solid #555753;
898         border-top: 0;
899         display: block !important;
900 }
901 #group_allow_wrapper,
902 #group_deny_wrapper,
903 #acl-permit-outer-wrapper {
904         width:47%;
905         float:left;
906 }
907 #contact_allow_wrapper,
908 #contact_deny_wrapper,
909 #acl-deny-outer-wrapper {
910         width:47%;
911         float:right;
912 }
913 #acl-permit-text {
914         background-color: #555753;
915         color: #ccccce;
916         padding: 5px;
917         float: left;
918 }
919 #jot-public {
920         background-color: #555753;
921         color: #ff0000;
922         padding: 5px;
923         float: left;
924 }
925 #acl-deny-text {
926         background-color: #555753;
927         color: #ccccce;
928         padding: 5px;
929         float: left;
930 }
931 #acl-permit-text-end,
932 #acl-deny-text-end {
933         clear: both;
934 }
935 #jot-title-desc {
936         color: #cccccc;
937 }
938 #profile-jot-desc {
939         color: #a00;
940 }
941 #jot-title-wrapper {
942         margin-bottom: 5px;
943 }
944 #jot-title-display {
945         font-weight: bold;
946 }
947 .jothidden {
948     display: none;
949 }
950 #jot-preview-content {
951     background-color: #ffffe0;
952     border: 1px #aaaa00 solid;
953     border-radius: 3px;
954     padding: 3px 3px 6px 10px;
955 }
956
957
958 /**
959  * section
960  */
961 section {
962     margin: 20px 6% 0 4%;
963     font-size: 0.8em;
964     padding-right: 230px;
965         min-width: 475px;
966 }
967
968 /** tabs **/
969 .tabs {
970     list-style: none;
971     margin: 10px 0 10px;
972     padding: 0;
973     border-bottom: 1px solid #729fcf;
974     font-size: 14px;
975 }
976 .tabs li {
977     display: inline;
978 }
979 .tab {
980     padding: 0 5px;
981 }
982 .tab:hover {
983     background-color: #729fcf;
984     color: #eeeeec;
985     border: 0px;
986 }
987 .tab:active {
988     background-color: #729fcf;
989     color: #eeeeec;
990     border: 0px;
991 }
992
993
994 /**
995  *      items
996  */
997 .wall-item-outside-wrapper {
998         border: 1px solid #aaa;
999         border-radius: 5px;
1000 }
1001 .wall-item-outside-wrapper.comment {
1002         margin-top: 5px;
1003 }
1004 .wall-item-outside-wrapper-end {
1005     clear: both;
1006 }
1007 .wall-item-content-wrapper {
1008     position: relative;
1009         padding: 10px;
1010         width: auto;
1011 }
1012 .wall-item-outside-wrapper .wall-item-comment-wrapper {
1013     /*margin-left: 90px;*/
1014 }
1015 .shiny {
1016     background: #efefdf;
1017 }
1018 .wall-item-content {
1019         overflow-x: auto;
1020 }
1021 /* removing it from here, vs. putting it in .wall-item-content
1022  * might break things for people. we shall see ;) */
1023 [id^="tread-wrapper"], [class^="tread-wrapper"] {
1024     margin: 15px 0 0 0;
1025     padding: 0px;
1026         /*overflow-x: auto;*/
1027 }
1028 .wall-item-photo-menu {
1029     display: none;
1030 }
1031 .wall-item-photo-menu-button {
1032     display:none;
1033     text-indent:-99999px;
1034     background:#555753 url(menu-user-pin.jpg) no-repeat 75px center;
1035     position:absolute;
1036     overflow:hidden;
1037     height:20px;
1038     width:90px;
1039     top:85px;
1040     left:0;
1041     -webkit-border-radius:0 0 5px 5px;
1042     -moz-border-radius:0 0 5px 5px;
1043     border-radius:0 0 5px 5px;
1044 }
1045 .wall-item-info {
1046     float: left;
1047     width: 110px;
1048 }
1049 .wall-item-photo-wrapper {
1050     width: 80px;
1051     height: 80px;
1052     position: relative;
1053     padding: 5px;
1054     background-color: #555753;
1055     -webkit-border-radius: 5px;
1056     -moz-border-radius: 5px;
1057     border-radius: 5px;
1058 }
1059 [class^="wall-item-tools"] > *, [class^="wall-item-tools"] > * > * {
1060         margin: 0 0 5px 0;
1061 }
1062 .wall-item-tools {
1063     float: right;
1064     filter: alpha(opacity=35);
1065     opacity: 0.4;
1066     -webkit-transition: all 1s ease-in-out;
1067     -moz-transition: all 1s ease-in-out;
1068     -o-transition: all 1s ease-in-out;
1069     -ms-transition: all 1s ease-in-out;
1070     transition: all 1s ease-in-out;
1071 }
1072 .wall-item-tools:hover {
1073     filter: alpha(opacity=100);
1074     opacity: 1;
1075     -webkit-transition: all 1s ease-in-out;
1076     -moz-transition: all 1s ease-in-out;
1077     -o-transition: all 1s ease-in-out;
1078     -ms-transition: all 1s ease-in-out;
1079     transition: all 1s ease-in-out;
1080 }
1081 .wall-item-title {
1082         font-size: 1.2em;
1083         font-weight: bold;
1084     margin-bottom: 1em;
1085 }
1086 .wall-item-body {
1087         margin: 10px 10px 10px 0px;
1088     text-align: left;
1089 }
1090 .wall-item-lock-wrapper {
1091         float: right;
1092 }
1093 .wall-item-dislike,
1094 .wall-item-like {
1095         clear: left;
1096         font-size: 0.8em;
1097         color: #878883;
1098         margin: 5px 0 5px 120px;
1099 }
1100 .wall-item-author, .wall-item-actions-author {
1101         clear: left;
1102         font-size: 0.8em;
1103         color: #878883;
1104         margin: 20px 0 0 110px;
1105 }
1106 .wall-item-ago {
1107         display: inline;
1108         padding-left: 10px;
1109 }
1110 .wall-item-wrapper-end {
1111         clear:both;
1112 }
1113 .wall-item-location {
1114     margin-top: 15px;
1115     width: 100px;
1116     overflow: hidden;
1117     text-overflow: ellipsis;
1118     -o-text-overflow: ellipsis;
1119 }
1120 .wall-item-location .icon {
1121     float: left;
1122 }
1123 .wall-item-location > a {
1124     margin-left: 25px;
1125     font-size: 0.7em;
1126     display: block;
1127 }
1128 .wall-item-location .smalltext {
1129     margin-left: 25px;
1130     font-size: 0.7em;
1131     display: block;
1132 }
1133 .wall-item-location > br {
1134     display: none;
1135 }
1136 .wallwall .wwto {
1137     left: 5px;
1138     margin: 0;
1139     position: absolute;
1140     top: 75px;
1141     width: 30px;
1142     z-index: 10001;
1143     width: 30px;
1144     height: 30px;
1145 }
1146 .wallwall .wwto img {
1147     width: 30px !important;
1148     height: 30px !important;
1149 }
1150 .wallwall .wall-item-photo-end {
1151     clear: both;
1152 }
1153 .wall-item-arrowphoto-wrapper {
1154     position: absolute;
1155     left: 35px;
1156     top: 80px;
1157     z-index: 10002;
1158 }
1159 .wall-item-photo-menu {
1160         min-width: 92px;
1161         border: 2px solid #FFFFFF;
1162         border-top: 0px;
1163         background: #555753;
1164         position: absolute;
1165         left: -2px; top: 101px;
1166         display: none;
1167         z-index: 10003;
1168         -webkit-border-radius: 0px 5px 5px 5px;
1169         -moz-border-radius: 0px 5px 5px 5px;
1170         border-radius: 0px 5px 5px 5px;
1171 }
1172 .wall-item-photo-menu ul {
1173     margin:0px;
1174     padding: 0px;
1175     list-style: none;
1176 }
1177 .wall-item-photo-menu li a {
1178     white-space: nowrap;
1179     display: block;
1180     padding: 5px 2px;
1181     color: #eeeeec;
1182 }
1183 .wall-item-photo-menu li a:hover {
1184     color: #555753;
1185     background: #eeeeec;
1186 }
1187 #item-delete-selected {
1188     overflow: auto;
1189     width: 100%;
1190 }
1191
1192
1193 /**
1194  *      comment
1195  */
1196 .ccollapse-wrapper {
1197     font-size: 0.9em;
1198     margin-left: 80px;
1199 }
1200
1201 .wall-item-outside-wrapper.comment {
1202     margin-left: 80px;
1203 }
1204 .wall-item-outside-wrapper.comment .wall-item-photo {
1205     width: 40px!important;
1206     height: 40px!important;
1207 }
1208 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
1209     width: 40px;
1210     height: 40px;
1211 }
1212 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
1213         width: 50px;
1214     top: 45px;
1215     background-position: 35px center;
1216 }
1217 .wall-item-outside-wrapper.comment .wall-item-info {
1218     width: 60px;
1219 }
1220 .wall-item-outside-wrapper.comment .wall-item-body {
1221     margin-left: 10px;
1222 }
1223 .wall-item-outside-wrapper.comment .wall-item-author {
1224     margin-left: 50px;
1225 }
1226
1227 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
1228     min-width: 50px;
1229     top: 60px;
1230 }
1231 .comment-wwedit-wrapper {
1232     /*margin: 30px 0px 0px 80px;*/
1233 }
1234 .comment-edit-wrapper {
1235     border-top: 1px #aaa solid;
1236 }
1237 .comment-wwedit-wrapper img,
1238 .comment-edit-wrapper img {
1239         width: 20px;
1240         height: 20px;
1241 }
1242 .comment-edit-photo-link, .comment-edit-photo {
1243         float: left;
1244         margin-left: 10px;
1245 }
1246 .my-comment-photo {
1247     width: 40px;
1248     height: 40px;
1249     padding: 5px;
1250 }
1251 [class^="comment-edit-text"] {
1252     margin: 5px 0 10px 20px;
1253     width: 86.5%;
1254 }
1255 .comment-edit-text-empty {
1256         height: 20px;
1257         border: 2px #babdd6 solid;
1258         border-radius: 5px;
1259         color: #babdb6;
1260         -webkit-transition: all 0.5s ease-in-out;
1261         -moz-transition: all 0.5s ease-in-out;
1262         -o-transition: all 0.5s ease-in-out;
1263         -ms-transition: all 0.5s ease-in-out;
1264         transition: all 0.5s ease-in-out;       
1265 }
1266 .comment-edit-text-empty:hover {
1267         color: #999999;
1268 }
1269 .comment-edit-text-full {
1270         height: 10em;
1271     border-radius: 5px;
1272         -webkit-transition: all 0.5s ease-in-out;
1273         -moz-transition: all 0.5s ease-in-out;
1274         -o-transition: all 0.5s ease-in-out;
1275         -ms-transition: all 0.5s ease-in-out;
1276         transition: all 0.5s ease-in-out;       
1277 }
1278 .comment-edit-submit-wrapper {
1279         width: 90%;
1280         margin: 5px 5px 10px 50px;
1281         text-align: right;
1282 }
1283 .comment-edit-submit {
1284     height: 22px;
1285     background-color: #555753;
1286     color: #eeeeec;
1287     -webkit-border-radius: 5px;
1288     -moz-border-radius: 5px;
1289     border-radius: 5px;
1290     border: 0;
1291 }
1292
1293
1294 /**
1295  * item text style
1296  **/
1297 .wall-item-body code {
1298         display: block;
1299         padding-left: 10px;
1300         border-color: #ccc;
1301         border-style: solid;
1302         border-width: 1px 1px 1px 10px;
1303         background: #eee;
1304         width: 95%;
1305 }
1306
1307
1308 /**
1309  * profile
1310  **/
1311 div[id$="text"] {
1312     font-weight: bold;
1313     border-bottom: 1px solid #ccc;
1314 }
1315 div[id$="wrapper"] {
1316     height: 100%;
1317     margin-bottom: 1em;
1318 }
1319 div[id$="wrapper"] br {
1320     clear: left;
1321 }
1322 #advanced-profile-with {
1323     margin-left: 200px;
1324 }
1325
1326
1327 /**
1328  * photos
1329  **/
1330 .photos {
1331         height: auto;
1332         overflow: auto;
1333 }
1334 #photo-top-links {
1335     margin-bottom: 30px;
1336 }
1337 .photo-album-image-wrapper,
1338 .photo-top-image-wrapper {
1339     float: left;
1340     -moz-box-shadow: 0 0 5px #888;
1341     -webkit-box-shadow: 0 0 5px #888;
1342     box-shadow: 0 0 5px #888;
1343     background-color: #eee;
1344     -webkit-border-radius: 5px;
1345     -moz-border-radius: 5px;
1346     border-radius: 5px;
1347     padding-bottom: 30px;
1348     position: relative;
1349     margin: 0 10px 10px 0;
1350 }
1351
1352 #photo-photo {
1353     max-width: 100%;
1354 }
1355 #photo-photo img {
1356     max-width: 100%;
1357 }
1358 .photo-top-image-wrapper a:hover,
1359 #photo-photo a:hover,
1360 .photo-album-image-wrapper a:hover {
1361     border-bottom: 0;
1362 }
1363 .photo-top-photo,.photo-album-photo {
1364     -webkit-border-radius:5px 5px 0 0;
1365     -moz-border-radius:5px 5px 0 0;
1366     border-radius:5px 5px 0 0;
1367 }
1368 .photo-top-album-name {
1369     position: absolute;
1370     bottom: 0;
1371     padding: 0 5px;
1372 }
1373 .caption {
1374     position: absolute;
1375     bottom: 0;
1376     margin: 0 5px;
1377 }
1378 #photo-photo {
1379         position: relative;
1380         float:left;
1381 }
1382 #photo-photo-end {
1383     clear: both;
1384 }
1385 #photo-prev-link,
1386 #photo-next-link {
1387     position:absolute;
1388     width:30%;
1389     height:100%;
1390     background-color:rgba(255,255,255,0.5);
1391     opacity:0;
1392     -webkit-transition:all .2s ease-in-out;
1393     -moz-transition:all .2s ease-in-out;
1394     -o-transition:all .2s ease-in-out;
1395     -ms-transition:all .2s ease-in-out;
1396     transition:all .2s ease-in-out;
1397     background-position:center center;
1398     background-repeat:no-repeat;
1399 }
1400 #photo-prev-link {
1401     left:0;
1402     top:0;
1403     background-image:url(prev.png);
1404 }
1405 #photo-next-link {
1406     right:0;
1407     top:0;
1408     background-image:url(next.png);
1409 }
1410
1411 #photo-prev-link a,#photo-next-link a {
1412     display:block;
1413     width:100%;
1414     height:100%;
1415     overflow:hidden;
1416     text-indent:-900000px;
1417 }
1418 #photo-prev-link:hover,
1419 #photo-next-link:hover {
1420     opacity:1;
1421     -webkit-transition:all .2s ease-in-out;
1422     -moz-transition:all .2s ease-in-out;
1423     -o-transition:all .2s ease-in-out;
1424     -ms-transition:all .2s ease-in-out;
1425     transition:all .2s ease-in-out;
1426 }
1427 #photo-next-link .icon,
1428 #photo-prev-link .icon {
1429     display: none;
1430 }
1431 #photos-upload-spacer,
1432 #photos-upload-new-wrapper,
1433 #photos-upload-exist-wrapper {
1434     margin-bottom: 1em;
1435 }
1436 #photos-upload-existing-album-text,
1437 #photos-upload-newalbum-div {
1438     background-color:#555753;
1439     color:#eeeeec;
1440     padding:1px;
1441 }
1442 #photos-upload-album-select,
1443 #photos-upload-newalbum {
1444     width: 99%;
1445 }
1446 #photos-upload-perms-menu {
1447     text-align: right;
1448 }
1449 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1450     float: left;
1451     margin-bottom: 25px;
1452 }
1453 #photo-edit-link-wrap {
1454     margin-bottom: 15px;
1455 }
1456 #photo-edit-caption {
1457         width: 100%;
1458 }
1459 #photo-edit-newtag {
1460         width: 100%;
1461 }
1462 #photo-like-div {
1463     margin-bottom: 25px;
1464 }
1465 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1466     clear: both;
1467 }
1468 #photo-edit-delete-button {
1469     margin-left: 200px;
1470 }
1471 #photo-edit-end {
1472     margin-bottom: 35px;
1473 }
1474 #photo-caption {
1475     font-size: 110%;
1476     font-weight: bold;
1477     margin-top: 15px;
1478     margin-bottom: 15px;
1479 }
1480
1481 /**
1482  *      message
1483  */
1484 .prvmail-text {
1485     width: 100%;
1486 }
1487 #prvmail-subject {
1488     width: 100%;
1489 }
1490 #prvmail-submit-wrapper {
1491     margin-top: 10px;
1492 }
1493 #prvmail-submit {
1494     float:right;
1495     margin-top: 0;
1496 }
1497 #prvmail-submit-wrapper > div {
1498     margin-right:5px;
1499     float:left;
1500 }
1501 .mail-list-outside-wrapper {
1502     margin-top: 20px;
1503 }
1504 .mail-list-sender {
1505     float: left;
1506 }
1507 .mail-list-detail {
1508     margin-left: 90px;
1509 }
1510 .mail-list-sender-name {
1511     display: inline;
1512 }
1513 .mail-list-date {
1514     display: inline;
1515     font-size: 0.8em;
1516     padding-left: 10px;
1517 }
1518 .mail-list-subject {
1519     font-size: 1.5em;
1520 }
1521 .mail-list-delete-wrapper {
1522     float: right;
1523 }
1524 .mail-list-outside-wrapper-end {
1525     clear: both;
1526 }
1527 .mail-conv-sender {
1528     float: left;
1529     margin: 0px 5px 5px 0px;
1530 }
1531 .mail-conv-sender-photo {
1532     width: 32px;
1533     height: 32px;
1534 }
1535 .mail-conv-sender-name {
1536     float: left;
1537 }
1538 .mail-conv-date {
1539     float: right;
1540 }
1541 .mail-conv-subject {
1542     clear: right;
1543     font-weight: bold;
1544     font-size: 1.2em;
1545 }
1546 .mail-conv-body {
1547     clear: both;
1548 }
1549 .mail-conv-delete-wrapper {
1550     margin-top: 5px;
1551 }
1552
1553
1554 /**
1555  *      contacts
1556  */
1557 .view-contact-wrapper,
1558 .contact-entry-wrapper {
1559     float: left;
1560     margin-right: 5px;
1561     margin-bottom: 40px;
1562     width: 120px;
1563         height: 120px;
1564         padding: 3px;
1565     position: relative;
1566 }
1567 .contact-direction-wrapper {
1568     position: absolute;
1569     top: 20px;
1570 }
1571 .contact-edit-links {
1572     position: absolute;
1573     top: 60px;
1574 }
1575 .contact-entry-photo-wrapper {
1576
1577 }
1578 .contact-entry-photo {
1579         margin-left: 20px;
1580 }
1581 .contact-entry-name {
1582     width: 120px;
1583     font-weight: bold;
1584     /*overflow: hidden;*/
1585 }
1586 .contact-entry-photo {
1587         position: relative;
1588 }
1589 .contact-entry-edit-links .icon {
1590     border: 1px solid #babdb6;
1591     -webkit-border-radius: 3px;
1592     -moz-border-radius: 3px;
1593     border-radius: 3px;
1594     background-color: #fff;
1595 }
1596 #contact-entry-url, [id^="contact-entry-url"] {
1597     font-size: smaller;
1598     /*overflow: scroll;*/
1599 }
1600 #contact-entry-network, [id^="contact-entry-network"] {
1601     font-size: smaller;
1602     font-style: italic;
1603 }
1604 #contact-edit-banner-name {
1605     font-size: 1.5em;
1606 }
1607 #contact-edit-photo-wrapper {
1608     position: relative;
1609     float: left;
1610     padding: 20px;
1611 }
1612 #contact-edit-direction-icon {
1613     position:absolute;
1614     top:60px;
1615     left:0;
1616 }
1617 #contact-edit-nav-wrapper {
1618     margin-left: 0px;
1619 }
1620 #contact-edit-links {
1621     margin-top: 23px;
1622 }
1623 #contact-edit-links ul {
1624     list-style-type: none;
1625 }
1626 #contact-drop-links {
1627     margin-left:5px;
1628 }
1629 #contact-edit-nav-wrapper .icon {
1630         border: 1px solid #babdb6;
1631     -webkit-border-radius: 3px;
1632     -moz-border-radius: 3px;
1633     border-radius: 3px; 
1634 }
1635 #contact-edit-poll-wrapper {
1636     margin-left: 0px;
1637 }
1638 #contact-edit-last-update-text {
1639     margin-bottom: 15px;
1640 }
1641 #contact-edit-last-updated {
1642     font-weight: bold;
1643 }
1644 #contact-edit-poll-text {
1645     display: inline;
1646 }
1647 #contact-edit-info_tbl, #contact-edit-info_parent {
1648     width: 100%;
1649 }
1650 .mceLayout {
1651     width: 100%;
1652 }
1653 #contact-edit-end {
1654     clear: both;
1655     margin-bottom: 65px;
1656 }
1657
1658 .contact-photo-menu-button {
1659     position: absolute;
1660     background-image: url("photo-menu.jpg");
1661     background-position: top left; 
1662     background-repeat: no-repeat;
1663     margin: 0px; padding: 0px;
1664     width: 16px;
1665     height: 16px;
1666     top: 64px; left:0px;
1667     overflow: hidden;
1668     text-indent: 40px;
1669     display: none;
1670 }
1671 .contact-photo-menu {
1672     width: auto;
1673     border: 2px solid #444444;
1674     background: #FFFFFF;
1675     position: absolute;
1676     left: 0px; top: 90px;
1677     display: none;
1678     z-index: 10000;
1679 }
1680 .contact-photo-menu ul {
1681     margin:0px;
1682     padding: 0px;
1683     list-style: none;
1684 }
1685 .contact-photo-menu li a {
1686     display: block;
1687     padding: 2px;
1688 }
1689 .contact-photo-menu li a:hover {
1690     color: #fff;
1691     background: #3465A4;
1692     text-decoration: none;
1693 }
1694
1695
1696
1697 /**
1698  *      register, settings & profile forms
1699  */
1700 #id_openid_url,
1701 .openid {
1702     background:url(login-bg.gif) no-repeat;
1703     background-position:0 50%;
1704     padding-left:18px;
1705 }
1706
1707 #settings-nickname-desc {
1708     background-color: #eee;
1709     -webkit-border-radius: 5px;
1710     -moz-border-radius: 5px;
1711     border-radius: 5px;
1712     padding: 5px;
1713 }
1714 #settings-default-perms {
1715     margin-bottom: 20px;
1716 }
1717 #register-form div,
1718 #profile-edit-form div {
1719     clear: both;
1720 }
1721
1722 #register-form label,
1723 #profile-edit-form label {
1724         width: 300px;
1725     float: left;
1726 }
1727
1728 #register-form span,
1729 #profile-edit-form span {
1730     color:#555753;
1731     display:block;
1732     margin-bottom:20px;
1733 }
1734 .settings-submit-wrapper,
1735 .profile-edit-submit-wrapper {
1736     margin: 30px 0px;
1737 }
1738 .profile-edit-side-div {
1739     margin: 5px 2px 0 0;
1740 }
1741 .profile-edit-side-link {
1742         margin: 0 20px -18px 0;
1743     float: right;
1744 }
1745 .profile-listing {
1746     float: left;
1747     margin: 20px 20px 0px 0px;
1748 }
1749
1750 #profile-edit-links ul {
1751     margin: 20px 0;
1752     padding: 0;
1753     list-style: none;
1754 }
1755
1756 #register-sitename {
1757     display: inline;
1758     font-weight: bold;
1759 }
1760
1761 /**
1762  *      contacts selector
1763  */
1764 .group-delete-wrapper {
1765         margin: -28px 150px 0 0;
1766     float: right;
1767 }
1768 #group-edit-submit-wrapper {
1769     margin: 0 0 10px 0;
1770     display: inline;
1771 }
1772 #group-edit-desc {
1773     margin: 10px 0px;
1774 }
1775 #group-members,
1776 #prof-members {
1777     height:200px;
1778     overflow:auto;
1779     border:1px solid #555753;
1780     -webkit-border-radius:5px 5px 0 0;
1781     -moz-border-radius:5px 5px 0 0;
1782     border-radius:5px 5px 0 0;
1783 }
1784 #group-all-contacts,
1785 #prof-all-contacts {
1786     height:200px;
1787     overflow:auto;
1788     border:1px solid #555753;
1789     -webkit-border-radius:0 0 5px 5px;
1790     -moz-border-radius:0 0 5px 5px;
1791     border-radius:0 0 5px 5px;
1792 }
1793 #group-members h3,
1794 #group-all-contacts h3,
1795 #prof-members h3,
1796 #prof-all-contacts h3 {
1797     color:#eeeeec;
1798     background-color:#555753;
1799     margin:0;
1800     padding:5px;
1801 }
1802 #group-separator,
1803 #prof-separator {
1804     display: none;
1805 }
1806
1807 /**
1808  * profile
1809  */
1810 #cropimage-wrapper {
1811     float:left;
1812 }
1813 #crop-image-form {
1814     clear:both;
1815 }
1816
1817 /**
1818  * events
1819  **/
1820 .clear { clear: both; }
1821 .eventcal {
1822     float:left;
1823     font-size:20px;
1824 }
1825 .vevent {
1826     border:1px solid #ccc;
1827 }
1828 .vevent .event-description, .vevent .event-location {
1829         margin-left: 10px;
1830         margin-right: 10px;
1831 }
1832 .vevent .event-start {
1833         margin-left: 10px;
1834         margin-right: 10px;
1835 }
1836
1837 #new-event-link {
1838         margin-bottom: 10px;
1839 }
1840 .edit-event-link, .plink-event-link {
1841         float: left;
1842         margin-top: 4px;
1843         margin-right: 4px;
1844         margin-bottom: 15px;
1845 }
1846 .event-description:before {
1847         content: url('../../../images/calendar.png');
1848         margin-right: 15px;
1849 }
1850 .event-start, .event-end {
1851         margin-left: 10px;
1852         width: 330px;
1853 }
1854 .event-start .dtstart, .event-end .dtend {
1855         float: right;
1856 }
1857 .event-list-date {
1858         margin-bottom: 10px;
1859 }
1860 .prevcal, .nextcal {
1861         float: left;
1862         margin-left: 32px;
1863         margin-right: 32px;
1864         margin-top: 64px;
1865 }
1866 .event-calendar-end {
1867         clear: both;
1868 }
1869 .calendar {
1870     font-family: monospace;
1871 }
1872 .today {
1873         font-weight: bold;
1874         color: #FF0000;
1875
1876 #event-start-text, 
1877 #event-finish-text {
1878         margin-top: 10px;
1879         margin-bottom: 5px;
1880 }
1881 #event-nofinish-checkbox,
1882 #event-nofinish-text,
1883 #event-adjust-checkbox,
1884 #event-adjust-text,
1885 #event-share-checkbox {
1886     float:left;
1887 }
1888 #event-datetime-break {
1889         margin-bottom: 10px;
1890 }
1891 #event-nofinish-break,
1892 #event-adjust-break,
1893 #event-share-break {
1894         clear: both;
1895 }
1896 #event-desc-text, 
1897 #event-location-text {
1898         margin-top: 10px;
1899         margin-bottom: 5px;
1900 }
1901 #event-submit {
1902         margin-top: 10px;
1903 }
1904 .body-tag {
1905         margin: 10px 0;
1906         opacity: 0.5;
1907         filter:alpha(opacity=50);
1908 }
1909 .body-tag:hover {
1910         opacity: 1.0 !important;
1911         filter:alpha(opacity=100) !important;
1912 }
1913 .item-select {
1914         opacity: 0.1;
1915         filter:alpha(opacity=10);
1916         float: right;
1917         margin-right: 10px;
1918
1919 }
1920 .item-select:hover, .checkeditem {
1921         opacity: 1;
1922         filter:alpha(opacity=100);
1923 }
1924 #item-delete-selected {
1925         margin-top: 30px;
1926 }
1927 /* was tired of having no way of moving it around, so
1928  * here's a little 'hook' to do so */
1929 .delete-checked {
1930         position: absolute;
1931         left: 35px;
1932         margin-top: 20px;
1933 }
1934 #item-delete-selected-end {
1935         clear: both;
1936 }
1937 #item-delete-selected-icon, #item-delete-selected-desc {
1938         float: left;
1939         margin-right: 5px;
1940 }
1941 #item-delete-selected-desc:hover {
1942         text-decoration: underline;
1943 }
1944
1945
1946 /**
1947  *      directory
1948  */
1949 .directory-item {
1950     float: left;
1951     margin: 50px 50px 0px 0px;
1952 }
1953
1954
1955 /**
1956  * sidebar
1957  */
1958 #group-sidebar {
1959     margin-bottom: 10px;
1960 }
1961 .group-selected, .nets-selected {
1962     padding: 3px;
1963     border: 1px solid #CCCCCC;
1964     background: #F8F8F8;
1965     font-weight: bold;
1966 }
1967 .groupsideedit {
1968     margin-right: 10px;
1969 }
1970 #sidebar-group-ul {
1971     padding-left: 0;
1972 }
1973 #sidebar-group-list {
1974     margin: 0 0 5px 0;
1975 }
1976 #sidebar-group-list ul {
1977     list-style-type: none;
1978     list-style-position: inside;
1979 }
1980 #sidebar-group-list li {
1981     margin-top: 10px;
1982 }
1983 #sidebar-group-list .icon {
1984     display: inline-block;
1985     height: 12px;
1986     width: 12px;
1987 }
1988 #sidebar-new-group {
1989     margin: auto;
1990     display: inline-block;
1991     color: #efefef;
1992     text-decoration: none;
1993     text-align: center;
1994 }
1995
1996 #sidebar-new-group:hover {
1997     /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );*/
1998     /*background: -moz-linear-gradient( center top, #b20202 5%, #d60808 100% );*/
1999     /*background-color: #b20202;*/
2000 }
2001
2002 #sidebar-new-group:active {
2003     position: relative;
2004     top: 1px;
2005 }
2006 .nets-ul {
2007     list-style-type: none;
2008     padding-left: 0px;
2009 }
2010 .nets-ul li {
2011     margin: 10px 0 0;
2012 }
2013
2014 .nets-link {
2015     margin-left: 0px;
2016 }
2017 .nets-all {
2018     margin-left: 0px;
2019 }
2020 #netsearch-box {
2021     margin-top: 20px;
2022     width: 150px;   
2023 }
2024 #netsearch-box #search-submit {
2025     margin: 5px 0px 0px 0px;
2026 }
2027
2028 /**
2029  * ADMIN
2030  */
2031 #pending-update {
2032     float:right;
2033     color: #fff;
2034     font-weight: bold;
2035     background-color: #ff0000;
2036     padding: 0 .3em;
2037 }
2038 .admin.linklist {
2039     border: 0; padding: 0;
2040 }
2041 .admin.link {
2042     list-style-position: inside;
2043 }
2044 #adminpage dl {
2045     clear:left;
2046     margin-bottom: 2px;
2047     padding-bottom: 2px;
2048     border-bottom: 1px solid #000;
2049 }
2050 #adminpage dt {
2051     width: 200px;
2052     float: left;
2053     font-weight: bold;
2054 }
2055 #adminpage dd {
2056         margin-left: 200px;
2057 }
2058 #adminpage h3 {
2059     border-bottom:1px solid #ccc;
2060 }
2061
2062 #adminpage .submit {
2063         clear:left;
2064 }
2065
2066 #adminpage #pluginslist {
2067     margin: 0;
2068     padding: 0;
2069 }
2070 #adminpage .plugin {
2071     list-style: none;
2072     display: block;
2073     border: 1px solid #888;
2074     padding: 1em;
2075     margin-bottom: 5px;
2076     clear: left;
2077 }
2078 #adminpage .toggleplugin {
2079         float:left;
2080         margin-right: 1em;
2081 }
2082
2083 #adminpage table {
2084     width: 100%;
2085     border-bottom: 1px solid #000;
2086     margin: 5px 0;
2087 }
2088 #adminpage table th {
2089     text-align: left;
2090 }
2091 #adminpage td .icon {
2092     float: left;
2093 }
2094 #adminpage table#users img {
2095     width: 16px; height: 16px;
2096 }
2097 #adminpage table tr:hover {
2098     background-color:#bbc7d7;
2099 }
2100 #adminpage .selectall {
2101     text-align: right;
2102 }
2103
2104 /**
2105  * Form fields
2106  */
2107 .field {
2108         /*margin-bottom: 10px;*/
2109         /*padding-bottom: 10px;*/
2110     overflow: auto;
2111     width: 100%;
2112 }
2113 .field label {
2114     float: left;
2115     width: 275px;
2116         display: block;
2117         font-size: 1.077em;
2118         /*font-weight: bold;*/
2119         margin: 0 10px 0.5em 0;
2120         border: 1px #999 solid;
2121         padding: 5px;
2122         background: #eee;
2123         vertical-align: middle;
2124 }
2125 .field input {
2126         width: 250px;
2127         height: 25px;
2128         border: 1px #999 solid;
2129 }
2130 .field textarea {
2131     width: 80%;
2132     height: 100px;
2133 }
2134 .field_help {
2135     display: block;
2136     margin-left: 297px;
2137     color: #666;
2138 }
2139 .field .onoff {
2140     float: left;
2141     width: 80px;
2142 }
2143 .field .onoff a {
2144     display: block;
2145     border: 1px solid #666;
2146     padding: 3px 6px 4px 10px;
2147     height: 16px;
2148     text-decoration: none;
2149 }
2150 .field .onoff .on {
2151         background: url("../../../images/onoff.jpg") no-repeat 42px 1px #999;
2152     color: #111;
2153     text-align: left;
2154 }
2155 .field .onoff .off {
2156         background: url("../../../images/onoff.jpg") no-repeat 2px 1px #ccc;
2157     color: #333;
2158     text-align: right;
2159 }
2160 .hidden {
2161     display:none !important;
2162 }
2163 .field.radio .field_help {
2164     margin-left: 0;
2165 }
2166
2167
2168 /*
2169  * UPDATE
2170  */
2171 .popup {        
2172         width: 100%;
2173     height: 100%;
2174         top:0px;
2175     left:0px;
2176         position: absolute;
2177         display: none;
2178 }
2179 .popup .background {
2180         background-color: rgba(0,0,0,128);
2181         opacity: 0.5;
2182         width: 100%;
2183     height: 100%;
2184         position: absolute;
2185         top:0px;
2186     left:0px;
2187 }
2188 .popup .panel {
2189         top: 25%;
2190     left: 25%;
2191     width: 50%;
2192     height: 50%;
2193         padding: 1em;
2194         position: absolute;
2195         border: 4px solid #000000;
2196         background-color: #FFFFFF;
2197 }
2198 #panel {
2199     z-index: 100;
2200 }
2201 .grey {
2202     color: grey;
2203 }
2204 .orange {
2205     color: orange;
2206 }
2207 .red {
2208     color: red;
2209 }
2210 .popup .panel .panel_text {
2211     display: block;
2212     overflow: auto;
2213     height: 80%;
2214
2215 .popup .panel .panel_in {
2216     width: 100%;
2217     height: 100%;
2218     position: relative;
2219 }
2220 .popup .panel .panel_actions {
2221     width: 100%;
2222     bottom: 4px;
2223     left: 0px;
2224     position: absolute;
2225 }
2226 .panel_text .progress {
2227     width: 50%;
2228     overflow: hidden;
2229     height: auto;
2230     border: 1px solid #cccccc;
2231     margin-bottom: 5px;
2232 }
2233 .panel_text .progress span {
2234     float: right;
2235     display: block;
2236     width: 25%;
2237     background-color: #eeeeee;
2238     text-align: right;
2239 }
2240
2241 /**
2242  * OAuth
2243  */
2244 .oauthapp {
2245         height: auto;
2246     overflow: auto;
2247         border-bottom: 2px solid #cccccc;
2248         padding-bottom: 1em;
2249         margin-bottom: 1em;     
2250 }
2251 .oauthapp img {
2252         float: left;
2253         width: 48px; height: 48px;
2254         margin: 10px;
2255 }
2256 .oauthapp img.noicon {
2257         background-image: url("../../../images/icons/48/plugin.png");
2258         background-position: center center;
2259         background-repeat: no-repeat;
2260 }
2261 .oauthapp a {
2262         float: left;
2263 }
2264
2265
2266 /**
2267  * ICONS
2268  */
2269 .iconspacer {
2270         display: block;
2271     width: 16px;
2272     height: 16px;
2273 }
2274 .icon {
2275     display: block;
2276     width: 20px;
2277     height: 20px;
2278     background: url(icons.png) no-repeat;
2279     border: 0;
2280     text-decoration: none;
2281 }
2282 .icon:hover {
2283     border: 0;
2284     text-decoration: none;
2285 }
2286 .icon.drop,
2287 .icon.drophide, .icon.delete {
2288     float: left;
2289 }
2290 /*.icon.s22 {
2291         display: block;
2292         background: url(icons.png) no-repeat;
2293         width: 22px;
2294         height: 22px;
2295 }*/
2296 .icon.s22.delete {
2297         display: block;
2298         background-position: -110px 0;
2299 }
2300 .icon.s22.text {
2301         padding: 10px 0px 0px 25px;
2302         width: 200px;
2303 }
2304 .icon.text {
2305     text-indent: 0px;
2306 }
2307 .icon.s16 {
2308     min-width: 16px;
2309     height: 16px;
2310 }
2311 .s16 .add {
2312     background: url("../../../images/icons/16/add.png") no-repeat;
2313 }
2314 .add {
2315     margin: 0px 5px;    
2316 }
2317 .article {
2318         background-position: -50px 0;
2319 }
2320 .audio {
2321         background-position: -70px 0;
2322 }
2323 .block {
2324         background-position: -90px 0px;
2325 }
2326 .drop, .delete {
2327         background-position: -110px 0;
2328 }
2329 .drophide {
2330         background-position: -130px 0;
2331 }
2332 .edit {
2333         background-position: -150px 0;
2334 }
2335 .camera {
2336         background-position: -170px 0;
2337 }
2338 .dislike {
2339         background-position: -190px 0;
2340 }
2341 .like {
2342         background-position: -211px 0;
2343 }
2344 .link {
2345         background-position: -230px 0;
2346 }
2347 .globe, .location {
2348         background-position: -50px -20px;
2349 }
2350 .noglobe, .nolocation {
2351         background-position: -70px -20px;
2352 }
2353 .no {
2354         background-position: -90px -20px;
2355 }
2356 .pause {
2357         background-position: -110px -20px;
2358 }
2359 .play {
2360         background-position: -130px -20px;
2361 }
2362 .pencil {
2363         background-position: -151px -18px;
2364 }
2365 .small-pencil {
2366         background-position: -170px -20px;
2367 }
2368 .recycle {
2369         background-position: -190px -20px;
2370 }
2371 .remote-link {
2372         background-position: -210px -20px;
2373 }
2374 .share {
2375         background-position: -230px -20px;
2376 }
2377 .tools {
2378         background-position: -50px -40px;
2379 }
2380 .lock {
2381         background-position: -70px -40px;
2382 }
2383 .unlock {
2384         background-position: -90px -40px;
2385 }
2386 .video {
2387         background-position: -110px -40px;
2388 }
2389 .attach {
2390         background-position: -190px -40px;
2391 }
2392 .language {
2393         background-position: -210px -40px;
2394 }
2395 .starred {
2396         background-position: -130px -60px;
2397 }
2398 .unstarred {
2399         background-position: -150px -60px;
2400 }
2401 .tagged {
2402         background-position: -170px -60px;
2403 }
2404 .on {
2405         background-position: -50px  -60px;
2406 }
2407 .off {
2408         background-position: -70px  -60px;
2409 }
2410 .prev {
2411         background-position: -90px  -60px;
2412 }
2413 .next {
2414         background-position: -110px  -60px;
2415 }
2416 .icon.dim {
2417         opacity: 0.3;
2418         filter: alpha(opacity=30);
2419 }
2420 #pause {
2421         position: fixed;
2422         bottom: 5px;
2423         right: 5px;
2424 }
2425 .border, .border:hover {
2426         border: 1px solid #babdb6;
2427     -webkit-border-radius: 3px;
2428     -moz-border-radius: 3px;
2429     border-radius: 3px; 
2430 }
2431 .attachtype {
2432     display: block;
2433     width: 20px;
2434     height: 23px;
2435     background-image: url(../../../images/content-types.png);
2436 }
2437 .type-video {
2438     background-position: 0px 0px;
2439 }
2440 .type-image {
2441     background-position: -20px 0;
2442 }
2443 .type-audio {
2444     background-position: -40px 0;
2445 }
2446 .type-text {
2447     background-position: -60px 0px;
2448 }
2449 .type-unkn {
2450     background-position: -80px 0;
2451 }
2452
2453
2454 /**
2455  *      footer
2456  */
2457 .cc-license {
2458     margin-top: 100px;
2459     font-size: 0.7em;
2460 }
2461 footer {
2462     display: block;
2463     margin: 50px 20%;
2464     clear: both;
2465 }
2466 #profile-jot-text {
2467     height: 20px;
2468     color: #666;
2469     border: 1px solid #ccc;
2470     border-radius: 5px;
2471     width: 99.5%;
2472 }
2473
2474
2475 /** acl **/
2476 #photo-edit-perms-select,
2477 #photos-upload-permissions-wrapper,
2478 #profile-jot-acl-wrapper {
2479     display: block !important;
2480 }
2481 #acl-wrapper {
2482     width: 690px;
2483     float: left;
2484 }
2485 #acl-search {
2486     float: right;
2487     background: #fff url("../../../images/search_18.png") no-repeat right center;
2488     padding-right: 20px;
2489 }
2490 #acl-showall {
2491     float:left;
2492     display:block;
2493     width:auto;
2494     height:18px;
2495     background-color:#CCC;
2496     background-image:url("../../../images/show_all_off.png");
2497     background-position:7px 7px;
2498     background-repeat:no-repeat;
2499     padding:7px 10px 7px 30px;
2500     -webkit-border-radius:5px;
2501     -moz-border-radius:5px;
2502     border-radius:5px;
2503     color:#999;
2504 }
2505 #acl-showall.selected {
2506     color:#000;
2507     background-color:#F90;
2508     background-image:url(../../../images/show_all_on.png);
2509 }
2510 #acl-list {
2511     height:210px;
2512     border:1px solid #ccc;
2513     clear:both;
2514     margin-top:30px;
2515     overflow:auto;
2516 }
2517 #acl-list-content {
2518 }
2519 .acl-list-item {
2520     display:block;
2521     width:150px;
2522     height:30px;
2523     border:1px solid #ccc;
2524     margin:5px;
2525     float:left;
2526 }
2527 .acl-list-item img {
2528     width:22px;
2529     height:22px;
2530     float:left;
2531     margin:4px;
2532 }
2533 .acl-list-item p {
2534     height: 12px;
2535     font-size: 10px;
2536     margin: 0;
2537     padding: 2px 0 1px;
2538 }
2539 .acl-list-item a {
2540     font-size:8px;
2541     display:block;
2542     width:40px;
2543     height:10px;
2544     float:left;
2545     color:#999;
2546     background-color:#CCC;
2547     background-position:3px 3px;
2548     background-repeat:no-repeat;
2549     margin-right:5px;
2550     -webkit-border-radius:2px;
2551     -moz-border-radius:2px;
2552     border-radius:2px;
2553     padding-left:15px;
2554 }
2555 #acl-wrapper a:hover {
2556     text-decoration:none;
2557     color:#000;
2558 }
2559 .acl-button-show {
2560     background-image:url('../../../images/show_off.png');
2561 }
2562 .acl-button-hide {
2563     background-image:url('../../../images/hide_off.png');
2564 }
2565 .acl-button-show.selected {
2566     color:#000;
2567     background-color:#9ade00;
2568     background-image:url(../../../images/show_on.png);
2569 }
2570 .acl-button-hide.selected {
2571     color:#000;
2572     background-color:#ff4141;
2573     background-image:url(../../../images/hide_on.png);
2574 }
2575 .acl-list-item.groupshow {
2576     border-color:#9ade00;
2577 }
2578 .acl-list-item.grouphide {
2579     border-color:#ff4141;
2580 }
2581 /** /acl **/
2582
2583
2584 /* autocomplete popup */
2585 .acpopup {
2586         max-height: 150px;
2587         background-color: #555753;
2588         color: #fff;
2589         overflow: auto;
2590         z-index: 100000;
2591         border: 1px solid #cccccc;
2592 }
2593 .acpopupitem {
2594         background-color: #555753;
2595     padding: 4px;
2596         clear: left;
2597 }
2598 .acpopupitem img {
2599         float: left;
2600         margin-right: 4px;
2601 }
2602 .acpopupitem.selected {
2603         color: #2e3436;
2604     background-color: #eeeeec;
2605 }
2606 .qcomment-wrapper {
2607     padding: 0px;
2608     margin: 2px;
2609     list-style-type: none;
2610 }
2611 .qcomment, .qcomment:hover {
2612     display: inline;
2613     padding: 5px;
2614     margin: 5px;
2615 }
2616 .qcomment {
2617         opacity: 0.5;
2618         filter:alpha(opacity=50);
2619 }
2620 .qcomment:hover {
2621         opacity: 1.0;
2622         filter:alpha(opacity=100);
2623 }
2624 #network-star-link {
2625     margin-top: 10px;
2626 }
2627 .network-star {
2628     float: left;
2629     margin-right: 5px;
2630 }
2631 .network-star.icon.starred {
2632     display: inline-block;
2633 }
2634