]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Merge remote-tracking branch 'remotes/friendica/master' into moveme
[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   color: rgb(153,153,153);
1083   padding-left: 3px;
1084   font-size: 10px;
1085 }
1086 .tag a {
1087   padding-right: 8px;
1088   color: rgb(153,153,153);
1089 }
1090 .wwto {
1091   position: absolute !important;
1092   width: 25px;
1093   height: 25px;
1094   background: #FFFFFF;
1095   border: 2px solid #364e59;
1096   height: 25px;
1097   width: 25px;
1098   overflow: hidden;
1099   padding: 1px;
1100   position: absolute !important;
1101   top: 40px;
1102   left: 30px;
1103   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1104   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1105   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1106 }
1107 .wwto .contact-photo {
1108   width: auto;
1109   height: 25px;
1110 }
1111 /* contacts menu */
1112 .contact-photo-wrapper {
1113   position: relative;
1114   width: 80px;
1115 }
1116
1117 .contact-photo-wrapper.wwto {
1118   width: 25px;
1119 }
1120
1121 .contact-photo {
1122   width: 48px;
1123   height: 48px;
1124   overflow: hidden;
1125   display: block;
1126 }
1127 .contact-photo img {
1128   width: 48px;
1129   height: 48px;
1130 }
1131
1132 .contact-wrapper {
1133   float: left;
1134   width: 90px;
1135   height: 90px;
1136   margin-bottom: 15px;
1137 }
1138 .contact-wrapper .contact-photo {
1139   width: 80px;
1140   height: 80px;
1141 }
1142 .contact-wrapper .contact-photo img {
1143   width: 80px;
1144   height: 80px;
1145 }
1146 .contact-wrapper {
1147   left: 0px;
1148   top: 63px;
1149 }
1150 .contact-photo {
1151   width: 48px;
1152   height: 48px;
1153 }
1154 .contact-photo img {
1155   width: 48px;
1156   height: 48px;
1157 }
1158 .contact-name {
1159   /* text-align: center; */
1160   /*font-weight: bold;*/
1161   font-size: 12px;
1162 }
1163 .contact-details {
1164   color: #999999;
1165 }
1166 /* editor */
1167 .jothidden {
1168   display: none;
1169 }
1170 #jot {
1171   width: 785px;
1172   margin: 0px 2em 20px 0px;
1173 }
1174 #jot .profile-jot-text {
1175   height: 1.2em;
1176   width: 99%;
1177   font-size: 10px;
1178   color: #999999;
1179   border: 1px solid #DDD;
1180   padding: 0.3em;
1181 }
1182 #jot #jot-tools {
1183   margin: 0px;
1184   padding: 0px;
1185   height: 40px;
1186   overflow: none;
1187   width: 783px;
1188   background-color: #0e232e;
1189   border-bottom: 2px solid #9eabb0;
1190 }
1191 #jot #jot-tools li {
1192   list-style: none;
1193   float: left;
1194   width: 80px;
1195   height: 40px;
1196   border-bottom: 2px solid #9eabb0;
1197 }
1198 #jot #jot-tools li a {
1199   display: block;
1200   color: #cccccc;
1201   width: 100%;
1202   height: 40px;
1203   text-align: center;
1204   line-height: 40px;
1205   overflow: hidden;
1206 }
1207 #jot #jot-tools li:hover {
1208   background-color: #364e59;
1209   border-bottom: 2px solid #bdcdd4;
1210 }
1211 #jot #jot-tools li.perms {
1212   float: right;
1213   width: 40px;
1214 }
1215 #jot #jot-tools li.perms a.unlock {
1216   width: 30px;
1217   border-left: 10px solid #cccccc;
1218   background-color: #cccccc;
1219   background-position: left center;
1220 }
1221 #jot #jot-tools li.perms a.lock {
1222   width: 30px;
1223   border-left: 10px solid #666666;
1224   background-color: #666666;
1225 }
1226 #jot #jot-tools li.submit {
1227   float: right;
1228   background-color: #cccccc;
1229   border-bottom: 2px solid #cccccc;
1230   border-right: 1px solid #666666;
1231   border-left: 1px solid #666666;
1232 }
1233 #jot #jot-tools li.submit input {
1234   border: 0px;
1235   margin: 0px;
1236   padding: 0px;
1237   background-color: #cccccc;
1238   color: #666666;
1239   width: 80px;
1240   height: 40px;
1241   line-height: 40px;
1242 }
1243 #jot #jot-tools li.submit input:hover {
1244   background-color: #bdcdd4;
1245   color: #666666;
1246 }
1247 #jot #jot-tools li.loading {
1248   float: right;
1249   background-color: #ffffff;
1250   width: 20px;
1251   vertical-align: center;
1252   text-align: center;
1253   border-top: 2px solid #9eabb0;
1254   height: 38px;
1255 }
1256 #jot #jot-tools li.loading img {
1257   margin-top: 10px;
1258 }
1259 /* #jot */
1260 #jot-title {
1261   border: 0px;
1262   margin: 0px;
1263   height: 20px;
1264   width: 700px;
1265   font-weight: bold;
1266   border: 1px solid #ffffff;
1267 }
1268 #jot #jot-title:-webkit-input-placeholder {
1269   font-weight: normal;
1270 }
1271 #jot #jot-title:-moz-placeholder {
1272   font-weight: normal;
1273 }
1274 #jot #jot-title:hover {
1275   border: 1px solid #999999;
1276 }
1277 #jot #jot-title:focus {
1278   border: 1px solid #999999;
1279 }
1280 #jot #character-counter {
1281   width: 80px;
1282   float: right;
1283   text-align: right;
1284   height: 20px;
1285   line-height: 20px;
1286   padding-right: 20px;
1287 }
1288
1289 #profile-jot-submit {
1290   float: right;
1291   margin-left: 15px;
1292 }
1293 #profile-upload-wrapper {
1294   float: left;
1295   margin-left: 15px;
1296 }
1297 #profile-attach-wrapper {
1298   float: left;
1299   margin-left: 15px;
1300 }
1301 #profile-link-wrapper {
1302   float: left;
1303   margin-left: 15px;
1304 }
1305 #profile-video-wrapper {
1306   float: left;
1307   margin-left: 15px;
1308 }
1309 #profile-audio-wrapper {
1310   float: left;
1311   margin-left: 15px;
1312 }
1313 #profile-location-wrapper {
1314   float: left;
1315   margin-left: 15px;
1316 }
1317 #profile-nolocation-wrapper {
1318   float: left;
1319   margin-left: 15px;
1320 }
1321 #jot-perms-icon {
1322   float: right;
1323   margin-left: 15px;
1324 }
1325 #jot-preview-link {
1326   float: right;
1327 }
1328 #profile-jot-end {
1329   clear: both;
1330 }
1331 #profile-jot-text_tbl {
1332   width: 800px;
1333 }
1334 #profile-jot-wrapper {
1335   margin-bottom: 20px;
1336 }
1337
1338 /** buttons **/
1339 /*input[type="submit"] {
1340         border: 0px;
1341     background-color: @ButtonBackgroundColor;
1342     color: @ButtonColor;
1343     padding: 0px 10px;
1344         .rounded(5px);
1345     height: 18px;
1346 }*/
1347 /** acl **/
1348 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1349   display: block!important;
1350 }
1351 #acl-wrapper {
1352   width: 690px;
1353   float: left;
1354 }
1355 #acl-search {
1356   float: right;
1357   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1358   padding-right: 20px;
1359 }
1360 #acl-showall {
1361   float: left;
1362   display: block;
1363   width: auto;
1364   height: 18px;
1365   background-color: #cccccc;
1366   background-image: url("../../../images/show_all_off.png");
1367   background-position: 7px 7px;
1368   background-repeat: no-repeat;
1369   padding: 7px 5px 0px 30px;
1370   color: #999999;
1371   -moz-border-radius: 5px 5px 5px 5px;
1372   -webkit-border-radius: 5px 5px 5px 5px;
1373   border-radius: 5px 5px 5px 5px;
1374 }
1375 #acl-showall.selected {
1376   color: #000000;
1377   background-color: #ff9900;
1378   background-image: url("../../../images/show_all_on.png");
1379 }
1380 #acl-list {
1381   height: 210px;
1382   border: 1px solid #cccccc;
1383   clear: both;
1384   margin-top: 30px;
1385   overflow: auto;
1386 }
1387 .acl-list-item {
1388   display: block;
1389   width: 150px;
1390   height: 30px;
1391   border: 1px solid #cccccc;
1392   margin: 5px;
1393   float: left;
1394 }
1395 .acl-list-item img {
1396   width: 22px;
1397   height: 22px;
1398   float: left;
1399   margin: 4px;
1400 }
1401 .acl-list-item p {
1402   height: 12px;
1403   font-size: 10px;
1404   margin: 0px;
1405   padding: 2px 0px 1px;
1406   overflow: hidden;
1407 }
1408 .acl-list-item a {
1409   font-size: 8px;
1410   display: block;
1411   width: 40px;
1412   height: 10px;
1413   float: left;
1414   color: #999999;
1415   background-color: #cccccc;
1416   background-position: 3px 3px;
1417   background-repeat: no-repeat;
1418   margin-right: 5px;
1419   -webkit-border-radius: 2px ;
1420   -moz-border-radius: 2px;
1421   border-radius: 2px;
1422   padding-left: 15px;
1423 }
1424 #acl-wrapper a:hover {
1425   text-decoration: none;
1426   color: #000000;
1427 }
1428 .acl-button-show {
1429   background-image: url("../../../images/show_off.png");
1430 }
1431 .acl-button-hide {
1432   background-image: url("../../../images/hide_off.png");
1433 }
1434 .acl-button-show.selected {
1435   color: #000000;
1436   background-color: #9ade00;
1437   background-image: url("../../../images/show_on.png");
1438 }
1439 .acl-button-hide.selected {
1440   color: #000000;
1441   background-color: #ff4141;
1442   background-image: url("../../../images/hide_on.png");
1443 }
1444 .acl-list-item.groupshow {
1445   border-color: #9ade00;
1446 }
1447 .acl-list-item.grouphide {
1448   border-color: #ff4141;
1449 }
1450 /** /acl **/
1451 /** tab buttons **/
1452 ul.tabs {
1453   list-style-type: none;
1454   padding-bottom: 10px;
1455   font-size: 13px;
1456 }
1457 ul.tabs li {
1458   float: left;
1459   margin-left: 7px;
1460 }
1461 ul.tabs li .active {
1462   border-bottom: 1px solid #005c94;
1463 }
1464 /**
1465  * Form fields
1466  */
1467 .field {
1468   margin-bottom: 10px;
1469   padding-bottom: 10px;
1470   overflow: auto;
1471   width: 100%;
1472 }
1473 .field label {
1474   float: left;
1475   width: 200px;
1476 }
1477 .field input, .field textarea {
1478   width: 400px;
1479 }
1480 .field textarea {
1481   height: 100px;
1482 }
1483 .field .field_help {
1484   display: block;
1485   margin-left: 200px;
1486   color: #666666;
1487 }
1488 .field .onoff {
1489   float: left;
1490   width: 80px;
1491 }
1492 .field .onoff a {
1493   display: block;
1494   border: 1px solid #666666;
1495   background-image: url("../../../images/onoff.jpg");
1496   background-repeat: no-repeat;
1497   padding: 4px 2px 2px 2px;
1498   height: 16px;
1499   text-decoration: none;
1500 }
1501 .field .onoff .off {
1502   border-color: #666666;
1503   padding-left: 40px;
1504   background-position: left center;
1505   background-color: #cccccc;
1506   color: #666666;
1507   text-align: right;
1508 }
1509 .field .onoff .on {
1510   border-color: #204A87;
1511   padding-right: 40px;
1512   background-position: right center;
1513   background-color: #D7E3F1;
1514   color: #204A87;
1515   text-align: left;
1516 }
1517 .field .hidden {
1518   display: none!important;
1519 }
1520 .field.radio .field_help {
1521   margin-left: 0px;
1522 }
1523
1524 #profile-edit-links-end {
1525         clear: both;
1526         margin-bottom: 15px;
1527 }
1528
1529 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1530
1531 #profile-edit-links li {
1532   float: left;
1533   list-style: none;
1534   margin-left: 10px;
1535 }
1536
1537 .profile-edit-side-div {
1538   display: none;
1539 }
1540
1541 #register-form label,
1542 #profile-edit-form label {
1543         width: 300px; float: left;
1544 }
1545
1546 .required {
1547   display: inline;
1548   color: #B20202;
1549 }
1550
1551 /* oauth */
1552 .oauthapp {
1553   height: auto;
1554   overflow: auto;
1555   border-bottom: 2px solid #cccccc;
1556   padding-bottom: 1em;
1557   margin-bottom: 1em;
1558 }
1559 .oauthapp img {
1560   float: left;
1561   width: 48px;
1562   height: 48px;
1563   margin: 10px;
1564 }
1565 .oauthapp img.noicon {
1566   background-image: url("../../../images/icons/48/plugin.png");
1567   background-position: center center;
1568   background-repeat: no-repeat;
1569 }
1570 .oauthapp a {
1571   float: left;
1572 }
1573 /* contacts */
1574 .contact-entry-wrapper {
1575   width: 120px;
1576   height: 120px;
1577   float: left;
1578 }
1579 /* photo */
1580 .lframe {
1581   float: left;
1582   margin: 0px 10px 10px 0px;
1583 }
1584 /* profile match wrapper */
1585 .profile-match-wrapper {
1586   float: left;
1587   width: 90px;
1588   height: 90px;
1589   margin-bottom: 20px;
1590 }
1591 .profile-match-wrapper .contact-photo {
1592   width: 80px;
1593   height: 80px;
1594 }
1595 .profile-match-wrapper .contact-photo img {
1596   width: 80px;
1597   height: 80px;
1598 }
1599 .profile-match-wrapper {
1600   left: 0px;
1601   top: 63px;
1602 }
1603
1604 .contact-photo-menu-button {
1605         position: relative;
1606         background-image: url("../../../images/icons/16/menu.png");
1607         background-position: top left; 
1608         background-repeat: no-repeat;
1609         margin: 0px 0px -16px 0px; 
1610         padding: 0px;
1611         width: 16px;
1612         height: 16px;
1613         top: -20px; left:0px;
1614         overflow: hidden;
1615         text-indent: 40px;
1616         display: none;
1617         
1618 }
1619 .contact-photo-menu {
1620         width: 11em;
1621         border: 3px solid #364e59;
1622         color: #2d2d2d;
1623         background: #FFFFFF;
1624 /*        position: absolute;*/
1625         position: relative;
1626         left: 0px; top: 0px;
1627         display: none;
1628         z-index: 10000;
1629 }
1630 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1631 .contact-photo-menu li a {
1632         display: block; 
1633         padding: 5px 10px; 
1634         color: #2d2d2d;
1635         text-decoration: none;
1636 }
1637 .contact-photo-menu li a:hover {
1638         background-color: #bdcdd4; 
1639 }
1640
1641 /* page footer */
1642 footer {
1643   height: 100px;
1644   display: table-row;
1645 }
1646
1647 blockquote {
1648     border-left: 1px solid #D2D2D2;
1649     padding-left: 9px;
1650     margin: 0 0 0 .8ex;
1651     color: #777;
1652 }
1653
1654 .oembed {
1655     font-size: large;
1656     font-weight: bold;
1657 }
1658
1659 /* ================== */
1660 /* = Contacts Block = */
1661 /* ================== */
1662
1663 .contact-block-img {
1664         width: 42px;
1665         height: 42px;
1666         padding-right: 2px;
1667 }
1668 .contact-block-div {
1669         float: left;
1670 }
1671
1672 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1673 #contact-block-end { clear: both; } 
1674
1675 #group-edit-wrapper {
1676         margin-bottom: 10px;
1677 }
1678
1679 #group-members-end {
1680         clear: both;
1681 }
1682
1683 /*
1684 #group-separator,
1685 #prof-separator { display: none;}
1686 */
1687
1688 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1689         margin-bottom: 10px;
1690         margin-top: 20px;
1691 }
1692
1693 #prvmail-submit {
1694         float: left;
1695         margin-top: 10px;
1696         margin-right: 30px;
1697 }
1698 #prvmail-upload-wrapper,
1699 #prvmail-link-wrapper,
1700 #prvmail-rotator-wrapper {
1701         float: left;
1702         margin-top: 10px;
1703         margin-right: 10px;
1704         width: 24px;
1705 }
1706
1707 #prvmail-end {
1708         clear: both;
1709 }
1710
1711 .mail-list-sender,
1712 .mail-list-detail {
1713         float: left;
1714 }
1715 .mail-list-detail {
1716         margin-left: 20px;
1717 }
1718
1719 .mail-list-subject {
1720         font-size: 1.1em;
1721         margin-top: 10px;
1722 }
1723 a.mail-list-link {
1724     display: block;
1725     font-size: 1.3em;
1726     padding: 4px 0;
1727 }
1728
1729 /*
1730 *a.mail-list-link:hover {
1731 *       background-color: #15607B;
1732 *       color: #F5F6FB;
1733 *}
1734 */
1735
1736 .mail-list-outside-wrapper-end {
1737         clear: both;
1738 }
1739
1740 .mail-list-outside-wrapper {
1741         margin-top: 30px;
1742 }
1743
1744 .mail-list-delete-wrapper {
1745         float: right;
1746         margin-right: 30px;
1747         margin-top: 15px;
1748 }
1749
1750 .mail-list-delete-icon {
1751         border: none;
1752 }
1753
1754 .mail-conv-sender,
1755 .mail-conv-detail {
1756         float: left;
1757 }
1758 .mail-conv-detail {
1759         margin-left: 20px;
1760         width: 500px;
1761 }
1762
1763 .mail-conv-subject {
1764     font-size: 1.4em;
1765     margin: 10px 0;
1766 }
1767
1768 .mail-conv-outside-wrapper-end {
1769         clear: both;
1770 }
1771
1772 .mail-conv-outside-wrapper {
1773         margin-top: 30px;
1774 }
1775
1776 .mail-conv-delete-wrapper {
1777         float: right;
1778         margin-right: 30px;
1779         margin-top: 15px;
1780 }
1781 .mail-conv-break {
1782         clear: both;
1783 }
1784
1785 .mail-conv-delete-icon {
1786         border: none;
1787 }
1788
1789 /* ========== */
1790 /* = Events = */
1791 /* ========== */
1792 .eventcal {
1793         float: left;
1794         font-size: 20px;
1795 }
1796
1797 .vevent {
1798         border: 1px solid #CCCCCC;
1799 }
1800 .vevent .event-description, .vevent .event-location {
1801         margin-left: 10px;
1802         margin-right: 10px;
1803 }
1804 .vevent .event-start {
1805         margin-left: 10px;
1806         margin-right: 10px;
1807 }
1808
1809 #new-event-link {
1810         margin-bottom: 10px;
1811 }
1812
1813 .edit-event-link, .plink-event-link {
1814         float: left;
1815         margin-top: 4px;
1816         margin-right: 4px;
1817         margin-bottom: 15px;
1818 }
1819
1820 .event-description:before {
1821         content: url('../../../images/calendar.png');
1822         margin-right: 15px;
1823 }
1824
1825 .event-start, .event-end {
1826         margin-left: 10px;
1827         width: 330px;
1828         clear: both;
1829 }
1830
1831 .event-start .dtstart, .event-end .dtend {
1832         float: right;
1833 }
1834
1835 .event-list-date {
1836         margin-bottom: 10px;
1837 }
1838
1839 .prevcal, .nextcal {
1840         float: left;
1841         margin-left: 32px;
1842         margin-right: 32px;
1843         margin-top: 64px;
1844 }
1845 .event-calendar-end {
1846         clear: both;
1847 }
1848
1849  
1850 .calendar {
1851         font-family: Courier, monospace;
1852 }
1853 .today {
1854         font-weight: bold;
1855         color: #FF0000;
1856 }
1857
1858 .settings-block {
1859         border: 1px solid #AAA;
1860         margin: 10px;
1861         padding: 10px;
1862 }
1863
1864 .app-title {
1865         margin: 10px;
1866 }
1867
1868 #identity-manage-desc {
1869         margin-top:15px;
1870         margin-bottom: 15px;
1871 }
1872
1873 #identity-manage-choose {
1874         margin-bottom: 15px;
1875 }
1876
1877 #identity-submit {
1878         margin-top: 20px;
1879 }
1880
1881 #photo-prev-link, #photo-next-link {
1882         padding: 10px;
1883         float: left;
1884 }
1885
1886 #photo-photo {
1887         float: left;
1888 }
1889
1890 #photo-photo-end {
1891         clear: both;
1892 }
1893
1894 .profile-match-photo {
1895         float: left;
1896         text-align: center;
1897         width: 120px;
1898 }
1899
1900 .profile-match-name {
1901         float: left;
1902         text-align: center;
1903         width: 120px;
1904         overflow: hidden;
1905 }
1906
1907 .profile-match-break,
1908 .profile-match-end {
1909         clear: both;
1910 }
1911
1912 .profile-match-connect {
1913         text-align: center;
1914         font-weight: bold;
1915 }
1916
1917 .profile-match-wrapper {
1918         float: left;
1919         padding: 10px;
1920         width: 120px;
1921         height: 120px;
1922         scroll: auto;
1923 }
1924 #profile-match-wrapper-end {
1925         clear: both;
1926 }
1927
1928 /* ============= */
1929 /* = Directory = */
1930 /* ============= */
1931 /* contacts menu */
1932 .contact-photo-wrapper {
1933   position: relative;
1934 }
1935 .contact-photo {
1936   width: 48px;
1937   height: 48px;
1938   overflow: hidden;
1939   display: block;
1940 }
1941 .contact-photo img {
1942   width: 48px;
1943   height: 48px;
1944 }
1945 .contact-photo-menu-button {
1946   display: none;
1947   /* position: absolute; */
1948   /* position: absolute; */
1949   left: -2px;
1950   top: -20px;
1951 }
1952 .contact-wrapper {
1953   float: left;
1954   width: 90px;
1955   height: 90px;
1956   margin-bottom: 15px;
1957 }
1958 .contact-wrapper .contact-photo {
1959   width: 80px;
1960   height: 80px;
1961 }
1962 .contact-wrapper .contact-photo img {
1963   width: 80px;
1964   height: 80px;
1965 }
1966 .contact-wrapper .contact-photo-menu-button {
1967   left: 0px;
1968   top: 63px;
1969 }
1970 .directory-item {
1971   float: left;
1972   width: 200px;
1973   height: 200px;
1974 }
1975 .directory-item .contact-photo {
1976   width: 175px;
1977   height: 175px;
1978 }
1979 .directory-item .contact-photo img {
1980   width: 175px;
1981   height: 175px;
1982 }
1983 .contact-name {
1984   text-align: center;
1985   font-weight: bold;
1986   font-size: 12px;
1987 }
1988 .contact-details {
1989   color: #999999;
1990 }
1991
1992 .photo-top-image-wrapper {
1993         position: relative;
1994         float: left;
1995         margin-top: 15px;
1996         margin-right: 15px;
1997         width: 200px; height: 200px; 
1998         overflow: hidden; 
1999 }
2000 .photo-top-album-name {
2001         width: 100%;
2002         min-height: 2em;
2003         position: absolute; 
2004         bottom: 0px; 
2005         padding: 0px 3px;
2006         padding-top: 0.5em;
2007         background-color: rgb(255, 255, 255);
2008 }
2009 #photo-top-end {
2010         clear: both;
2011 }
2012
2013 #photo-top-links {
2014         margin-bottom: 30px;
2015         margin-left: 30px;
2016 }
2017
2018 #photos-upload-newalbum-div {
2019         float: left;
2020         width: 175px;
2021 }
2022