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