]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
Merge branch 'pull'
[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
150 #notifications {
151         height: 20px; width: 100%;
152         position: absolute;
153         top:-19px; left: 0px;
154 }
155 .nav-ajax-update {
156         width: 30px;
157         height: 19px;
158         background: transparent url('notifications.png') 0px 0px no-repeat; 
159         color: #ffffff;
160         font-weight: bold;
161         font-size: 0.8em;
162         padding-top: 0.2em;
163         text-align: center;
164         float: left;
165         margin-right: -4px;
166     display: none;
167 }
168 #net-update { background-position: 0px 0px; }
169 #mail-update { background-position: -30px 0px; }
170 #notify-update { background-position: -60px 0px; }
171 #home-update { background-position: -90px 0px; }
172
173 #lang-select-icon {
174         cursor: pointer;
175         position: absolute;
176         left: 0px;
177         top: 0px;
178 }
179
180 #language-selector {
181         position: absolute;
182         top: 0;
183         left: 16px;
184 }
185
186
187 /** sysmsg **/
188 #sysmsg_info{
189         position:fixed; 
190         bottom: 0px; right:20%; 
191         -moz-box-shadow: 0px 0px 5px #888;
192         -webkit-box-shadow: 0px 0px 5px #888;
193         box-shadow: 0px 0px 5px #888;
194         padding: 10px; 
195         background-color: #fcaf3e; border:2px solid #f8911b;
196         border-bottom:0px;
197         padding-bottom: 50px;   
198         z-index: 1000;
199 }
200 #sysmsg { 
201         position:fixed; 
202         bottom: 0px; right:10%; 
203         -moz-box-shadow: 0px 0px 5px #888;
204         -webkit-box-shadow: 0px 0px 5px #888;
205         box-shadow: 0px 0px 5px #888;
206         padding: 10px; 
207         background-color: #fcaf3e; border:2px solid #f8911b;
208         border-bottom:0px;
209         padding-bottom: 50px;   
210         z-index: 1000;
211 }
212 #sysmsg_info br,
213 #sysmsg br {
214         display:block;
215         margin:2px 0px;
216         border-top: 1px solid #ccccce;
217 }
218
219
220
221 /**
222 * aside
223 **/
224
225 aside {
226     position: absolute;
227     right: 11%;
228     width: 200px;
229     font-size: 0.7em;
230
231 }
232 .vcard .fn { font-size: 1.7em; font-weight: bold; border-bottom: 1px solid #729fcf; padding-top: 1px;}
233
234 .vcard #profile-photo-wrapper { margin: 10px 0px }
235
236 aside h4 { font-size: 1.2em; }
237
238 aside #viewcontacts { text-align: right;}
239
240 #profile-extra-links ul { margin-left: 0px; padding-left: 0px; list-style: none; }
241
242 #dfrn-request-link {
243     background: #3465A4 url('connect.png') no-repeat 95% center;
244     border-radius: 5px 5px 5px 5px;
245     color: #FFFFFF;
246     display: block;
247     font-size: 1.2em;
248     padding: 0.2em 0.5em;
249 }
250
251 /**
252 * contacts block
253 */
254 .contact-block-div { width: 50px; height: 50px; float: left; }
255 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
256 #contact-block-end { clear: both; }
257
258 /**
259  * jot
260  **/ 
261 #profile-jot-text_tbl { margin-bottom: 10px; }
262 #profile-jot-text_ifr { width: 99.9%!important }
263 #profile-jot-submit-wrapper { float: right;}
264 #profile-jot-perms { 
265         float: right;
266         background-color: #555753;
267         height: 22px; width: 20px;
268     -webkit-border-radius: 0px 5px 5px 0px;
269     -moz-border-radius: 0px 5px 5px 0px;
270     border-radius: 0px 5px 5px 0px;     
271         overflow: hidden;
272         border: 0px;
273         margin-left:2px;
274 }
275 #profile-jot-submit { 
276         float: right;
277         height: 22px;
278         background-color: #555753;
279         color: #eeeeec;
280         -webkit-border-radius: 5px 0px 0px  5px;
281         -moz-border-radius: 5px 0px 0px  5px;
282         border-radius: 5px 0px 0px  5px;
283         border: 0px;
284         margin-top: 0px;
285 }
286 #character-counter {
287  float: right; padding: 8px 10px; 
288 }
289 #profile-rotator-wrapper {
290  float: right; 
291 }
292
293 .jot-tool {
294         float: left;
295         margin-right: 5px;
296 }
297 #profile-jot-tools-end,
298 #profile-jot-banner-end { clear: both; }
299
300 #profile-jot-email-wrapper {
301         margin: 10px 10% 0px 10%;
302         border: 1px solid #555753;
303         border-bottom: 0px;
304 }
305 #profile-jot-email-label { background-color: #555753; color: #ccccce;   padding: 5px;}
306 #profile-jot-email { margin: 5px; width: 90%; }
307         
308 #profile-jot-networks {
309         margin: 0px 10%;
310         border: 1px solid #555753;
311         border-top: 0px;
312         border-bottom: 0px;
313         padding: 5px;
314 }
315 #profile-jot-acl-wrapper {
316         margin: 0px 10%;
317         border: 1px solid #555753;
318         border-top: 0px;
319 }
320 #group_allow_wrapper,
321 #group_deny_wrapper,
322 #acl-permit-outer-wrapper { width: 47%; float: left; }
323
324 #contact_allow_wrapper,
325 #contact_deny_wrapper,
326 #acl-deny-outer-wrapper { width: 47%; float: right; }
327
328 #acl-permit-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
329 #jot-public {background-color: #555753; color: #ff0000; padding: 5px; float: left;}
330 #acl-deny-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
331
332 #acl-permit-text-end,
333 #acl-deny-text-end { clear: both; }
334
335
336
337
338 #acl-permit-wrapper,
339 #acl-deny-wrapper { padding: 5px; }
340
341 #acl-allow-group-label,
342 #acl-allow-contact-label,
343 #acl-deny-group-label,
344 #acl-deny-contact-label { display: block }
345
346 #group_allow, #contact_allow,
347 #group_deny, #contact_deny,
348 #profile-jot-acl-wrapper select { width: 100%; }
349
350 #acl-wrapper-end,
351 #profile-jot-end { clear: both; height: 5px; }
352
353
354
355
356 /**
357  * section
358  */
359 section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
360
361 /** tabs **/
362 .tabs-wrapper {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; }
363 .tabs-wrapper li { display: inline;}
364 .tabs { padding: 0px 5px; margin-right: 10px; }
365 .tabs:hover { background-color: #729fcf; color: #eeeeec; border: 0px; }
366
367
368 /**
369  *      items
370  */
371 .wall-item-outside-wrapper { 
372         margin-top: 50px;
373 }
374 .wall-item-outside-wrapper-end { clear: both;}
375 .wall-item-content-wrapper { position: relative; }
376 .wall-item-photo-menu { display: none;}
377 .wall-item-photo-menu-button {
378         display:none;
379         text-indent: -99999px;
380         background: #555753 url("menu-user-pin.jpg") no-repeat 75px center;
381         position: absolute;
382         overflow: hidden;
383         height: 20px; width: 90px; 
384         top: 85px;      left: 0px;
385         -webkit-border-radius: 0px 0px 5px  5px;
386         -moz-border-radius: 0px 0px 5px  5px;
387         border-radius: 0px 0px 5px  5px;
388         
389         
390 }
391
392 .wall-item-info { float: left; width: 140px; }
393 .wall-item-photo-wrapper { 
394         width: 80px; height: 80px;  
395         position: relative;
396         padding: 5px;
397         background-color: #555753;
398         -webkit-border-radius: 5px;
399         -moz-border-radius: 5px;
400         border-radius: 5px;     
401 }
402
403
404 .wall-item-tools { 
405         float: right; 
406         /*height: 0px;
407         padding-top: 20px;
408         overflow:hidden;
409         background: #ffffff url("icons.png") no-repeat  -50px  -40px;*/
410         filter: alpha(opacity=20);
411         opacity: 0.2;
412         -webkit-transition: all 1s ease-in-out;
413         -moz-transition: all 1s ease-in-out;
414         -o-transition: all 1s ease-in-out;
415         -ms-transition: all 1s ease-in-out;
416         transition: all 1s ease-in-out; 
417 }
418 .wall-item-tools:hover {
419         /*height:auto;*/
420         filter: alpha(opacity=100);
421         opacity: 1;
422         -webkit-transition: all 1s ease-in-out;
423         -moz-transition: all 1s ease-in-out;
424         -o-transition: all 1s ease-in-out;
425         -ms-transition: all 1s ease-in-out;
426         transition: all 1s ease-in-out; 
427         
428 }
429
430 .wall-item-title { font-size: 1.2em; font-weight: bold;}
431 .wall-item-body { margin-left: 140px;}
432 .wall-item-lock-wrapper { float: right; }
433 .wall-item-dislike,
434 .wall-item-like,
435 .wall-item-author { clear: left; font-size: 0.8em; margin: 10px 0px 0px 140px; color: #babdb6;}
436 .wall-item-ago { display: inline; padding-left: 10px;} 
437 .wall-item-wrapper-end { clear:both; }
438 .wall-item-location {
439         margin-top:5px;
440         width: 100px;
441         overflow: hidden;
442         text-overflow: ellipsis;
443         -o-text-overflow: ellipsis;
444 }
445 .wall-item-location .icon { float: left; }
446 .wall-item-location > a { margin-left: 25px;  font-size: 0.7em; display: block;}
447 .wall-item-location .smalltext { margin-left: 25px;  font-size: 0.7em; display: block;}
448 .wall-item-location > br { display: none; }
449
450 .wallwall .wwto {
451     left: -10px;
452     margin: 0;
453     position: absolute;
454     top: 65px;
455     width: 30px;
456     z-index: 10001;
457         width: 30px;
458         height: 30px;
459     
460 }
461 .wallwall .wwto img { width: 30px!important; height: 30px!important;}
462 .wallwall .wall-item-photo-end { clear: both; }
463 .wall-item-arrowphoto-wrapper {
464     position: absolute;
465     left: 20px;
466     top: 70px;
467     z-index: 10002;
468 }
469
470 .wall-item-photo-menu {
471         min-width: 92px;
472         border: 2px solid #FFFFFF;
473         border-top: 0px;
474         background: #555753;
475         position: absolute;
476         left: -2px; top: 101px;
477         display: none;
478         z-index: 10000;
479         -webkit-border-radius: 0px 5px 5px 5px;
480         -moz-border-radius: 0px 5px 5px 5px;
481         border-radius: 0px 5px 5px 5px;
482 }
483 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
484 .wall-item-photo-menu li a { white-space: nowrap;  display: block; padding: 5px 2px;    color: #eeeeec;  }
485 .wall-item-photo-menu li a:hover { color: #555753; background: #eeeeec; }
486
487 /**
488  *      comment
489  */
490  
491  .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
492  
493 .wall-item-outside-wrapper.comment { margin-left: 80px; }
494 .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;}
495 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
496 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
497         width: 50px; top: 45px; background-position: 35px center;
498 }
499 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
500 .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px;}
501 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
502
503 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
504         min-width: 50px;
505         top: 60px;
506 }
507
508
509 .comment-wwedit-wrapper,
510 .comment-edit-wrapper { margin: 30px 0px 0px 80px;}
511 .comment-wwedit-wrapper img,
512 .comment-edit-wrapper img { width: 20px; height: 20px; }
513 .comment-edit-photo-link { float: left; width: 40px;}
514 .comment-edit-text-empty {  width: 80%; height: 20px; border: 0px; color: #babdb6;
515         -webkit-transition: all 0.5s ease-in-out;
516         -moz-transition: all 0.5s ease-in-out;
517         -o-transition: all 0.5s ease-in-out;
518         -ms-transition: all 0.5s ease-in-out;
519         transition: all 0.5s ease-in-out;       
520 }
521 .comment-edit-text-empty:hover { color: #999999;}
522 .comment-edit-text-full { width: 80%; height: 6em;
523         -webkit-transition: all 0.5s ease-in-out;
524         -moz-transition: all 0.5s ease-in-out;
525         -o-transition: all 0.5s ease-in-out;
526         -ms-transition: all 0.5s ease-in-out;
527         transition: all 0.5s ease-in-out;       
528 }
529 .comment-edit-submit-wrapper { width: 80%; margin-left: 40px; text-align: right; }
530 .comment-edit-submit {
531         height: 22px;
532         background-color: #555753;
533         color: #eeeeec;
534         -webkit-border-radius: 5px;
535         -moz-border-radius: 5px;
536         border-radius: 5px;
537         border: 0px;
538 }
539
540
541
542
543 /**
544  * photos
545  **/
546 #photo-top-links {
547         margin-bottom:30px;
548 }
549 .photo-album-image-wrapper,
550 .photo-top-image-wrapper { 
551         float: left; 
552         margin: 0px 10px 10px 0px;
553         -moz-box-shadow: 0px 0px 5px #888;
554         -webkit-box-shadow: 0px 0px 5px #888;
555         box-shadow: 0px 0px 5px #888;
556         background-color: #eeeeee;
557         -webkit-border-radius: 5px;
558         -moz-border-radius: 5px;
559         border-radius: 5px;
560
561         padding-bottom: 30px; 
562         position:relative;
563         
564 }
565
566 .photo-top-image-wrapper a:hover,
567 #photo-photo a:hover,
568 .photo-album-image-wrapper a:hover { 
569         border-bottom: 0px; 
570 }
571
572 .photo-top-photo,
573 .photo-album-photo {
574     -webkit-border-radius: 5px 5px 0px 0px;
575     -moz-border-radius: 5px 5px 0px 0px;
576     border-radius: 5px 5px 0px 0px;
577  } 
578
579 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
580 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
581
582
583 #photo-photo{
584         position: relative;
585         float:left;
586 }
587 #photo-photo-end { clear: both; }
588 #photo-prev-link,
589 #photo-next-link{
590         position: absolute;
591         width:30%;
592         height: 100%;
593         background-color: rgba(255,255,255,0.5);
594         opacity: 0;
595         -webkit-transition: all 0.2s ease-in-out;
596         -moz-transition: all 0.2s ease-in-out;
597         -o-transition: all 0.2s ease-in-out;
598         -ms-transition: all 0.2s ease-in-out;
599         transition: all 0.2s ease-in-out;
600         background-position: center center;
601         background-repeat: no-repeat;
602         
603 }
604 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
605 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
606
607 #photo-prev-link a,
608 #photo-next-link a{
609  display: block; width: 100%; height: 100%;
610  overflow: hidden;
611  text-indent: -900000px;                 
612 }
613
614 #photo-prev-link:hover,
615 #photo-next-link:hover{
616         opacity: 1;
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 }
623
624 #photos-upload-spacer,
625 #photos-upload-new-wrapper,
626 #photos-upload-exist-wrapper { margin-bottom: 1em; }
627 #photos-upload-existing-album-text,
628 #photos-upload-newalbum-div { 
629         background-color: #555753;
630         color: #eeeeec;
631         padding: 1px;
632 }
633 #photos-upload-album-select,
634 #photos-upload-newalbum { width: 99% }
635 #photos-upload-perms-menu { text-align: right; }
636
637 /**
638  *      message
639  */
640 .prvmail-text { width: 100%;}
641 #prvmail-subject { width: 100%;}
642 #prvmail-submit-wrapper { margin-top: 10px; }
643 #prvmail-submit {
644         float: right;
645         margin-top: 0px;
646 }
647 #prvmail-submit-wrapper > div {
648         margin-right: 5px;
649         float: left;
650 }
651 .mail-list-outside-wrapper { margin-top: 20px;}
652 .mail-list-sender {     float: left; }
653 .mail-list-detail {     margin-left: 90px; }
654 .mail-list-sender-name { display: inline; }
655 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
656 .mail-list-subject { font-size: 1.5em;}
657 .mail-list-delete-wrapper { float: right; }
658 .mail-list-outside-wrapper-end { clear: both;}
659
660 /**
661  *      contacts
662  */
663
664 .view-contact-wrapper,
665 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
666 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
667 .contact-entry-edit-links { position: absolute; top: 60px; }
668 .contact-entry-photo {
669         margin-left:20px;
670 }
671 .contact-entry-edit-links .icon {       
672         border: 1px solid #babdb6;
673     -webkit-border-radius: 3px;
674     -moz-border-radius: 3px;
675     border-radius: 3px; 
676         background-color: #ffffff;
677 }
678
679 #contact-edit-banner-name { font-size: 1.5em; }
680 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
681 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
682 #contact-edit-nav-wrapper { margin-left: 210px; }
683 #contact-edit-links { float: left; margin-top: 23px; }
684 #contact-drop-links { margin-left: 5px; }
685 #contact-edit-nav-wrapper .icon {
686         border: 1px solid #babdb6;
687     -webkit-border-radius: 3px;
688     -moz-border-radius: 3px;
689     border-radius: 3px; 
690 }
691 #contact-edit-poll-wrapper { margin-left: 50px; }
692 #contact-edit-last-update-text { margin-bottom: 15px; }
693 #contact-edit-last-updated { font-weight: bold; }
694 #contact-edit-poll-text { display: inline; }
695 #contact-edit-end { clear: both; }
696
697 /**
698  *      register, settings & profile forms
699  */
700 #settings-nickname-desc {
701         background-color: #DDEFFF;
702         -webkit-border-radius: 5px;
703         -moz-border-radius: 5px;
704     border-radius: 5px;
705     padding: 5px;
706 }
707
708 #register-form div,
709 #profile-edit-form div,
710 #settings-form  div { 
711         clear: both;
712 }
713
714 #register-form label,
715 #profile-edit-form label,
716 #settings-form label {
717         width: 300px; float: left;
718 }
719
720 #register-form span,
721 #profile-edit-form span,
722 #settings-form span {
723         color: #555753;
724         display:block;
725         margin-bottom: 20px;
726 }
727 .settings-submit-wrapper,
728 .profile-edit-submit-wrapper { margin: 30px 0px;}
729 .profile-listing { float: left; margin: 20px 20px 0px 0px}
730
731 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
732
733
734 #register-sitename { display: inline; font-weight: bold;}
735
736 /**
737  *      contacts selector
738  */
739 #group-edit-desc { margin: 10px 0xp; }
740 #group-members,
741 #prof-members {
742         height: 200px; 
743         overflow: auto;
744         border: 1px solid #555753;
745     -webkit-border-radius: 5px 5px 0px 0px;
746     -moz-border-radius: 5px 5px 0px 0px;
747     border-radius: 5px 5px 0px 0px;
748 }
749 #group-all-contacts,
750 #prof-all-contacts { 
751         height: 200px;
752     overflow: auto;     
753         border: 1px solid #555753;
754     -webkit-border-radius: 0px 0px 5px 5px;
755     -moz-border-radius: 0px 0px 5px 5px;
756     border-radius: 0px 0px 5px 5px;
757 }
758 #group-members h3,
759 #group-all-contacts h3,
760 #prof-members h3,
761 #prof-all-contacts h3{
762         color: #eeeeec;
763         background-color: #555753;
764         margin: 0px;
765         padding: 5px;
766 }
767 #group-separator,
768 #prof-separator { display: none;}
769
770 /**
771  * profile
772  */
773 #cropimage-wrapper { float:left; }
774 #crop-image-form { clear:both; }
775
776
777 /**
778  *      directory
779  */
780 .directory-item {float: left; margin: 50px 50px 0px 0px;}
781
782 /**
783  * ICONS
784  */
785 .icon {
786         display: block; width: 20px; height: 20px;
787         background-image: url('icons.png');
788 }
789 /*.icon:hover {
790         border-bottom: 0px;
791 }*/
792
793
794 .border {
795         border: 1px solid #babdb6;
796     -webkit-border-radius: 3px;
797     -moz-border-radius: 3px;
798     border-radius: 3px; 
799 }
800
801 .article        { background-position: -50px  0px;}
802 .audio          { background-position: -70px  0px;}
803 .block          { background-position: -90px  0px;}
804 .drop           { background-position: -110px 0px;}
805 .drophide       { background-position: -130px 0px;}
806 .edit           { background-position: -150px 0px;}
807 .camera         { background-position: -170px 0px;}
808 .dislike        { background-position: -190px 0px;}
809 .like           { background-position: -210px 0px;}
810 .link           { background-position: -230px 0px;}
811
812 .globe          { background-position: -50px  -20px;}
813 .noglobe        { background-position: -70px  -20px;}
814 .no             { background-position: -90px  -20px;}
815 .pause          { background-position: -110px -20px;}
816 .play           { background-position: -130px -20px;}
817 .pencil         { background-position: -150px -20px;}
818 .small-pencil   { background-position: -170px -20px;}
819 .recycle        { background-position: -190px -20px;}
820 .remote-link    { background-position: -210px -20px;}
821 .share          { background-position: -230px -20px;}
822
823 .tools          { background-position: -50px  -40px;}
824 .lock           { background-position: -70px  -40px;}
825 .unlock         { background-position: -90px  -40px;}
826 .video          { background-position: -110px -40px;}
827 .youtube        { background-position: -130px -40px;}
828
829 .attach         { background-position: -190px -40px;}
830 .language       { background-position: -210px -40px;}
831
832 .attachtype {
833         display: block; width: 20px; height: 23px;
834         background-image: url('../../../images/content-types.png');
835 }
836
837 .type-video { background-position: 0px; 0px; }
838 .type-image { background-position: -20px; 0px; }
839 .type-audio { background-position: -40px; 0px; }
840 .type-text  { background-position: -60px; 0px; }
841 .type-unkn  { background-position: -80px; 0px; }
842
843
844
845 /**
846  *      footer
847  */                                  
848  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
849 footer { display: block; margin: 50px 20%; clear: both; }
850