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