]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Merge pull request #2099 from rabuzarus/2611_new_user_addr
[friendica.git] / view / theme / vier / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* @import "css/font-awesome.css"; */
7 @import url("css/font-awesome.css") all;
8 @import url("css/font2.css") all;
9
10 img {
11   border: 0px;
12 }
13
14 /* ========= */
15 /* = Admin = */
16 /* ========= */
17
18 #adminpage {
19 /*        width: 80%;*/
20 }
21
22 #adminpage .screenshot img {
23   width: 640px;
24 }
25
26 #pending-update {
27         float:right;
28         color: #ffffff;
29         font-weight: bold;
30         background-color: #FF0000;
31         padding: 0em 0.3em;
32 }
33
34 .admin.linklist {
35         border: 0px;
36         padding: 0px;
37         list-style: none;
38         margin-top: 0px;
39 }
40
41 .admin.link {
42         list-style-position: inside;
43         font-size: 1em;
44 /*        padding-left: 5px;
45         margin: 5px; */
46 }
47
48 #adminpage dl {
49         clear: left;
50         margin-bottom: 2px;
51         padding-bottom: 2px;
52         border-bottom: 1px solid black;
53 }
54
55 #adminpage dt {
56         width: 200px;
57         float: left;
58         font-weight: bold;
59 }
60
61 #adminpage dd {
62         margin-left: 200px;
63 }
64 #adminpage h3 {
65         border-bottom: 1px solid #898989;
66         margin-bottom: 5px;
67         margin-top: 10px;
68 }
69
70 #adminpage .submit {
71         clear:left;
72 }
73
74 #adminpage #pluginslist {
75         margin: 0px; padding: 0px;
76 }
77
78 #adminpage .plugin {
79         list-style: none;
80         display: block;
81         /* border: 1px solid #888888; */
82         padding: 1em;
83         margin-bottom: 5px;
84         clear: left;
85 }
86
87 #adminpage .toggleplugin {
88         float:left;
89         margin-right: 1em;
90 }
91
92 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
93 #adminpage table th { text-align: left;}
94 #adminpage td .icon { float: left;}
95 #adminpage table#users img { width: 16px; height: 16px; }
96 #adminpage table tr:hover { background-color: #eeeeee; }
97 #adminpage .selectall { text-align: right; }
98 /* icons */
99
100 /*
101 .article        { background-position: -50px  0px;}
102 .block          { background-position: -90px  0px;}
103 .drophide       { background-position: -130px 0px;}
104
105 .noglobe        { background-position: -70px  -20px;}
106 .no             { background-position: -90px  -20px;}
107 .recycle        { background-position: -190px -20px;}
108 .remote-link    { background-position: -210px -20px;}
109 .share          { background-position: -230px -20px;}
110
111 .tools          { background-position: -50px  -40px;}
112
113 .youtube        { background-position: -130px -40px;}
114
115 .language       { background-position: -210px -40px;}
116
117 .prev           { background-position: -90px  -60px;}
118 .next           { background-position: -110px -60px;}
119 .tagged     { background-position: -130px -60px;}
120 */
121
122 .icon.drop, .icon.drophide {
123  float: left;
124 }
125
126
127 .icon {
128   background-color: transparent ;
129   background-repeat: no-repeat;
130   width: 18px;
131   height: 18px;
132   /* display: block; */
133   display: inline-block;
134   overflow: hidden;
135   padding: 1px;
136   color: #999;
137   vertical-align: text-top;
138 }
139
140 .icon:hover {
141   text-decoration: none;
142   color: #000;
143 }
144
145 .icon a:hover {
146 }
147
148 .icon.text {
149   text-indent: 0px;
150 }
151 .icon.s10 {
152 /*  min-width: 10px;
153   height: 10px; */
154  /* font-size: 10px; */
155 }
156 .icon.s10.text {
157   padding: 2px 0px 0px 15px;
158   font-size: 10px;
159 }
160 .icon.s16 {
161   min-width: 16px;
162   height: 16px;
163 }
164 .icon.s16.text {
165   padding: 4px 0px 0px 20px;
166   font-size: 10px;
167 }
168 .wall-item-decor .icon.s22.lock {
169   color: #888;
170 }
171 .wall-item-decor .icon.s22.lock:hover {
172   color: #000;
173   text-decoration: none;
174 }
175 .icon.s22 {
176   min-width: 22px;
177   height: 22px;
178 }
179 /*.icon.s22.notify {
180   color: gray;
181 }*/
182 .icon.s22.text {
183   padding: 10px 0px 0px 25px;
184   width: 230px;
185   font-size: 1em;
186 }
187 .icon.s48 {
188   width: 48px;
189   height: 48px;
190 }
191 .sparkle {
192         cursor: url('lock.cur'), pointer;
193 }
194
195 #birthday-title, #event-title {
196   font-weight: bold;
197   margin-bottom: 5px;
198 }
199
200 div.pager a {
201   margin-left: 5px;
202   margin-right: 5px;
203 }
204
205 span.pager_first a, span.pager_n a,
206 span.pager_last a, span.pager_prev a, span.pager_next a,
207 span.scroll_loader_text {
208   color: darkgray;
209 }
210
211 div.pager {
212   clear: left;
213   text-align: center;
214 /*
215   height: 1.2em;
216   padding-bottom: 12px;
217   color: black;
218   background-color: #f2f2f2;
219   margin-top: 5px;
220   padding: 1%;
221   height: 1em;
222   margin-bottom: 5px;
223 */
224 }
225
226 .birthday-notice, .event-notice {
227   margin-top: 5px;
228   margin-bottom: 5px;
229   background-color: #F5F5F5;
230 }
231
232 #live-network {
233 /*  border-bottom: 1px solid #BDCDD4; */
234   border-bottom: 1px solid #D2D2D2;
235   width: 100%;
236   height: 10px;
237 }
238
239 .pager a {
240 }
241
242 .pager a.pager_older {
243   float: right;
244 }
245
246 .pager a.pager_newer {
247   float: left;
248 }
249
250 #contact-edit-drop-link-end {
251   /* clear: both; */
252 }
253
254 #contact-edit-links ul {
255   list-style: none;
256   list-style-type: none;
257 }
258
259 .hide-comments-outer {
260   margin-left: 80px;
261   margin-bottom: 5px;
262   width: 660px;
263   border-bottom: 1px solid #BDCDD4;
264   border-top: 1px solid #BDCDD4;
265
266   padding: 8px;
267 }
268
269 /* global */
270 body {
271 /*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
272   font-family: system,-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
273   font-size: 14px;
274   /* font-size: 13px;
275   line-height: 19.5px; */
276   font-weight: 400;
277   font-style: normal;
278   /* background-color: #ffffff; */
279   /* background-color: #FAFAFA; */
280   background-color: rgb(229, 229, 229);
281   color: #2d2d2d;
282   margin: 0px 0px 0px 0px;
283   display: table;
284 }
285
286 a {
287         color: #36C;
288         /* color: #3e3e8c; */
289         /* color: #3465A4; */
290         /*color: #3E3E8C; */
291         text-decoration: none;
292 }
293 a:hover {
294         /* color: blue; */
295         text-decoration: underline
296 }
297
298 .wall-item-name-link {
299 /*  float: left;*/
300 }
301
302 .wall-item-photo {
303   width: 48px;
304   height: 48px;
305   overflow: hidden;
306   display: block;
307 }
308
309 .left {
310   float: left;
311 }
312 .right {
313   float: right;
314 }
315 .hidden {
316   display: none;
317 }
318 .clear {
319   clear: both;
320 }
321 .fakelink {
322   color: #36c;
323   /* color: #3e3e8c; */
324   /* color: #3465A4; */
325   /* color: #3E3E8C; */
326   text-decoration: none;
327   cursor: pointer;
328 }
329 .fakelink:hover {
330   /*color: blue;*/
331   /*color: #005c94; */
332   text-decoration: underline;
333 }
334 code {
335   font-family: Courier, monospace;
336   white-space: pre;
337   display: block;
338   overflow: auto;
339   border: 1px solid #444;
340   background: #EEE;
341   color: #444;
342   padding: 10px;
343   margin-top: 20px;
344   max-width: 640px;
345 }
346 .badge {
347   display: inline-block;
348   min-width: 10px;
349   padding: 3px 7px;
350   font-size: 12px;
351   font-weight: 700;
352   line-height: 1;
353   color: #fff;
354   text-align: center;
355   white-space: nowrap;
356   vertical-align: baseline;
357   /* background-color: #737373*/;
358   background-color: #36C;
359   border-radius: 4px;
360   opacity: 0.3;
361 }
362 #panel {
363   position: absolute;
364   width: 10em;
365   background: #ffffff;
366   color: #2d2d2d;
367   margin: 0px;
368   padding: 1em;
369   list-style: none;
370   /*border: 3px solid #364e59;*/
371   z-index: 100000;
372   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
373 }
374 /* tool */
375 .tool {
376   height: auto;
377   overflow: auto;
378   padding: 0px;
379 }
380 #saved-search-ul .tool:hover,
381 #nets-sidebar .tool:hover,
382 #sidebar-group-list .tool:hover {
383         background: #EEE;
384 }
385 #sidebar-group-list .notify {
386         min-width: 10px;
387         text-align: center;
388         color: #FFF;
389         background-color: #CB4437;
390         font: bold 10px Arial;
391         padding: 3px;
392         border-radius: 10px;
393         display: none;
394 }
395 #sidebar-group-list .notify.show { display: inline-block; }
396 .tool .label {
397 /*  float: left; */
398 }
399 .tool .action {
400   float: right;
401 }
402 .tool a {
403 /*  color: #000; */
404 }
405 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #forum-widget-collapse:hover, .admin.link a:hover, aside h4 a:hover, right_aside h4 a:hover {
406   /* text-decoration: underline; */
407   text-decoration: none;
408   color: black;
409 }
410
411 .groupsideedit, .savedsearchdrop {
412   float: right;
413   opacity: 0.3;
414 }
415 .groupsideedit:hover, .savedsearchdrop:hover {
416   opacity: 1;
417 }
418
419 .sidebar-group-li:hover, #sidebar-new-group:hover, #forum-widget-collapse:hover,
420 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forumlist-sidebar li:hover, #forumlist-sidebar-right li:hover,
421 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, right_aside h4 a:hover, #message-new:hover {
422   /* background-color: #ddd; */
423 /*  background-color: #e5e5e5; */
424   background-color: #F5F5F5;
425 }
426
427 #message-new a {
428   color: black;
429 }
430
431 .sidebar-group-element {
432 /*  color: #000; */
433 }
434
435 .group-selected, .nets-selected, .fileas-selected {
436   font-weight: bold;
437 }
438
439 #forum-widget-showmore, #sidebar-new-group, #forum-widget-collapse, #forumlist-rsidebar-right, #sidebar-ungrouped,
440 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
441   padding-left: 10px;
442   padding-top: 3px;
443   padding-bottom: 3px;
444   padding-right: 5px;
445   display: block;
446 }
447
448 #forumlist-sidebar {
449   padding-top: 3px;
450   padding-bottom: 3px;
451   display: block;
452 }
453
454 .forum-widget-entry {
455   padding-left: 10px;
456   padding-right: 5px;
457 }
458
459 #forumlist-sidebar .notify, #forumlist-sidebar-right .notify {
460   display: none;
461 }
462
463 #forumlist-sidebar .notify.show, #forumlist-sidebar-right .notify.show {
464   display: inline-block;
465 }
466
467 a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a, right_aside h4 a {
468   display: block;
469   color: #737373;
470 }
471
472 a.sidebar-group-element {
473   color: #737373;
474 }
475
476 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form {
477   margin-left: 10px;
478   margin-top: 3px;
479   margin-bottom: 3px;
480 }
481
482 .posted-date-selector-months {
483   margin-left: 10px;
484 }
485
486 #sidebar-ungrouped, .side-link {
487   padding-top: 5px;
488 }
489
490 #sidebar-ungrouped a {
491   color: black;
492 }
493
494 #forumlist-sidebar a, #forumlist-sidebar-right a, .tool a, .admin.link a {
495   color: #737373;
496 }
497
498 #forumlist-sidebar, #forumlist-sidebar-right {
499   margin-top: 2px;
500 }
501
502 /* popup notifications */
503 div.jGrowl div.notice {
504   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
505   color: #ffffff;
506   padding-left: 58px;
507 }
508 div.jGrowl div.info {
509   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
510   color: #ffffff;
511   padding-left: 58px;
512 }
513
514 div.jGrowl.top-right {
515   top: 40px;
516   z-index: 90;
517 }
518
519 /* header */
520 header {
521   position: fixed;
522   /* left: 43%;
523   right: 43%; */
524   left: 25px;
525   top: 0px;
526   margin: 0px;
527   padding: 0px;
528   /*width: 100%; height: 12px; */
529
530   z-index: 110;
531   color: #ffffff;
532 }
533 header #site-location {
534   display: none;
535 }
536 header #banner {
537   overflow: hidden;
538   text-align: center;
539   width: 100%;
540 }
541 header #banner a,
542 header #banner a:active,
543 header #banner a:visited,
544 header #banner a:link,
545 header #banner a:hover {
546   color: #ffffff;
547   text-decoration: none;
548   outline: none;
549   vertical-align: bottom;
550 }
551 header #banner #logo-img {
552   height: 22px;
553   margin-top: 5px;
554 }
555 header #banner #logo-text {
556   font-size: 22px;
557 }
558 /* nav */
559 nav {
560   min-width: 1000px;
561   width: 100%;
562   height: 32px;
563   position: fixed;
564   left: 0px;
565   top: 0px;
566   padding: 0px;
567   padding-left: 0px;
568   /* background: #2d2d2d; */
569   background: rgb(36, 76, 94);
570   /*background: #364A84;
571     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
572     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
573     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
574     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
575     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
576     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
577     background: linear-gradient(top, #516499 0%,#364a84 100%); */
578   color: #ffffff;
579   z-index: 100;
580   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
581 }
582
583 nav .icon {
584   color: #ccc;
585   padding:0;
586 }
587
588 nav a:active,
589 nav a:visited,
590 nav a:link,
591 nav a {
592   text-decoration: none;
593   outline: none;
594   color: #ccc;
595   padding-bottom: 8px;
596   padding-top: 8px;
597   cursor: pointer;
598 }
599
600 nav a:hover .icon {
601   color: #fff;
602 }
603
604 nav a:hover {
605   text-decoration: none;
606   outline: none;
607   color: #fff;
608   padding-bottom: 8px;
609   padding-top: 8px;
610 }
611
612 nav ul {
613   margin: 0px;
614   padding: 0px 10px;
615 }
616 nav ul li {
617   list-style: none;
618   margin: 0px;
619   /* padding: 1px 1px 3px 1px; */
620   float: left;
621 }
622 nav ul li .menu-popup {
623   left: 0px;
624   right: auto;
625 }
626
627 nav #search-box #search-text {
628   /*background-image:  url('icons/lupe.png');
629   background-repeat:no-repeat; */
630   padding-left:0px;
631   /*border-top-left-radius: 15px;
632   border-top-right-radius: 15px;
633   border-bottom-right-radius: 15px;
634   border-bottom-left-radius: 15px;*/
635   position: relative;
636   height: 17px;
637   margin: 4px 0px 4px 4px;
638   width: 150px;
639   max-width: 150px;
640   background-color: #eee;
641 }
642
643 nav .nav-menu-icon {
644   position: relative;
645   height: 22px;
646   padding: 5px;
647   margin: 0px 10px;
648   -moz-border-radius: 5px 5px 0 0;
649   -webkit-border-radius: 5px 5px 0 0;
650   border-radius: 5px 5px 0 0;
651 }
652 nav .nav-menu-icon.selected {
653   background-color: #364e59;
654 }
655 nav .nav-menu img,
656 nav .nav-menu-icon img {
657   width: 22px;
658   height: 22px;
659   -webkit-border-radius: 4px;
660   -moz-border-radius: 4px;
661   border-radius: 4px;
662 }
663 nav .nav-menu img {
664   margin-top: -3px;
665   margin-right: 4px;
666 }
667 nav .nav-menu-icon .nav-notify {
668   top: 3px;
669 }
670 nav .nav-menu-label {
671   margin: 3px 5px 0px;
672 }
673 nav .nav-menu {
674   position: relative;
675   height: 16px;
676   padding: 5px;
677   padding-left: 5px;
678   padding-right: 5px;
679   margin: 3px 3px 0px;
680   font-size: 13px;
681   /* border-bottom: 3px solid #364A84; */
682   color: #ccc;
683   font-weight: bold;
684 }
685 /*nav .nav-menu.selected a {
686   color: white;
687 }*/
688
689 nav .nav-menu.selected {
690   border-bottom: 3px solid #9eabb0;
691  /*  background-color: #364E59; */
692 }
693
694 nav .nav-menu:hover {
695     /* color: #fff !important; */
696     color: #fff;
697     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
698 /*    background: #4c619c; */
699     text-decoration: none;
700 }
701 nav .nav-notify {
702   display: none;
703   position: absolute;
704  /*  background-color: #36c; */
705    background-color: #F80;
706   /* background-color: #19aeff; */
707   -moz-border-radius: 5px 5px 5px 5px;
708   -webkit-border-radius: 5px 5px 5px 5px;
709   border-radius: 5px 5px 5px 5px;
710   font-size: 10px;
711   padding: 1px 3px;
712   top: 0px;
713   /* right: -10px; */
714   right: -5px;
715   min-width: 15px;
716   /* text-align: right; */
717   text-align: center;
718   color: white;
719 }
720 nav .nav-notify.show {
721   display: block;
722 }
723 nav #nav-help-link,
724 nav #nav-search-link,
725 nav #nav-directory-link,
726 nav #nav-apps-link,
727 nav #nav-apps-link,
728 nav #nav-login-link,
729 nav #nav-notifications-linkmenu,
730 nav #nav-site-linkmenu,
731 nav #nav-contacts-linkmenu,
732 nav #nav-user-linklabel {
733   float: right;
734 }
735 nav #nav-user-linklabel {
736   padding-left: 0px;
737   margin-top: 0px;
738 }
739 nav #nav-help-link .menu-popup,
740 nav #nav-search-link .menu-popup,
741 nav #nav-directory-link .menu-popup,
742 nav #nav-apps-link .menu-popup,
743 nav #nav-notifications-linkmenu .menu-popup,
744 nav #nav-contacts-linkmenu .menu-popup,
745 nav #nav-site-linkmenu .menu-popup {
746   right: 0px;
747   left: auto;
748 }
749 nav #nav-site-linkmenu {
750   margin-left: 0px;
751   margin-right: 0px;
752 }
753 .contact-entry-photo:hover .contact-photo-menu,
754 .contact-photo-wrapper:hover .menu-popup,
755 nav #nav-user-linklabel:hover #nav-user-menu,
756 nav #nav-user-linkmenu:hover #nav-user-menu,
757 nav #nav-apps-link:hover #nav-apps-menu,
758 nav #nav-site-linkmenu:hover #nav-site-menu,
759 nav #nav-notifications-linkmenu:hover #nav-notifications-menu {
760   display:block;
761   visibility:visible;
762   opacity:1;
763 }
764 nav #nav-notifications-linkmenu {
765   margin-left: 0px;
766   margin-right: 5px;
767 }
768 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
769   color: white;
770 }
771 nav #nav-messages-linkmenu.selected,
772 nav #nav-user-linklabel.selected,
773 nav #nav-apps-link.selected {
774   background-color: #364e59;
775   border-bottom-style: none;
776 }
777
778 nav #nav-notifications-linkmenu.on .icon-bell:before{
779   content: "\f0f3";
780 }
781
782 /* nav #nav-community-link { */
783 nav ul {
784   margin-left: 210px;
785 }
786
787 nav #nav-user-linkmenu {
788   float: right;
789   padding-left: 0px;
790   padding-right: 0px;
791   margin-right: 5px;
792 }
793
794 #nav-notifications-mark-all {
795         /* padding: 1px 1px 2px 26px; */
796         /* border-bottom: 1px solid #364E59; */
797         /* margin: 0px 0px 2px 0px;
798         padding: 5px 10px; */
799 }
800
801 #nav-notifications-see-all {
802         /* padding: 1px 1px 2px 26px; */
803         /* border-bottom: 1px solid #364E59; */
804         /* margin: 0px 0px 2px 0px;
805         padding: 5px 10px; */
806 }
807
808 #mail-update {
809   top: 56px;
810 }
811
812 .notify-unseen { background-color: #FFF; }
813
814 .notify-seen {
815         background: none repeat scroll 0 0 #EEE;
816         }
817
818 ul.menu-popup {
819   visibility:hidden;
820   opacity:0;
821   z-index:1;
822   transition:all 0.2s ease-in-out;
823   /* display: none; */
824   position: absolute;
825   width: 11em;
826   background: #ffffff;
827   color: #2d2d2d;
828   margin: 0px;
829   padding: 0px;
830   list-style: none;
831   border: 3px solid #364e59;
832   z-index: 100000;
833   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
834 }
835 ul.menu-popup a {
836   display: block;
837   color: #2d2d2d;
838   padding: 5px 10px;
839   text-decoration: none;
840 }
841 ul.menu-popup a:hover {
842   /* background-color: #bdcdd4; */
843   background-color: #e5e5e5;
844 }
845 ul.menu-popup .menu-sep {
846   border-top: 1px solid #9eabb0;
847 }
848 ul.menu-popup li {
849   float: none;
850   overflow: auto;
851   height: auto;
852   display: block;
853 }
854 ul.menu-popup li img {
855   float: left;
856   width: 16px;
857   height: 16px;
858   padding-right: 5px;
859 }
860 ul.menu-popup .empty {
861   padding: 5px;
862   text-align: center;
863   color: #9eabb0;
864 }
865 /* autocomplete popup */
866 .acpopup {
867   max-height: 150px;
868   background-color: #ffffff;
869   color: #2d2d2d;
870   border: 1px solid #MenuBorder;
871   overflow: auto;
872   z-index: 100000;
873   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
874 }
875 .acpopupitem {
876   color: #2d2d2d;
877   padding: 4px;
878   clear: left;
879 }
880 .acpopupitem img {
881   float: left;
882   margin-right: 4px;
883 }
884 .acpopupitem.selected {
885   background-color: #bdcdd4;
886 }
887 #nav-notifications-menu {
888   width: 400px;
889   max-height: 550px;
890   overflow: auto;
891 }
892 /* #nav-notifications-menu a {
893         display: inline;
894         padding: 5px 0px;
895         margin: 0px 0px 2px 0px;
896 }
897 #nav-notifications-menu li:hover {
898   background-color: #bdcdd4;
899 }*/
900
901 #nav-notifications-menu img {
902   float: left;
903   margin-right: 5px;
904 }
905 #nav-notifications-menu .contactname {
906   font-weight: bold;
907 }
908 #nav-notifications-menu .notif-when {
909   font-size: 10px;
910   color: #9eabb0;
911   display: block;
912 }
913
914 .notif-image {
915         width: 32px;
916         height: 32px;
917         padding: 7px 7px 0px 0px;
918 }
919
920 right_aside {
921   display: none;
922   vertical-align: top;
923   width: 185px;
924   padding-top: 10px;
925   padding-right: 20px;
926   padding-bottom: 0px;
927   padding-left: 10px;
928   background-color: #FFFFFF;
929   font-size: 13px;
930   overflow-y: auto;
931   z-index: 2;
932   line-height: 17px;
933   color: #737373;
934   box-shadow: 1px 2px 0px 0px #D8D8D8;
935   top: 32px;
936   position: absolute;
937   margin-left: calc(100% - 215px);
938 }
939
940 /* aside */
941 aside {
942   /* display: table-cell; */
943   vertical-align: top;
944   width: 185px;
945   /* padding: 32px 10px 10px 20px; */
946   padding: 10px 10px 0px 20px;
947   /* border-right: 1px solid #D2D2D2; */
948   /* background-color: #ECECF2; */
949   /* background-color: #F2F2F2; */
950   background-color: #FFFFFF;
951   font-size: 13px;
952   /* background: #F1F1F1; */
953   /* top: 0px; */
954   top: 32px;
955   overflow-y: auto;
956   z-index: 2;
957   line-height: 17px;
958   position: fixed;
959   /* overflow: auto; */
960   height: 100%;
961   height: calc(100% - 42px);
962   /* overflow: scroll; */
963   box-shadow: 1px 2px 0px 0px #D8D8D8;
964   color: #737373;
965 }
966 aside .vcard .fn {
967   font-size: 18px;
968   font-weight: bold;
969   margin-bottom: 5px;
970   float: left;
971 }
972 aside .vcard .title {
973   margin-bottom: 5px;
974 }
975 aside .vcard dl {
976   height: auto;
977   overflow: auto;
978 }
979
980 aside select {
981   background-color: white;
982   width: 165px;
983   border-color: #ccc;
984 }
985
986 aside .vcard dt {
987   float: left;
988   margin-left: 0px;
989   /* width: 35%; */
990   text-align: right;
991   color: #999999;
992 }
993 aside .vcard dd {
994   float: left;
995   margin-left: 4px;
996   /* width: 60%; */
997 }
998 aside #profile-photo-wrapper img {
999   width: 175px;
1000 }
1001 aside #profile-extra-links ul {
1002   padding: 0px;
1003   margin: 0px;
1004 }
1005 aside #profile-extra-links li {
1006   padding: 0px;
1007   margin: 0px;
1008   list-style: none;
1009 }
1010 aside #dfrn-request-link,
1011 aside #wallmessage-link {
1012   display: block;
1013   -moz-border-radius: 5px 5px 5px 5px;
1014   -webkit-border-radius: 5px 5px 5px 5px;
1015   border-radius: 5px 5px 5px 5px;
1016   color: #ffffff;
1017   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
1018   font-weight: bold;
1019   text-transform: uppercase;
1020   padding: 4px 2px 2px 35px;
1021 }
1022 aside #dfrn-request-link:hover,
1023 aside #wallmessage-link:hover {
1024   text-decoration: none;
1025   background-color: #36c;
1026   /* background-color: #19aeff; */
1027 }
1028 aside #profiles-menu {
1029   width: 14em;
1030   left: 10px;
1031 }
1032
1033 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_aside input {
1034   width: 140px;
1035   height: 17px;
1036   padding-left: 10px;
1037   /*border-top-left-radius: 15px;
1038   border-top-right-radius: 15px;
1039   border-bottom-right-radius: 15px;
1040   border-bottom-left-radius: 15px;
1041   -moz-border-bottom-colors: #dbdbdb;
1042   -moz-border-top-colors: #999;
1043   -moz-border-left-colors: #999;
1044   -moz-border-right-colors: #dbdbdb;*/
1045 }
1046
1047 aside h4, right_aside h4 {
1048   margin-bottom: 0px;
1049   margin-top: 0px;
1050   font-size: 1.17em;
1051 }
1052
1053 .nets-ul {
1054   margin-top: 0px;
1055 }
1056
1057 #contact-block {
1058   overflow: auto;
1059   height: auto;
1060 }
1061 #contact-block .contact-block-h4 {
1062   float: left;
1063   margin: 5px 0px;
1064 }
1065 #contact-block .allcontact-link {
1066   float: right;
1067   margin: 5px 0px;
1068 }
1069 #contact-block .contact-block-content {
1070   clear: both;
1071   overflow: auto;
1072   height: auto;
1073 }
1074 #contact-block .contact-block-link {
1075   float: left;
1076   margin: 0px 2px 2px 0px;
1077 }
1078 #contact-block .contact-block-link img {
1079   width: 48px;
1080   height: 48px;
1081 }
1082 .group_selected {
1083   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
1084   float: left;
1085   height: 22px;
1086   width: 22px;
1087 }
1088 .group_unselected {
1089   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
1090   float: left;
1091   height: 22px;
1092   width: 22px;
1093 }
1094 /* widget */
1095 .widget {
1096   margin-bottom: 1em;
1097   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1098         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1099 /*  font-size: 12px; */
1100 }
1101 .widget h3 {
1102   padding: 0px;
1103   margin: 2px;
1104 }
1105 .widget .action {
1106   opacity: 0.1;
1107   -webkit-transition: all 0.2s ease-in-out;
1108   -moz-transition: all 0.2s ease-in-out;
1109   -o-transition: all 0.2s ease-in-out;
1110   -ms-transition: all 0.2s ease-in-out;
1111   transition: all 0.2s ease-in-out;
1112 }
1113 .widget input.action {
1114   opacity: 0.5;
1115   -webkit-transition: all 0.2s ease-in-out;
1116   -moz-transition: all 0.2s ease-in-out;
1117   -o-transition: all 0.2s ease-in-out;
1118   -ms-transition: all 0.2s ease-in-out;
1119   transition: all 0.2s ease-in-out;
1120 }
1121 .widget:hover .title .action {
1122   opacity: 1;
1123   -webkit-transition: all 0.2s ease-in-out;
1124   -moz-transition: all 0.2s ease-in-out;
1125   -o-transition: all 0.2s ease-in-out;
1126   -ms-transition: all 0.2s ease-in-out;
1127   transition: all 0.2s ease-in-out;
1128 }
1129 .widget .tool:hover .action {
1130   opacity: 1;
1131   -webkit-transition: all 0.2s ease-in-out;
1132   -moz-transition: all 0.2s ease-in-out;
1133   -o-transition: all 0.2s ease-in-out;
1134   -ms-transition: all 0.2s ease-in-out;
1135   transition: all 0.2s ease-in-out;
1136 }
1137 .widget .tool:hover .action.ticked {
1138   opacity: 1;
1139   -webkit-transition: all 0.2s ease-in-out;
1140   -moz-transition: all 0.2s ease-in-out;
1141   -o-transition: all 0.2s ease-in-out;
1142   -ms-transition: all 0.2s ease-in-out;
1143   transition: all 0.2s ease-in-out;
1144 }
1145 .widget ul {
1146   padding: 0px;
1147   margin-top: 0px;
1148   margin-bottom: 0px;
1149 }
1150 .widget ul li {
1151   padding-left: 10px;
1152   /* min-height: 20px; */
1153   list-style: none;
1154   padding-top: 3px;
1155   padding-bottom: 3px;
1156   margin: 0px;
1157 }
1158 .widget .tool.selected {
1159   background: url('../../../images/selected.png') no-repeat left center;
1160 }
1161 /* widget: search */
1162 #add-search-popup {
1163   width: 200px;
1164   top: 18px;
1165 }
1166 /* section */
1167 section {
1168   /*font-size: 13px;
1169   line-height: 19.5px;*/
1170   font-size: 14.95px;
1171   line-height: 21px;
1172   display: table-cell;
1173   vertical-align: top;
1174   top: 32px;
1175   width: 766px;
1176   max-width: 766px;
1177   padding: 10px 10px 10px 10px;
1178   /* background-color: white; */
1179   /* background-color: rgb(252, 252, 252); */
1180   /* background-color: #FAFAFA; */
1181   background-color: inherit;
1182   /* border-bottom: 1px solid lightgray;
1183   border-right: 1px solid lightgray;
1184   border-left: 1px solid lightgray; */
1185   position: absolute;
1186   left: 215px;
1187   left: calc(215px + (100% - (215px + 766px)) / 6);
1188   /* left: calc(215px + (100% - 215px) / 10); */
1189 }
1190
1191 section.minimal {
1192   top: 0px;
1193   left: 0px;
1194   position: absolute;
1195   width: 100%;
1196   height: 100%;
1197 }
1198
1199 /* wall item */
1200 .tread-wrapper {
1201 /*    border-bottom: 1px solid #BDCDD4; */
1202   border-bottom: 1px solid #D2D2D2;
1203   position: relative;
1204   padding: 5px;
1205   margin-bottom: 10px;
1206   box-shadow: 1px 2px 0px 0px #D8D8D8;
1207   background-color: #FFFFFF;
1208  /* width: 755px; */
1209 }
1210 .wall-item-decor {
1211   position: absolute;
1212   left: 755px;
1213   left: calc(100% - 16px);
1214 /*  top: -10px; */
1215   width: 16px;
1216 }
1217 .unstarred {
1218   display: none;
1219 }
1220 .wall-item-container {
1221   display: table;
1222   width: 745px;
1223   width: calc(100% - 10px);
1224 }
1225
1226 .wall-item-content hr {
1227   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1228   color: rgb(221, 221, 221);
1229   clear: both;
1230   float: none;
1231   width: 100%;
1232   height: 0.1em;
1233   /* margin: 0px 0px 1.45em; */
1234   border: medium none;
1235 }
1236
1237 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1238   display: table-row;
1239 }
1240 .wall-item-bottom {
1241   /* font-size: 14px; */
1242 }
1243 .wall-item-container .wall-item-tags,
1244 .wall-item-container .wall-item-links,
1245 .wall-item-container .wall-item-actions {
1246   opacity: 0.2;
1247   -webkit-transition: all 0.2s ease-in-out;
1248   -moz-transition: all 0.2s ease-in-out;
1249   -o-transition: all 0.2s ease-in-out;
1250   -ms-transition: all 0.2s ease-in-out;
1251   transition: all 0.2s ease-in-out;
1252 }
1253 .wall-item-container:hover .wall-item-tags,
1254 .wall-item-container:hover .wall-item-links,
1255 .wall-item-container:hover .wall-item-actions {
1256   opacity: 1;
1257   -webkit-transition: all 0.2s ease-in-out;
1258   -moz-transition: all 0.2s ease-in-out;
1259   -o-transition: all 0.2s ease-in-out;
1260   -ms-transition: all 0.2s ease-in-out;
1261   transition: all 0.2s ease-in-out;
1262 }
1263 .wall-item-container .wall-item-info {
1264   display: table-cell;
1265   vertical-align: top;
1266   text-align: left;
1267   width: 80px;
1268 }
1269 .wall-item-container {
1270   /* padding-right: 30px; */
1271   padding-right: 0px;
1272 }
1273 .wall-item-container .wall-item-ago {
1274   word-wrap: break-word;
1275   width: 50px;
1276   margin-left: 10px;
1277   color: #999;
1278   font-size: 12px;
1279 }
1280
1281 .wall-item-network {
1282   color: #999;
1283   font-size: 12px;
1284   text-align: right;
1285   float: right;
1286 }
1287
1288 .wall-item-location {
1289   width: 350px;
1290   float: left;
1291   font-size: 12px;
1292 }
1293
1294 .wall-item-container .wall-item-content {
1295   /* font-size: 14px; */
1296   max-width: 660px;
1297   word-wrap: break-word;
1298   /* line-height: 1.36; */
1299   padding-bottom: 6px;
1300 }
1301
1302 .wall-item-container .wall-item-content img {
1303   max-width: 100%;
1304   vertical-align: middle;
1305   /* max-width: 650px; */
1306   /* max-width: 580px; */
1307 }
1308 .children .wall-item-container .wall-item-item .wall-item-content img {
1309   /* max-width: 650px; */
1310   /* max-width: 580px; */
1311   max-width: 100%;
1312 }
1313 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1314   display: table-cell;
1315   vertical-align: middle;
1316   /* font-size: 17px; */
1317 }
1318 .mail-list-wrapper a,
1319 .wall-item-container .wall-item-bottom a,
1320 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1321 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1322 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1323   color: #999;
1324 }
1325 .mail-list-wrapper a:hover,
1326 .wall-item-container .wall-item-bottom a:hover,
1327 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1328 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1329 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1330   color: #000;
1331   text-decoration: none;
1332 }
1333 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1334   opacity: 0.5;
1335   -webkit-transition: all 0.2s ease-in-out;
1336   -moz-transition: all 0.2s ease-in-out;
1337   -o-transition: all 0.2s ease-in-out;
1338   -ms-transition: all 0.2s ease-in-out;
1339   transition: all 0.2s ease-in-out;
1340 }
1341 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1342   opacity: 1;
1343   -webkit-transition: all 0.2s ease-in-out;
1344   -moz-transition: all 0.2s ease-in-out;
1345   -o-transition: all 0.2s ease-in-out;
1346   -ms-transition: all 0.2s ease-in-out;
1347   transition: all 0.2s ease-in-out;
1348 }
1349
1350 .wall-item-container .wall-item-name:hover {
1351   color: #36c;
1352 }
1353
1354 .wall-item-container .wall-item-name {
1355   color: black;
1356   font-weight: bold;
1357   -webkit-transition: all 0.2s ease-in-out;
1358   -moz-transition: all 0.2s ease-in-out;
1359   -o-transition: all 0.2s ease-in-out;
1360   -ms-transition: all 0.2s ease-in-out;
1361   transition: all 0.2s ease-in-out;
1362 }
1363
1364 .toplevel_item:hover .wall-item-name,
1365 .wall-item-container:hover .wall-item-name {
1366   color: #36c;
1367   font-weight: bold;
1368   -webkit-transition: all 0.2s ease-in-out;
1369   -moz-transition: all 0.2s ease-in-out;
1370   -o-transition: all 0.2s ease-in-out;
1371   -ms-transition: all 0.2s ease-in-out;
1372   transition: all 0.2s ease-in-out;
1373 }
1374
1375 .wall-item-container .wall-item-content a,
1376 .toplevel_item .fakelink,
1377 .wall-item-container .fakelink {
1378   color: black;
1379   -webkit-transition: all 0.2s ease-in-out;
1380   -moz-transition: all 0.2s ease-in-out;
1381   -o-transition: all 0.2s ease-in-out;
1382   -ms-transition: all 0.2s ease-in-out;
1383   transition: all 0.2s ease-in-out;
1384   /* color: darkblue; */
1385   /* color: #3E3E8C; */
1386 }
1387
1388 .toplevel_item:hover .fakelink,
1389 .wall-item-container:hover .fakelink,
1390 .toplevel_item:hover .wall-item-content a,
1391 .wall-item-container:hover .wall-item-content a {
1392   color: #36c;
1393   -webkit-transition: all 0.2s ease-in-out;
1394   -moz-transition: all 0.2s ease-in-out;
1395   -o-transition: all 0.2s ease-in-out;
1396   -ms-transition: all 0.2s ease-in-out;
1397   transition: all 0.2s ease-in-out;
1398 }
1399
1400 .toplevel_item:hover .togglecomment,
1401 .wall-item-container:hover .togglecomment {
1402   color: #999;
1403 }
1404
1405 .wall-item-container .wall-item-actions-author {
1406   width: 100%;
1407   margin-bottom: 0.3em;
1408 }
1409 .wall-item-container .wall-item-actions-social,
1410 .wall-item-container .wall-item-actions-isevent {
1411   float: left;
1412   margin-bottom: 1px;
1413 }
1414 .wall-item-container .wall-item-actions-social a,
1415 .wall-item-container .wall-item-actions-isevent a {
1416   float: left;
1417   margin-right: 1em;
1418   cursor: pointer;
1419 }
1420 .wall-item-container .wall-item-actions-tools {
1421   float: right;
1422   width: 80px;
1423 }
1424 .wall-item-container .wall-item-actions-tools a {
1425   float: right;
1426   margin-left: 10px;
1427   cursor: pointer;
1428 }
1429 .wall-item-container .wall-item-actions-tools input {
1430   float: right;
1431   margin-left: 10px;
1432 }
1433 .wall-item-container.comment {
1434   margin-top: 5px;
1435   margin-bottom: 5px;
1436   margin-left: 80px;
1437   width: 665px;
1438   width: calc(100% - 90px);
1439   border-bottom: 1px solid hsl(198, 21%, 79%);
1440 }
1441 .wall-item-container.thread_level_2 {
1442   margin-left: 80px;
1443   width: calc(100% - 90px);
1444 }
1445 .wall-item-container.thread_level_3 {
1446   margin-left: 95px;
1447   width: calc(100% - 105px);
1448 }
1449 .wall-item-container.thread_level_4 {
1450   margin-left: 110px;
1451   width: calc(100% - 120px);
1452 }
1453 .wall-item-container.thread_level_5 {
1454   margin-left: 125px;
1455   width: calc(100% - 135px);
1456 }
1457 .wall-item-container.thread_level_6 {
1458   margin-left: 140px;
1459   width: calc(100% - 150px);
1460 }
1461 .wall-item-container.thread_level_7 {
1462   margin-left: 155px;
1463   width: calc(100% - 165px);
1464 }
1465
1466 .wall-item-container.comment .wall-item-content {
1467   max-width: 585px;
1468 }
1469 .wall-item-container.thread_level_3 .wall-item-content {
1470   max-width: 570px;
1471 }
1472 .wall-item-container.thread_level_4 .wall-item-content {
1473   max-width: 555px;
1474 }
1475 .wall-item-container.thread_level_5 .wall-item-content {
1476   max-width: 540px;
1477 }
1478 .wall-item-container.thread_level_6 .wall-item-content {
1479   max-width: 525px;
1480 }
1481 .wall-item-container.thread_level_7 .wall-item-content {
1482   max-width: 510px;
1483 }
1484
1485 .children .wall-item-comment-wrapper textarea {
1486   width: 570px;
1487 }
1488 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea {
1489   width: 555px;
1490 }
1491 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea {
1492   width: 540px;
1493 }
1494 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea {
1495   width: 525px;
1496 }
1497 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea {
1498   width: 510px;
1499 }
1500 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1501   width: 495px;
1502 }
1503
1504 .children .wall-item-bottom .comment-edit-preview {
1505   width: 575px;
1506 }
1507 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview {
1508   width: 560px;
1509 }
1510 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview {
1511   width: 545px;
1512 }
1513 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview {
1514   width: 530px;
1515 }
1516 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview {
1517   width: 515px;
1518 }
1519 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1520   width: 500px;
1521 }
1522
1523 .wall-item-container.comment .contact-photo {
1524   width: 32px;
1525   height: 32px;
1526   margin-left: 16px;
1527   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1528
1529 }
1530 .wall-item-container.comment {
1531   top: 15px !important;
1532   left: 15px !important;
1533 }
1534 .wall-item-container.comment .wall-item-links {
1535   padding-left: 12px;
1536 }
1537 .wall-item-bottom .wall-item-comment-wrapper {
1538   margin: 1px 5px 1px 0px;
1539 }
1540 .wall-item-comment-wrapper {
1541   margin: 1px 15px 1px 80px;
1542 }
1543 .wall-item-comment-wrapper.photo {
1544   margin: 1px 15px 1px 0px;
1545 }
1546 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1547   margin-left: 0px;
1548   width: 665px;
1549   width: 100%;
1550   border-bottom: 1px solid hsl(198, 21%, 79%);
1551 }
1552
1553
1554 .wall-item-comment-wrapper .comment-edit-photo {
1555   display: none;
1556 }
1557 .wall-item-comment-wrapper textarea {
1558   height: 1.2em;
1559   width: 100%;
1560   font-size: 13px;
1561   color: #999999;
1562   border: 1px solid #DDD;
1563   padding: 0.3em;
1564 }
1565 .wall-item-comment-wrapper .comment-edit-text-full {
1566   /* font-size: 14px; */
1567   height: 4em;
1568   color: #2d2d2d;
1569   border: 1px solid #2d2d2d;
1570 }
1571
1572 .fakelink.togglecomment {
1573   float: left;
1574   margin-right: 1em;
1575 }
1576
1577 .comment-edit-preview .contact-photo {
1578   width: 32px;
1579   height: 32px;
1580   margin-left: 16px;
1581   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1582
1583 }
1584 .comment-edit-preview {
1585   /* width: 660px; */
1586   width: 100%;
1587   border: 1px solid #2d2d2d;
1588   margin-top: 10px;
1589   top: 15px !important;
1590   left: 15px !important;
1591 }
1592 .comment-edit-preview .wall-item-links {
1593   padding-left: 12px;
1594 }
1595 .comment-edit-preview .wall-item-container {
1596   /* width: 700px; */
1597   width: 100%;
1598 }
1599 .comment-edit-preview .tread-wrapper {
1600   /* width: 700px; */
1601   width: 100%;
1602   padding: 0;
1603   margin: 10px 0px 0px 0px;
1604   border-bottom: 0px;
1605   box-shadow: none;
1606 }
1607
1608 .wall-item-bottom .comment-edit-preview {
1609   width: 575px;
1610   margin-bottom: 5px;
1611 }
1612
1613 .shiny {
1614   /* border-right: 10px solid #fce94f; */
1615 /*      border-right: 1px solid #A7C7F7;
1616         padding-right: 12px; */
1617 }
1618
1619 #profile-jot-form {
1620   box-shadow: 1px 2px 0px 0px #D8D8D8;
1621   background-color: #fafafa;
1622   padding: 10px;
1623 }
1624
1625 #profile-jot-form #profile-jot-text {
1626   height: 2.0em;
1627   /* width: 99%; */
1628   width: 752px;
1629   width: calc(100% - 10px);
1630   font-size: 15px;
1631   color: #999999;
1632   border: 1px solid #DDD;
1633   padding: 0.3em;
1634   margin-bottom: 10px;
1635 }
1636
1637 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1638
1639          border-radius: 5px 5px 5px 5px;
1640     font-weight: bold;
1641     height: 20px;
1642     margin: 0 0 5px;
1643     /* width: 60%; */
1644     /* width: 762px; */
1645     width: 100%;
1646     border: 1px solid #d2d2d2;
1647 }
1648
1649 #profile-jot-form #jot-title:-webkit-input-placeholder {
1650   font-weight: normal;
1651 }
1652 #profile-jot-form #jot-title:-moz-placeholder {
1653   font-weight: normal;
1654 }
1655 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1656 /*  width: 785px; */
1657   width: 100%;
1658   height: 100px;
1659 }
1660
1661 #profile-jot-perms {
1662   float: right;
1663 }
1664
1665 #jot-preview-content {
1666   padding-top: 25px;
1667 }
1668
1669 #jot-preview-content .tread-wrapper {
1670   background-color: #fce94f;
1671 }
1672
1673 .wall-item-tags {
1674   padding-top: 1px;
1675   padding-bottom: 2px;
1676   font-size: 12px;
1677   /*display: none;*/
1678 }
1679
1680 .tag {
1681   color: rgb(153,153,153);
1682   /*padding-left: 3px;
1683   font-size: 10px;*/
1684 }
1685 .tag a {
1686   /*padding-right: 8px;*/
1687   color: rgb(153,153,153);
1688 }
1689 .wwto {
1690   position: absolute !important;
1691   width: 25px;
1692   height: 25px;
1693   background: #FFFFFF;
1694   border: 2px solid #364e59;
1695   height: 25px;
1696   width: 25px;
1697   overflow: hidden;
1698   padding: 1px;
1699   position: absolute !important;
1700   top: 40px;
1701   left: 30px;
1702   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1703 }
1704 .wwto .contact-photo {
1705   width: auto;
1706   height: 25px;
1707 }
1708 /* contacts menu */
1709 .contact-photo-wrapper {
1710   position: relative;
1711   width: 80px;
1712 }
1713
1714 .contact-photo-wrapper.wwto {
1715   width: 25px;
1716 }
1717
1718 .contact-photo {
1719   width: 48px;
1720   height: 48px;
1721   overflow: hidden;
1722   display: block;
1723   -webkit-border-radius: 4px;
1724   -moz-border-radius: 4px;
1725   border-radius: 4px;
1726 }
1727
1728 .contact-photo img {
1729   width: 48px;
1730   height: 48px;
1731 }
1732
1733 .contact-wrapper {
1734   float: left;
1735   width: 90px;
1736   height: 90px;
1737   margin-bottom: 15px;
1738 }
1739 .contact-wrapper .contact-photo {
1740   width: 80px;
1741   height: 80px;
1742 }
1743 .contact-wrapper .contact-photo img {
1744   width: 80px;
1745   height: 80px;
1746 }
1747 .contact-wrapper {
1748   left: 0px;
1749   top: 63px;
1750 }
1751 .contact-photo {
1752   width: 48px;
1753   height: 48px;
1754 }
1755 .contact-photo img {
1756   width: 48px;
1757   height: 48px;
1758 }
1759 .contact-name {
1760   /* text-align: center; */
1761   /*font-weight: bold;*/
1762   font-size: 12px;
1763 }
1764 .contact-details {
1765   color: #999999;
1766 }
1767 /* editor */
1768 .jothidden {
1769   display: none;
1770 }
1771 #jot {
1772   width: 785px;
1773   margin: 0px 2em 20px 0px;
1774 }
1775 #jot .profile-jot-text {
1776   height: 1.2em;
1777   width: 99%;
1778   font-size: 10px;
1779   color: #999999;
1780   border: 1px solid #DDD;
1781   padding: 0.3em;
1782 }
1783 #jot #jot-tools {
1784   margin: 0px;
1785   padding: 0px;
1786   height: 40px;
1787   overflow: none;
1788   width: 783px;
1789   background-color: #0e232e;
1790   border-bottom: 2px solid #9eabb0;
1791 }
1792 #jot #jot-tools li {
1793   list-style: none;
1794   float: left;
1795   width: 80px;
1796   height: 40px;
1797   border-bottom: 2px solid #9eabb0;
1798 }
1799 #jot #jot-tools li a {
1800   display: block;
1801   color: #cccccc;
1802   width: 100%;
1803   height: 40px;
1804   text-align: center;
1805   line-height: 40px;
1806   overflow: hidden;
1807 }
1808 #jot #jot-tools li:hover {
1809   background-color: #364e59;
1810   border-bottom: 2px solid #bdcdd4;
1811 }
1812 #jot #jot-tools li.perms {
1813   float: right;
1814   width: 40px;
1815 }
1816 #jot #jot-tools li.perms a.unlock {
1817   width: 30px;
1818   border-left: 10px solid #cccccc;
1819   background-color: #cccccc;
1820   background-position: left center;
1821 }
1822 #jot #jot-tools li.perms a.lock {
1823   width: 30px;
1824   border-left: 10px solid #666666;
1825   background-color: #666666;
1826 }
1827 #jot #jot-tools li.submit {
1828   float: right;
1829   background-color: #cccccc;
1830   border-bottom: 2px solid #cccccc;
1831   border-right: 1px solid #666666;
1832   border-left: 1px solid #666666;
1833 }
1834 #jot #jot-tools li.submit input {
1835   border: 0px;
1836   margin: 0px;
1837   padding: 0px;
1838   background-color: #cccccc;
1839   color: #666666;
1840   width: 80px;
1841   height: 40px;
1842   line-height: 40px;
1843 }
1844 #jot #jot-tools li.submit input:hover {
1845   background-color: #bdcdd4;
1846   color: #666666;
1847 }
1848 #jot #jot-tools li.loading {
1849   float: right;
1850   background-color: #ffffff;
1851   width: 20px;
1852   vertical-align: center;
1853   text-align: center;
1854   border-top: 2px solid #9eabb0;
1855   height: 38px;
1856 }
1857 #jot #jot-tools li.loading img {
1858   margin-top: 10px;
1859 }
1860 /* #jot */
1861 #jot-title {
1862   border: 0px;
1863   margin: 0px;
1864   height: 20px;
1865   width: 700px;
1866   font-weight: bold;
1867   border: 1px solid #ffffff;
1868 }
1869 #jot #jot-title:-webkit-input-placeholder {
1870   font-weight: normal;
1871 }
1872 #jot #jot-title:-moz-placeholder {
1873   font-weight: normal;
1874 }
1875 #jot #jot-title:hover {
1876   border: 1px solid #999999;
1877 }
1878 #jot #jot-title:focus {
1879   border: 1px solid #999999;
1880 }
1881 #jot #character-counter {
1882   width: 80px;
1883   float: right;
1884   text-align: right;
1885   height: 20px;
1886   line-height: 20px;
1887   padding-right: 20px;
1888 }
1889
1890 #profile-jot-submit {
1891   float: right;
1892   margin-left: 15px;
1893 }
1894 #profile-upload-wrapper {
1895   float: left;
1896   margin-left: 15px;
1897 }
1898 #profile-attach-wrapper {
1899   float: left;
1900   margin-left: 15px;
1901 }
1902 #profile-link-wrapper {
1903   float: left;
1904   margin-left: 15px;
1905   cursor: pointer;
1906 }
1907 #profile-video-wrapper {
1908   float: left;
1909   margin-left: 15px;
1910   cursor: pointer;
1911 }
1912 #profile-audio-wrapper {
1913   float: left;
1914   margin-left: 15px;
1915   cursor: pointer;
1916 }
1917 #profile-location-wrapper {
1918   float: left;
1919   margin-left: 15px;
1920   cursor: pointer;
1921 }
1922 #profile-nolocation-wrapper {
1923   float: left;
1924   margin-left: 15px;
1925   cursor: pointer;
1926 }
1927 #profile-smiley-wrapper {
1928   float: left;
1929   margin-left: 15px;
1930   cursor: pointer;
1931   margin-top: 3px;
1932   height: 10px;
1933 }
1934 #jot-perms-icon {
1935   float: right;
1936   margin-left: 15px;
1937 }
1938 #jot-preview-link {
1939   float: right;
1940 }
1941 #profile-jot-end {
1942   clear: both;
1943 }
1944 #profile-jot-text_tbl {
1945   width: 780px;
1946 }
1947 #profile-jot-wrapper {
1948   margin-bottom: 10px;
1949 }
1950
1951 /** buttons **/
1952 /*input[type="submit"] {
1953         border: 0px;
1954     background-color: @ButtonBackgroundColor;
1955     color: @ButtonColor;
1956     padding: 0px 10px;
1957         .rounded(5px);
1958     height: 18px;
1959 }*/
1960 /** acl **/
1961 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1962   display: block!important;
1963 }
1964 #acl-wrapper {
1965   width: 690px;
1966   float: left;
1967 }
1968 #acl-search {
1969   float: right;
1970   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1971   padding-right: 20px;
1972 }
1973 #acl-showall {
1974   float: left;
1975   display: block;
1976   width: auto;
1977   height: 18px;
1978   background-color: #cccccc;
1979   background-image: url("../../../images/show_all_off.png");
1980   background-position: 7px 7px;
1981   background-repeat: no-repeat;
1982   padding: 7px 5px 0px 30px;
1983   color: #999999;
1984   -moz-border-radius: 5px 5px 5px 5px;
1985   -webkit-border-radius: 5px 5px 5px 5px;
1986   border-radius: 5px 5px 5px 5px;
1987 }
1988 #acl-showall.selected {
1989   color: #000000;
1990   background-color: #ff9900;
1991   background-image: url("../../../images/show_all_on.png");
1992 }
1993 #acl-list {
1994   height: 210px;
1995   border: 1px solid #cccccc;
1996   clear: both;
1997   margin-top: 30px;
1998   overflow: auto;
1999 }
2000 .acl-list-item {
2001   display: block;
2002   width: 150px;
2003   height: 30px;
2004   border: 1px solid #cccccc;
2005   margin: 5px;
2006   float: left;
2007 }
2008 .acl-list-item img {
2009   width: 22px;
2010   height: 22px;
2011   float: left;
2012   margin: 4px;
2013 }
2014 .acl-list-item p {
2015   height: 12px;
2016   font-size: 10px;
2017   margin: 0px;
2018   padding: 2px 0px 1px;
2019   overflow: hidden;
2020 }
2021 .acl-list-item a {
2022   font-size: 8px;
2023   display: block;
2024   width: 40px;
2025   height: 10px;
2026   float: left;
2027   color: #999999;
2028   background-color: #cccccc;
2029   background-position: 3px 3px;
2030   background-repeat: no-repeat;
2031   margin-right: 5px;
2032   -webkit-border-radius: 2px ;
2033   -moz-border-radius: 2px;
2034   border-radius: 2px;
2035   padding-left: 15px;
2036 }
2037 #acl-wrapper a:hover {
2038   text-decoration: none;
2039   color: #000000;
2040 }
2041 .acl-button-show {
2042   background-image: url("../../../images/show_off.png");
2043 }
2044 .acl-button-hide {
2045   background-image: url("../../../images/hide_off.png");
2046 }
2047 .acl-button-show.selected {
2048   color: #000000;
2049   background-color: #9ade00;
2050   background-image: url("../../../images/show_on.png");
2051 }
2052 .acl-button-hide.selected {
2053   color: #000000;
2054   background-color: #ff4141;
2055   background-image: url("../../../images/hide_on.png");
2056 }
2057 .acl-list-item.groupshow {
2058   border-color: #9ade00;
2059 }
2060 .acl-list-item.grouphide {
2061   border-color: #ff4141;
2062 }
2063 /** /acl **/
2064 /** tab buttons **/
2065 div.pager, ul.tabs {
2066   list-style-type: none;
2067   padding-bottom: 10px;
2068   padding-left: 10px;
2069   padding-top: 0px;
2070   margin-bottom: 5px;
2071   line-height: 28px;
2072   height: 20px;
2073 /*  font-size: 11px; */
2074   font-size: 13px;
2075   font-weight: bold;
2076   /* margin-bottom: 30px; */
2077   background-color: #FAFAFA;
2078   box-shadow: 1px 2px 0px 0px #D8D8D8;
2079   border-bottom: 1px solid #D2D2D2;
2080 }
2081 ul.tabs li {
2082   float: left;
2083   /* margin-left: 7px; */
2084 }
2085 /*ul.tabs li .active {
2086   border-bottom: 1px solid #005c94;
2087 }*/
2088
2089 ul.tabs a, div.pager a {
2090     /* min-width: 34px; */
2091 /*    display: block;
2092     float: left; */
2093     padding: 0px;
2094     padding-bottom: 6px;
2095 /*    padding: 0px 12px 0px 12px; */
2096 /*    color: #444; */
2097     color: darkgray;
2098 }
2099
2100 ul.tabs a {
2101 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
2102     margin-right: 15px;
2103     margin-left: 5px;
2104 }
2105
2106 #birthday-notice, #event-notice {
2107     box-shadow: 1px 2px 0px 0px #D8D8D8;
2108     margin-bottom: 5px;
2109 }
2110
2111 #birthday-wrapper, #event-wrapper {
2112     background-color: #FAFAFA;
2113     box-shadow: 1px 2px 0px 0px #D8D8D8;
2114     padding-left: 10px;
2115     padding-right: 10px;
2116     padding-top: 5px;
2117     padding-bottom: 5px;
2118     margin-bottom: 0px;
2119 }
2120
2121 .birthday-notice, .event-notice  {
2122     padding: 2px 7px 2px 7px;
2123     color: darkgrey;
2124    font-weight: bold;
2125 }
2126 .comment-edit-submit-wrapper .fakelink {
2127     padding: 2px 7px 2px 7px;
2128     color: black;
2129 }
2130
2131 .comment-edit-submit-wrapper .fakelink {
2132 /*    border: 1px solid lightgray; */
2133     background: #F2F2F2;
2134     margin-top: 2px;
2135     margin-bottom: 2px;
2136 }
2137
2138 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2139 .comment-edit-submit-wrapper .fakelink:hover {
2140     color: black;
2141 }
2142
2143 span.pager_current, span.pager_n a:hover,
2144 span.pager_first a:hover, span.pager_last a:hover,
2145 span.pager_prev a:hover, span.pager_next a:hover,
2146 ul.tabs a:hover {
2147   border-bottom: 2px solid #244C5E;
2148   text-decoration: none;
2149   color: grey;
2150   padding-bottom: 6px;
2151 }
2152
2153 ul.tabs li .active, span.pager_current a {
2154   border-bottom: 2px solid #244C5E;
2155   text-decoration: none;
2156   color: black;
2157 }
2158
2159 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2160 /*    background-color: #e5e5e5; */
2161   color: grey;
2162     text-decoration: none;
2163 /*    border: 1px solid darkgray; */
2164 }
2165
2166 .comment-edit-bb {
2167   float:right;
2168 }
2169 .comment-edit-bb a {
2170   color: #888;
2171   padding: 0px 5px 1px 5px;
2172 }
2173
2174 .comment-edit-bb a:hover {
2175   color: #000;
2176   text-decoration: none;
2177 }
2178
2179 /**
2180  * Form fields
2181  */
2182 .field {
2183   margin-bottom: 10px;
2184   padding-bottom: 10px;
2185   overflow: auto;
2186   width: 100%;
2187 }
2188 .field label {
2189   float: left;
2190   width: 200px;
2191 }
2192 .field input, .field textarea {
2193   max-width: 400px;
2194 }
2195 .field textarea {
2196   height: 100px;
2197 }
2198 .field .field_help {
2199   display: block;
2200   margin-left: 200px;
2201   color: #666666;
2202 }
2203 .field .onoff {
2204   float: left;
2205   width: 80px;
2206   margin-right:1em;
2207 }
2208 .field .onoff a {
2209   display: block;
2210   border: 1px solid #666666;
2211   background-image: url("../../../images/onoff.jpg");
2212   background-repeat: no-repeat;
2213   padding: 4px 2px 2px 2px;
2214   font-size:14px;
2215   height: 16px;
2216   line-height:16px;
2217   text-decoration: none;
2218   text-align: center;
2219   text-transform: uppercase;
2220   border-radius:4px;
2221 }
2222 .field .onoff .off {
2223   border-color: #B0B0B0;
2224   padding-left: 36px;
2225   background-position: left center;
2226   background-color: #cccccc;
2227   color: #9C9C9C;
2228 }
2229 .field .onoff .on {
2230   font-weight:bold;
2231   border-color: #8EB8EE;
2232   padding-right: 36px;
2233   background-position: right center;
2234   background-color: #D7E3F1;
2235   color: #36c;
2236 }
2237 .field .hidden {
2238   display: none!important;
2239 }
2240 .field.radio .field_help {
2241   margin-left: 0px;
2242 }
2243 aside form {
2244   overflow-x: hidden;
2245 }
2246 aside form .field label {
2247   float: left;
2248   width: 170px;
2249 }
2250
2251 aside #div_id_remember label {
2252  float:  inherit;
2253 }
2254
2255 aside div #login-submit-button {
2256   margin-left:0px;
2257 }
2258
2259 aside #register-link, aside #lost-password-link {
2260   display: block;
2261 }
2262
2263 aside #id_username,
2264 aside div #id_openid_url,
2265 aside #id_password {
2266   width: 170px;
2267   max-width: 170px;
2268 }
2269
2270 #profile-edit-links-end {
2271         clear: both;
2272         margin-bottom: 15px;
2273 }
2274
2275 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2276
2277 #profile-edit-links li {
2278   float: left;
2279   list-style: none;
2280 }
2281
2282 .profile-edit-side-div {
2283 /*  display: none; */
2284   float: right;
2285 }
2286
2287 /* aside div.clear {
2288   clear: none;
2289   float: left;
2290 } */
2291
2292 #register-form label,
2293 #profile-edit-wrapper label {
2294   width: 200px;
2295   float: left;
2296 }
2297
2298 #register-name-end,
2299 #register-email-end,
2300 #register-nickname-end {
2301   clear: both;
2302 }
2303
2304 .required {
2305   display: inline;
2306   color: #B20202;
2307 }
2308
2309 /* oauth */
2310 .oauthapp {
2311   height: auto;
2312   overflow: auto;
2313   border-bottom: 2px solid #cccccc;
2314   padding-bottom: 1em;
2315   margin-bottom: 1em;
2316 }
2317 .oauthapp img {
2318   float: left;
2319   width: 48px;
2320   height: 48px;
2321   margin: 10px;
2322 }
2323 .oauthapp img.noicon {
2324   background-image: url("../../../images/icons/48/plugin.png");
2325   background-position: center center;
2326   background-repeat: no-repeat;
2327 }
2328 .oauthapp a {
2329   float: left;
2330 }
2331 /* contacts */
2332 /*.contact-entry-wrapper {
2333   width: 120px;
2334   height: 130px;
2335   float: left;
2336   overflow: hidden;
2337   margin-left: 5px;
2338 }*/
2339
2340 .contact-entry-wrapper {
2341   float: left;
2342   width: 363px;
2343   height: 100px;
2344   padding-right: 10px;
2345   margin: 0 10px 10px 0px;
2346 }
2347 .contact-entry-wrapper .contact-entry-photo-wrapper {
2348   float: left;
2349   margin-right: 10px;
2350   width: 80px;
2351   height: 80px;
2352 }
2353 .contact-entry-photo-wrapper {
2354   position: relative;
2355 }
2356 .contact-entry-desc {
2357   overflow: hidden;
2358 }
2359 .contact-entry-name {
2360   font-weight: bold;
2361 }
2362 .contact-entry-details {
2363   font-size: 13px;
2364   color: #999999;
2365   white-space: nowrap;
2366   overflow: hidden;
2367   text-overflow: ellipsis;
2368 }
2369 /* photo */
2370 .lframe {
2371   float: left;
2372   margin: 0px 10px 10px 0px;
2373 }
2374 .contact-entry-photo a img {
2375   width: 80px;
2376   height: 80px;
2377 }
2378 /* profile match wrapper */
2379 .profile-match-wrapper {
2380   float: left;
2381   width: 90px;
2382   height: 90px;
2383   margin-bottom: 20px;
2384 }
2385 .profile-match-wrapper .contact-photo {
2386   width: 80px;
2387   height: 80px;
2388 }
2389 .profile-match-wrapper .contact-photo img {
2390   width: 80px;
2391   height: 80px;
2392 }
2393 .profile-match-wrapper {
2394   left: 0px;
2395   top: 63px;
2396 }
2397
2398 .contact-photo-menu-button {
2399         position: relative;
2400         background-image: url("../../../images/icons/16/menu.png");
2401         background-position: top left;
2402         background-repeat: no-repeat;
2403         margin: 0px 0px -16px 0px;
2404         padding: 0px;
2405         width: 16px;
2406         height: 16px;
2407         top: -20px; left:0px;
2408         overflow: hidden;
2409         text-indent: 40px;
2410         display: none;
2411
2412 }
2413 .contact-photo-menu {
2414         width: 11em;
2415         /*border: 3px solid #364e59;*/
2416         color: #2d2d2d;
2417         background: #FFFFFF;
2418         position: absolute;
2419         /*position: relative;*/
2420         left: 0px; /*top: 0px;*/
2421         display: none;
2422         z-index: 10000;
2423         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2424 }
2425 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2426 .contact-photo-menu li a {
2427         display: block;
2428         padding: 5px 10px;
2429         color: #2d2d2d;
2430         text-decoration: none;
2431 }
2432 .contact-photo-menu li a:hover {
2433         background-color: #bdcdd4;
2434 }
2435
2436 /* page footer */
2437 footer {
2438   /* height: 100px; */
2439   display: table-row;
2440 }
2441
2442 blockquote {
2443     border-left: 1px solid #D2D2D2;
2444     padding-left: 9px;
2445     margin: 0 0 0 .8ex;
2446     color: #777;
2447 }
2448
2449 .oembed {
2450     /* font-size: large; */
2451     font-size: larger;
2452     font-weight: bold;
2453     display: block;
2454 }
2455
2456 /* ================== */
2457 /* = Contacts Block = */
2458 /* ================== */
2459
2460 .contact-block-img {
2461         width: 42px;
2462         height: 42px;
2463         padding-right: 2px;
2464 }
2465 .contact-block-div {
2466         float: left;
2467 }
2468
2469 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2470 #contact-block-end { clear: both; }
2471
2472 #group-edit-wrapper {
2473         margin-bottom: 10px;
2474 }
2475
2476 #group-members-end {
2477         clear: both;
2478 }
2479
2480 /*
2481 #group-separator,
2482 #prof-separator { display: none;}
2483 */
2484
2485 #message-to-select {
2486   height: 150px;
2487 }
2488
2489 #prvmail-upload {
2490   margin-left: 10px;
2491 }
2492
2493 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2494         margin-bottom: 10px;
2495         margin-top: 20px;
2496 }
2497
2498 #prvmail-submit {
2499         float: left;
2500         margin-top: 10px;
2501 }
2502 #prvmail-upload-wrapper,
2503 #prvmail-link-wrapper,
2504 #prvmail-rotator-wrapper {
2505         float: left;
2506         margin-top: 10px;
2507         margin-right: 10px;
2508         width: 24px;
2509 }
2510
2511 #prvmail-end {
2512         clear: both;
2513 }
2514
2515 .mail-list-sender,
2516 .mail-list-detail {
2517         float: left;
2518 }
2519 .mail-list-detail {
2520         margin-left: 20px;
2521 }
2522
2523 .mail-list-subject {
2524         font-size: 1.1em;
2525         margin-top: 10px;
2526 }
2527 a.mail-list-link {
2528     display: block;
2529     font-size: 1.3em;
2530     padding: 4px 0;
2531 }
2532
2533 /*
2534 *a.mail-list-link:hover {
2535 *       background-color: #15607B;
2536 *       color: #F5F6FB;
2537 *}
2538 */
2539
2540 .mail-list-outside-wrapper-end {
2541         clear: both;
2542 }
2543
2544 .mail-list-outside-wrapper {
2545         margin-top: 30px;
2546 }
2547
2548 .mail-list-delete-wrapper {
2549         float: right;
2550         margin-right: 30px;
2551         margin-top: 15px;
2552 }
2553
2554 .mail-list-delete-icon {
2555         border: none;
2556 }
2557
2558 .mail-conv-sender,
2559 .mail-conv-detail {
2560         float: left;
2561 }
2562 .mail-conv-detail {
2563         margin-left: 20px;
2564         width: 500px;
2565 }
2566
2567 .mail-conv-subject {
2568     font-size: 1.4em;
2569     margin: 10px 0;
2570 }
2571
2572 .mail-conv-outside-wrapper-end {
2573         clear: both;
2574 }
2575
2576 .mail-conv-outside-wrapper {
2577         margin-top: 30px;
2578 }
2579
2580 .mail-conv-delete-wrapper {
2581         float: right;
2582         margin-right: 30px;
2583         margin-top: 15px;
2584 }
2585 .mail-conv-break {
2586         clear: both;
2587 }
2588
2589 .mail-conv-delete-icon {
2590         border: none;
2591 }
2592
2593
2594 /* ========== */
2595 /* = Events = */
2596 /* ========== */
2597 .eventcal {
2598         float: left;
2599         font-size: 20px;
2600 }
2601
2602 .vevent {
2603         border: 1px solid #CCCCCC;
2604         max-width: 600px;
2605         position: relative;
2606         margin-top: 4px;
2607         margin-right: 4px;
2608         margin-bottom: 15px;
2609 }
2610
2611 .vevent .event-description, .vevent .event-location {
2612         margin-left: 10px;
2613         margin-right: 10px;
2614 }
2615 .vevent .event-start {
2616         margin-left: 10px;
2617         margin-right: 10px;
2618 }
2619
2620 #new-event-link {
2621         margin-bottom: 10px;
2622 }
2623
2624 .edit-event-link, .plink-event-link {
2625         float: left;
2626         margin-top: 4px;
2627         margin-right: 4px;
2628         margin-bottom: 15px;
2629 }
2630
2631 .event-description:before {
2632         content: url('../../../images/calendar.png');
2633         margin-right: 15px;
2634 }
2635
2636 .event-start, .event-end {
2637         margin-left: 10px;
2638         width: 330px;
2639         clear: both;
2640 }
2641
2642 .event-start .dtstart, .event-end .dtend {
2643         float: right;
2644 }
2645
2646 .event-list-date {
2647         margin-bottom: 10px;
2648 }
2649
2650 .prevcal, .nextcal {
2651         float: left;
2652         margin-left: 32px;
2653         margin-right: 32px;
2654         margin-top: 64px;
2655 }
2656 .event-calendar-end {
2657         clear: both;
2658 }
2659
2660
2661 .calendar {
2662         font-family: Courier, monospace;
2663 }
2664 .today {
2665         font-weight: bold;
2666         color: #FF0000;
2667 }
2668
2669 .settings-block {
2670         /* border: 1px solid #AAA; */
2671         padding-left: 5px;
2672         padding-right: 5px;
2673 }
2674
2675 .app-title {
2676   margin: 0px;
2677 }
2678
2679 #identity-manage-desc {
2680         margin-top:15px;
2681         margin-bottom: 15px;
2682 }
2683
2684 #identity-manage-choose {
2685         margin-bottom: 15px;
2686 }
2687
2688 #identity-submit {
2689         margin-top: 20px;
2690 }
2691
2692 #photo-prev-link, #photo-next-link {
2693         padding: 10px;
2694         float: left;
2695 }
2696
2697 #photo-photo {
2698         float: left;
2699 }
2700
2701 #photo-photo-end {
2702         clear: both;
2703 }
2704
2705 .profile-match-photo {
2706         float: left;
2707         text-align: center;
2708         width: 120px;
2709 }
2710
2711 .profile-match-name {
2712         float: left;
2713         text-align: center;
2714         width: 120px;
2715         overflow: hidden;
2716 }
2717
2718 .profile-match-break,
2719 .profile-match-end {
2720         clear: both;
2721 }
2722
2723 .profile-match-connect {
2724         text-align: center;
2725         font-weight: bold;
2726 }
2727
2728 .profile-match-wrapper {
2729         float: left;
2730         padding: 10px;
2731         width: 120px;
2732         height: 120px;
2733         scroll: auto;
2734 }
2735 #profile-match-wrapper-end {
2736         clear: both;
2737 }
2738
2739 /* ============= */
2740 /* = Directory = */
2741 /* ============= */
2742 /* contacts menu */
2743 .contact-photo-wrapper {
2744   position: relative;
2745 }
2746 .contact-photo {
2747   width: 48px;
2748   height: 48px;
2749   overflow: hidden;
2750   display: block;
2751 }
2752 .contact-photo img {
2753   width: 48px;
2754   height: 48px;
2755 }
2756 .contact-photo-menu-button {
2757   display: none;
2758   /* position: absolute; */
2759   /* position: absolute; */
2760   left: -2px;
2761   top: -20px;
2762 }
2763 .contact-wrapper {
2764   float: left;
2765   width: 90px;
2766   height: 90px;
2767   margin-bottom: 15px;
2768 }
2769 .contact-wrapper .contact-photo {
2770   width: 80px;
2771   height: 80px;
2772 }
2773 .contact-wrapper .contact-photo img {
2774   width: 80px;
2775   height: 80px;
2776 }
2777 .contact-wrapper .contact-photo-menu-button {
2778   left: 0px;
2779   top: 63px;
2780 }
2781 .directory-item {
2782   float: left;
2783   width: 200px;
2784   height: 200px;
2785 }
2786 .directory-item .contact-photo {
2787   width: 175px;
2788   height: 175px;
2789 }
2790 .directory-item .contact-photo img {
2791   width: 175px;
2792   height: 175px;
2793 }
2794 .contact-name {
2795   text-align: center;
2796   font-weight: bold;
2797   font-size: 12px;
2798 }
2799 .contact-details {
2800   color: #999999;
2801 }
2802
2803 .photo-top-image-wrapper {
2804         position: relative;
2805         float: left;
2806         margin-top: 15px;
2807         margin-right: 15px;
2808         width: 200px; height: 200px;
2809         overflow: hidden;
2810 }
2811 .photo-top-album-name {
2812         width: 100%;
2813         min-height: 2em;
2814         position: absolute;
2815         bottom: 0px;
2816         padding: 0px 3px;
2817         padding-top: 0.5em;
2818         background-color: rgb(255, 255, 255);
2819 }
2820 #photo-top-end {
2821         clear: both;
2822 }
2823
2824 #photo-top-links {
2825         margin-bottom: 30px;
2826         margin-left: 30px;
2827 }
2828
2829 #photos-upload-newalbum-div {
2830         float: left;
2831         width: 175px;
2832 }
2833
2834 .menu-profile-list{
2835   height: auto;
2836   overflow: auto;
2837   min-height: 16px;
2838   list-style: none;
2839         }
2840 .menu-profile-list:hover{
2841         background: #E7F2F7;
2842         }
2843 .menu-profile-list-item{
2844         padding-left: 5px;
2845         vertical-align: middle;
2846         }
2847 .menu-profile-list-item:hover{
2848         text-decoration: none;
2849    }
2850
2851 .autocomplete {
2852   width: 350px;
2853   color: black;
2854   border: 1px solid rgb(210, 210, 210);
2855   background-color: white;
2856   cursor: pointer;
2857   text-align: left;
2858   max-height: 350px;
2859   overflow: auto;
2860   display: block;
2861   background-position: initial initial;
2862   background-repeat: initial initial;
2863 }
2864 .mail-list-wrapper {
2865   background-color: #f6f7f8;
2866   margin-bottom: 5px;
2867   width: 100%;
2868   height: auto;
2869   overflow: hidden;
2870 }
2871 .mail-list-wrapper span {
2872   display: block;
2873   float: left;
2874   width: 20%;
2875   overflow: hidden;
2876 }
2877 .mail-list-wrapper .mail-subject {
2878   width: 30%;
2879   padding: 4px 0px 0px 4px;
2880 }
2881 .mail-list-wrapper .mail-subject a {
2882   display: block;
2883 }
2884 .mail-list-wrapper .mail-subject.unseen a {
2885   font-weight: bold;
2886 }
2887 .mail-list-wrapper .mail-date {
2888   padding: 4px 4px 0px 4px;
2889 }
2890 .mail-list-wrapper .mail-from {
2891   padding: 4px 4px 0px 4px;
2892 }
2893 .mail-list-wrapper .mail-count {
2894   padding: 4px 4px 0px 4px;
2895   text-align: right;
2896 }
2897 .mail-list-wrapper .mail-delete {
2898   float: right;
2899 }
2900 #mail-display-subject {
2901   background-color: #f6f7f8;
2902   color: #2d2d2d;
2903   margin-bottom: 10px;
2904   width: 100%;
2905   height: auto;
2906   overflow: hidden;
2907 }
2908 #mail-display-subject span {
2909   float: left;
2910   overflow: hidden;
2911   padding: 4px 0px 0px 10px;
2912 }
2913 #mail-display-subject .mail-delete {
2914   float: right;
2915   opacity: 0.5;
2916   -webkit-transition: all 0.2s ease-in-out;
2917   -moz-transition: all 0.2s ease-in-out;
2918   -o-transition: all 0.2s ease-in-out;
2919   -ms-transition: all 0.2s ease-in-out;
2920   transition: all 0.2s ease-in-out;
2921 }
2922 #mail-display-subject:hover .mail-delete {
2923   opacity: 1;
2924   -webkit-transition: all 0.2s ease-in-out;
2925   -moz-transition: all 0.2s ease-in-out;
2926   -o-transition: all 0.2s ease-in-out;
2927   -ms-transition: all 0.2s ease-in-out;
2928   transition: all 0.2s ease-in-out;
2929 }
2930
2931 .mail-list-outside-wrapper-end {
2932         clear: both;
2933 }
2934 .mail-list-outside-wrapper {
2935         margin-top: 30px;
2936 }
2937 .mail-list-delete-wrapper {
2938         float: right;
2939         margin-right: 30px;
2940         margin-top: 15px;
2941 }
2942 .mail-list-delete-icon {
2943         border: none;
2944 }
2945 .mail-conv-sender,
2946 .mail-conv-detail {
2947         float: left;
2948 }
2949 .mail-conv-detail {
2950         margin-left: 20px;
2951         width: 500px;
2952 }
2953 .mail-conv-subject {
2954     font-size: 1.4em;
2955     margin: 10px 0;
2956 }
2957 .mail-conv-outside-wrapper-end {
2958         clear: both;
2959 }
2960 .mail-conv-outside-wrapper {
2961         margin-top: 30px;
2962 }
2963 .mail-conv-delete-wrapper {
2964         float: right;
2965         margin-right: 30px;
2966         margin-top: 15px;
2967 }
2968 .mail-conv-break {
2969         clear: both;
2970 }
2971 .mail-conv-delete-icon {
2972         border: none;
2973 }
2974
2975 .icon.tilted-icon{
2976   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
2977   -webkit-transform: rotate(-20deg);
2978   -moz-transform: rotate(-20deg);
2979   -ms-transform: rotate(-20deg);
2980   -o-transform: rotate(-20deg);
2981   transform: rotate(-20deg);
2982   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
2983   padding-top:1px;
2984 }
2985
2986 #profile-edit-wrapper {
2987     line-height: 30px;
2988 }
2989 #profile-edit-wrapper .field{
2990   margin-bottom:0;
2991   padding-bottom:0;
2992 }
2993 #profile-edit-wrapper input[type=text],
2994 #profile-edit-wrapper select{
2995   width:250px;
2996 }
2997 #profile-edit-wrapper #profile-edit-dob select{
2998   width:auto;
2999 }
3000 #profile-edit-wrapper,
3001 #profile-edit-wrapper .toggle-section-content{
3002   margin-bottom:15px;
3003 }
3004 .profile-edit-submit-wrapper{
3005   margin-top:15px;
3006 }
3007 #profile-edit-default-desc{
3008   display:inline-block;
3009   padding:15px;
3010   width:auto;
3011   border:1px solid #511919;
3012 }
3013 #profile-edit-wrapper .toggle-section-content{
3014   background:#ededed;
3015   max-width:599px;
3016   padding:5px;
3017 }
3018
3019 .btn{
3020   outline:none;
3021   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
3022   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
3023   box-shadow:inset 0px 1px 0px 0px #ffffff;
3024   background-color:#ededed;
3025   -webkit-border-top-left-radius:0px;
3026   -moz-border-radius-topleft:0px;
3027   border-top-left-radius:0px;
3028   -webkit-border-top-right-radius:0px;
3029   -moz-border-radius-topright:0px;
3030   border-top-right-radius:0px;
3031   -webkit-border-bottom-right-radius:0px;
3032   -moz-border-radius-bottomright:0px;
3033   border-bottom-right-radius:0px;
3034   -webkit-border-bottom-left-radius:0px;
3035   -moz-border-radius-bottomleft:0px;
3036   border-bottom-left-radius:0px;
3037   text-indent:0;
3038   border:1px solid #dcdcdc;
3039   display:inline-block;
3040   color:#777777;
3041   font-family:Arial, sans-serif;
3042   font-size:15px;
3043   font-weight:bold;
3044   font-style:normal;
3045   height:40px;
3046   line-height:40px;
3047   padding:0 15px;
3048   text-align:center;
3049   text-shadow:1px 1px 0px #ffffff;
3050 }
3051   .btn:hover{
3052     background-color:#e6e6e6;
3053     text-decoration:none;
3054   }
3055   .btn:active{
3056     position:relative;
3057     top:1px;
3058   }
3059 .profile-view-actions{
3060   float:right;
3061 }
3062 /* videos page */
3063 .videos .video-top-wrapper {
3064   width: 300px;
3065   float: left;
3066   margin: 0px 10px 10px 0px;
3067   position: relative;
3068 }
3069 .videos .video-top-wrapper .video-js {
3070   width: 300px!important;
3071   height: 232px!important;
3072 }
3073 .videos .video-top-wrapper .video-delete {
3074   position: absolute;
3075   opacity: 0;
3076   right: 0px;
3077   top: 0px;
3078   transition: opacity 0.5s;
3079 }
3080 .videos .video-top-wrapper:hover .video-delete {
3081   opacity: 1;
3082 }
3083
3084 /* upload/select popup */
3085 .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
3086  #message-preview { margin-top: 15px; }
3087  #message-preview span { width: 100%; }
3088  #message-preview .mail-count, #message-preview .mail-delete { display:none; }
3089  #message-preview .mail-list-wrapper { padding: 3px; }
3090  #message-preview .mail-date { opacity:0.6; font-size:10px; }