]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
08582f1d572747320e9eda2170570e1f908da124
[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 #jot-title-desc {
346         color: #cccccc;
347 }
348
349 #jot-title-wrapper {
350         margin-bottom: 5px;
351 }
352
353 #jot-title {
354         border: 1px solid #cccccc;
355         width: 530px;
356 }
357 #jot-title-display {
358         font-weight: bold;
359 }
360
361
362 /**
363  * section
364  */
365 section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
366
367 /** tabs **/
368 .tabs {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; }
369 .tabs li { display: inline;}
370 .tab { padding: 0px 5px; margin-right: 10px; }
371 .tab:hover { background-color: #729fcf; color: #eeeeec; border: 0px; }
372 .tab.active { background-color: #729fcf; color: #eeeeec; border: 0px; }
373
374
375 /**
376  *      items
377  */
378 .wall-item-outside-wrapper { 
379         margin-top: 50px;
380 }
381 .wall-item-outside-wrapper-end { clear: both;}
382 .wall-item-content-wrapper { position: relative; }
383 .wall-item-photo-menu { display: none;}
384 .wall-item-photo-menu-button {
385         display:none;
386         text-indent: -99999px;
387         background: #555753 url("menu-user-pin.jpg") no-repeat 75px center;
388         position: absolute;
389         overflow: hidden;
390         height: 20px; width: 90px; 
391         top: 85px;      left: 0px;
392         -webkit-border-radius: 0px 0px 5px  5px;
393         -moz-border-radius: 0px 0px 5px  5px;
394         border-radius: 0px 0px 5px  5px;
395         
396         
397 }
398
399 .wall-item-info { float: left; width: 140px; }
400 .wall-item-photo-wrapper { 
401         width: 80px; height: 80px;  
402         position: relative;
403         padding: 5px;
404         background-color: #555753;
405         -webkit-border-radius: 5px;
406         -moz-border-radius: 5px;
407         border-radius: 5px;     
408 }
409
410
411 .wall-item-tools { 
412         float: right; 
413         /*height: 0px;
414         padding-top: 20px;
415         overflow:hidden;
416         background: #ffffff url("icons.png") no-repeat  -50px  -40px;*/
417         filter: alpha(opacity=20);
418         opacity: 0.2;
419         -webkit-transition: all 1s ease-in-out;
420         -moz-transition: all 1s ease-in-out;
421         -o-transition: all 1s ease-in-out;
422         -ms-transition: all 1s ease-in-out;
423         transition: all 1s ease-in-out; 
424 }
425 .wall-item-tools:hover {
426         /*height:auto;*/
427         filter: alpha(opacity=100);
428         opacity: 1;
429         -webkit-transition: all 1s ease-in-out;
430         -moz-transition: all 1s ease-in-out;
431         -o-transition: all 1s ease-in-out;
432         -ms-transition: all 1s ease-in-out;
433         transition: all 1s ease-in-out; 
434         
435 }
436
437 .wall-item-title { font-size: 1.2em; font-weight: bold;}
438 .wall-item-body { margin-left: 140px;}
439 .wall-item-lock-wrapper { float: right; }
440 .wall-item-dislike,
441 .wall-item-like,
442 .wall-item-author { clear: left; font-size: 0.8em; margin: 10px 0px 0px 140px; color: #babdb6;}
443 .wall-item-ago { display: inline; padding-left: 10px;} 
444 .wall-item-wrapper-end { clear:both; }
445 .wall-item-location {
446         margin-top:5px;
447         width: 100px;
448         overflow: hidden;
449         text-overflow: ellipsis;
450         -o-text-overflow: ellipsis;
451 }
452 .wall-item-location .icon { float: left; }
453 .wall-item-location > a { margin-left: 25px;  font-size: 0.7em; display: block;}
454 .wall-item-location .smalltext { margin-left: 25px;  font-size: 0.7em; display: block;}
455 .wall-item-location > br { display: none; }
456
457 .wallwall .wwto {
458     left: -10px;
459     margin: 0;
460     position: absolute;
461     top: 65px;
462     width: 30px;
463     z-index: 10001;
464         width: 30px;
465         height: 30px;
466     
467 }
468 .wallwall .wwto img { width: 30px!important; height: 30px!important;}
469 .wallwall .wall-item-photo-end { clear: both; }
470 .wall-item-arrowphoto-wrapper {
471     position: absolute;
472     left: 20px;
473     top: 70px;
474     z-index: 10002;
475 }
476
477 .wall-item-photo-menu {
478         min-width: 92px;
479         border: 2px solid #FFFFFF;
480         border-top: 0px;
481         background: #555753;
482         position: absolute;
483         left: -2px; top: 101px;
484         display: none;
485         z-index: 10000;
486         -webkit-border-radius: 0px 5px 5px 5px;
487         -moz-border-radius: 0px 5px 5px 5px;
488         border-radius: 0px 5px 5px 5px;
489 }
490 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
491 .wall-item-photo-menu li a { white-space: nowrap;  display: block; padding: 5px 2px;    color: #eeeeec;  }
492 .wall-item-photo-menu li a:hover { color: #555753; background: #eeeeec; }
493
494 .icon.drop,
495 .icon.drophide { float: left; }
496 #item-delete-selected { overflow: auto; width: 100%}
497 /**
498  *      comment
499  */
500  
501  .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
502  
503 .wall-item-outside-wrapper.comment { margin-left: 80px; }
504 .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;}
505 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
506 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
507         width: 50px; top: 45px; background-position: 35px center;
508 }
509 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
510 .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px;}
511 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
512
513 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
514         min-width: 50px;
515         top: 60px;
516 }
517
518
519 .comment-wwedit-wrapper,
520 .comment-edit-wrapper { margin: 30px 0px 0px 80px;}
521 .comment-wwedit-wrapper img,
522 .comment-edit-wrapper img { width: 20px; height: 20px; }
523 .comment-edit-photo-link { float: left; width: 40px;}
524 .comment-edit-text-empty {  width: 80%; height: 20px; border: 0px; color: #babdb6;
525         -webkit-transition: all 0.5s ease-in-out;
526         -moz-transition: all 0.5s ease-in-out;
527         -o-transition: all 0.5s ease-in-out;
528         -ms-transition: all 0.5s ease-in-out;
529         transition: all 0.5s ease-in-out;       
530 }
531 .comment-edit-text-empty:hover { color: #999999;}
532 .comment-edit-text-full { width: 80%; height: 6em;
533         -webkit-transition: all 0.5s ease-in-out;
534         -moz-transition: all 0.5s ease-in-out;
535         -o-transition: all 0.5s ease-in-out;
536         -ms-transition: all 0.5s ease-in-out;
537         transition: all 0.5s ease-in-out;       
538 }
539 .comment-edit-submit-wrapper { width: 80%; margin-left: 40px; text-align: right; }
540 .comment-edit-submit {
541         height: 22px;
542         background-color: #555753;
543         color: #eeeeec;
544         -webkit-border-radius: 5px;
545         -moz-border-radius: 5px;
546         border-radius: 5px;
547         border: 0px;
548 }
549
550 /**
551  * item text style
552  **/
553 .wall-item-body code {
554     border-color: #CCCCCC;
555     border-style: solid;
556     border-width: 1px 1px 1px 10px;
557     display: block;
558     padding-left: 10px;
559 }
560
561 /**
562  * profile
563  **/
564  
565 div[id$="text"] { font-weight: bold; border-bottom: 1px solid #cccccc; } 
566 div[id$="wrapper"] { height: 100%; margin-bottom: 1em; } 
567 div[id$="wrapper"] br { clear: left; }
568 #advanced-profile-with { margin-left: 200px; }
569
570 /**
571  * photos
572  **/
573 #photo-top-links {
574         margin-bottom:30px;
575 }
576 .photo-album-image-wrapper,
577 .photo-top-image-wrapper { 
578         float: left; 
579         margin: 0px 10px 10px 0px;
580         -moz-box-shadow: 0px 0px 5px #888;
581         -webkit-box-shadow: 0px 0px 5px #888;
582         box-shadow: 0px 0px 5px #888;
583         background-color: #eeeeee;
584         -webkit-border-radius: 5px;
585         -moz-border-radius: 5px;
586         border-radius: 5px;
587
588         padding-bottom: 30px; 
589         position:relative;
590         
591 }
592
593 #photo-photo { max-width: 100% }
594 #photo-photo img { max-width: 100% }
595
596 .photo-top-image-wrapper a:hover,
597 #photo-photo a:hover,
598 .photo-album-image-wrapper a:hover { 
599         border-bottom: 0px; 
600 }
601
602 .photo-top-photo,
603 .photo-album-photo {
604     -webkit-border-radius: 5px 5px 0px 0px;
605     -moz-border-radius: 5px 5px 0px 0px;
606     border-radius: 5px 5px 0px 0px;
607  } 
608
609 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
610 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
611
612
613 #photo-photo{
614         position: relative;
615         float:left;
616 }
617 #photo-photo-end { clear: both; }
618 #photo-prev-link,
619 #photo-next-link{
620         position: absolute;
621         width:30%;
622         height: 100%;
623         background-color: rgba(255,255,255,0.5);
624         opacity: 0;
625         -webkit-transition: all 0.2s ease-in-out;
626         -moz-transition: all 0.2s ease-in-out;
627         -o-transition: all 0.2s ease-in-out;
628         -ms-transition: all 0.2s ease-in-out;
629         transition: all 0.2s ease-in-out;
630         background-position: center center;
631         background-repeat: no-repeat;
632         
633 }
634 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
635 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
636
637 #photo-prev-link a,
638 #photo-next-link a{
639  display: block; width: 100%; height: 100%;
640  overflow: hidden;
641  text-indent: -900000px;                 
642 }
643
644 #photo-prev-link:hover,
645 #photo-next-link:hover{
646         opacity: 1;
647         -webkit-transition: all 0.2s ease-in-out;
648         -moz-transition: all 0.2s ease-in-out;
649         -o-transition: all 0.2s ease-in-out;
650         -ms-transition: all 0.2s ease-in-out;
651         transition: all 0.2s ease-in-out;               
652 }
653
654 #photo-next-link .icon,
655 #photo-prev-link .icon { display: none }
656
657 #photos-upload-spacer,
658 #photos-upload-new-wrapper,
659 #photos-upload-exist-wrapper { margin-bottom: 1em; }
660 #photos-upload-existing-album-text,
661 #photos-upload-newalbum-div { 
662         background-color: #555753;
663         color: #eeeeec;
664         padding: 1px;
665 }
666 #photos-upload-album-select,
667 #photos-upload-newalbum { width: 99% }
668 #photos-upload-perms-menu { text-align: right; }
669
670 /**
671  *      message
672  */
673 .prvmail-text { width: 100%;}
674 #prvmail-subject { width: 100%;}
675 #prvmail-submit-wrapper { margin-top: 10px; }
676 #prvmail-submit {
677         float: right;
678         margin-top: 0px;
679 }
680 #prvmail-submit-wrapper > div {
681         margin-right: 5px;
682         float: left;
683 }
684 .mail-list-outside-wrapper { margin-top: 20px;}
685 .mail-list-sender {     float: left; }
686 .mail-list-detail {     margin-left: 90px; }
687 .mail-list-sender-name { display: inline; }
688 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
689 .mail-list-subject { font-size: 1.5em;}
690 .mail-list-delete-wrapper { float: right; }
691 .mail-list-outside-wrapper-end { clear: both;}
692
693 .mail-conv-sender {float: left; margin: 0px 5px 5px 0px }
694 .mail-conv-sender-photo { width: 32px; height: 32px }
695 .mail-conv-sender-name { float: left }
696 .mail-conv-date { float: right }
697 .mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em }
698 .mail-conv-body { clear: both; }
699 .mail-conv-delete-wrapper { margin-top: 5px; }
700
701
702 /**
703  *      contacts
704  */
705
706 .view-contact-wrapper,
707 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; width: 120px; height: 120px; position: relative;}
708 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
709 .contact-entry-edit-links { position: absolute; top: 60px; }
710 .contact-entry-photo {
711         margin-left:20px;
712 }
713 .contact-entry-name { width: 120px; overflow: hidden; }
714 .contact-entry-photo {
715         position: relative;
716 }
717
718 .contact-entry-edit-links .icon {       
719         border: 1px solid #babdb6;
720     -webkit-border-radius: 3px;
721     -moz-border-radius: 3px;
722     border-radius: 3px; 
723         background-color: #ffffff;
724 }
725
726 #contact-edit-banner-name { font-size: 1.5em; }
727 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
728 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
729 #contact-edit-nav-wrapper { margin-left: 210px; }
730 #contact-edit-links { float: left; margin-top: 23px; }
731 #contact-drop-links { margin-left: 5px; }
732 #contact-edit-nav-wrapper .icon {
733         border: 1px solid #babdb6;
734     -webkit-border-radius: 3px;
735     -moz-border-radius: 3px;
736     border-radius: 3px; 
737 }
738 #contact-edit-poll-wrapper { margin-left: 50px; }
739 #contact-edit-last-update-text { margin-bottom: 15px; }
740 #contact-edit-last-updated { font-weight: bold; }
741 #contact-edit-poll-text { display: inline; }
742 #contact-edit-end { clear: both; margin-bottom: 65px;}
743
744 .contact-photo-menu-button {
745        position: absolute;
746        background-image: url("photo-menu.jpg");
747        background-position: top left; 
748        background-repeat: no-repeat;
749        margin: 0px; padding: 0px;
750        width: 16px;
751        height: 16px;
752        top: 64px; left:0px;
753        overflow: hidden;
754        text-indent: 40px;
755        display: none;
756        
757 }
758 .contact-photo-menu {
759        width: auto;
760        border: 2px solid #444444;
761        background: #FFFFFF;
762        position: absolute;
763        left: 0px; top: 90px;
764        display: none;
765        z-index: 10000;
766 }
767 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
768 .contact-photo-menu li a { display: block; padding: 2px; }
769 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
770
771
772
773 /**
774  *      register, settings & profile forms
775  */
776 #id_openid_url,
777 .openid {
778    background: url(login-bg.gif) no-repeat;
779    background-position: 0 50%;
780    padding-left: 18px;
781 }
782  
783 #settings-nickname-desc {
784         background-color: #DDEFFF;
785         -webkit-border-radius: 5px;
786         -moz-border-radius: 5px;
787     border-radius: 5px;
788     padding: 5px;
789 }
790
791 #register-form div,
792 #profile-edit-form div { 
793         clear: both;
794 }
795
796 #register-form label,
797 #profile-edit-form label {
798         width: 300px; float: left;
799 }
800
801 #register-form span,
802 #profile-edit-form span  {
803         color: #555753;
804         display:block;
805         margin-bottom: 20px;
806 }
807 .settings-submit-wrapper,
808 .profile-edit-submit-wrapper { margin: 30px 0px;}
809 .profile-listing { float: left; margin: 20px 20px 0px 0px}
810
811 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
812
813
814 #register-sitename { display: inline; font-weight: bold;}
815
816 /**
817  *      contacts selector
818  */
819 #group-edit-desc { margin: 10px 0xp; }
820 #group-members,
821 #prof-members {
822         height: 200px; 
823         overflow: auto;
824         border: 1px solid #555753;
825     -webkit-border-radius: 5px 5px 0px 0px;
826     -moz-border-radius: 5px 5px 0px 0px;
827     border-radius: 5px 5px 0px 0px;
828 }
829 #group-all-contacts,
830 #prof-all-contacts { 
831         height: 200px;
832     overflow: auto;     
833         border: 1px solid #555753;
834     -webkit-border-radius: 0px 0px 5px 5px;
835     -moz-border-radius: 0px 0px 5px 5px;
836     border-radius: 0px 0px 5px 5px;
837 }
838 #group-members h3,
839 #group-all-contacts h3,
840 #prof-members h3,
841 #prof-all-contacts h3{
842         color: #eeeeec;
843         background-color: #555753;
844         margin: 0px;
845         padding: 5px;
846 }
847 #group-separator,
848 #prof-separator { display: none;}
849
850 /**
851  * profile
852  */
853 #cropimage-wrapper { float:left; }
854 #crop-image-form { clear:both; }
855
856 /**
857  * events
858  **/
859  
860 .clear { clear: both; }
861 .eventcal {
862         float: left;
863         font-size: 20px;
864 }
865
866 .vevent {
867         border: 1px solid #CCCCCC;
868 }
869 .vevent .event-description, .vevent .event-location {
870         margin-left: 10px;
871         margin-right: 10px;
872 }
873 .vevent .event-start {
874         margin-left: 10px;
875         margin-right: 10px;
876 }
877
878 #new-event-link {
879         margin-bottom: 10px;
880 }
881
882 .edit-event-link, .plink-event-link {
883         float: left;
884         margin-top: 4px;
885         margin-right: 4px;
886         margin-bottom: 15px;
887 }
888
889 .event-description:before {
890         content: url('../../../images/calendar.png');
891         margin-right: 15px;
892 }
893
894 .event-start, .event-end {
895         margin-left: 10px;
896         width: 330px;
897 }
898
899 .event-start .dtstart, .event-end .dtend {
900         float: right;
901 }
902
903 .event-list-date {
904         margin-bottom: 10px;
905 }
906
907 .prevcal, .nextcal {
908         float: left;
909         margin-left: 32px;
910         margin-right: 32px;
911         margin-top: 64px;
912 }
913 .event-calendar-end {
914         clear: both;
915 }
916
917  
918 .calendar {
919         font-family: Courier, monospace;
920 }
921 .today {
922         font-weight: bold;
923         color: #FF0000;
924
925  
926 #event-start-text, 
927 #event-finish-text {
928         margin-top: 10px;
929         margin-bottom: 5px;
930 }
931
932 #event-nofinish-checkbox, 
933 #event-nofinish-text, 
934 #event-adjust-checkbox, 
935 #event-adjust-text,
936 #event-share-checkbox
937 {
938         float: left;
939 }
940 #event-datetime-break {
941         margin-bottom: 10px;
942 }
943
944 #event-nofinish-break, 
945 #event-adjust-break,
946 #event-share-break {
947         clear: both;
948 }
949
950 #event-desc-text, 
951 #event-location-text {
952         margin-top: 10px;
953         margin-bottom: 5px;
954 }
955 #event-submit {
956         margin-top: 10px;
957 }
958
959 /**
960  *      directory
961  */
962 .directory-item {float: left; margin: 50px 50px 0px 0px;}
963
964 /**
965  * ADMIN
966  */
967 #pending-update {
968         float:right;
969         color: #ffffff;
970         font-weight: bold;
971         background-color: #FF0000;
972         padding: 0em 0.3em;
973 }
974 .admin.linklist {
975         border: 0px; padding: 0px;
976 }
977 .admin.link {
978         list-style-position: inside;
979 }
980
981 #adminpage dl {
982         clear: left;
983         margin-bottom: 2px;
984         padding-bottom: 2px;
985         border-bottom: 1px solid black;
986 }
987 #adminpage dt {
988         width: 200px;
989         float: left;
990         font-weight: bold;
991 }
992 #adminpage dd {
993         margin-left: 200px;
994 }
995 #adminpage h3 {
996         border-bottom: 1px solid #cccccc;
997 }
998
999 #adminpage .submit {
1000         clear:left;
1001 }
1002
1003 #adminpage #pluginslist {
1004         margin: 0px; padding: 0px;
1005 }
1006 #adminpage .plugin {
1007         list-style: none;
1008         display: block;
1009         border: 1px solid #888888;
1010         padding: 1em;
1011         margin-bottom: 5px;
1012         clear: left;
1013 }
1014 #adminpage .toggleplugin {
1015         float:left;
1016         margin-right: 1em;
1017 }
1018
1019 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
1020 #adminpage table th { text-align: left;}
1021 #adminpage td .icon { float: left;}
1022 #adminpage table#users img { width: 16px; height: 16px; }
1023 #adminpage table tr:hover { background-color: #bbc7d7; }
1024 #adminpage .selectall { text-align: right; }
1025
1026 /**
1027  * Form fields
1028  */
1029 .field {
1030         margin-bottom: 10px;
1031         padding-bottom: 10px;
1032         overflow: auto;
1033         width: 100%
1034 }
1035
1036 .field label {
1037         float: left;
1038         width: 200px;
1039 }
1040
1041 .field input,
1042 .field textarea {
1043         width: 400px;
1044 }
1045 .field textarea { height: 100px; }
1046 .field_help {
1047         display: block;
1048         margin-left: 200px;
1049         color: #666666;
1050         
1051 }
1052
1053
1054 .field .onoff {
1055         float: left;
1056         width: 80px;
1057 }
1058 .field .onoff a {
1059         display: block;
1060         border:1px solid #666666;
1061         background-image:url("../../../images/onoff.jpg");
1062         background-repeat: no-repeat;
1063         padding: 4px 2px 2px 2px;
1064         height: 16px;
1065         text-decoration: none;
1066 }
1067 .field .onoff .off {
1068         border-color:#666666;
1069         padding-left: 40px;
1070         background-position: left center;
1071         background-color: #cccccc;
1072         color: #666666;
1073         text-align: right;
1074 }
1075 .field .onoff .on {
1076         border-color:#204A87;
1077         padding-right: 40px;
1078         background-position: right center;
1079         background-color: #3465A4;
1080         color: #FFFFFF;
1081         text-align: left;
1082 }
1083 .hidden { display: none!important; }
1084
1085 .field.radio .field_help { margin-left: 0px; }
1086
1087 /**
1088  * ICONS
1089  */
1090 .icon {
1091         display: block; width: 20px; height: 20px;
1092         background-image: url('icons.png');
1093 }
1094 /*.icon:hover {
1095         border-bottom: 0px;
1096 }*/
1097
1098
1099 .border {
1100         border: 1px solid #babdb6;
1101     -webkit-border-radius: 3px;
1102     -moz-border-radius: 3px;
1103     border-radius: 3px; 
1104 }
1105
1106 .article        { background-position: -50px  0px;}
1107 .audio          { background-position: -70px  0px;}
1108 .block          { background-position: -90px  0px;}
1109 .drop           { background-position: -110px 0px;}
1110 .drophide       { background-position: -130px 0px;}
1111 .edit           { background-position: -150px 0px;}
1112 .camera         { background-position: -170px 0px;}
1113 .dislike        { background-position: -190px 0px;}
1114 .like           { background-position: -210px 0px;}
1115 .link           { background-position: -230px 0px;}
1116
1117 .globe          { background-position: -50px  -20px;}
1118 .noglobe        { background-position: -70px  -20px;}
1119 .no             { background-position: -90px  -20px;}
1120 .pause          { background-position: -110px -20px;}
1121 .play           { background-position: -130px -20px;}
1122 .pencil         { background-position: -150px -20px;}
1123 .small-pencil   { background-position: -170px -20px;}
1124 .recycle        { background-position: -190px -20px;}
1125 .remote-link    { background-position: -210px -20px;}
1126 .share          { background-position: -230px -20px;}
1127
1128 .tools          { background-position: -50px  -40px;}
1129 .lock           { background-position: -70px  -40px;}
1130 .unlock         { background-position: -90px  -40px;}
1131 .video          { background-position: -110px -40px;}
1132 .youtube        { background-position: -130px -40px;}
1133
1134 .attach         { background-position: -190px -40px;}
1135 .language       { background-position: -210px -40px;}
1136
1137
1138 .on             { background-position: -50px  -60px;}
1139 .off            { background-position: -70px  -60px;}
1140 .prev           { background-position: -90px  -60px;}
1141 .next           { background-position: -110px  -60px;}
1142
1143
1144 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1145
1146 .attachtype {
1147         display: block; width: 20px; height: 23px;
1148         background-image: url('../../../images/content-types.png');
1149 }
1150
1151 .type-video { background-position: 0px 0px; }
1152 .type-image { background-position: -20px 0px; }
1153 .type-audio { background-position: -40px 0px; }
1154 .type-text  { background-position: -60px 0px; }
1155 .type-unkn  { background-position: -80px 0px; }
1156
1157
1158
1159 /**
1160  *      footer
1161  */                                  
1162  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
1163 footer { display: block; margin: 50px 20%; clear: both; }
1164                                   
1165 #profile-jot-text {
1166     height: 20px;
1167     color:#cccccc;
1168     border: 1px solid #cccccc;
1169 }
1170 /** acl **/
1171 #photo-edit-perms-select,
1172 #photos-upload-permissions-wrapper,
1173 #profile-jot-acl-wrapper{
1174         display:block!important;
1175 }
1176
1177 #acl-wrapper {
1178         width: 690px;
1179         float:left;
1180 }
1181 #acl-search {
1182         float:right;
1183         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1184         padding-right:20px;
1185 }
1186 #acl-showall {
1187         float: left;
1188         display: block;
1189         width: auto;
1190         height: 18px;
1191         background-color: #cccccc;
1192         background-image: url("../../../images/show_all_off.png");
1193         background-position: 7px 7px;
1194         background-repeat: no-repeat;
1195         padding: 7px 10px 7px 30px;
1196         -webkit-border-radius: 5px ;
1197         -moz-border-radius: 5px;
1198         border-radius: 5px;
1199         color: #999999;
1200 }
1201 #acl-showall.selected {
1202         color: #000000;
1203         background-color: #ff9900;
1204         background-image: url("../../../images/show_all_on.png");
1205 }
1206
1207 #acl-list {
1208         height: 210px;
1209         border: 1px solid #cccccc;
1210         clear: both;
1211         margin-top: 30px;
1212         overflow: auto;
1213 }
1214 #acl-list-content {
1215 }
1216 .acl-list-item {
1217         display: block;
1218         width: 150px;
1219         height: 30px;
1220         border: 1px solid #cccccc;
1221         margin: 5px;
1222         float: left;
1223 }
1224 .acl-list-item img{
1225         width:22px;
1226         height: 22px;
1227         float: left;
1228         margin: 4px;
1229 }
1230 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1231 .acl-list-item a { 
1232         font-size: 8px;
1233         display: block;
1234         width: 40px;
1235         height: 10px;
1236         float: left;
1237         color: #999999;
1238         background-color: #cccccc;
1239         background-position: 3px 3px;
1240         background-repeat: no-repeat;
1241         margin-right: 5px;
1242         -webkit-border-radius: 2px ;
1243         -moz-border-radius: 2px;
1244         border-radius: 2px;
1245         padding-left: 15px;
1246 }
1247 #acl-wrapper a:hover {
1248         text-decoration: none;
1249         color:#000000;
1250 }
1251 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1252 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1253
1254 .acl-button-show.selected {
1255         color: #000000;
1256         background-color: #9ade00;
1257         background-image: url("../../../images/show_on.png");
1258 }
1259 .acl-button-hide.selected {
1260         color: #000000;
1261         background-color: #ff4141;
1262         background-image: url("../../../images/hide_on.png");
1263 }
1264 .acl-list-item.groupshow { border-color: #9ade00; }
1265 .acl-list-item.grouphide { border-color: #ff4141; }
1266 /** /acl **/
1267
1268
1269 /* autocomplete popup */
1270 .acpopup {
1271         max-height:150px;
1272         background-color:#555753;
1273         color: #FFFFFF;
1274         overflow:auto;
1275         z-index:100000;
1276         border:1px solid #cccccc;
1277 }
1278 .acpopupitem {
1279         background-color:#555753; padding: 4px;
1280         clear:left;
1281 }
1282 .acpopupitem img {
1283         float: left;
1284         margin-right: 4px;
1285 }
1286
1287 .acpopupitem.selected {
1288         color: #2e3436; background-color: #eeeeec;
1289 }