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