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