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