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