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