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