]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
dispy: update icons, style events
[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
565 /**
566  * photos
567  **/
568 #photo-top-links {
569         margin-bottom:30px;
570 }
571 .photo-album-image-wrapper,
572 .photo-top-image-wrapper { 
573         float: left; 
574         margin: 0px 10px 10px 0px;
575         -moz-box-shadow: 0px 0px 5px #888;
576         -webkit-box-shadow: 0px 0px 5px #888;
577         box-shadow: 0px 0px 5px #888;
578         background-color: #eeeeee;
579         -webkit-border-radius: 5px;
580         -moz-border-radius: 5px;
581         border-radius: 5px;
582
583         padding-bottom: 30px; 
584         position:relative;
585         
586 }
587
588 .photo-top-image-wrapper a:hover,
589 #photo-photo a:hover,
590 .photo-album-image-wrapper a:hover { 
591         border-bottom: 0px; 
592 }
593
594 .photo-top-photo,
595 .photo-album-photo {
596     -webkit-border-radius: 5px 5px 0px 0px;
597     -moz-border-radius: 5px 5px 0px 0px;
598     border-radius: 5px 5px 0px 0px;
599  } 
600
601 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
602 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
603
604
605 #photo-photo{
606         position: relative;
607         float:left;
608 }
609 #photo-photo-end { clear: both; }
610 #photo-prev-link,
611 #photo-next-link{
612         position: absolute;
613         width:30%;
614         height: 100%;
615         background-color: rgba(255,255,255,0.5);
616         opacity: 0;
617         -webkit-transition: all 0.2s ease-in-out;
618         -moz-transition: all 0.2s ease-in-out;
619         -o-transition: all 0.2s ease-in-out;
620         -ms-transition: all 0.2s ease-in-out;
621         transition: all 0.2s ease-in-out;
622         background-position: center center;
623         background-repeat: no-repeat;
624         
625 }
626 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
627 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
628
629 #photo-prev-link a,
630 #photo-next-link a{
631  display: block; width: 100%; height: 100%;
632  overflow: hidden;
633  text-indent: -900000px;                 
634 }
635
636 #photo-prev-link:hover,
637 #photo-next-link:hover{
638         opacity: 1;
639         -webkit-transition: all 0.2s ease-in-out;
640         -moz-transition: all 0.2s ease-in-out;
641         -o-transition: all 0.2s ease-in-out;
642         -ms-transition: all 0.2s ease-in-out;
643         transition: all 0.2s ease-in-out;               
644 }
645
646 #photo-next-link .icon,
647 #photo-prev-link .icon { display: none }
648
649 #photos-upload-spacer,
650 #photos-upload-new-wrapper,
651 #photos-upload-exist-wrapper { margin-bottom: 1em; }
652 #photos-upload-existing-album-text,
653 #photos-upload-newalbum-div { 
654         background-color: #555753;
655         color: #eeeeec;
656         padding: 1px;
657 }
658 #photos-upload-album-select,
659 #photos-upload-newalbum { width: 99% }
660 #photos-upload-perms-menu { text-align: right; }
661
662 /**
663  *      message
664  */
665 .prvmail-text { width: 100%;}
666 #prvmail-subject { width: 100%;}
667 #prvmail-submit-wrapper { margin-top: 10px; }
668 #prvmail-submit {
669         float: right;
670         margin-top: 0px;
671 }
672 #prvmail-submit-wrapper > div {
673         margin-right: 5px;
674         float: left;
675 }
676 .mail-list-outside-wrapper { margin-top: 20px;}
677 .mail-list-sender {     float: left; }
678 .mail-list-detail {     margin-left: 90px; }
679 .mail-list-sender-name { display: inline; }
680 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
681 .mail-list-subject { font-size: 1.5em;}
682 .mail-list-delete-wrapper { float: right; }
683 .mail-list-outside-wrapper-end { clear: both;}
684
685 /**
686  *      contacts
687  */
688
689 .view-contact-wrapper,
690 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
691 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
692 .contact-entry-edit-links { position: absolute; top: 60px; }
693 .contact-entry-photo {
694         margin-left:20px;
695 }
696 .contact-entry-edit-links .icon {       
697         border: 1px solid #babdb6;
698     -webkit-border-radius: 3px;
699     -moz-border-radius: 3px;
700     border-radius: 3px; 
701         background-color: #ffffff;
702 }
703
704 #contact-edit-banner-name { font-size: 1.5em; }
705 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
706 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
707 #contact-edit-nav-wrapper { margin-left: 210px; }
708 #contact-edit-links { float: left; margin-top: 23px; }
709 #contact-drop-links { margin-left: 5px; }
710 #contact-edit-nav-wrapper .icon {
711         border: 1px solid #babdb6;
712     -webkit-border-radius: 3px;
713     -moz-border-radius: 3px;
714     border-radius: 3px; 
715 }
716 #contact-edit-poll-wrapper { margin-left: 50px; }
717 #contact-edit-last-update-text { margin-bottom: 15px; }
718 #contact-edit-last-updated { font-weight: bold; }
719 #contact-edit-poll-text { display: inline; }
720 #contact-edit-end { clear: both; }
721
722 /**
723  *      register, settings & profile forms
724  */
725 #settings-nickname-desc {
726         background-color: #DDEFFF;
727         -webkit-border-radius: 5px;
728         -moz-border-radius: 5px;
729     border-radius: 5px;
730     padding: 5px;
731 }
732
733 #register-form div,
734 #profile-edit-form div,
735 #settings-form  div { 
736         clear: both;
737 }
738
739 #register-form label,
740 #profile-edit-form label,
741 #settings-form label {
742         width: 300px; float: left;
743 }
744
745 #register-form span,
746 #profile-edit-form span,
747 #settings-form span {
748         color: #555753;
749         display:block;
750         margin-bottom: 20px;
751 }
752 .settings-submit-wrapper,
753 .profile-edit-submit-wrapper { margin: 30px 0px;}
754 .profile-listing { float: left; margin: 20px 20px 0px 0px}
755
756 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
757
758
759 #register-sitename { display: inline; font-weight: bold;}
760
761 /**
762  *      contacts selector
763  */
764 #group-edit-desc { margin: 10px 0xp; }
765 #group-members,
766 #prof-members {
767         height: 200px; 
768         overflow: auto;
769         border: 1px solid #555753;
770     -webkit-border-radius: 5px 5px 0px 0px;
771     -moz-border-radius: 5px 5px 0px 0px;
772     border-radius: 5px 5px 0px 0px;
773 }
774 #group-all-contacts,
775 #prof-all-contacts { 
776         height: 200px;
777     overflow: auto;     
778         border: 1px solid #555753;
779     -webkit-border-radius: 0px 0px 5px 5px;
780     -moz-border-radius: 0px 0px 5px 5px;
781     border-radius: 0px 0px 5px 5px;
782 }
783 #group-members h3,
784 #group-all-contacts h3,
785 #prof-members h3,
786 #prof-all-contacts h3{
787         color: #eeeeec;
788         background-color: #555753;
789         margin: 0px;
790         padding: 5px;
791 }
792 #group-separator,
793 #prof-separator { display: none;}
794
795 /**
796  * profile
797  */
798 #cropimage-wrapper { float:left; }
799 #crop-image-form { clear:both; }
800
801 /**
802  * events
803  **/
804  
805 .clear { clear: both; }
806 .eventcal {
807         float: left;
808         font-size: 20px;
809 }
810
811 .vevent {
812         border: 1px solid #CCCCCC;
813 }
814 .vevent .event-description, .vevent .event-location {
815         margin-left: 10px;
816         margin-right: 10px;
817 }
818 .vevent .event-start {
819         margin-left: 10px;
820         margin-right: 10px;
821 }
822
823 #new-event-link {
824         margin-bottom: 10px;
825 }
826
827 .edit-event-link, .plink-event-link {
828         float: left;
829         margin-top: 4px;
830         margin-right: 4px;
831         margin-bottom: 15px;
832 }
833
834 .event-description:before {
835         content: url('../../../images/calendar.png');
836         margin-right: 15px;
837 }
838
839 .event-start, .event-end {
840         margin-left: 10px;
841         width: 330px;
842 }
843
844 .event-start .dtstart, .event-end .dtend {
845         float: right;
846 }
847
848 .event-list-date {
849         margin-bottom: 10px;
850 }
851
852 .prevcal, .nextcal {
853         float: left;
854         margin-left: 32px;
855         margin-right: 32px;
856         margin-top: 64px;
857 }
858 .event-calendar-end {
859         clear: both;
860 }
861
862  
863 .calendar {
864         font-family: Courier, monospace;
865 }
866 .today {
867         font-weight: bold;
868         color: #FF0000;
869
870  
871 #event-start-text, 
872 #event-finish-text {
873         margin-top: 10px;
874         margin-bottom: 5px;
875 }
876
877 #event-nofinish-checkbox, 
878 #event-nofinish-text, 
879 #event-adjust-checkbox, 
880 #event-adjust-text,
881 #event-share-checkbox
882 {
883         float: left;
884 }
885 #event-datetime-break {
886         margin-bottom: 10px;
887 }
888
889 #event-nofinish-break, 
890 #event-adjust-break,
891 #event-share-break {
892         clear: both;
893 }
894
895 #event-desc-text, 
896 #event-location-text {
897         margin-top: 10px;
898         margin-bottom: 5px;
899 }
900 #event-submit {
901         margin-top: 10px;
902 }
903
904 /**
905  *      directory
906  */
907 .directory-item {float: left; margin: 50px 50px 0px 0px;}
908
909 /**
910  * ADMIN
911  */
912 #pending-update {
913         float:right;
914         color: #ffffff;
915         font-weight: bold;
916         background-color: #FF0000;
917         padding: 0em 0.3em;
918 }
919 .admin.linklist {
920         border: 0px; padding: 0px;
921 }
922 .admin.link {
923         list-style-position: inside;
924 }
925
926 #adminpage dl {
927         clear: left;
928         margin-bottom: 2px;
929         padding-bottom: 2px;
930         border-bottom: 1px solid black;
931 }
932 #adminpage dt {
933         width: 200px;
934         float: left;
935         font-weight: bold;
936 }
937 #adminpage dd {
938         margin-left: 200px;
939 }
940
941 #adminpage .field {
942         clear: left;
943         margin-bottom: 5px;
944         padding-bottom: 5px;
945 }
946
947 #adminpage .field label {
948         float: left;
949         width: 200px;
950         font-weight: bold;
951 }
952
953 #adminpage .field input,
954 #adminpage .field textarea {
955         width: 400px;
956 }
957 #adminpage .field textarea { height: 100px; }
958 #adminpage .field_help {
959         display: block;
960         margin-left: 200px;
961         color: #666666;
962         
963 }
964
965 #adminpage h3 {
966         border-bottom: 1px solid #cccccc;
967 }
968
969 #adminpage .submit {
970         clear:left;
971 }
972
973 #adminpage #pluginslist {
974         margin: 0px; padding: 0px;
975 }
976 #adminpage .plugin {
977         list-style: none;
978         display: block;
979         border: 1px solid #888888;
980         padding: 1em;
981         margin-bottom: 5px;
982         clear: left;
983 }
984 #adminpage .toggleplugin {
985         float:left;
986         margin-right: 1em;
987 }
988
989 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
990 #adminpage table th { text-align: left;}
991 #adminpage td .icon { float: left;}
992 #adminpage table#users img { width: 16px; height: 16px; }
993 #adminpage table tr:hover { background-color: #bbc7d7; }
994 #adminpage .selectall { text-align: right; }
995
996 /**
997  * ICONS
998  */
999 .icon {
1000         display: block; width: 20px; height: 20px;
1001         background-image: url('icons.png');
1002 }
1003 /*.icon:hover {
1004         border-bottom: 0px;
1005 }*/
1006
1007
1008 .border {
1009         border: 1px solid #babdb6;
1010     -webkit-border-radius: 3px;
1011     -moz-border-radius: 3px;
1012     border-radius: 3px; 
1013 }
1014
1015 .article        { background-position: -50px  0px;}
1016 .audio          { background-position: -70px  0px;}
1017 .block          { background-position: -90px  0px;}
1018 .drop           { background-position: -110px 0px;}
1019 .drophide       { background-position: -130px 0px;}
1020 .edit           { background-position: -150px 0px;}
1021 .camera         { background-position: -170px 0px;}
1022 .dislike        { background-position: -190px 0px;}
1023 .like           { background-position: -210px 0px;}
1024 .link           { background-position: -230px 0px;}
1025
1026 .globe          { background-position: -50px  -20px;}
1027 .noglobe        { background-position: -70px  -20px;}
1028 .no             { background-position: -90px  -20px;}
1029 .pause          { background-position: -110px -20px;}
1030 .play           { background-position: -130px -20px;}
1031 .pencil         { background-position: -150px -20px;}
1032 .small-pencil   { background-position: -170px -20px;}
1033 .recycle        { background-position: -190px -20px;}
1034 .remote-link    { background-position: -210px -20px;}
1035 .share          { background-position: -230px -20px;}
1036
1037 .tools          { background-position: -50px  -40px;}
1038 .lock           { background-position: -70px  -40px;}
1039 .unlock         { background-position: -90px  -40px;}
1040 .video          { background-position: -110px -40px;}
1041 .youtube        { background-position: -130px -40px;}
1042
1043 .attach         { background-position: -190px -40px;}
1044 .language       { background-position: -210px -40px;}
1045
1046
1047 .on             { background-position: -50px  -60px;}
1048 .off            { background-position: -70px  -60px;}
1049 .prev           { background-position: -90px  -60px;}
1050 .next           { background-position: -110px  -60px;}
1051
1052
1053 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1054
1055 .attachtype {
1056         display: block; width: 20px; height: 23px;
1057         background-image: url('../../../images/content-types.png');
1058 }
1059
1060 .type-video { background-position: 0px 0px; }
1061 .type-image { background-position: -20px 0px; }
1062 .type-audio { background-position: -40px 0px; }
1063 .type-text  { background-position: -60px 0px; }
1064 .type-unkn  { background-position: -80px 0px; }
1065
1066
1067
1068 /**
1069  *      footer
1070  */                                  
1071  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
1072 footer { display: block; margin: 50px 20%; clear: both; }
1073