]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
add profile tabs to "photos", "events" and "notes". in dispy, show active tab.
[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 #photos-upload-spacer,
647 #photos-upload-new-wrapper,
648 #photos-upload-exist-wrapper { margin-bottom: 1em; }
649 #photos-upload-existing-album-text,
650 #photos-upload-newalbum-div { 
651         background-color: #555753;
652         color: #eeeeec;
653         padding: 1px;
654 }
655 #photos-upload-album-select,
656 #photos-upload-newalbum { width: 99% }
657 #photos-upload-perms-menu { text-align: right; }
658
659 /**
660  *      message
661  */
662 .prvmail-text { width: 100%;}
663 #prvmail-subject { width: 100%;}
664 #prvmail-submit-wrapper { margin-top: 10px; }
665 #prvmail-submit {
666         float: right;
667         margin-top: 0px;
668 }
669 #prvmail-submit-wrapper > div {
670         margin-right: 5px;
671         float: left;
672 }
673 .mail-list-outside-wrapper { margin-top: 20px;}
674 .mail-list-sender {     float: left; }
675 .mail-list-detail {     margin-left: 90px; }
676 .mail-list-sender-name { display: inline; }
677 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
678 .mail-list-subject { font-size: 1.5em;}
679 .mail-list-delete-wrapper { float: right; }
680 .mail-list-outside-wrapper-end { clear: both;}
681
682 /**
683  *      contacts
684  */
685
686 .view-contact-wrapper,
687 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
688 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
689 .contact-entry-edit-links { position: absolute; top: 60px; }
690 .contact-entry-photo {
691         margin-left:20px;
692 }
693 .contact-entry-edit-links .icon {       
694         border: 1px solid #babdb6;
695     -webkit-border-radius: 3px;
696     -moz-border-radius: 3px;
697     border-radius: 3px; 
698         background-color: #ffffff;
699 }
700
701 #contact-edit-banner-name { font-size: 1.5em; }
702 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
703 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
704 #contact-edit-nav-wrapper { margin-left: 210px; }
705 #contact-edit-links { float: left; margin-top: 23px; }
706 #contact-drop-links { margin-left: 5px; }
707 #contact-edit-nav-wrapper .icon {
708         border: 1px solid #babdb6;
709     -webkit-border-radius: 3px;
710     -moz-border-radius: 3px;
711     border-radius: 3px; 
712 }
713 #contact-edit-poll-wrapper { margin-left: 50px; }
714 #contact-edit-last-update-text { margin-bottom: 15px; }
715 #contact-edit-last-updated { font-weight: bold; }
716 #contact-edit-poll-text { display: inline; }
717 #contact-edit-end { clear: both; }
718
719 /**
720  *      register, settings & profile forms
721  */
722 #settings-nickname-desc {
723         background-color: #DDEFFF;
724         -webkit-border-radius: 5px;
725         -moz-border-radius: 5px;
726     border-radius: 5px;
727     padding: 5px;
728 }
729
730 #register-form div,
731 #profile-edit-form div,
732 #settings-form  div { 
733         clear: both;
734 }
735
736 #register-form label,
737 #profile-edit-form label,
738 #settings-form label {
739         width: 300px; float: left;
740 }
741
742 #register-form span,
743 #profile-edit-form span,
744 #settings-form span {
745         color: #555753;
746         display:block;
747         margin-bottom: 20px;
748 }
749 .settings-submit-wrapper,
750 .profile-edit-submit-wrapper { margin: 30px 0px;}
751 .profile-listing { float: left; margin: 20px 20px 0px 0px}
752
753 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
754
755
756 #register-sitename { display: inline; font-weight: bold;}
757
758 /**
759  *      contacts selector
760  */
761 #group-edit-desc { margin: 10px 0xp; }
762 #group-members,
763 #prof-members {
764         height: 200px; 
765         overflow: auto;
766         border: 1px solid #555753;
767     -webkit-border-radius: 5px 5px 0px 0px;
768     -moz-border-radius: 5px 5px 0px 0px;
769     border-radius: 5px 5px 0px 0px;
770 }
771 #group-all-contacts,
772 #prof-all-contacts { 
773         height: 200px;
774     overflow: auto;     
775         border: 1px solid #555753;
776     -webkit-border-radius: 0px 0px 5px 5px;
777     -moz-border-radius: 0px 0px 5px 5px;
778     border-radius: 0px 0px 5px 5px;
779 }
780 #group-members h3,
781 #group-all-contacts h3,
782 #prof-members h3,
783 #prof-all-contacts h3{
784         color: #eeeeec;
785         background-color: #555753;
786         margin: 0px;
787         padding: 5px;
788 }
789 #group-separator,
790 #prof-separator { display: none;}
791
792 /**
793  * profile
794  */
795 #cropimage-wrapper { float:left; }
796 #crop-image-form { clear:both; }
797
798
799 /**
800  *      directory
801  */
802 .directory-item {float: left; margin: 50px 50px 0px 0px;}
803
804 /**
805  * ADMIN
806  */
807 #pending-update {
808         float:right;
809         color: #ffffff;
810         font-weight: bold;
811         background-color: #FF0000;
812         padding: 0em 0.3em;
813 }
814 .admin.linklist {
815         border: 0px; padding: 0px;
816 }
817 .admin.link {
818         list-style-position: inside;
819 }
820
821 #adminpage dl {
822         clear: left;
823         margin-bottom: 2px;
824         padding-bottom: 2px;
825         border-bottom: 1px solid black;
826 }
827 #adminpage dt {
828         width: 200px;
829         float: left;
830         font-weight: bold;
831 }
832 #adminpage dd {
833         margin-left: 200px;
834 }
835
836 #adminpage .field {
837         clear: left;
838         margin-bottom: 5px;
839         padding-bottom: 5px;
840 }
841
842 #adminpage .field label {
843         float: left;
844         width: 200px;
845         font-weight: bold;
846 }
847
848 #adminpage .field input,
849 #adminpage .field textarea {
850         width: 400px;
851 }
852 #adminpage .field textarea { height: 100px; }
853 #adminpage .field_help {
854         display: block;
855         margin-left: 200px;
856         color: #666666;
857         
858 }
859
860 #adminpage h3 {
861         border-bottom: 1px solid #cccccc;
862 }
863
864 #adminpage .submit {
865         clear:left;
866 }
867
868 #adminpage #pluginslist {
869         margin: 0px; padding: 0px;
870 }
871 #adminpage .plugin {
872         list-style: none;
873         display: block;
874         border: 1px solid #888888;
875         padding: 1em;
876         margin-bottom: 5px;
877         clear: left;
878 }
879 #adminpage .toggleplugin {
880         float:left;
881         margin-right: 1em;
882 }
883
884 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
885 #adminpage table th { text-align: left;}
886 #adminpage td .icon { float: left;}
887 #adminpage table#users img { width: 16px; height: 16px; }
888 #adminpage table tr:hover { background-color: #bbc7d7; }
889 #adminpage .selectall { text-align: right; }
890
891 /**
892  * ICONS
893  */
894 .icon {
895         display: block; width: 20px; height: 20px;
896         background-image: url('icons.png');
897 }
898 /*.icon:hover {
899         border-bottom: 0px;
900 }*/
901
902
903 .border {
904         border: 1px solid #babdb6;
905     -webkit-border-radius: 3px;
906     -moz-border-radius: 3px;
907     border-radius: 3px; 
908 }
909
910 .article        { background-position: -50px  0px;}
911 .audio          { background-position: -70px  0px;}
912 .block          { background-position: -90px  0px;}
913 .drop           { background-position: -110px 0px;}
914 .drophide       { background-position: -130px 0px;}
915 .edit           { background-position: -150px 0px;}
916 .camera         { background-position: -170px 0px;}
917 .dislike        { background-position: -190px 0px;}
918 .like           { background-position: -210px 0px;}
919 .link           { background-position: -230px 0px;}
920
921 .globe          { background-position: -50px  -20px;}
922 .noglobe        { background-position: -70px  -20px;}
923 .no             { background-position: -90px  -20px;}
924 .pause          { background-position: -110px -20px;}
925 .play           { background-position: -130px -20px;}
926 .pencil         { background-position: -150px -20px;}
927 .small-pencil   { background-position: -170px -20px;}
928 .recycle        { background-position: -190px -20px;}
929 .remote-link    { background-position: -210px -20px;}
930 .share          { background-position: -230px -20px;}
931
932 .tools          { background-position: -50px  -40px;}
933 .lock           { background-position: -70px  -40px;}
934 .unlock         { background-position: -90px  -40px;}
935 .video          { background-position: -110px -40px;}
936 .youtube        { background-position: -130px -40px;}
937
938 .attach         { background-position: -190px -40px;}
939 .language       { background-position: -210px -40px;}
940
941
942 .on             { background-position: -50px  -60px;}
943 .off            { background-position: -70px  -60px;}
944
945
946
947 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
948
949 .attachtype {
950         display: block; width: 20px; height: 23px;
951         background-image: url('../../../images/content-types.png');
952 }
953
954 .type-video { background-position: 0px 0px; }
955 .type-image { background-position: -20px 0px; }
956 .type-audio { background-position: -40px 0px; }
957 .type-text  { background-position: -60px 0px; }
958 .type-unkn  { background-position: -80px 0px; }
959
960
961
962 /**
963  *      footer
964  */                                  
965  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
966 footer { display: block; margin: 50px 20%; clear: both; }
967