]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
Merge pull request #45 from annando/master
[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 .photos {
574         height: auto;
575         overflow: auto;
576 }
577 #photo-top-links {
578         margin-bottom:30px;
579 }
580 .photo-album-image-wrapper,
581 .photo-top-image-wrapper { 
582         float: left; 
583         margin: 0px 10px 10px 0px;
584         -moz-box-shadow: 0px 0px 5px #888;
585         -webkit-box-shadow: 0px 0px 5px #888;
586         box-shadow: 0px 0px 5px #888;
587         background-color: #eeeeee;
588         -webkit-border-radius: 5px;
589         -moz-border-radius: 5px;
590         border-radius: 5px;
591
592         padding-bottom: 30px; 
593         position:relative;
594         
595 }
596
597 #photo-photo { max-width: 100% }
598 #photo-photo img { max-width: 100% }
599
600 .photo-top-image-wrapper a:hover,
601 #photo-photo a:hover,
602 .photo-album-image-wrapper a:hover { 
603         border-bottom: 0px; 
604 }
605
606 .photo-top-photo,
607 .photo-album-photo {
608     -webkit-border-radius: 5px 5px 0px 0px;
609     -moz-border-radius: 5px 5px 0px 0px;
610     border-radius: 5px 5px 0px 0px;
611  } 
612
613 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
614 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
615
616
617 #photo-photo{
618         position: relative;
619         float:left;
620 }
621 #photo-photo-end { clear: both; }
622 #photo-prev-link,
623 #photo-next-link{
624         position: absolute;
625         width:30%;
626         height: 100%;
627         background-color: rgba(255,255,255,0.5);
628         opacity: 0;
629         -webkit-transition: all 0.2s ease-in-out;
630         -moz-transition: all 0.2s ease-in-out;
631         -o-transition: all 0.2s ease-in-out;
632         -ms-transition: all 0.2s ease-in-out;
633         transition: all 0.2s ease-in-out;
634         background-position: center center;
635         background-repeat: no-repeat;
636         
637 }
638 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
639 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
640
641 #photo-prev-link a,
642 #photo-next-link a{
643  display: block; width: 100%; height: 100%;
644  overflow: hidden;
645  text-indent: -900000px;                 
646 }
647
648 #photo-prev-link:hover,
649 #photo-next-link:hover{
650         opacity: 1;
651         -webkit-transition: all 0.2s ease-in-out;
652         -moz-transition: all 0.2s ease-in-out;
653         -o-transition: all 0.2s ease-in-out;
654         -ms-transition: all 0.2s ease-in-out;
655         transition: all 0.2s ease-in-out;               
656 }
657
658 #photo-next-link .icon,
659 #photo-prev-link .icon { display: none }
660
661 #photos-upload-spacer,
662 #photos-upload-new-wrapper,
663 #photos-upload-exist-wrapper { margin-bottom: 1em; }
664 #photos-upload-existing-album-text,
665 #photos-upload-newalbum-div { 
666         background-color: #555753;
667         color: #eeeeec;
668         padding: 1px;
669 }
670 #photos-upload-album-select,
671 #photos-upload-newalbum { width: 99% }
672 #photos-upload-perms-menu { text-align: right; }
673
674 /**
675  *      message
676  */
677 .prvmail-text { width: 100%;}
678 #prvmail-subject { width: 100%;}
679 #prvmail-submit-wrapper { margin-top: 10px; }
680 #prvmail-submit {
681         float: right;
682         margin-top: 0px;
683 }
684 #prvmail-submit-wrapper > div {
685         margin-right: 5px;
686         float: left;
687 }
688 .mail-list-outside-wrapper { margin-top: 20px;}
689 .mail-list-sender {     float: left; }
690 .mail-list-detail {     margin-left: 90px; }
691 .mail-list-sender-name { display: inline; }
692 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
693 .mail-list-subject { font-size: 1.5em;}
694 .mail-list-delete-wrapper { float: right; }
695 .mail-list-outside-wrapper-end { clear: both;}
696
697 .mail-conv-sender {float: left; margin: 0px 5px 5px 0px }
698 .mail-conv-sender-photo { width: 32px; height: 32px }
699 .mail-conv-sender-name { float: left }
700 .mail-conv-date { float: right }
701 .mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em }
702 .mail-conv-body { clear: both; }
703 .mail-conv-delete-wrapper { margin-top: 5px; }
704
705
706 /**
707  *      contacts
708  */
709
710 .view-contact-wrapper,
711 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; width: 120px; height: 120px; position: relative;}
712 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
713 .contact-entry-edit-links { position: absolute; top: 60px; }
714 .contact-entry-photo {
715         margin-left:20px;
716 }
717 .contact-entry-name { width: 120px; overflow: hidden; }
718 .contact-entry-photo {
719         position: relative;
720 }
721
722 .contact-entry-edit-links .icon {       
723         border: 1px solid #babdb6;
724     -webkit-border-radius: 3px;
725     -moz-border-radius: 3px;
726     border-radius: 3px; 
727         background-color: #ffffff;
728 }
729
730 #contact-edit-banner-name { font-size: 1.5em; }
731 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
732 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
733 #contact-edit-nav-wrapper { margin-left: 210px; }
734 #contact-edit-links { float: left; margin-top: 23px; }
735 #contact-drop-links { margin-left: 5px; }
736 #contact-edit-nav-wrapper .icon {
737         border: 1px solid #babdb6;
738     -webkit-border-radius: 3px;
739     -moz-border-radius: 3px;
740     border-radius: 3px; 
741 }
742 #contact-edit-poll-wrapper { margin-left: 50px; }
743 #contact-edit-last-update-text { margin-bottom: 15px; }
744 #contact-edit-last-updated { font-weight: bold; }
745 #contact-edit-poll-text { display: inline; }
746 #contact-edit-end { clear: both; margin-bottom: 65px;}
747
748 .contact-photo-menu-button {
749        position: absolute;
750        background-image: url("photo-menu.jpg");
751        background-position: top left; 
752        background-repeat: no-repeat;
753        margin: 0px; padding: 0px;
754        width: 16px;
755        height: 16px;
756        top: 64px; left:0px;
757        overflow: hidden;
758        text-indent: 40px;
759        display: none;
760        
761 }
762 .contact-photo-menu {
763        width: auto;
764        border: 2px solid #444444;
765        background: #FFFFFF;
766        position: absolute;
767        left: 0px; top: 90px;
768        display: none;
769        z-index: 10000;
770 }
771 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
772 .contact-photo-menu li a { display: block; padding: 2px; }
773 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
774
775
776
777 /**
778  *      register, settings & profile forms
779  */
780 #id_openid_url,
781 .openid {
782    background: url(login-bg.gif) no-repeat;
783    background-position: 0 50%;
784    padding-left: 18px;
785 }
786  
787 #settings-nickname-desc {
788         background-color: #DDEFFF;
789         -webkit-border-radius: 5px;
790         -moz-border-radius: 5px;
791     border-radius: 5px;
792     padding: 5px;
793 }
794
795 #register-form div,
796 #profile-edit-form div { 
797         clear: both;
798 }
799
800 #register-form label,
801 #profile-edit-form label {
802         width: 300px; float: left;
803 }
804
805 #register-form span,
806 #profile-edit-form span  {
807         color: #555753;
808         display:block;
809         margin-bottom: 20px;
810 }
811 .settings-submit-wrapper,
812 .profile-edit-submit-wrapper { margin: 30px 0px;}
813 .profile-listing { float: left; margin: 20px 20px 0px 0px}
814
815 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
816
817
818 #register-sitename { display: inline; font-weight: bold;}
819
820 /**
821  *      contacts selector
822  */
823 #group-edit-desc { margin: 10px 0xp; }
824 #group-members,
825 #prof-members {
826         height: 200px; 
827         overflow: auto;
828         border: 1px solid #555753;
829     -webkit-border-radius: 5px 5px 0px 0px;
830     -moz-border-radius: 5px 5px 0px 0px;
831     border-radius: 5px 5px 0px 0px;
832 }
833 #group-all-contacts,
834 #prof-all-contacts { 
835         height: 200px;
836     overflow: auto;     
837         border: 1px solid #555753;
838     -webkit-border-radius: 0px 0px 5px 5px;
839     -moz-border-radius: 0px 0px 5px 5px;
840     border-radius: 0px 0px 5px 5px;
841 }
842 #group-members h3,
843 #group-all-contacts h3,
844 #prof-members h3,
845 #prof-all-contacts h3{
846         color: #eeeeec;
847         background-color: #555753;
848         margin: 0px;
849         padding: 5px;
850 }
851 #group-separator,
852 #prof-separator { display: none;}
853
854 /**
855  * profile
856  */
857 #cropimage-wrapper { float:left; }
858 #crop-image-form { clear:both; }
859
860 /**
861  * events
862  **/
863  
864 .clear { clear: both; }
865 .eventcal {
866         float: left;
867         font-size: 20px;
868 }
869
870 .vevent {
871         border: 1px solid #CCCCCC;
872 }
873 .vevent .event-description, .vevent .event-location {
874         margin-left: 10px;
875         margin-right: 10px;
876 }
877 .vevent .event-start {
878         margin-left: 10px;
879         margin-right: 10px;
880 }
881
882 #new-event-link {
883         margin-bottom: 10px;
884 }
885
886 .edit-event-link, .plink-event-link {
887         float: left;
888         margin-top: 4px;
889         margin-right: 4px;
890         margin-bottom: 15px;
891 }
892
893 .event-description:before {
894         content: url('../../../images/calendar.png');
895         margin-right: 15px;
896 }
897
898 .event-start, .event-end {
899         margin-left: 10px;
900         width: 330px;
901 }
902
903 .event-start .dtstart, .event-end .dtend {
904         float: right;
905 }
906
907 .event-list-date {
908         margin-bottom: 10px;
909 }
910
911 .prevcal, .nextcal {
912         float: left;
913         margin-left: 32px;
914         margin-right: 32px;
915         margin-top: 64px;
916 }
917 .event-calendar-end {
918         clear: both;
919 }
920
921  
922 .calendar {
923         font-family: Courier, monospace;
924 }
925 .today {
926         font-weight: bold;
927         color: #FF0000;
928
929  
930 #event-start-text, 
931 #event-finish-text {
932         margin-top: 10px;
933         margin-bottom: 5px;
934 }
935
936 #event-nofinish-checkbox, 
937 #event-nofinish-text, 
938 #event-adjust-checkbox, 
939 #event-adjust-text,
940 #event-share-checkbox
941 {
942         float: left;
943 }
944 #event-datetime-break {
945         margin-bottom: 10px;
946 }
947
948 #event-nofinish-break, 
949 #event-adjust-break,
950 #event-share-break {
951         clear: both;
952 }
953
954 #event-desc-text, 
955 #event-location-text {
956         margin-top: 10px;
957         margin-bottom: 5px;
958 }
959 #event-submit {
960         margin-top: 10px;
961 }
962
963 /**
964  *      directory
965  */
966 .directory-item {float: left; margin: 50px 50px 0px 0px;}
967
968 /**
969  * ADMIN
970  */
971 #pending-update {
972         float:right;
973         color: #ffffff;
974         font-weight: bold;
975         background-color: #FF0000;
976         padding: 0em 0.3em;
977 }
978 .admin.linklist {
979         border: 0px; padding: 0px;
980 }
981 .admin.link {
982         list-style-position: inside;
983 }
984
985 #adminpage dl {
986         clear: left;
987         margin-bottom: 2px;
988         padding-bottom: 2px;
989         border-bottom: 1px solid black;
990 }
991 #adminpage dt {
992         width: 200px;
993         float: left;
994         font-weight: bold;
995 }
996 #adminpage dd {
997         margin-left: 200px;
998 }
999 #adminpage h3 {
1000         border-bottom: 1px solid #cccccc;
1001 }
1002
1003 #adminpage .submit {
1004         clear:left;
1005 }
1006
1007 #adminpage #pluginslist {
1008         margin: 0px; padding: 0px;
1009 }
1010 #adminpage .plugin {
1011         list-style: none;
1012         display: block;
1013         border: 1px solid #888888;
1014         padding: 1em;
1015         margin-bottom: 5px;
1016         clear: left;
1017 }
1018 #adminpage .toggleplugin {
1019         float:left;
1020         margin-right: 1em;
1021 }
1022
1023 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
1024 #adminpage table th { text-align: left;}
1025 #adminpage td .icon { float: left;}
1026 #adminpage table#users img { width: 16px; height: 16px; }
1027 #adminpage table tr:hover { background-color: #bbc7d7; }
1028 #adminpage .selectall { text-align: right; }
1029
1030 /**
1031  * Form fields
1032  */
1033 .field {
1034         margin-bottom: 10px;
1035         padding-bottom: 10px;
1036         overflow: auto;
1037         width: 100%
1038 }
1039
1040 .field label {
1041         float: left;
1042         width: 200px;
1043 }
1044
1045 .field input,
1046 .field textarea {
1047         width: 400px;
1048 }
1049 .field textarea { height: 100px; }
1050 .field_help {
1051         display: block;
1052         margin-left: 200px;
1053         color: #666666;
1054         
1055 }
1056
1057
1058 .field .onoff {
1059         float: left;
1060         width: 80px;
1061 }
1062 .field .onoff a {
1063         display: block;
1064         border:1px solid #666666;
1065         background-image:url("../../../images/onoff.jpg");
1066         background-repeat: no-repeat;
1067         padding: 4px 2px 2px 2px;
1068         height: 16px;
1069         text-decoration: none;
1070 }
1071 .field .onoff .off {
1072         border-color:#666666;
1073         padding-left: 40px;
1074         background-position: left center;
1075         background-color: #cccccc;
1076         color: #666666;
1077         text-align: right;
1078 }
1079 .field .onoff .on {
1080         border-color:#204A87;
1081         padding-right: 40px;
1082         background-position: right center;
1083         background-color: #3465A4;
1084         color: #FFFFFF;
1085         text-align: left;
1086 }
1087 .hidden { display: none!important; }
1088
1089 .field.radio .field_help { margin-left: 0px; }
1090
1091 /**
1092  * ICONS
1093  */
1094 .icon {
1095         display: block; width: 20px; height: 20px;
1096         background-image: url('icons.png');
1097 }
1098 /*.icon:hover {
1099         border-bottom: 0px;
1100 }*/
1101
1102
1103 .border {
1104         border: 1px solid #babdb6;
1105     -webkit-border-radius: 3px;
1106     -moz-border-radius: 3px;
1107     border-radius: 3px; 
1108 }
1109
1110 .article        { background-position: -50px  0px;}
1111 .audio          { background-position: -70px  0px;}
1112 .block          { background-position: -90px  0px;}
1113 .drop           { background-position: -110px 0px;}
1114 .drophide       { background-position: -130px 0px;}
1115 .edit           { background-position: -150px 0px;}
1116 .camera         { background-position: -170px 0px;}
1117 .dislike        { background-position: -190px 0px;}
1118 .like           { background-position: -210px 0px;}
1119 .link           { background-position: -230px 0px;}
1120
1121 .globe          { background-position: -50px  -20px;}
1122 .noglobe        { background-position: -70px  -20px;}
1123 .no             { background-position: -90px  -20px;}
1124 .pause          { background-position: -110px -20px;}
1125 .play           { background-position: -130px -20px;}
1126 .pencil         { background-position: -150px -20px;}
1127 .small-pencil   { background-position: -170px -20px;}
1128 .recycle        { background-position: -190px -20px;}
1129 .remote-link    { background-position: -210px -20px;}
1130 .share          { background-position: -230px -20px;}
1131
1132 .tools          { background-position: -50px  -40px;}
1133 .lock           { background-position: -70px  -40px;}
1134 .unlock         { background-position: -90px  -40px;}
1135 .video          { background-position: -110px -40px;}
1136 .youtube        { background-position: -130px -40px;}
1137
1138 .attach         { background-position: -190px -40px;}
1139 .language       { background-position: -210px -40px;}
1140
1141
1142 .on             { background-position: -50px  -60px;}
1143 .off            { background-position: -70px  -60px;}
1144 .prev           { background-position: -90px  -60px;}
1145 .next           { background-position: -110px  -60px;}
1146
1147
1148 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1149
1150 .attachtype {
1151         display: block; width: 20px; height: 23px;
1152         background-image: url('../../../images/content-types.png');
1153 }
1154
1155 .type-video { background-position: 0px 0px; }
1156 .type-image { background-position: -20px 0px; }
1157 .type-audio { background-position: -40px 0px; }
1158 .type-text  { background-position: -60px 0px; }
1159 .type-unkn  { background-position: -80px 0px; }
1160
1161
1162
1163 /**
1164  *      footer
1165  */                                  
1166  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
1167 footer { display: block; margin: 50px 20%; clear: both; }
1168                                   
1169 #profile-jot-text {
1170     height: 20px;
1171     color:#cccccc;
1172     border: 1px solid #cccccc;
1173 }
1174 /** acl **/
1175 #photo-edit-perms-select,
1176 #photos-upload-permissions-wrapper,
1177 #profile-jot-acl-wrapper{
1178         display:block!important;
1179 }
1180
1181 #acl-wrapper {
1182         width: 690px;
1183         float:left;
1184 }
1185 #acl-search {
1186         float:right;
1187         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1188         padding-right:20px;
1189 }
1190 #acl-showall {
1191         float: left;
1192         display: block;
1193         width: auto;
1194         height: 18px;
1195         background-color: #cccccc;
1196         background-image: url("../../../images/show_all_off.png");
1197         background-position: 7px 7px;
1198         background-repeat: no-repeat;
1199         padding: 7px 10px 7px 30px;
1200         -webkit-border-radius: 5px ;
1201         -moz-border-radius: 5px;
1202         border-radius: 5px;
1203         color: #999999;
1204 }
1205 #acl-showall.selected {
1206         color: #000000;
1207         background-color: #ff9900;
1208         background-image: url("../../../images/show_all_on.png");
1209 }
1210
1211 #acl-list {
1212         height: 210px;
1213         border: 1px solid #cccccc;
1214         clear: both;
1215         margin-top: 30px;
1216         overflow: auto;
1217 }
1218 #acl-list-content {
1219 }
1220 .acl-list-item {
1221         display: block;
1222         width: 150px;
1223         height: 30px;
1224         border: 1px solid #cccccc;
1225         margin: 5px;
1226         float: left;
1227 }
1228 .acl-list-item img{
1229         width:22px;
1230         height: 22px;
1231         float: left;
1232         margin: 4px;
1233 }
1234 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1235 .acl-list-item a { 
1236         font-size: 8px;
1237         display: block;
1238         width: 40px;
1239         height: 10px;
1240         float: left;
1241         color: #999999;
1242         background-color: #cccccc;
1243         background-position: 3px 3px;
1244         background-repeat: no-repeat;
1245         margin-right: 5px;
1246         -webkit-border-radius: 2px ;
1247         -moz-border-radius: 2px;
1248         border-radius: 2px;
1249         padding-left: 15px;
1250 }
1251 #acl-wrapper a:hover {
1252         text-decoration: none;
1253         color:#000000;
1254 }
1255 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1256 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1257
1258 .acl-button-show.selected {
1259         color: #000000;
1260         background-color: #9ade00;
1261         background-image: url("../../../images/show_on.png");
1262 }
1263 .acl-button-hide.selected {
1264         color: #000000;
1265         background-color: #ff4141;
1266         background-image: url("../../../images/hide_on.png");
1267 }
1268 .acl-list-item.groupshow { border-color: #9ade00; }
1269 .acl-list-item.grouphide { border-color: #ff4141; }
1270 /** /acl **/
1271
1272
1273 /* autocomplete popup */
1274 .acpopup {
1275         max-height:150px;
1276         background-color:#555753;
1277         color: #FFFFFF;
1278         overflow:auto;
1279         z-index:100000;
1280         border:1px solid #cccccc;
1281 }
1282 .acpopupitem {
1283         background-color:#555753; padding: 4px;
1284         clear:left;
1285 }
1286 .acpopupitem img {
1287         float: left;
1288         margin-right: 4px;
1289 }
1290
1291 .acpopupitem.selected {
1292         color: #2e3436; background-color: #eeeeec;
1293 }
1294 .qcomment {
1295         opacity: 0;
1296         filter:alpha(opacity=0);
1297 }
1298 .qcomment:hover {
1299         opacity: 1.0;
1300         filter:alpha(opacity=100);
1301 }