]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
0cb95f693711428f2878d5d4c23a541394535ee5
[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 10%;
325         border: 1px solid #555753;
326         border-top: 0px;
327 }
328 #group_allow_wrapper,
329 #group_deny_wrapper,
330 #acl-permit-outer-wrapper { width: 47%; float: left; }
331
332 #contact_allow_wrapper,
333 #contact_deny_wrapper,
334 #acl-deny-outer-wrapper { width: 47%; float: right; }
335
336 #acl-permit-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
337 #jot-public {background-color: #555753; color: #ff0000; padding: 5px; float: left;}
338 #acl-deny-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
339
340 #acl-permit-text-end,
341 #acl-deny-text-end { clear: both; }
342
343
344
345
346 #acl-permit-wrapper,
347 #acl-deny-wrapper { padding: 5px; }
348
349 #acl-allow-group-label,
350 #acl-allow-contact-label,
351 #acl-deny-group-label,
352 #acl-deny-contact-label { display: block }
353
354 #group_allow, #contact_allow,
355 #group_deny, #contact_deny,
356 #profile-jot-acl-wrapper select { width: 100%; }
357
358 #acl-wrapper-end,
359 #profile-jot-end { clear: both; height: 5px; }
360
361
362
363
364 /**
365  * section
366  */
367 section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
368
369 /** tabs **/
370 .tabs-wrapper {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; }
371 .tabs-wrapper li { display: inline;}
372 .tabs { padding: 0px 5px; margin-right: 10px; }
373 .tabs:hover { background-color: #729fcf; color: #eeeeec; border: 0px; }
374 .tabs.active { background-color: #729fcf; color: #eeeeec; border: 0px; }
375
376
377 /**
378  *      items
379  */
380 .wall-item-outside-wrapper { 
381         margin-top: 50px;
382 }
383 .wall-item-outside-wrapper-end { clear: both;}
384 .wall-item-content-wrapper { position: relative; }
385 .wall-item-photo-menu { display: none;}
386 .wall-item-photo-menu-button {
387         display:none;
388         text-indent: -99999px;
389         background: #555753 url("menu-user-pin.jpg") no-repeat 75px center;
390         position: absolute;
391         overflow: hidden;
392         height: 20px; width: 90px; 
393         top: 85px;      left: 0px;
394         -webkit-border-radius: 0px 0px 5px  5px;
395         -moz-border-radius: 0px 0px 5px  5px;
396         border-radius: 0px 0px 5px  5px;
397         
398         
399 }
400
401 .wall-item-info { float: left; width: 140px; }
402 .wall-item-photo-wrapper { 
403         width: 80px; height: 80px;  
404         position: relative;
405         padding: 5px;
406         background-color: #555753;
407         -webkit-border-radius: 5px;
408         -moz-border-radius: 5px;
409         border-radius: 5px;     
410 }
411
412
413 .wall-item-tools { 
414         float: right; 
415         /*height: 0px;
416         padding-top: 20px;
417         overflow:hidden;
418         background: #ffffff url("icons.png") no-repeat  -50px  -40px;*/
419         filter: alpha(opacity=20);
420         opacity: 0.2;
421         -webkit-transition: all 1s ease-in-out;
422         -moz-transition: all 1s ease-in-out;
423         -o-transition: all 1s ease-in-out;
424         -ms-transition: all 1s ease-in-out;
425         transition: all 1s ease-in-out; 
426 }
427 .wall-item-tools:hover {
428         /*height:auto;*/
429         filter: alpha(opacity=100);
430         opacity: 1;
431         -webkit-transition: all 1s ease-in-out;
432         -moz-transition: all 1s ease-in-out;
433         -o-transition: all 1s ease-in-out;
434         -ms-transition: all 1s ease-in-out;
435         transition: all 1s ease-in-out; 
436         
437 }
438
439 .wall-item-title { font-size: 1.2em; font-weight: bold;}
440 .wall-item-body { margin-left: 140px;}
441 .wall-item-lock-wrapper { float: right; }
442 .wall-item-dislike,
443 .wall-item-like,
444 .wall-item-author { clear: left; font-size: 0.8em; margin: 10px 0px 0px 140px; color: #babdb6;}
445 .wall-item-ago { display: inline; padding-left: 10px;} 
446 .wall-item-wrapper-end { clear:both; }
447 .wall-item-location {
448         margin-top:5px;
449         width: 100px;
450         overflow: hidden;
451         text-overflow: ellipsis;
452         -o-text-overflow: ellipsis;
453 }
454 .wall-item-location .icon { float: left; }
455 .wall-item-location > a { margin-left: 25px;  font-size: 0.7em; display: block;}
456 .wall-item-location .smalltext { margin-left: 25px;  font-size: 0.7em; display: block;}
457 .wall-item-location > br { display: none; }
458
459 .wallwall .wwto {
460     left: -10px;
461     margin: 0;
462     position: absolute;
463     top: 65px;
464     width: 30px;
465     z-index: 10001;
466         width: 30px;
467         height: 30px;
468     
469 }
470 .wallwall .wwto img { width: 30px!important; height: 30px!important;}
471 .wallwall .wall-item-photo-end { clear: both; }
472 .wall-item-arrowphoto-wrapper {
473     position: absolute;
474     left: 20px;
475     top: 70px;
476     z-index: 10002;
477 }
478
479 .wall-item-photo-menu {
480         min-width: 92px;
481         border: 2px solid #FFFFFF;
482         border-top: 0px;
483         background: #555753;
484         position: absolute;
485         left: -2px; top: 101px;
486         display: none;
487         z-index: 10000;
488         -webkit-border-radius: 0px 5px 5px 5px;
489         -moz-border-radius: 0px 5px 5px 5px;
490         border-radius: 0px 5px 5px 5px;
491 }
492 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
493 .wall-item-photo-menu li a { white-space: nowrap;  display: block; padding: 5px 2px;    color: #eeeeec;  }
494 .wall-item-photo-menu li a:hover { color: #555753; background: #eeeeec; }
495
496 .icon.drop,
497 .icon.drophide { float: left; }
498 #item-delete-selected { overflow: auto; width: 100%}
499 /**
500  *      comment
501  */
502  
503  .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
504  
505 .wall-item-outside-wrapper.comment { margin-left: 80px; }
506 .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;}
507 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
508 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
509         width: 50px; top: 45px; background-position: 35px center;
510 }
511 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
512 .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px;}
513 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
514
515 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
516         min-width: 50px;
517         top: 60px;
518 }
519
520
521 .comment-wwedit-wrapper,
522 .comment-edit-wrapper { margin: 30px 0px 0px 80px;}
523 .comment-wwedit-wrapper img,
524 .comment-edit-wrapper img { width: 20px; height: 20px; }
525 .comment-edit-photo-link { float: left; width: 40px;}
526 .comment-edit-text-empty {  width: 80%; height: 20px; border: 0px; color: #babdb6;
527         -webkit-transition: all 0.5s ease-in-out;
528         -moz-transition: all 0.5s ease-in-out;
529         -o-transition: all 0.5s ease-in-out;
530         -ms-transition: all 0.5s ease-in-out;
531         transition: all 0.5s ease-in-out;       
532 }
533 .comment-edit-text-empty:hover { color: #999999;}
534 .comment-edit-text-full { width: 80%; height: 6em;
535         -webkit-transition: all 0.5s ease-in-out;
536         -moz-transition: all 0.5s ease-in-out;
537         -o-transition: all 0.5s ease-in-out;
538         -ms-transition: all 0.5s ease-in-out;
539         transition: all 0.5s ease-in-out;       
540 }
541 .comment-edit-submit-wrapper { width: 80%; margin-left: 40px; text-align: right; }
542 .comment-edit-submit {
543         height: 22px;
544         background-color: #555753;
545         color: #eeeeec;
546         -webkit-border-radius: 5px;
547         -moz-border-radius: 5px;
548         border-radius: 5px;
549         border: 0px;
550 }
551
552 /**
553  * item text style
554  **/
555 .wall-item-body code {
556     border-color: #CCCCCC;
557     border-style: solid;
558     border-width: 1px 1px 1px 10px;
559     display: block;
560     padding-left: 10px;
561 }
562
563 /**
564  * profile
565  **/
566  
567 div[id$="text"] { font-weight: bold; float: left; width: 200px; } 
568 div[id$="wrapper"] { height: 100%; margin-bottom: 1em; } 
569 div[id$="wrapper"] br { clear: left; }
570 #advanced-profile-with { margin-left: 200px; }
571
572 /**
573  * photos
574  **/
575 #photo-top-links {
576         margin-bottom:30px;
577 }
578 .photo-album-image-wrapper,
579 .photo-top-image-wrapper { 
580         float: left; 
581         margin: 0px 10px 10px 0px;
582         -moz-box-shadow: 0px 0px 5px #888;
583         -webkit-box-shadow: 0px 0px 5px #888;
584         box-shadow: 0px 0px 5px #888;
585         background-color: #eeeeee;
586         -webkit-border-radius: 5px;
587         -moz-border-radius: 5px;
588         border-radius: 5px;
589
590         padding-bottom: 30px; 
591         position:relative;
592         
593 }
594
595 .photo-top-image-wrapper a:hover,
596 #photo-photo a:hover,
597 .photo-album-image-wrapper a:hover { 
598         border-bottom: 0px; 
599 }
600
601 .photo-top-photo,
602 .photo-album-photo {
603     -webkit-border-radius: 5px 5px 0px 0px;
604     -moz-border-radius: 5px 5px 0px 0px;
605     border-radius: 5px 5px 0px 0px;
606  } 
607
608 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
609 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
610
611
612 #photo-photo{
613         position: relative;
614         float:left;
615 }
616 #photo-photo-end { clear: both; }
617 #photo-prev-link,
618 #photo-next-link{
619         position: absolute;
620         width:30%;
621         height: 100%;
622         background-color: rgba(255,255,255,0.5);
623         opacity: 0;
624         -webkit-transition: all 0.2s ease-in-out;
625         -moz-transition: all 0.2s ease-in-out;
626         -o-transition: all 0.2s ease-in-out;
627         -ms-transition: all 0.2s ease-in-out;
628         transition: all 0.2s ease-in-out;
629         background-position: center center;
630         background-repeat: no-repeat;
631         
632 }
633 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
634 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
635
636 #photo-prev-link a,
637 #photo-next-link a{
638  display: block; width: 100%; height: 100%;
639  overflow: hidden;
640  text-indent: -900000px;                 
641 }
642
643 #photo-prev-link:hover,
644 #photo-next-link:hover{
645         opacity: 1;
646         -webkit-transition: all 0.2s ease-in-out;
647         -moz-transition: all 0.2s ease-in-out;
648         -o-transition: all 0.2s ease-in-out;
649         -ms-transition: all 0.2s ease-in-out;
650         transition: all 0.2s ease-in-out;               
651 }
652
653 #photo-next-link .icon,
654 #photo-prev-link .icon { display: none }
655
656 #photos-upload-spacer,
657 #photos-upload-new-wrapper,
658 #photos-upload-exist-wrapper { margin-bottom: 1em; }
659 #photos-upload-existing-album-text,
660 #photos-upload-newalbum-div { 
661         background-color: #555753;
662         color: #eeeeec;
663         padding: 1px;
664 }
665 #photos-upload-album-select,
666 #photos-upload-newalbum { width: 99% }
667 #photos-upload-perms-menu { text-align: right; }
668
669 /**
670  *      message
671  */
672 .prvmail-text { width: 100%;}
673 #prvmail-subject { width: 100%;}
674 #prvmail-submit-wrapper { margin-top: 10px; }
675 #prvmail-submit {
676         float: right;
677         margin-top: 0px;
678 }
679 #prvmail-submit-wrapper > div {
680         margin-right: 5px;
681         float: left;
682 }
683 .mail-list-outside-wrapper { margin-top: 20px;}
684 .mail-list-sender {     float: left; }
685 .mail-list-detail {     margin-left: 90px; }
686 .mail-list-sender-name { display: inline; }
687 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
688 .mail-list-subject { font-size: 1.5em;}
689 .mail-list-delete-wrapper { float: right; }
690 .mail-list-outside-wrapper-end { clear: both;}
691
692 .mail-conv-sender {float: left; margin: 0px 5px 5px 0px }
693 .mail-conv-sender-photo { width: 32px; height: 32px }
694 .mail-conv-sender-name { float: left }
695 .mail-conv-date { float: right }
696 .mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em }
697 .mail-conv-body { clear: both; }
698 .mail-conv-delete-wrapper { margin-top: 5px; }
699
700
701 /**
702  *      contacts
703  */
704
705 .view-contact-wrapper,
706 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
707 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
708 .contact-entry-edit-links { position: absolute; top: 60px; }
709 .contact-entry-photo {
710         margin-left:20px;
711 }
712 .contact-entry-edit-links .icon {       
713         border: 1px solid #babdb6;
714     -webkit-border-radius: 3px;
715     -moz-border-radius: 3px;
716     border-radius: 3px; 
717         background-color: #ffffff;
718 }
719
720 #contact-edit-banner-name { font-size: 1.5em; }
721 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
722 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
723 #contact-edit-nav-wrapper { margin-left: 210px; }
724 #contact-edit-links { float: left; margin-top: 23px; }
725 #contact-drop-links { margin-left: 5px; }
726 #contact-edit-nav-wrapper .icon {
727         border: 1px solid #babdb6;
728     -webkit-border-radius: 3px;
729     -moz-border-radius: 3px;
730     border-radius: 3px; 
731 }
732 #contact-edit-poll-wrapper { margin-left: 50px; }
733 #contact-edit-last-update-text { margin-bottom: 15px; }
734 #contact-edit-last-updated { font-weight: bold; }
735 #contact-edit-poll-text { display: inline; }
736 #contact-edit-end { clear: both; }
737
738 /**
739  *      register, settings & profile forms
740  */
741 #settings-nickname-desc {
742         background-color: #DDEFFF;
743         -webkit-border-radius: 5px;
744         -moz-border-radius: 5px;
745     border-radius: 5px;
746     padding: 5px;
747 }
748
749 #register-form div,
750 #profile-edit-form div,
751 #settings-form  div { 
752         clear: both;
753 }
754
755 #register-form label,
756 #profile-edit-form label,
757 #settings-form label {
758         width: 300px; float: left;
759 }
760
761 #register-form span,
762 #profile-edit-form span,
763 #settings-form span {
764         color: #555753;
765         display:block;
766         margin-bottom: 20px;
767 }
768 .settings-submit-wrapper,
769 .profile-edit-submit-wrapper { margin: 30px 0px;}
770 .profile-listing { float: left; margin: 20px 20px 0px 0px}
771
772 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
773
774
775 #register-sitename { display: inline; font-weight: bold;}
776
777 /**
778  *      contacts selector
779  */
780 #group-edit-desc { margin: 10px 0xp; }
781 #group-members,
782 #prof-members {
783         height: 200px; 
784         overflow: auto;
785         border: 1px solid #555753;
786     -webkit-border-radius: 5px 5px 0px 0px;
787     -moz-border-radius: 5px 5px 0px 0px;
788     border-radius: 5px 5px 0px 0px;
789 }
790 #group-all-contacts,
791 #prof-all-contacts { 
792         height: 200px;
793     overflow: auto;     
794         border: 1px solid #555753;
795     -webkit-border-radius: 0px 0px 5px 5px;
796     -moz-border-radius: 0px 0px 5px 5px;
797     border-radius: 0px 0px 5px 5px;
798 }
799 #group-members h3,
800 #group-all-contacts h3,
801 #prof-members h3,
802 #prof-all-contacts h3{
803         color: #eeeeec;
804         background-color: #555753;
805         margin: 0px;
806         padding: 5px;
807 }
808 #group-separator,
809 #prof-separator { display: none;}
810
811 /**
812  * profile
813  */
814 #cropimage-wrapper { float:left; }
815 #crop-image-form { clear:both; }
816
817 /**
818  * events
819  **/
820  
821 .clear { clear: both; }
822 .eventcal {
823         float: left;
824         font-size: 20px;
825 }
826
827 .vevent {
828         border: 1px solid #CCCCCC;
829 }
830 .vevent .event-description, .vevent .event-location {
831         margin-left: 10px;
832         margin-right: 10px;
833 }
834 .vevent .event-start {
835         margin-left: 10px;
836         margin-right: 10px;
837 }
838
839 #new-event-link {
840         margin-bottom: 10px;
841 }
842
843 .edit-event-link, .plink-event-link {
844         float: left;
845         margin-top: 4px;
846         margin-right: 4px;
847         margin-bottom: 15px;
848 }
849
850 .event-description:before {
851         content: url('../../../images/calendar.png');
852         margin-right: 15px;
853 }
854
855 .event-start, .event-end {
856         margin-left: 10px;
857         width: 330px;
858 }
859
860 .event-start .dtstart, .event-end .dtend {
861         float: right;
862 }
863
864 .event-list-date {
865         margin-bottom: 10px;
866 }
867
868 .prevcal, .nextcal {
869         float: left;
870         margin-left: 32px;
871         margin-right: 32px;
872         margin-top: 64px;
873 }
874 .event-calendar-end {
875         clear: both;
876 }
877
878  
879 .calendar {
880         font-family: Courier, monospace;
881 }
882 .today {
883         font-weight: bold;
884         color: #FF0000;
885
886  
887 #event-start-text, 
888 #event-finish-text {
889         margin-top: 10px;
890         margin-bottom: 5px;
891 }
892
893 #event-nofinish-checkbox, 
894 #event-nofinish-text, 
895 #event-adjust-checkbox, 
896 #event-adjust-text,
897 #event-share-checkbox
898 {
899         float: left;
900 }
901 #event-datetime-break {
902         margin-bottom: 10px;
903 }
904
905 #event-nofinish-break, 
906 #event-adjust-break,
907 #event-share-break {
908         clear: both;
909 }
910
911 #event-desc-text, 
912 #event-location-text {
913         margin-top: 10px;
914         margin-bottom: 5px;
915 }
916 #event-submit {
917         margin-top: 10px;
918 }
919
920 /**
921  *      directory
922  */
923 .directory-item {float: left; margin: 50px 50px 0px 0px;}
924
925 /**
926  * ADMIN
927  */
928 #pending-update {
929         float:right;
930         color: #ffffff;
931         font-weight: bold;
932         background-color: #FF0000;
933         padding: 0em 0.3em;
934 }
935 .admin.linklist {
936         border: 0px; padding: 0px;
937 }
938 .admin.link {
939         list-style-position: inside;
940 }
941
942 #adminpage dl {
943         clear: left;
944         margin-bottom: 2px;
945         padding-bottom: 2px;
946         border-bottom: 1px solid black;
947 }
948 #adminpage dt {
949         width: 200px;
950         float: left;
951         font-weight: bold;
952 }
953 #adminpage dd {
954         margin-left: 200px;
955 }
956
957 #adminpage .field {
958         clear: left;
959         margin-bottom: 5px;
960         padding-bottom: 5px;
961 }
962
963 #adminpage .field label {
964         float: left;
965         width: 200px;
966         font-weight: bold;
967 }
968
969 #adminpage .field input,
970 #adminpage .field textarea {
971         width: 400px;
972 }
973 #adminpage .field textarea { height: 100px; }
974 #adminpage .field_help {
975         display: block;
976         margin-left: 200px;
977         color: #666666;
978         
979 }
980
981 #adminpage h3 {
982         border-bottom: 1px solid #cccccc;
983 }
984
985 #adminpage .submit {
986         clear:left;
987 }
988
989 #adminpage #pluginslist {
990         margin: 0px; padding: 0px;
991 }
992 #adminpage .plugin {
993         list-style: none;
994         display: block;
995         border: 1px solid #888888;
996         padding: 1em;
997         margin-bottom: 5px;
998         clear: left;
999 }
1000 #adminpage .toggleplugin {
1001         float:left;
1002         margin-right: 1em;
1003 }
1004
1005 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
1006 #adminpage table th { text-align: left;}
1007 #adminpage td .icon { float: left;}
1008 #adminpage table#users img { width: 16px; height: 16px; }
1009 #adminpage table tr:hover { background-color: #bbc7d7; }
1010 #adminpage .selectall { text-align: right; }
1011
1012 /**
1013  * ICONS
1014  */
1015 .icon {
1016         display: block; width: 20px; height: 20px;
1017         background-image: url('icons.png');
1018 }
1019 /*.icon:hover {
1020         border-bottom: 0px;
1021 }*/
1022
1023
1024 .border {
1025         border: 1px solid #babdb6;
1026     -webkit-border-radius: 3px;
1027     -moz-border-radius: 3px;
1028     border-radius: 3px; 
1029 }
1030
1031 .article        { background-position: -50px  0px;}
1032 .audio          { background-position: -70px  0px;}
1033 .block          { background-position: -90px  0px;}
1034 .drop           { background-position: -110px 0px;}
1035 .drophide       { background-position: -130px 0px;}
1036 .edit           { background-position: -150px 0px;}
1037 .camera         { background-position: -170px 0px;}
1038 .dislike        { background-position: -190px 0px;}
1039 .like           { background-position: -210px 0px;}
1040 .link           { background-position: -230px 0px;}
1041
1042 .globe          { background-position: -50px  -20px;}
1043 .noglobe        { background-position: -70px  -20px;}
1044 .no             { background-position: -90px  -20px;}
1045 .pause          { background-position: -110px -20px;}
1046 .play           { background-position: -130px -20px;}
1047 .pencil         { background-position: -150px -20px;}
1048 .small-pencil   { background-position: -170px -20px;}
1049 .recycle        { background-position: -190px -20px;}
1050 .remote-link    { background-position: -210px -20px;}
1051 .share          { background-position: -230px -20px;}
1052
1053 .tools          { background-position: -50px  -40px;}
1054 .lock           { background-position: -70px  -40px;}
1055 .unlock         { background-position: -90px  -40px;}
1056 .video          { background-position: -110px -40px;}
1057 .youtube        { background-position: -130px -40px;}
1058
1059 .attach         { background-position: -190px -40px;}
1060 .language       { background-position: -210px -40px;}
1061
1062
1063 .on             { background-position: -50px  -60px;}
1064 .off            { background-position: -70px  -60px;}
1065 .prev           { background-position: -90px  -60px;}
1066 .next           { background-position: -110px  -60px;}
1067
1068
1069 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1070
1071 .attachtype {
1072         display: block; width: 20px; height: 23px;
1073         background-image: url('../../../images/content-types.png');
1074 }
1075
1076 .type-video { background-position: 0px 0px; }
1077 .type-image { background-position: -20px 0px; }
1078 .type-audio { background-position: -40px 0px; }
1079 .type-text  { background-position: -60px 0px; }
1080 .type-unkn  { background-position: -80px 0px; }
1081
1082
1083
1084 /**
1085  *      footer
1086  */                                  
1087  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
1088 footer { display: block; margin: 50px 20%; clear: both; }
1089