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