]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Vier: Fixing "vier" so that it looks again like it was intended.
[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: 185px;
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
783 aside #search-text {
784   width: 150px;
785   height: 17px;
786   padding-left: 10px;
787   border-top-left-radius: 15px;
788   border-top-right-radius: 15px;
789   border-bottom-right-radius: 15px;
790   border-bottom-left-radius: 15px;
791   -moz-border-bottom-colors: #dbdbdb;
792   -moz-border-top-colors: #999;
793   -moz-border-left-colors: #999;
794   -moz-border-right-colors: #dbdbdb;
795 }
796
797 .nets-ul {
798   margin-top: 0px;
799 }
800 .nets-all {
801   margin-left: 16px;
802 }
803
804 #contact-block {
805   overflow: auto;
806   height: auto;
807 }
808 #contact-block .contact-block-h4 {
809   float: left;
810   margin: 5px 0px;
811 }
812 #contact-block .allcontact-link {
813   float: right;
814   margin: 5px 0px;
815 }
816 #contact-block .contact-block-content {
817   clear: both;
818   overflow: auto;
819   height: auto;
820 }
821 #contact-block .contact-block-link {
822   float: left;
823   margin: 0px 2px 2px 0px;
824 }
825 #contact-block .contact-block-link img {
826   widht: 48px;
827   height: 58px;
828 }
829 /* widget */
830 .widget {
831   margin-bottom: 2em;
832   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
833         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
834 /*  font-size: 12px; */
835 }
836 .widget h3 {
837   padding: 0px;
838   margin: 2px;
839 }
840 .widget .action {
841   opacity: 0.1;
842   -webkit-transition: all 0.2s ease-in-out;
843   -moz-transition: all 0.2s ease-in-out;
844   -o-transition: all 0.2s ease-in-out;
845   -ms-transition: all 0.2s ease-in-out;
846   transition: all 0.2s ease-in-out;
847 }
848 .widget input.action {
849   opacity: 0.5;
850   -webkit-transition: all 0.2s ease-in-out;
851   -moz-transition: all 0.2s ease-in-out;
852   -o-transition: all 0.2s ease-in-out;
853   -ms-transition: all 0.2s ease-in-out;
854   transition: all 0.2s ease-in-out;
855 }
856 .widget:hover .title .action {
857   opacity: 1;
858   -webkit-transition: all 0.2s ease-in-out;
859   -moz-transition: all 0.2s ease-in-out;
860   -o-transition: all 0.2s ease-in-out;
861   -ms-transition: all 0.2s ease-in-out;
862   transition: all 0.2s ease-in-out;
863 }
864 .widget .tool:hover .action {
865   opacity: 1;
866   -webkit-transition: all 0.2s ease-in-out;
867   -moz-transition: all 0.2s ease-in-out;
868   -o-transition: all 0.2s ease-in-out;
869   -ms-transition: all 0.2s ease-in-out;
870   transition: all 0.2s ease-in-out;
871 }
872 .widget .tool:hover .action.ticked {
873   opacity: 1;
874   -webkit-transition: all 0.2s ease-in-out;
875   -moz-transition: all 0.2s ease-in-out;
876   -o-transition: all 0.2s ease-in-out;
877   -ms-transition: all 0.2s ease-in-out;
878   transition: all 0.2s ease-in-out;
879 }
880 .widget ul {
881   padding: 0px;
882 }
883 .widget ul li {
884   padding-left: 16px;
885   min-height: 16px;
886   list-style: none;
887 }
888 .widget .tool.selected {
889   background: url('../../../images/selected.png') no-repeat left center;
890 }
891 /* widget: search */
892 #add-search-popup {
893   width: 200px;
894   top: 18px;
895 }
896 /* section */
897 section {
898   display: table-cell;
899   vertical-align: top;
900   width: 800px;
901   padding: 0px 0px 0px 10px;
902 }
903 /* wall item */
904 .tread-wrapper {
905   border-bottom: 1px solid #D2D2D2;
906   position: relative;
907   padding: 5px;
908   margin-bottom: 0px;
909   width: 775px;
910 }
911 .wall-item-decor {
912   position: absolute;
913   left: 790px;
914   top: -10px;
915   width: 16px;
916 }
917 .unstarred {
918   display: none;
919 }
920 .wall-item-container {
921   display: table;
922   width: 780px;
923 }
924 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
925   display: table-row;
926 }
927 .wall-item-bottom {
928   font-size: 13px;
929 }
930 .wall-item-container .wall-item-bottom {
931   opacity: 0.5;
932   -webkit-transition: all 0.2s ease-in-out;
933   -moz-transition: all 0.2s ease-in-out;
934   -o-transition: all 0.2s ease-in-out;
935   -ms-transition: all 0.2s ease-in-out;
936   transition: all 0.2s ease-in-out;
937 }
938 .wall-item-container:hover .wall-item-bottom {
939   opacity: 1;
940   -webkit-transition: all 0.2s ease-in-out;
941   -moz-transition: all 0.2s ease-in-out;
942   -o-transition: all 0.2s ease-in-out;
943   -ms-transition: all 0.2s ease-in-out;
944   transition: all 0.2s ease-in-out;
945 }
946 .wall-item-container .wall-item-info {
947   display: table-cell;
948   vertical-align: top;
949   text-align: left;
950   width: 80px;
951 }
952 .wall-item-container .wall-item-location {
953   padding-right: 40px;
954 }
955 .wall-item-container .wall-item-ago {
956   word-wrap: break-word;
957   width: 50px;
958   margin-left: 10px;
959   color: #999;
960 }
961 .wall-item-location {
962   width: 180px;
963   float: left;
964 }
965
966 .wall-item-container .wall-item-content {
967   font-size: 13px;
968   max-width: 720px;
969   word-wrap: break-word;
970   line-height: 1.4;
971 }
972
973 .wall-item-container .wall-item-content img {
974   max-width: 700px;
975 }
976 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
977   display: table-cell;
978   vertical-align: middle;
979 }
980 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
981   opacity: 0.5;
982   -webkit-transition: all 0.2s ease-in-out;
983   -moz-transition: all 0.2s ease-in-out;
984   -o-transition: all 0.2s ease-in-out;
985   -ms-transition: all 0.2s ease-in-out;
986   transition: all 0.2s ease-in-out;
987 }
988 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
989   opacity: 1;
990   -webkit-transition: all 0.2s ease-in-out;
991   -moz-transition: all 0.2s ease-in-out;
992   -o-transition: all 0.2s ease-in-out;
993   -ms-transition: all 0.2s ease-in-out;
994   transition: all 0.2s ease-in-out;
995 }
996 .wall-item-container .wall-item-name {
997   font-weight: bold;
998 }
999 .wall-item-container .wall-item-actions-author {
1000   width: 100%;
1001   margin-bottom: 0.3em;
1002 }
1003 .wall-item-container .wall-item-actions-social {
1004   float: left;
1005   margin-bottom: 1px;
1006 }
1007 .wall-item-container .wall-item-actions-social a {
1008   float: left;
1009   margin-right: 1em;
1010 }
1011 .wall-item-container .wall-item-actions-tools {
1012   float: right;
1013   width: 80px;
1014 }
1015 .wall-item-container .wall-item-actions-tools a {
1016   float: right;
1017 }
1018 .wall-item-container .wall-item-actions-tools input {
1019   float: right;
1020 }
1021 .wall-item-container.comment {
1022   margin-top: 5px;
1023   margin-bottom: 5px;
1024   margin-left: 80px;
1025   width: 700px;
1026   border-bottom: 1px solid hsl(198, 21%, 79%);
1027 }
1028 .wall-item-container.comment .contact-photo {
1029   width: 32px;
1030   height: 32px;
1031   margin-left: 16px;
1032   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1033
1034 }
1035 .wall-item-container.comment {
1036   top: 15px !important;
1037   left: 15px !important;
1038 }
1039 .wall-item-container.comment .wall-item-links {
1040   padding-left: 12px;
1041 }
1042 .wall-item-comment-wrapper {
1043   margin: 1px 5px 1px 80px;
1044 }
1045 .wall-item-comment-wrapper .comment-edit-photo {
1046   display: none;
1047 }
1048 .wall-item-comment-wrapper textarea {
1049   height: 1.2em;
1050   width: 100%;
1051   font-size: 10px;
1052   color: #999999;
1053   border: 1px solid #DDD;
1054   padding: 0.3em;
1055 }
1056 .wall-item-comment-wrapper .comment-edit-text-full {
1057   font-size: 14px;
1058   height: 4em;
1059   color: #2d2d2d;
1060   border: 1px solid #2d2d2d;
1061 }
1062 .comment-edit-preview {
1063   width: 710px;
1064   border: 1px solid #2d2d2d;
1065   margin-top: 10px;
1066 }
1067 .comment-edit-preview .contact-photo {
1068   width: 32px;
1069   height: 32px;
1070   margin-left: 16px;
1071   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1072
1073 }
1074 .comment-edit-preview {
1075   top: 15px !important;
1076   left: 15px !important;
1077 }
1078 .comment-edit-preview .wall-item-links {
1079   padding-left: 12px;
1080 }
1081 .comment-edit-preview .wall-item-container {
1082   width: 700px;
1083 }
1084 .comment-edit-preview .tread-wrapper {
1085   width: 700px;
1086   padding: 0;
1087   margin: 10px 0;
1088 }
1089
1090 .shiny {
1091   /* border-right: 10px solid #fce94f; */
1092         border-right: 1px solid #A7C7F7;
1093         padding-right: 12px;
1094 }
1095 #jot-preview-content .tread-wrapper {
1096   background-color: #fce94f;
1097 }
1098
1099 .wall-item-tags {
1100   padding-top: 1px;
1101   padding-bottom: 2px;
1102 }
1103 .tag {
1104   color: rgb(153,153,153);
1105   padding-left: 3px;
1106   font-size: 10px;
1107 }
1108 .tag a {
1109   padding-right: 8px;
1110   color: rgb(153,153,153);
1111 }
1112 .wwto {
1113   position: absolute !important;
1114   width: 25px;
1115   height: 25px;
1116   background: #FFFFFF;
1117   border: 2px solid #364e59;
1118   height: 25px;
1119   width: 25px;
1120   overflow: hidden;
1121   padding: 1px;
1122   position: absolute !important;
1123   top: 40px;
1124   left: 30px;
1125   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1126   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1127   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1128 }
1129 .wwto .contact-photo {
1130   width: auto;
1131   height: 25px;
1132 }
1133 /* contacts menu */
1134 .contact-photo-wrapper {
1135   position: relative;
1136   width: 80px;
1137 }
1138
1139 .contact-photo-wrapper.wwto {
1140   width: 25px;
1141 }
1142
1143 .contact-photo {
1144   width: 48px;
1145   height: 48px;
1146   overflow: hidden;
1147   display: block;
1148 }
1149 .contact-photo img {
1150   width: 48px;
1151   height: 48px;
1152 }
1153
1154 .contact-wrapper {
1155   float: left;
1156   width: 90px;
1157   height: 90px;
1158   margin-bottom: 15px;
1159 }
1160 .contact-wrapper .contact-photo {
1161   width: 80px;
1162   height: 80px;
1163 }
1164 .contact-wrapper .contact-photo img {
1165   width: 80px;
1166   height: 80px;
1167 }
1168 .contact-wrapper {
1169   left: 0px;
1170   top: 63px;
1171 }
1172 .contact-photo {
1173   width: 48px;
1174   height: 48px;
1175 }
1176 .contact-photo img {
1177   width: 48px;
1178   height: 48px;
1179 }
1180 .contact-name {
1181   /* text-align: center; */
1182   /*font-weight: bold;*/
1183   font-size: 12px;
1184 }
1185 .contact-details {
1186   color: #999999;
1187 }
1188 /* editor */
1189 .jothidden {
1190   display: none;
1191 }
1192 #jot {
1193   width: 785px;
1194   margin: 0px 2em 20px 0px;
1195 }
1196 #jot .profile-jot-text {
1197   height: 1.2em;
1198   width: 99%;
1199   font-size: 10px;
1200   color: #999999;
1201   border: 1px solid #DDD;
1202   padding: 0.3em;
1203 }
1204 #jot #jot-tools {
1205   margin: 0px;
1206   padding: 0px;
1207   height: 40px;
1208   overflow: none;
1209   width: 783px;
1210   background-color: #0e232e;
1211   border-bottom: 2px solid #9eabb0;
1212 }
1213 #jot #jot-tools li {
1214   list-style: none;
1215   float: left;
1216   width: 80px;
1217   height: 40px;
1218   border-bottom: 2px solid #9eabb0;
1219 }
1220 #jot #jot-tools li a {
1221   display: block;
1222   color: #cccccc;
1223   width: 100%;
1224   height: 40px;
1225   text-align: center;
1226   line-height: 40px;
1227   overflow: hidden;
1228 }
1229 #jot #jot-tools li:hover {
1230   background-color: #364e59;
1231   border-bottom: 2px solid #bdcdd4;
1232 }
1233 #jot #jot-tools li.perms {
1234   float: right;
1235   width: 40px;
1236 }
1237 #jot #jot-tools li.perms a.unlock {
1238   width: 30px;
1239   border-left: 10px solid #cccccc;
1240   background-color: #cccccc;
1241   background-position: left center;
1242 }
1243 #jot #jot-tools li.perms a.lock {
1244   width: 30px;
1245   border-left: 10px solid #666666;
1246   background-color: #666666;
1247 }
1248 #jot #jot-tools li.submit {
1249   float: right;
1250   background-color: #cccccc;
1251   border-bottom: 2px solid #cccccc;
1252   border-right: 1px solid #666666;
1253   border-left: 1px solid #666666;
1254 }
1255 #jot #jot-tools li.submit input {
1256   border: 0px;
1257   margin: 0px;
1258   padding: 0px;
1259   background-color: #cccccc;
1260   color: #666666;
1261   width: 80px;
1262   height: 40px;
1263   line-height: 40px;
1264 }
1265 #jot #jot-tools li.submit input:hover {
1266   background-color: #bdcdd4;
1267   color: #666666;
1268 }
1269 #jot #jot-tools li.loading {
1270   float: right;
1271   background-color: #ffffff;
1272   width: 20px;
1273   vertical-align: center;
1274   text-align: center;
1275   border-top: 2px solid #9eabb0;
1276   height: 38px;
1277 }
1278 #jot #jot-tools li.loading img {
1279   margin-top: 10px;
1280 }
1281 /* #jot */
1282 #jot-title {
1283   border: 0px;
1284   margin: 0px;
1285   height: 20px;
1286   width: 700px;
1287   font-weight: bold;
1288   border: 1px solid #ffffff;
1289 }
1290 #jot #jot-title:-webkit-input-placeholder {
1291   font-weight: normal;
1292 }
1293 #jot #jot-title:-moz-placeholder {
1294   font-weight: normal;
1295 }
1296 #jot #jot-title:hover {
1297   border: 1px solid #999999;
1298 }
1299 #jot #jot-title:focus {
1300   border: 1px solid #999999;
1301 }
1302 #jot #character-counter {
1303   width: 80px;
1304   float: right;
1305   text-align: right;
1306   height: 20px;
1307   line-height: 20px;
1308   padding-right: 20px;
1309 }
1310
1311 #profile-jot-submit {
1312   float: right;
1313   margin-left: 15px;
1314 }
1315 #profile-upload-wrapper {
1316   float: left;
1317   margin-left: 15px;
1318 }
1319 #profile-attach-wrapper {
1320   float: left;
1321   margin-left: 15px;
1322 }
1323 #profile-link-wrapper {
1324   float: left;
1325   margin-left: 15px;
1326 }
1327 #profile-video-wrapper {
1328   float: left;
1329   margin-left: 15px;
1330 }
1331 #profile-audio-wrapper {
1332   float: left;
1333   margin-left: 15px;
1334 }
1335 #profile-location-wrapper {
1336   float: left;
1337   margin-left: 15px;
1338 }
1339 #profile-nolocation-wrapper {
1340   float: left;
1341   margin-left: 15px;
1342 }
1343 #jot-perms-icon {
1344   float: right;
1345   margin-left: 15px;
1346 }
1347 #jot-preview-link {
1348   float: right;
1349 }
1350 #profile-jot-end {
1351   clear: both;
1352 }
1353 #profile-jot-text_tbl {
1354   width: 800px;
1355 }
1356 #profile-jot-wrapper {
1357   margin-bottom: 20px;
1358 }
1359
1360 /** buttons **/
1361 /*input[type="submit"] {
1362         border: 0px;
1363     background-color: @ButtonBackgroundColor;
1364     color: @ButtonColor;
1365     padding: 0px 10px;
1366         .rounded(5px);
1367     height: 18px;
1368 }*/
1369 /** acl **/
1370 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1371   display: block!important;
1372 }
1373 #acl-wrapper {
1374   width: 690px;
1375   float: left;
1376 }
1377 #acl-search {
1378   float: right;
1379   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1380   padding-right: 20px;
1381 }
1382 #acl-showall {
1383   float: left;
1384   display: block;
1385   width: auto;
1386   height: 18px;
1387   background-color: #cccccc;
1388   background-image: url("../../../images/show_all_off.png");
1389   background-position: 7px 7px;
1390   background-repeat: no-repeat;
1391   padding: 7px 5px 0px 30px;
1392   color: #999999;
1393   -moz-border-radius: 5px 5px 5px 5px;
1394   -webkit-border-radius: 5px 5px 5px 5px;
1395   border-radius: 5px 5px 5px 5px;
1396 }
1397 #acl-showall.selected {
1398   color: #000000;
1399   background-color: #ff9900;
1400   background-image: url("../../../images/show_all_on.png");
1401 }
1402 #acl-list {
1403   height: 210px;
1404   border: 1px solid #cccccc;
1405   clear: both;
1406   margin-top: 30px;
1407   overflow: auto;
1408 }
1409 .acl-list-item {
1410   display: block;
1411   width: 150px;
1412   height: 30px;
1413   border: 1px solid #cccccc;
1414   margin: 5px;
1415   float: left;
1416 }
1417 .acl-list-item img {
1418   width: 22px;
1419   height: 22px;
1420   float: left;
1421   margin: 4px;
1422 }
1423 .acl-list-item p {
1424   height: 12px;
1425   font-size: 10px;
1426   margin: 0px;
1427   padding: 2px 0px 1px;
1428   overflow: hidden;
1429 }
1430 .acl-list-item a {
1431   font-size: 8px;
1432   display: block;
1433   width: 40px;
1434   height: 10px;
1435   float: left;
1436   color: #999999;
1437   background-color: #cccccc;
1438   background-position: 3px 3px;
1439   background-repeat: no-repeat;
1440   margin-right: 5px;
1441   -webkit-border-radius: 2px ;
1442   -moz-border-radius: 2px;
1443   border-radius: 2px;
1444   padding-left: 15px;
1445 }
1446 #acl-wrapper a:hover {
1447   text-decoration: none;
1448   color: #000000;
1449 }
1450 .acl-button-show {
1451   background-image: url("../../../images/show_off.png");
1452 }
1453 .acl-button-hide {
1454   background-image: url("../../../images/hide_off.png");
1455 }
1456 .acl-button-show.selected {
1457   color: #000000;
1458   background-color: #9ade00;
1459   background-image: url("../../../images/show_on.png");
1460 }
1461 .acl-button-hide.selected {
1462   color: #000000;
1463   background-color: #ff4141;
1464   background-image: url("../../../images/hide_on.png");
1465 }
1466 .acl-list-item.groupshow {
1467   border-color: #9ade00;
1468 }
1469 .acl-list-item.grouphide {
1470   border-color: #ff4141;
1471 }
1472 /** /acl **/
1473 /** tab buttons **/
1474 ul.tabs {
1475   list-style-type: none;
1476   padding-bottom: 10px;
1477   font-size: 13px;
1478 }
1479 ul.tabs li {
1480   float: left;
1481   margin-left: 7px;
1482 }
1483 ul.tabs li .active {
1484   border-bottom: 1px solid #005c94;
1485 }
1486 /**
1487  * Form fields
1488  */
1489 .field {
1490   margin-bottom: 10px;
1491   padding-bottom: 10px;
1492   overflow: auto;
1493   width: 100%;
1494 }
1495 .field label {
1496   float: left;
1497   width: 200px;
1498 }
1499 .field input, .field textarea {
1500   width: 400px;
1501 }
1502 .field textarea {
1503   height: 100px;
1504 }
1505 .field .field_help {
1506   display: block;
1507   margin-left: 200px;
1508   color: #666666;
1509 }
1510 .field .onoff {
1511   float: left;
1512   width: 80px;
1513 }
1514 .field .onoff a {
1515   display: block;
1516   border: 1px solid #666666;
1517   background-image: url("../../../images/onoff.jpg");
1518   background-repeat: no-repeat;
1519   padding: 4px 2px 2px 2px;
1520   height: 16px;
1521   text-decoration: none;
1522 }
1523 .field .onoff .off {
1524   border-color: #666666;
1525   padding-left: 40px;
1526   background-position: left center;
1527   background-color: #cccccc;
1528   color: #666666;
1529   text-align: right;
1530 }
1531 .field .onoff .on {
1532   border-color: #204A87;
1533   padding-right: 40px;
1534   background-position: right center;
1535   background-color: #D7E3F1;
1536   color: #204A87;
1537   text-align: left;
1538 }
1539 .field .hidden {
1540   display: none!important;
1541 }
1542 .field.radio .field_help {
1543   margin-left: 0px;
1544 }
1545
1546 #profile-edit-links-end {
1547         clear: both;
1548         margin-bottom: 15px;
1549 }
1550
1551 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1552
1553 #profile-edit-links li {
1554   float: left;
1555   list-style: none;
1556   margin-left: 10px;
1557 }
1558
1559 .profile-edit-side-div {
1560   display: none;
1561 }
1562
1563 #register-form label,
1564 #profile-edit-form label {
1565         width: 300px; float: left;
1566 }
1567
1568 .required {
1569   display: inline;
1570   color: #B20202;
1571 }
1572
1573 /* oauth */
1574 .oauthapp {
1575   height: auto;
1576   overflow: auto;
1577   border-bottom: 2px solid #cccccc;
1578   padding-bottom: 1em;
1579   margin-bottom: 1em;
1580 }
1581 .oauthapp img {
1582   float: left;
1583   width: 48px;
1584   height: 48px;
1585   margin: 10px;
1586 }
1587 .oauthapp img.noicon {
1588   background-image: url("../../../images/icons/48/plugin.png");
1589   background-position: center center;
1590   background-repeat: no-repeat;
1591 }
1592 .oauthapp a {
1593   float: left;
1594 }
1595 /* contacts */
1596 .contact-entry-wrapper {
1597   width: 120px;
1598   height: 120px;
1599   float: left;
1600 }
1601 /* photo */
1602 .lframe {
1603   float: left;
1604   margin: 0px 10px 10px 0px;
1605 }
1606 /* profile match wrapper */
1607 .profile-match-wrapper {
1608   float: left;
1609   width: 90px;
1610   height: 90px;
1611   margin-bottom: 20px;
1612 }
1613 .profile-match-wrapper .contact-photo {
1614   width: 80px;
1615   height: 80px;
1616 }
1617 .profile-match-wrapper .contact-photo img {
1618   width: 80px;
1619   height: 80px;
1620 }
1621 .profile-match-wrapper {
1622   left: 0px;
1623   top: 63px;
1624 }
1625
1626 .contact-photo-menu-button {
1627         position: relative;
1628         background-image: url("../../../images/icons/16/menu.png");
1629         background-position: top left; 
1630         background-repeat: no-repeat;
1631         margin: 0px 0px -16px 0px; 
1632         padding: 0px;
1633         width: 16px;
1634         height: 16px;
1635         top: -20px; left:0px;
1636         overflow: hidden;
1637         text-indent: 40px;
1638         display: none;
1639         
1640 }
1641 .contact-photo-menu {
1642         width: 11em;
1643         border: 3px solid #364e59;
1644         color: #2d2d2d;
1645         background: #FFFFFF;
1646 /*        position: absolute;*/
1647         position: relative;
1648         left: 0px; top: 0px;
1649         display: none;
1650         z-index: 10000;
1651 }
1652 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1653 .contact-photo-menu li a {
1654         display: block; 
1655         padding: 5px 10px; 
1656         color: #2d2d2d;
1657         text-decoration: none;
1658 }
1659 .contact-photo-menu li a:hover {
1660         background-color: #bdcdd4; 
1661 }
1662
1663 /* page footer */
1664 footer {
1665   height: 100px;
1666   display: table-row;
1667 }
1668
1669 blockquote {
1670     border-left: 1px solid #D2D2D2;
1671     padding-left: 9px;
1672     margin: 0 0 0 .8ex;
1673     color: #777;
1674 }
1675
1676 .oembed {
1677     font-size: large;
1678     font-weight: bold;
1679 }
1680
1681 /* ================== */
1682 /* = Contacts Block = */
1683 /* ================== */
1684
1685 .contact-block-img {
1686         width: 42px;
1687         height: 42px;
1688         padding-right: 2px;
1689 }
1690 .contact-block-div {
1691         float: left;
1692 }
1693
1694 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1695 #contact-block-end { clear: both; } 
1696
1697 #group-edit-wrapper {
1698         margin-bottom: 10px;
1699 }
1700
1701 #group-members-end {
1702         clear: both;
1703 }
1704
1705 /*
1706 #group-separator,
1707 #prof-separator { display: none;}
1708 */
1709
1710 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1711         margin-bottom: 10px;
1712         margin-top: 20px;
1713 }
1714
1715 #prvmail-submit {
1716         float: left;
1717         margin-top: 10px;
1718         margin-right: 30px;
1719 }
1720 #prvmail-upload-wrapper,
1721 #prvmail-link-wrapper,
1722 #prvmail-rotator-wrapper {
1723         float: left;
1724         margin-top: 10px;
1725         margin-right: 10px;
1726         width: 24px;
1727 }
1728
1729 #prvmail-end {
1730         clear: both;
1731 }
1732
1733 .mail-list-sender,
1734 .mail-list-detail {
1735         float: left;
1736 }
1737 .mail-list-detail {
1738         margin-left: 20px;
1739 }
1740
1741 .mail-list-subject {
1742         font-size: 1.1em;
1743         margin-top: 10px;
1744 }
1745 a.mail-list-link {
1746     display: block;
1747     font-size: 1.3em;
1748     padding: 4px 0;
1749 }
1750
1751 /*
1752 *a.mail-list-link:hover {
1753 *       background-color: #15607B;
1754 *       color: #F5F6FB;
1755 *}
1756 */
1757
1758 .mail-list-outside-wrapper-end {
1759         clear: both;
1760 }
1761
1762 .mail-list-outside-wrapper {
1763         margin-top: 30px;
1764 }
1765
1766 .mail-list-delete-wrapper {
1767         float: right;
1768         margin-right: 30px;
1769         margin-top: 15px;
1770 }
1771
1772 .mail-list-delete-icon {
1773         border: none;
1774 }
1775
1776 .mail-conv-sender,
1777 .mail-conv-detail {
1778         float: left;
1779 }
1780 .mail-conv-detail {
1781         margin-left: 20px;
1782         width: 500px;
1783 }
1784
1785 .mail-conv-subject {
1786     font-size: 1.4em;
1787     margin: 10px 0;
1788 }
1789
1790 .mail-conv-outside-wrapper-end {
1791         clear: both;
1792 }
1793
1794 .mail-conv-outside-wrapper {
1795         margin-top: 30px;
1796 }
1797
1798 .mail-conv-delete-wrapper {
1799         float: right;
1800         margin-right: 30px;
1801         margin-top: 15px;
1802 }
1803 .mail-conv-break {
1804         clear: both;
1805 }
1806
1807 .mail-conv-delete-icon {
1808         border: none;
1809 }
1810
1811 /* ========== */
1812 /* = Events = */
1813 /* ========== */
1814 .eventcal {
1815         float: left;
1816         font-size: 20px;
1817 }
1818
1819 .vevent {
1820         border: 1px solid #CCCCCC;
1821 }
1822 .vevent .event-description, .vevent .event-location {
1823         margin-left: 10px;
1824         margin-right: 10px;
1825 }
1826 .vevent .event-start {
1827         margin-left: 10px;
1828         margin-right: 10px;
1829 }
1830
1831 #new-event-link {
1832         margin-bottom: 10px;
1833 }
1834
1835 .edit-event-link, .plink-event-link {
1836         float: left;
1837         margin-top: 4px;
1838         margin-right: 4px;
1839         margin-bottom: 15px;
1840 }
1841
1842 .event-description:before {
1843         content: url('../../../images/calendar.png');
1844         margin-right: 15px;
1845 }
1846
1847 .event-start, .event-end {
1848         margin-left: 10px;
1849         width: 330px;
1850         clear: both;
1851 }
1852
1853 .event-start .dtstart, .event-end .dtend {
1854         float: right;
1855 }
1856
1857 .event-list-date {
1858         margin-bottom: 10px;
1859 }
1860
1861 .prevcal, .nextcal {
1862         float: left;
1863         margin-left: 32px;
1864         margin-right: 32px;
1865         margin-top: 64px;
1866 }
1867 .event-calendar-end {
1868         clear: both;
1869 }
1870
1871  
1872 .calendar {
1873         font-family: Courier, monospace;
1874 }
1875 .today {
1876         font-weight: bold;
1877         color: #FF0000;
1878 }
1879
1880 .settings-block {
1881         border: 1px solid #AAA;
1882         margin: 10px;
1883         padding: 10px;
1884 }
1885
1886 .app-title {
1887         margin: 10px;
1888 }
1889
1890 #identity-manage-desc {
1891         margin-top:15px;
1892         margin-bottom: 15px;
1893 }
1894
1895 #identity-manage-choose {
1896         margin-bottom: 15px;
1897 }
1898
1899 #identity-submit {
1900         margin-top: 20px;
1901 }
1902
1903 #photo-prev-link, #photo-next-link {
1904         padding: 10px;
1905         float: left;
1906 }
1907
1908 #photo-photo {
1909         float: left;
1910 }
1911
1912 #photo-photo-end {
1913         clear: both;
1914 }
1915
1916 .profile-match-photo {
1917         float: left;
1918         text-align: center;
1919         width: 120px;
1920 }
1921
1922 .profile-match-name {
1923         float: left;
1924         text-align: center;
1925         width: 120px;
1926         overflow: hidden;
1927 }
1928
1929 .profile-match-break,
1930 .profile-match-end {
1931         clear: both;
1932 }
1933
1934 .profile-match-connect {
1935         text-align: center;
1936         font-weight: bold;
1937 }
1938
1939 .profile-match-wrapper {
1940         float: left;
1941         padding: 10px;
1942         width: 120px;
1943         height: 120px;
1944         scroll: auto;
1945 }
1946 #profile-match-wrapper-end {
1947         clear: both;
1948 }
1949
1950 /* ============= */
1951 /* = Directory = */
1952 /* ============= */
1953 /* contacts menu */
1954 .contact-photo-wrapper {
1955   position: relative;
1956 }
1957 .contact-photo {
1958   width: 48px;
1959   height: 48px;
1960   overflow: hidden;
1961   display: block;
1962 }
1963 .contact-photo img {
1964   width: 48px;
1965   height: 48px;
1966 }
1967 .contact-photo-menu-button {
1968   display: none;
1969   /* position: absolute; */
1970   /* position: absolute; */
1971   left: -2px;
1972   top: -20px;
1973 }
1974 .contact-wrapper {
1975   float: left;
1976   width: 90px;
1977   height: 90px;
1978   margin-bottom: 15px;
1979 }
1980 .contact-wrapper .contact-photo {
1981   width: 80px;
1982   height: 80px;
1983 }
1984 .contact-wrapper .contact-photo img {
1985   width: 80px;
1986   height: 80px;
1987 }
1988 .contact-wrapper .contact-photo-menu-button {
1989   left: 0px;
1990   top: 63px;
1991 }
1992 .directory-item {
1993   float: left;
1994   width: 200px;
1995   height: 200px;
1996 }
1997 .directory-item .contact-photo {
1998   width: 175px;
1999   height: 175px;
2000 }
2001 .directory-item .contact-photo img {
2002   width: 175px;
2003   height: 175px;
2004 }
2005 .contact-name {
2006   text-align: center;
2007   font-weight: bold;
2008   font-size: 12px;
2009 }
2010 .contact-details {
2011   color: #999999;
2012 }
2013
2014 .photo-top-image-wrapper {
2015         position: relative;
2016         float: left;
2017         margin-top: 15px;
2018         margin-right: 15px;
2019         width: 200px; height: 200px; 
2020         overflow: hidden; 
2021 }
2022 .photo-top-album-name {
2023         width: 100%;
2024         min-height: 2em;
2025         position: absolute; 
2026         bottom: 0px; 
2027         padding: 0px 3px;
2028         padding-top: 0.5em;
2029         background-color: rgb(255, 255, 255);
2030 }
2031 #photo-top-end {
2032         clear: both;
2033 }
2034
2035 #photo-top-links {
2036         margin-bottom: 30px;
2037         margin-left: 30px;
2038 }
2039
2040 #photos-upload-newalbum-div {
2041         float: left;
2042         width: 175px;
2043 }
2044