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