]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
set max height of acl names to avoid wrap
[friendica.git] / view / theme / dispy / style.css
1 body {
2         margin: 0px;
3         padding: 0px;
4         font-family: freesans,helvetica,arial,clean,sans-serif;
5         font-size: 16px;
6 }
7 img {  border: 0 none; }
8
9 a { color: #3465a4; text-decoration: none; margin-bottom:1px;}
10 a:hover { color: #729fcf; padding-bottom: 0px; border-bottom: 1px dotted #729fcf;}
11
12
13 .required { display: inline; color: #ff0000;}
14 .fakelink { color: #3465a4; cursor: pointer; }
15 .fakelink :hover{ color: #729fcf; }
16
17 input[type=submit] {
18         margin-top: 20px;
19         height: 22px;
20         background-color: #555753;
21         color: #eeeeec;
22         -webkit-border-radius: 5px ;
23         -moz-border-radius: 5px;
24         border-radius: 5px;
25         border: 0px;    
26 }
27
28 .smalltext { font-size: 0.7em }
29
30 #panel {
31         position: absolute;
32         font-size:0.8em;
33         -webkit-border-radius: 5px ;
34         -moz-border-radius: 5px;
35         border-radius: 5px;
36         border: 1px solid #ffffff;
37         background-color: #2e3436;
38         color: #eeeeec;
39         padding:1em;
40 }
41
42 .pager {
43         padding-top: 30px;
44         display:block;
45         clear: both;
46         text-align: center;
47 }
48
49 .pager span { padding: 4px; margin:4px; }
50 .pager_current { background-color: #729fcf; color: #ffffff; }
51
52 /**
53  *      login
54  */
55 #login-extra-links a { margin-right: 20px; }
56
57 /*********
58 * nav
59 *********/
60
61 nav {
62         height: 50px;
63         display: block;
64         background-color: #2e3436;
65         color: #eeeeec;
66         position: relative;
67         padding: 0px 10%;
68 }
69 nav a { text-decoration: none;  color: #eeeeec; border:0px;}
70 nav a:hover { text-decoration: none;    color: #eeeeec; border:0px;}
71
72 nav #banner {
73         display: block;
74         position: absolute;
75         margin-left: 20px;      
76 }
77 nav #banner #logo-text a {
78         font-size: 40px;
79         font-weight: bold;
80         margin-left: 3px;
81 }
82
83 nav #user-menu {
84     display: block;     
85         width: auto;
86     float: right;
87     margin-top: 22px;
88     margin-right: 10px;
89     position: relative;
90     vertical-align: middle;
91
92         background-color: #555753;
93
94     -webkit-border-radius: 5px;
95     -moz-border-radius: 5px;
96     border-radius: 5px;
97     
98     background: #555753 url("menu-user-pin.jpg") 98% center no-repeat;
99 }
100 nav #user-menu-label {
101         float: left;
102         font-size: 12px;
103     padding: 3px 20px 9px 5px;
104     height: 10px;
105 }
106
107 ul#user-menu-popup {
108     display: none;
109     position: absolute;
110     background-color: #555753;
111     width: 100%;
112     padding: 10px 0px;
113     margin: 0px;
114     top: 20px;
115         left: 0px;
116
117     -webkit-border-radius: 0px 0px 5px 5px;
118     -moz-border-radius: 0px 0px 5px 5px;    
119     border-radius: 0px 0px 5px 5px;
120     
121     z-index: 10000;
122 }
123
124 ul#user-menu-popup li { display: block; }
125 ul#user-menu-popup li a { display: block; padding: 5px; }
126 ul#user-menu-popup li a:hover { color: #2e3436; background-color: #eeeeec; }
127 ul#user-menu-popup li a.nav-sep { border-top: 1px solid #eeeeec; }
128 nav .nav-link {
129     float: right;
130     display: block;
131     width: 22px;
132     height: 22px;
133     /*border: 1px solid #eeeeec;*/
134     overflow: hidden;
135     margin-top: 22px;
136     margin-right: 10px;
137     text-indent: 50px;
138     background: transparent url('icons.png') 0px 0px no-repeat; 
139 }
140
141 #nav-directory-link             { background-position: 0px -22px }
142 #nav-directory-link:hover       { background-position: -22px -22px;}
143 #nav-search-link                        { background-position: 0px -44px }
144 #nav-search-link:hover          { background-position: -22px -44px;}
145 #nav-apps-link                          { background-position: 0px -66px }
146 #nav-apps-link:hover            { background-position: -22px -66px;}
147 #nav-login-link                         { background-position: 0px -88px }
148 #nav-login-link:hover           { background-position: -22px -88px;}
149 #nav-help-link                          { background-position: 0px -110px }
150 #nav-help-link:hover            { background-position: -22px -110px;}
151
152
153 #notifications {
154         height: 20px; width: 100%;
155         position: absolute;
156         top:-19px; left: 0px;
157 }
158 .nav-ajax-update {
159         width: 30px;
160         height: 19px;
161         background: transparent url('notifications.png') 0px 0px no-repeat; 
162         color: #ffffff;
163         font-weight: bold;
164         font-size: 0.8em;
165         padding-top: 0.2em;
166         text-align: center;
167         float: left;
168         margin-right: -4px;
169     display: none;
170 }
171 #net-update { background-position: 0px 0px; }
172 #mail-update { background-position: -30px 0px; }
173 #notify-update { background-position: -60px 0px; }
174 #home-update { background-position: -90px 0px; }
175
176 #lang-select-icon {
177         cursor: pointer;
178         position: absolute;
179         left: 0px;
180         top: 0px;
181 }
182
183 #language-selector {
184         position: absolute;
185         top: 0;
186         left: 16px;
187 }
188
189
190 /** sysmsg **/
191 #sysmsg_info{
192         position:fixed; 
193         bottom: 0px; right:20%; 
194         -moz-box-shadow: 0px 0px 5px #888;
195         -webkit-box-shadow: 0px 0px 5px #888;
196         box-shadow: 0px 0px 5px #888;
197         padding: 10px; 
198         background-color: #fcaf3e; border:2px solid #f8911b;
199         border-bottom:0px;
200         padding-bottom: 50px;   
201         z-index: 1000;
202 }
203 #sysmsg { 
204         position:fixed; 
205         bottom: 0px; right:10%; 
206         -moz-box-shadow: 0px 0px 5px #888;
207         -webkit-box-shadow: 0px 0px 5px #888;
208         box-shadow: 0px 0px 5px #888;
209         padding: 10px; 
210         background-color: #fcaf3e; border:2px solid #f8911b;
211         border-bottom:0px;
212         padding-bottom: 50px;   
213         z-index: 1000;
214 }
215 #sysmsg_info br,
216 #sysmsg br {
217         display:block;
218         margin:2px 0px;
219         border-top: 1px solid #ccccce;
220 }
221
222
223
224 /**
225 * aside
226 **/
227
228 aside {
229     position: absolute;
230     right: 11%;
231     width: 200px;
232     font-size: 0.7em;
233
234 }
235 .vcard .fn { font-size: 1.7em; font-weight: bold; border-bottom: 1px solid #729fcf; padding-top: 1px;}
236
237 .vcard #profile-photo-wrapper { margin: 10px 0px }
238
239 aside h4 { font-size: 1.2em; }
240
241 aside #viewcontacts { text-align: right;}
242
243 #profile-extra-links ul { margin-left: 0px; padding-left: 0px; list-style: none; }
244
245 #dfrn-request-link {
246     background: #3465A4 url('connect.png') no-repeat 95% center;
247     border-radius: 5px 5px 5px 5px;
248     color: #FFFFFF;
249     display: block;
250     font-size: 1.2em;
251     padding: 0.2em 0.5em;
252 }
253
254
255 #netsearch-box {
256         margin: 30px 0px;
257 }
258
259 /**
260 * contacts block
261 */
262 .contact-block-div { width: 50px; height: 50px; float: left; }
263 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
264 #contact-block-end { clear: both; }
265
266 /**
267  * jot
268  **/ 
269 #profile-jot-text_tbl { margin-bottom: 10px; }
270 #profile-jot-text_ifr { width: 99.9%!important }
271 #profile-jot-submit-wrapper { float: right;}
272 #profile-jot-perms { 
273         float: right;
274         background-color: #555753;
275         height: 22px; width: 20px;
276     -webkit-border-radius: 0px 5px 5px 0px;
277     -moz-border-radius: 0px 5px 5px 0px;
278     border-radius: 0px 5px 5px 0px;     
279         overflow: hidden;
280         border: 0px;
281         margin-left:2px;
282 }
283 #profile-jot-submit { 
284         float: right;
285         height: 22px;
286         background-color: #555753;
287         color: #eeeeec;
288         -webkit-border-radius: 5px 0px 0px  5px;
289         -moz-border-radius: 5px 0px 0px  5px;
290         border-radius: 5px 0px 0px  5px;
291         border: 0px;
292         margin-top: 0px;
293 }
294 #character-counter {
295  float: right; padding: 8px 10px; 
296 }
297 #profile-rotator-wrapper {
298  float: right; 
299 }
300
301 .jot-tool {
302         float: left;
303         margin-right: 5px;
304 }
305 #profile-jot-tools-end,
306 #profile-jot-banner-end { clear: both; }
307
308 #profile-jot-email-wrapper {
309         margin: 10px 10% 0px 10%;
310         border: 1px solid #555753;
311         border-bottom: 0px;
312 }
313 #profile-jot-email-label { background-color: #555753; color: #ccccce;   padding: 5px;}
314 #profile-jot-email { margin: 5px; width: 90%; }
315         
316 #profile-jot-networks {
317         margin: 0px 10%;
318         border: 1px solid #555753;
319         border-top: 0px;
320         border-bottom: 0px;
321         padding: 5px;
322 }
323 #profile-jot-acl-wrapper {
324         margin: 0px 10px;
325         border: 1px solid #555753;
326         border-top: 0px;
327         display:block!important;
328 }
329 #group_allow_wrapper,
330 #group_deny_wrapper,
331 #acl-permit-outer-wrapper { width: 47%; float: left; }
332
333 #contact_allow_wrapper,
334 #contact_deny_wrapper,
335 #acl-deny-outer-wrapper { width: 47%; float: right; }
336
337 #acl-permit-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
338 #jot-public {background-color: #555753; color: #ff0000; padding: 5px; float: left;}
339 #acl-deny-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
340
341 #acl-permit-text-end,
342 #acl-deny-text-end { clear: both; }
343
344
345
346 /**
347  * section
348  */
349 section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
350
351 /** tabs **/
352 .tabs-wrapper {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; }
353 .tabs-wrapper li { display: inline;}
354 .tabs { padding: 0px 5px; margin-right: 10px; }
355 .tabs:hover { background-color: #729fcf; color: #eeeeec; border: 0px; }
356 .tabs.active { background-color: #729fcf; color: #eeeeec; border: 0px; }
357
358
359 /**
360  *      items
361  */
362 .wall-item-outside-wrapper { 
363         margin-top: 50px;
364 }
365 .wall-item-outside-wrapper-end { clear: both;}
366 .wall-item-content-wrapper { position: relative; }
367 .wall-item-photo-menu { display: none;}
368 .wall-item-photo-menu-button {
369         display:none;
370         text-indent: -99999px;
371         background: #555753 url("menu-user-pin.jpg") no-repeat 75px center;
372         position: absolute;
373         overflow: hidden;
374         height: 20px; width: 90px; 
375         top: 85px;      left: 0px;
376         -webkit-border-radius: 0px 0px 5px  5px;
377         -moz-border-radius: 0px 0px 5px  5px;
378         border-radius: 0px 0px 5px  5px;
379         
380         
381 }
382
383 .wall-item-info { float: left; width: 140px; }
384 .wall-item-photo-wrapper { 
385         width: 80px; height: 80px;  
386         position: relative;
387         padding: 5px;
388         background-color: #555753;
389         -webkit-border-radius: 5px;
390         -moz-border-radius: 5px;
391         border-radius: 5px;     
392 }
393
394
395 .wall-item-tools { 
396         float: right; 
397         /*height: 0px;
398         padding-top: 20px;
399         overflow:hidden;
400         background: #ffffff url("icons.png") no-repeat  -50px  -40px;*/
401         filter: alpha(opacity=20);
402         opacity: 0.2;
403         -webkit-transition: all 1s ease-in-out;
404         -moz-transition: all 1s ease-in-out;
405         -o-transition: all 1s ease-in-out;
406         -ms-transition: all 1s ease-in-out;
407         transition: all 1s ease-in-out; 
408 }
409 .wall-item-tools:hover {
410         /*height:auto;*/
411         filter: alpha(opacity=100);
412         opacity: 1;
413         -webkit-transition: all 1s ease-in-out;
414         -moz-transition: all 1s ease-in-out;
415         -o-transition: all 1s ease-in-out;
416         -ms-transition: all 1s ease-in-out;
417         transition: all 1s ease-in-out; 
418         
419 }
420
421 .wall-item-title { font-size: 1.2em; font-weight: bold;}
422 .wall-item-body { margin-left: 140px;}
423 .wall-item-lock-wrapper { float: right; }
424 .wall-item-dislike,
425 .wall-item-like,
426 .wall-item-author { clear: left; font-size: 0.8em; margin: 10px 0px 0px 140px; color: #babdb6;}
427 .wall-item-ago { display: inline; padding-left: 10px;} 
428 .wall-item-wrapper-end { clear:both; }
429 .wall-item-location {
430         margin-top:5px;
431         width: 100px;
432         overflow: hidden;
433         text-overflow: ellipsis;
434         -o-text-overflow: ellipsis;
435 }
436 .wall-item-location .icon { float: left; }
437 .wall-item-location > a { margin-left: 25px;  font-size: 0.7em; display: block;}
438 .wall-item-location .smalltext { margin-left: 25px;  font-size: 0.7em; display: block;}
439 .wall-item-location > br { display: none; }
440
441 .wallwall .wwto {
442     left: -10px;
443     margin: 0;
444     position: absolute;
445     top: 65px;
446     width: 30px;
447     z-index: 10001;
448         width: 30px;
449         height: 30px;
450     
451 }
452 .wallwall .wwto img { width: 30px!important; height: 30px!important;}
453 .wallwall .wall-item-photo-end { clear: both; }
454 .wall-item-arrowphoto-wrapper {
455     position: absolute;
456     left: 20px;
457     top: 70px;
458     z-index: 10002;
459 }
460
461 .wall-item-photo-menu {
462         min-width: 92px;
463         border: 2px solid #FFFFFF;
464         border-top: 0px;
465         background: #555753;
466         position: absolute;
467         left: -2px; top: 101px;
468         display: none;
469         z-index: 10000;
470         -webkit-border-radius: 0px 5px 5px 5px;
471         -moz-border-radius: 0px 5px 5px 5px;
472         border-radius: 0px 5px 5px 5px;
473 }
474 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
475 .wall-item-photo-menu li a { white-space: nowrap;  display: block; padding: 5px 2px;    color: #eeeeec;  }
476 .wall-item-photo-menu li a:hover { color: #555753; background: #eeeeec; }
477
478 .icon.drop,
479 .icon.drophide { float: left; }
480 #item-delete-selected { overflow: auto; width: 100%}
481 /**
482  *      comment
483  */
484  
485  .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
486  
487 .wall-item-outside-wrapper.comment { margin-left: 80px; }
488 .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;}
489 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
490 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
491         width: 50px; top: 45px; background-position: 35px center;
492 }
493 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
494 .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px;}
495 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
496
497 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
498         min-width: 50px;
499         top: 60px;
500 }
501
502
503 .comment-wwedit-wrapper,
504 .comment-edit-wrapper { margin: 30px 0px 0px 80px;}
505 .comment-wwedit-wrapper img,
506 .comment-edit-wrapper img { width: 20px; height: 20px; }
507 .comment-edit-photo-link { float: left; width: 40px;}
508 .comment-edit-text-empty {  width: 80%; height: 20px; border: 0px; color: #babdb6;
509         -webkit-transition: all 0.5s ease-in-out;
510         -moz-transition: all 0.5s ease-in-out;
511         -o-transition: all 0.5s ease-in-out;
512         -ms-transition: all 0.5s ease-in-out;
513         transition: all 0.5s ease-in-out;       
514 }
515 .comment-edit-text-empty:hover { color: #999999;}
516 .comment-edit-text-full { width: 80%; height: 6em;
517         -webkit-transition: all 0.5s ease-in-out;
518         -moz-transition: all 0.5s ease-in-out;
519         -o-transition: all 0.5s ease-in-out;
520         -ms-transition: all 0.5s ease-in-out;
521         transition: all 0.5s ease-in-out;       
522 }
523 .comment-edit-submit-wrapper { width: 80%; margin-left: 40px; text-align: right; }
524 .comment-edit-submit {
525         height: 22px;
526         background-color: #555753;
527         color: #eeeeec;
528         -webkit-border-radius: 5px;
529         -moz-border-radius: 5px;
530         border-radius: 5px;
531         border: 0px;
532 }
533
534 /**
535  * item text style
536  **/
537 .wall-item-body code {
538     border-color: #CCCCCC;
539     border-style: solid;
540     border-width: 1px 1px 1px 10px;
541     display: block;
542     padding-left: 10px;
543 }
544
545 /**
546  * profile
547  **/
548  
549 div[id$="text"] { font-weight: bold; border-bottom: 1px solid #cccccc; } 
550 div[id$="wrapper"] { height: 100%; margin-bottom: 1em; } 
551 div[id$="wrapper"] br { clear: left; }
552 #advanced-profile-with { margin-left: 200px; }
553
554 /**
555  * photos
556  **/
557 #photo-top-links {
558         margin-bottom:30px;
559 }
560 .photo-album-image-wrapper,
561 .photo-top-image-wrapper { 
562         float: left; 
563         margin: 0px 10px 10px 0px;
564         -moz-box-shadow: 0px 0px 5px #888;
565         -webkit-box-shadow: 0px 0px 5px #888;
566         box-shadow: 0px 0px 5px #888;
567         background-color: #eeeeee;
568         -webkit-border-radius: 5px;
569         -moz-border-radius: 5px;
570         border-radius: 5px;
571
572         padding-bottom: 30px; 
573         position:relative;
574         
575 }
576
577 #photo-photo { max-width: 100% }
578 #photo-photo img { max-width: 100% }
579
580 .photo-top-image-wrapper a:hover,
581 #photo-photo a:hover,
582 .photo-album-image-wrapper a:hover { 
583         border-bottom: 0px; 
584 }
585
586 .photo-top-photo,
587 .photo-album-photo {
588     -webkit-border-radius: 5px 5px 0px 0px;
589     -moz-border-radius: 5px 5px 0px 0px;
590     border-radius: 5px 5px 0px 0px;
591  } 
592
593 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
594 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
595
596
597 #photo-photo{
598         position: relative;
599         float:left;
600 }
601 #photo-photo-end { clear: both; }
602 #photo-prev-link,
603 #photo-next-link{
604         position: absolute;
605         width:30%;
606         height: 100%;
607         background-color: rgba(255,255,255,0.5);
608         opacity: 0;
609         -webkit-transition: all 0.2s ease-in-out;
610         -moz-transition: all 0.2s ease-in-out;
611         -o-transition: all 0.2s ease-in-out;
612         -ms-transition: all 0.2s ease-in-out;
613         transition: all 0.2s ease-in-out;
614         background-position: center center;
615         background-repeat: no-repeat;
616         
617 }
618 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
619 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
620
621 #photo-prev-link a,
622 #photo-next-link a{
623  display: block; width: 100%; height: 100%;
624  overflow: hidden;
625  text-indent: -900000px;                 
626 }
627
628 #photo-prev-link:hover,
629 #photo-next-link:hover{
630         opacity: 1;
631         -webkit-transition: all 0.2s ease-in-out;
632         -moz-transition: all 0.2s ease-in-out;
633         -o-transition: all 0.2s ease-in-out;
634         -ms-transition: all 0.2s ease-in-out;
635         transition: all 0.2s ease-in-out;               
636 }
637
638 #photo-next-link .icon,
639 #photo-prev-link .icon { display: none }
640
641 #photos-upload-spacer,
642 #photos-upload-new-wrapper,
643 #photos-upload-exist-wrapper { margin-bottom: 1em; }
644 #photos-upload-existing-album-text,
645 #photos-upload-newalbum-div { 
646         background-color: #555753;
647         color: #eeeeec;
648         padding: 1px;
649 }
650 #photos-upload-album-select,
651 #photos-upload-newalbum { width: 99% }
652 #photos-upload-perms-menu { text-align: right; }
653
654 /**
655  *      message
656  */
657 .prvmail-text { width: 100%;}
658 #prvmail-subject { width: 100%;}
659 #prvmail-submit-wrapper { margin-top: 10px; }
660 #prvmail-submit {
661         float: right;
662         margin-top: 0px;
663 }
664 #prvmail-submit-wrapper > div {
665         margin-right: 5px;
666         float: left;
667 }
668 .mail-list-outside-wrapper { margin-top: 20px;}
669 .mail-list-sender {     float: left; }
670 .mail-list-detail {     margin-left: 90px; }
671 .mail-list-sender-name { display: inline; }
672 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
673 .mail-list-subject { font-size: 1.5em;}
674 .mail-list-delete-wrapper { float: right; }
675 .mail-list-outside-wrapper-end { clear: both;}
676
677 .mail-conv-sender {float: left; margin: 0px 5px 5px 0px }
678 .mail-conv-sender-photo { width: 32px; height: 32px }
679 .mail-conv-sender-name { float: left }
680 .mail-conv-date { float: right }
681 .mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em }
682 .mail-conv-body { clear: both; }
683 .mail-conv-delete-wrapper { margin-top: 5px; }
684
685
686 /**
687  *      contacts
688  */
689
690 .view-contact-wrapper,
691 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; width: 120px; height: 120px; position: relative;}
692 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
693 .contact-entry-edit-links { position: absolute; top: 60px; }
694 .contact-entry-photo {
695         margin-left:20px;
696 }
697 .contact-entry-name { width: 120px; overflow: hidden; }
698 .contact-entry-photo {
699         position: relative;
700 }
701
702 .contact-entry-edit-links .icon {       
703         border: 1px solid #babdb6;
704     -webkit-border-radius: 3px;
705     -moz-border-radius: 3px;
706     border-radius: 3px; 
707         background-color: #ffffff;
708 }
709
710 #contact-edit-banner-name { font-size: 1.5em; }
711 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
712 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
713 #contact-edit-nav-wrapper { margin-left: 210px; }
714 #contact-edit-links { float: left; margin-top: 23px; }
715 #contact-drop-links { margin-left: 5px; }
716 #contact-edit-nav-wrapper .icon {
717         border: 1px solid #babdb6;
718     -webkit-border-radius: 3px;
719     -moz-border-radius: 3px;
720     border-radius: 3px; 
721 }
722 #contact-edit-poll-wrapper { margin-left: 50px; }
723 #contact-edit-last-update-text { margin-bottom: 15px; }
724 #contact-edit-last-updated { font-weight: bold; }
725 #contact-edit-poll-text { display: inline; }
726 #contact-edit-end { clear: both; margin-bottom: 65px;}
727
728 .contact-photo-menu-button {
729        position: absolute;
730        background-image: url("photo-menu.jpg");
731        background-position: top left; 
732        background-repeat: no-repeat;
733        margin: 0px; padding: 0px;
734        width: 16px;
735        height: 16px;
736        top: 64px; left:0px;
737        overflow: hidden;
738        text-indent: 40px;
739        display: none;
740        
741 }
742 .contact-photo-menu {
743        width: auto;
744        border: 2px solid #444444;
745        background: #FFFFFF;
746        position: absolute;
747        left: 0px; top: 90px;
748        display: none;
749        z-index: 10000;
750 }
751 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
752 .contact-photo-menu li a { display: block; padding: 2px; }
753 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
754
755
756
757 /**
758  *      register, settings & profile forms
759  */
760 #id_openid_url,
761 .openid {
762    background: url(login-bg.gif) no-repeat;
763    background-position: 0 50%;
764    padding-left: 18px;
765 }
766  
767 #settings-nickname-desc {
768         background-color: #DDEFFF;
769         -webkit-border-radius: 5px;
770         -moz-border-radius: 5px;
771     border-radius: 5px;
772     padding: 5px;
773 }
774
775 #register-form div,
776 #profile-edit-form div { 
777         clear: both;
778 }
779
780 #register-form label,
781 #profile-edit-form label {
782         width: 300px; float: left;
783 }
784
785 #register-form span,
786 #profile-edit-form span  {
787         color: #555753;
788         display:block;
789         margin-bottom: 20px;
790 }
791 .settings-submit-wrapper,
792 .profile-edit-submit-wrapper { margin: 30px 0px;}
793 .profile-listing { float: left; margin: 20px 20px 0px 0px}
794
795 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
796
797
798 #register-sitename { display: inline; font-weight: bold;}
799
800 /**
801  *      contacts selector
802  */
803 #group-edit-desc { margin: 10px 0xp; }
804 #group-members,
805 #prof-members {
806         height: 200px; 
807         overflow: auto;
808         border: 1px solid #555753;
809     -webkit-border-radius: 5px 5px 0px 0px;
810     -moz-border-radius: 5px 5px 0px 0px;
811     border-radius: 5px 5px 0px 0px;
812 }
813 #group-all-contacts,
814 #prof-all-contacts { 
815         height: 200px;
816     overflow: auto;     
817         border: 1px solid #555753;
818     -webkit-border-radius: 0px 0px 5px 5px;
819     -moz-border-radius: 0px 0px 5px 5px;
820     border-radius: 0px 0px 5px 5px;
821 }
822 #group-members h3,
823 #group-all-contacts h3,
824 #prof-members h3,
825 #prof-all-contacts h3{
826         color: #eeeeec;
827         background-color: #555753;
828         margin: 0px;
829         padding: 5px;
830 }
831 #group-separator,
832 #prof-separator { display: none;}
833
834 /**
835  * profile
836  */
837 #cropimage-wrapper { float:left; }
838 #crop-image-form { clear:both; }
839
840 /**
841  * events
842  **/
843  
844 .clear { clear: both; }
845 .eventcal {
846         float: left;
847         font-size: 20px;
848 }
849
850 .vevent {
851         border: 1px solid #CCCCCC;
852 }
853 .vevent .event-description, .vevent .event-location {
854         margin-left: 10px;
855         margin-right: 10px;
856 }
857 .vevent .event-start {
858         margin-left: 10px;
859         margin-right: 10px;
860 }
861
862 #new-event-link {
863         margin-bottom: 10px;
864 }
865
866 .edit-event-link, .plink-event-link {
867         float: left;
868         margin-top: 4px;
869         margin-right: 4px;
870         margin-bottom: 15px;
871 }
872
873 .event-description:before {
874         content: url('../../../images/calendar.png');
875         margin-right: 15px;
876 }
877
878 .event-start, .event-end {
879         margin-left: 10px;
880         width: 330px;
881 }
882
883 .event-start .dtstart, .event-end .dtend {
884         float: right;
885 }
886
887 .event-list-date {
888         margin-bottom: 10px;
889 }
890
891 .prevcal, .nextcal {
892         float: left;
893         margin-left: 32px;
894         margin-right: 32px;
895         margin-top: 64px;
896 }
897 .event-calendar-end {
898         clear: both;
899 }
900
901  
902 .calendar {
903         font-family: Courier, monospace;
904 }
905 .today {
906         font-weight: bold;
907         color: #FF0000;
908
909  
910 #event-start-text, 
911 #event-finish-text {
912         margin-top: 10px;
913         margin-bottom: 5px;
914 }
915
916 #event-nofinish-checkbox, 
917 #event-nofinish-text, 
918 #event-adjust-checkbox, 
919 #event-adjust-text,
920 #event-share-checkbox
921 {
922         float: left;
923 }
924 #event-datetime-break {
925         margin-bottom: 10px;
926 }
927
928 #event-nofinish-break, 
929 #event-adjust-break,
930 #event-share-break {
931         clear: both;
932 }
933
934 #event-desc-text, 
935 #event-location-text {
936         margin-top: 10px;
937         margin-bottom: 5px;
938 }
939 #event-submit {
940         margin-top: 10px;
941 }
942
943 /**
944  *      directory
945  */
946 .directory-item {float: left; margin: 50px 50px 0px 0px;}
947
948 /**
949  * ADMIN
950  */
951 #pending-update {
952         float:right;
953         color: #ffffff;
954         font-weight: bold;
955         background-color: #FF0000;
956         padding: 0em 0.3em;
957 }
958 .admin.linklist {
959         border: 0px; padding: 0px;
960 }
961 .admin.link {
962         list-style-position: inside;
963 }
964
965 #adminpage dl {
966         clear: left;
967         margin-bottom: 2px;
968         padding-bottom: 2px;
969         border-bottom: 1px solid black;
970 }
971 #adminpage dt {
972         width: 200px;
973         float: left;
974         font-weight: bold;
975 }
976 #adminpage dd {
977         margin-left: 200px;
978 }
979 #adminpage h3 {
980         border-bottom: 1px solid #cccccc;
981 }
982
983 #adminpage .submit {
984         clear:left;
985 }
986
987 #adminpage #pluginslist {
988         margin: 0px; padding: 0px;
989 }
990 #adminpage .plugin {
991         list-style: none;
992         display: block;
993         border: 1px solid #888888;
994         padding: 1em;
995         margin-bottom: 5px;
996         clear: left;
997 }
998 #adminpage .toggleplugin {
999         float:left;
1000         margin-right: 1em;
1001 }
1002
1003 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
1004 #adminpage table th { text-align: left;}
1005 #adminpage td .icon { float: left;}
1006 #adminpage table#users img { width: 16px; height: 16px; }
1007 #adminpage table tr:hover { background-color: #bbc7d7; }
1008 #adminpage .selectall { text-align: right; }
1009
1010 /**
1011  * Form fields
1012  */
1013 .field {
1014         margin-bottom: 10px;
1015         padding-bottom: 10px;
1016         overflow: auto;
1017         width: 100%
1018 }
1019
1020 .field label {
1021         float: left;
1022         width: 200px;
1023 }
1024
1025 .field input,
1026 .field textarea {
1027         width: 400px;
1028 }
1029 .field textarea { height: 100px; }
1030 .field_help {
1031         display: block;
1032         margin-left: 200px;
1033         color: #666666;
1034         
1035 }
1036
1037
1038 .field .onoff {
1039         float: left;
1040         width: 80px;
1041 }
1042 .field .onoff a {
1043         display: block;
1044         border:1px solid #666666;
1045         background-image:url("../../../images/onoff.jpg");
1046         background-repeat: no-repeat;
1047         padding: 4px 2px 2px 2px;
1048         height: 16px;
1049         text-decoration: none;
1050 }
1051 .field .onoff .off {
1052         border-color:#666666;
1053         padding-left: 40px;
1054         background-position: left center;
1055         background-color: #cccccc;
1056         color: #666666;
1057         text-align: right;
1058 }
1059 .field .onoff .on {
1060         border-color:#204A87;
1061         padding-right: 40px;
1062         background-position: right center;
1063         background-color: #3465A4;
1064         color: #FFFFFF;
1065         text-align: left;
1066 }
1067 .hidden { display: none!important; }
1068
1069 .field.radio .field_help { margin-left: 0px; }
1070
1071 /**
1072  * ICONS
1073  */
1074 .icon {
1075         display: block; width: 20px; height: 20px;
1076         background-image: url('icons.png');
1077 }
1078 /*.icon:hover {
1079         border-bottom: 0px;
1080 }*/
1081
1082
1083 .border {
1084         border: 1px solid #babdb6;
1085     -webkit-border-radius: 3px;
1086     -moz-border-radius: 3px;
1087     border-radius: 3px; 
1088 }
1089
1090 .article        { background-position: -50px  0px;}
1091 .audio          { background-position: -70px  0px;}
1092 .block          { background-position: -90px  0px;}
1093 .drop           { background-position: -110px 0px;}
1094 .drophide       { background-position: -130px 0px;}
1095 .edit           { background-position: -150px 0px;}
1096 .camera         { background-position: -170px 0px;}
1097 .dislike        { background-position: -190px 0px;}
1098 .like           { background-position: -210px 0px;}
1099 .link           { background-position: -230px 0px;}
1100
1101 .globe          { background-position: -50px  -20px;}
1102 .noglobe        { background-position: -70px  -20px;}
1103 .no             { background-position: -90px  -20px;}
1104 .pause          { background-position: -110px -20px;}
1105 .play           { background-position: -130px -20px;}
1106 .pencil         { background-position: -150px -20px;}
1107 .small-pencil   { background-position: -170px -20px;}
1108 .recycle        { background-position: -190px -20px;}
1109 .remote-link    { background-position: -210px -20px;}
1110 .share          { background-position: -230px -20px;}
1111
1112 .tools          { background-position: -50px  -40px;}
1113 .lock           { background-position: -70px  -40px;}
1114 .unlock         { background-position: -90px  -40px;}
1115 .video          { background-position: -110px -40px;}
1116 .youtube        { background-position: -130px -40px;}
1117
1118 .attach         { background-position: -190px -40px;}
1119 .language       { background-position: -210px -40px;}
1120
1121
1122 .on             { background-position: -50px  -60px;}
1123 .off            { background-position: -70px  -60px;}
1124 .prev           { background-position: -90px  -60px;}
1125 .next           { background-position: -110px  -60px;}
1126
1127
1128 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1129
1130 .attachtype {
1131         display: block; width: 20px; height: 23px;
1132         background-image: url('../../../images/content-types.png');
1133 }
1134
1135 .type-video { background-position: 0px 0px; }
1136 .type-image { background-position: -20px 0px; }
1137 .type-audio { background-position: -40px 0px; }
1138 .type-text  { background-position: -60px 0px; }
1139 .type-unkn  { background-position: -80px 0px; }
1140
1141
1142
1143 /**
1144  *      footer
1145  */                                  
1146  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
1147 footer { display: block; margin: 50px 20%; clear: both; }
1148                                   
1149 #profile-jot-text {
1150     height: 20px;
1151     color:#cccccc;
1152     border: 1px solid #cccccc;
1153 }
1154 /** acl **/
1155 #photo-edit-perms-select,
1156 #photos-upload-permissions-wrapper,
1157 #profile-jot-acl-wrapper{
1158         display:block!important;
1159 }
1160
1161 #acl-wrapper {
1162         width: 690px;
1163         float:left;
1164 }
1165 #acl-search {
1166         float:right;
1167         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1168         padding-right:20px;
1169 }
1170 #acl-showall {
1171         float: left;
1172         display: block;
1173         width: auto;
1174         height: 18px;
1175         background-color: #cccccc;
1176         background-image: url("../../../images/show_all_off.png");
1177         background-position: 7px 7px;
1178         background-repeat: no-repeat;
1179         padding: 7px 10px 7px 30px;
1180         -webkit-border-radius: 5px ;
1181         -moz-border-radius: 5px;
1182         border-radius: 5px;
1183         color: #999999;
1184 }
1185 #acl-showall.selected {
1186         color: #000000;
1187         background-color: #ff9900;
1188         background-image: url("../../../images/show_all_on.png");
1189 }
1190
1191 #acl-list {
1192         height: 210px;
1193         border: 1px solid #cccccc;
1194         clear: both;
1195         margin-top: 30px;
1196         overflow: auto;
1197 }
1198 #acl-list-content {
1199 }
1200 .acl-list-item {
1201         display: block;
1202         width: 150px;
1203         height: 30px;
1204         border: 1px solid #cccccc;
1205         margin: 5px;
1206         float: left;
1207 }
1208 .acl-list-item img{
1209         width:22px;
1210         height: 22px;
1211         float: left;
1212         margin: 4px;
1213 }
1214 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1215 .acl-list-item a { 
1216         font-size: 8px;
1217         display: block;
1218         width: 40px;
1219         height: 10px;
1220         float: left;
1221         color: #999999;
1222         background-color: #cccccc;
1223         background-position: 3px 3px;
1224         background-repeat: no-repeat;
1225         margin-right: 5px;
1226         -webkit-border-radius: 2px ;
1227         -moz-border-radius: 2px;
1228         border-radius: 2px;
1229         padding-left: 15px;
1230 }
1231 #acl-wrapper a:hover {
1232         text-decoration: none;
1233         color:#000000;
1234 }
1235 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1236 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1237
1238 .acl-button-show.selected {
1239         color: #000000;
1240         background-color: #9ade00;
1241         background-image: url("../../../images/show_on.png");
1242 }
1243 .acl-button-hide.selected {
1244         color: #000000;
1245         background-color: #ff4141;
1246         background-image: url("../../../images/hide_on.png");
1247 }
1248 .acl-list-item.groupshow { border-color: #9ade00; }
1249 .acl-list-item.grouphide { border-color: #ff4141; }
1250 /** /acl **/
1251
1252