]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
friend suggestions
[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 /**
693  *      contacts
694  */
695
696 .view-contact-wrapper,
697 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
698 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
699 .contact-entry-edit-links { position: absolute; top: 60px; }
700 .contact-entry-photo {
701         margin-left:20px;
702 }
703 .contact-entry-edit-links .icon {       
704         border: 1px solid #babdb6;
705     -webkit-border-radius: 3px;
706     -moz-border-radius: 3px;
707     border-radius: 3px; 
708         background-color: #ffffff;
709 }
710
711 #contact-edit-banner-name { font-size: 1.5em; }
712 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
713 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
714 #contact-edit-nav-wrapper { margin-left: 210px; }
715 #contact-edit-links { float: left; margin-top: 23px; }
716 #contact-drop-links { margin-left: 5px; }
717 #contact-edit-nav-wrapper .icon {
718         border: 1px solid #babdb6;
719     -webkit-border-radius: 3px;
720     -moz-border-radius: 3px;
721     border-radius: 3px; 
722 }
723 #contact-edit-poll-wrapper { margin-left: 50px; }
724 #contact-edit-last-update-text { margin-bottom: 15px; }
725 #contact-edit-last-updated { font-weight: bold; }
726 #contact-edit-poll-text { display: inline; }
727 #contact-edit-end { clear: both; }
728
729 /**
730  *      register, settings & profile forms
731  */
732 #settings-nickname-desc {
733         background-color: #DDEFFF;
734         -webkit-border-radius: 5px;
735         -moz-border-radius: 5px;
736     border-radius: 5px;
737     padding: 5px;
738 }
739
740 #register-form div,
741 #profile-edit-form div,
742 #settings-form  div { 
743         clear: both;
744 }
745
746 #register-form label,
747 #profile-edit-form label,
748 #settings-form label {
749         width: 300px; float: left;
750 }
751
752 #register-form span,
753 #profile-edit-form span,
754 #settings-form span {
755         color: #555753;
756         display:block;
757         margin-bottom: 20px;
758 }
759 .settings-submit-wrapper,
760 .profile-edit-submit-wrapper { margin: 30px 0px;}
761 .profile-listing { float: left; margin: 20px 20px 0px 0px}
762
763 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
764
765
766 #register-sitename { display: inline; font-weight: bold;}
767
768 /**
769  *      contacts selector
770  */
771 #group-edit-desc { margin: 10px 0xp; }
772 #group-members,
773 #prof-members {
774         height: 200px; 
775         overflow: auto;
776         border: 1px solid #555753;
777     -webkit-border-radius: 5px 5px 0px 0px;
778     -moz-border-radius: 5px 5px 0px 0px;
779     border-radius: 5px 5px 0px 0px;
780 }
781 #group-all-contacts,
782 #prof-all-contacts { 
783         height: 200px;
784     overflow: auto;     
785         border: 1px solid #555753;
786     -webkit-border-radius: 0px 0px 5px 5px;
787     -moz-border-radius: 0px 0px 5px 5px;
788     border-radius: 0px 0px 5px 5px;
789 }
790 #group-members h3,
791 #group-all-contacts h3,
792 #prof-members h3,
793 #prof-all-contacts h3{
794         color: #eeeeec;
795         background-color: #555753;
796         margin: 0px;
797         padding: 5px;
798 }
799 #group-separator,
800 #prof-separator { display: none;}
801
802 /**
803  * profile
804  */
805 #cropimage-wrapper { float:left; }
806 #crop-image-form { clear:both; }
807
808 /**
809  * events
810  **/
811  
812 .clear { clear: both; }
813 .eventcal {
814         float: left;
815         font-size: 20px;
816 }
817
818 .vevent {
819         border: 1px solid #CCCCCC;
820 }
821 .vevent .event-description, .vevent .event-location {
822         margin-left: 10px;
823         margin-right: 10px;
824 }
825 .vevent .event-start {
826         margin-left: 10px;
827         margin-right: 10px;
828 }
829
830 #new-event-link {
831         margin-bottom: 10px;
832 }
833
834 .edit-event-link, .plink-event-link {
835         float: left;
836         margin-top: 4px;
837         margin-right: 4px;
838         margin-bottom: 15px;
839 }
840
841 .event-description:before {
842         content: url('../../../images/calendar.png');
843         margin-right: 15px;
844 }
845
846 .event-start, .event-end {
847         margin-left: 10px;
848         width: 330px;
849 }
850
851 .event-start .dtstart, .event-end .dtend {
852         float: right;
853 }
854
855 .event-list-date {
856         margin-bottom: 10px;
857 }
858
859 .prevcal, .nextcal {
860         float: left;
861         margin-left: 32px;
862         margin-right: 32px;
863         margin-top: 64px;
864 }
865 .event-calendar-end {
866         clear: both;
867 }
868
869  
870 .calendar {
871         font-family: Courier, monospace;
872 }
873 .today {
874         font-weight: bold;
875         color: #FF0000;
876
877  
878 #event-start-text, 
879 #event-finish-text {
880         margin-top: 10px;
881         margin-bottom: 5px;
882 }
883
884 #event-nofinish-checkbox, 
885 #event-nofinish-text, 
886 #event-adjust-checkbox, 
887 #event-adjust-text,
888 #event-share-checkbox
889 {
890         float: left;
891 }
892 #event-datetime-break {
893         margin-bottom: 10px;
894 }
895
896 #event-nofinish-break, 
897 #event-adjust-break,
898 #event-share-break {
899         clear: both;
900 }
901
902 #event-desc-text, 
903 #event-location-text {
904         margin-top: 10px;
905         margin-bottom: 5px;
906 }
907 #event-submit {
908         margin-top: 10px;
909 }
910
911 /**
912  *      directory
913  */
914 .directory-item {float: left; margin: 50px 50px 0px 0px;}
915
916 /**
917  * ADMIN
918  */
919 #pending-update {
920         float:right;
921         color: #ffffff;
922         font-weight: bold;
923         background-color: #FF0000;
924         padding: 0em 0.3em;
925 }
926 .admin.linklist {
927         border: 0px; padding: 0px;
928 }
929 .admin.link {
930         list-style-position: inside;
931 }
932
933 #adminpage dl {
934         clear: left;
935         margin-bottom: 2px;
936         padding-bottom: 2px;
937         border-bottom: 1px solid black;
938 }
939 #adminpage dt {
940         width: 200px;
941         float: left;
942         font-weight: bold;
943 }
944 #adminpage dd {
945         margin-left: 200px;
946 }
947
948 #adminpage .field {
949         clear: left;
950         margin-bottom: 5px;
951         padding-bottom: 5px;
952 }
953
954 #adminpage .field label {
955         float: left;
956         width: 200px;
957         font-weight: bold;
958 }
959
960 #adminpage .field input,
961 #adminpage .field textarea {
962         width: 400px;
963 }
964 #adminpage .field textarea { height: 100px; }
965 #adminpage .field_help {
966         display: block;
967         margin-left: 200px;
968         color: #666666;
969         
970 }
971
972 #adminpage h3 {
973         border-bottom: 1px solid #cccccc;
974 }
975
976 #adminpage .submit {
977         clear:left;
978 }
979
980 #adminpage #pluginslist {
981         margin: 0px; padding: 0px;
982 }
983 #adminpage .plugin {
984         list-style: none;
985         display: block;
986         border: 1px solid #888888;
987         padding: 1em;
988         margin-bottom: 5px;
989         clear: left;
990 }
991 #adminpage .toggleplugin {
992         float:left;
993         margin-right: 1em;
994 }
995
996 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
997 #adminpage table th { text-align: left;}
998 #adminpage td .icon { float: left;}
999 #adminpage table#users img { width: 16px; height: 16px; }
1000 #adminpage table tr:hover { background-color: #bbc7d7; }
1001 #adminpage .selectall { text-align: right; }
1002
1003 /**
1004  * ICONS
1005  */
1006 .icon {
1007         display: block; width: 20px; height: 20px;
1008         background-image: url('icons.png');
1009 }
1010 /*.icon:hover {
1011         border-bottom: 0px;
1012 }*/
1013
1014
1015 .border {
1016         border: 1px solid #babdb6;
1017     -webkit-border-radius: 3px;
1018     -moz-border-radius: 3px;
1019     border-radius: 3px; 
1020 }
1021
1022 .article        { background-position: -50px  0px;}
1023 .audio          { background-position: -70px  0px;}
1024 .block          { background-position: -90px  0px;}
1025 .drop           { background-position: -110px 0px;}
1026 .drophide       { background-position: -130px 0px;}
1027 .edit           { background-position: -150px 0px;}
1028 .camera         { background-position: -170px 0px;}
1029 .dislike        { background-position: -190px 0px;}
1030 .like           { background-position: -210px 0px;}
1031 .link           { background-position: -230px 0px;}
1032
1033 .globe          { background-position: -50px  -20px;}
1034 .noglobe        { background-position: -70px  -20px;}
1035 .no             { background-position: -90px  -20px;}
1036 .pause          { background-position: -110px -20px;}
1037 .play           { background-position: -130px -20px;}
1038 .pencil         { background-position: -150px -20px;}
1039 .small-pencil   { background-position: -170px -20px;}
1040 .recycle        { background-position: -190px -20px;}
1041 .remote-link    { background-position: -210px -20px;}
1042 .share          { background-position: -230px -20px;}
1043
1044 .tools          { background-position: -50px  -40px;}
1045 .lock           { background-position: -70px  -40px;}
1046 .unlock         { background-position: -90px  -40px;}
1047 .video          { background-position: -110px -40px;}
1048 .youtube        { background-position: -130px -40px;}
1049
1050 .attach         { background-position: -190px -40px;}
1051 .language       { background-position: -210px -40px;}
1052
1053
1054 .on             { background-position: -50px  -60px;}
1055 .off            { background-position: -70px  -60px;}
1056 .prev           { background-position: -90px  -60px;}
1057 .next           { background-position: -110px  -60px;}
1058
1059
1060 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1061
1062 .attachtype {
1063         display: block; width: 20px; height: 23px;
1064         background-image: url('../../../images/content-types.png');
1065 }
1066
1067 .type-video { background-position: 0px 0px; }
1068 .type-image { background-position: -20px 0px; }
1069 .type-audio { background-position: -40px 0px; }
1070 .type-text  { background-position: -60px 0px; }
1071 .type-unkn  { background-position: -80px 0px; }
1072
1073
1074
1075 /**
1076  *      footer
1077  */                                  
1078  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
1079 footer { display: block; margin: 50px 20%; clear: both; }
1080