]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
add info() function. Works like notice() but show messages in a div with class info...
[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  * section
341  */
342 section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
343
344 /** tabs **/
345 .tabs-wrapper {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; }
346 .tabs-wrapper li { display: inline;}
347 .tabs { padding: 0px 5px; margin-right: 10px; }
348 .tabs:hover { background-color: #729fcf; color: #eeeeec; border: 0px; }
349
350
351 /**
352  *      items
353  */
354 .wall-item-outside-wrapper { 
355         margin-top: 50px;
356 }
357 .wall-item-outside-wrapper-end { clear: both;}
358 .wall-item-content-wrapper { position: relative; }
359 .wall-item-photo-menu { display: none;}
360 .wall-item-photo-menu-button {
361         display:none;
362         text-indent: -99999px;
363         background: #555753 url("menu-user-pin.jpg") no-repeat 75px center;
364         position: absolute;
365         overflow: hidden;
366         height: 20px; width: 90px; 
367         top: 85px;      left: 0px;
368         -webkit-border-radius: 0px 0px 5px  5px;
369         -moz-border-radius: 0px 0px 5px  5px;
370         border-radius: 0px 0px 5px  5px;
371         
372         
373 }
374
375 .wall-item-info { float: left; width: 140px; }
376 .wall-item-photo-wrapper { 
377         width: 80px; height: 80px;  
378         position: relative;
379         padding: 5px;
380         background-color: #555753;
381         -webkit-border-radius: 5px;
382         -moz-border-radius: 5px;
383         border-radius: 5px;     
384 }
385
386
387 .wall-item-tools { 
388         float: right; 
389         /*height: 0px;
390         padding-top: 20px;
391         overflow:hidden;
392         background: #ffffff url("icons.png") no-repeat  -50px  -40px;*/
393         filter: alpha(opacity=20);
394         opacity: 0.2;
395         -webkit-transition: all 1s ease-in-out;
396         -moz-transition: all 1s ease-in-out;
397         -o-transition: all 1s ease-in-out;
398         -ms-transition: all 1s ease-in-out;
399         transition: all 1s ease-in-out; 
400 }
401 .wall-item-tools:hover {
402         /*height:auto;*/
403         filter: alpha(opacity=100);
404         opacity: 1;
405         -webkit-transition: all 1s ease-in-out;
406         -moz-transition: all 1s ease-in-out;
407         -o-transition: all 1s ease-in-out;
408         -ms-transition: all 1s ease-in-out;
409         transition: all 1s ease-in-out; 
410         
411 }
412
413 .wall-item-title { font-size: 1.2em; font-weight: bold;}
414 .wall-item-body { margin-left: 140px;}
415 .wall-item-lock-wrapper { float: right; }
416 .wall-item-dislike,
417 .wall-item-like,
418 .wall-item-author { clear: left; font-size: 0.8em; margin: 10px 0px 0px 140px; color: #babdb6;}
419 .wall-item-ago { display: inline; padding-left: 10px;} 
420 .wall-item-wrapper-end { clear:both; }
421 .wall-item-location {
422         margin-top:5px;
423         width: 100px;
424         overflow: hidden;
425         text-overflow: ellipsis;
426         -o-text-overflow: ellipsis;
427 }
428 .wall-item-location .icon { float: left; }
429 .wall-item-location > a { margin-left: 25px;  font-size: 0.7em; display: block;}
430 .wall-item-location .smalltext { margin-left: 25px;  font-size: 0.7em; display: block;}
431 .wall-item-location > br { display: none; }
432
433 .wallwall .wwto {
434     left: -10px;
435     margin: 0;
436     position: absolute;
437     top: 65px;
438     width: 30px;
439     z-index: 10001;
440         width: 30px;
441         height: 30px;
442     
443 }
444 .wallwall .wwto img { width: 30px; height: 30px;}
445 .wallwall .wall-item-photo-end { clear: both; }
446 .wall-item-arrowphoto-wrapper {
447     position: absolute;
448     left: 20px;
449     top: 70px;
450     z-index: 10002;
451 }
452
453 .wall-item-photo-menu {
454         min-width: 92px;
455         border: 2px solid #FFFFFF;
456         border-top: 0px;
457         background: #555753;
458         position: absolute;
459         left: -2px; top: 101px;
460         display: none;
461         z-index: 10000;
462         -webkit-border-radius: 0px 5px 5px 5px;
463         -moz-border-radius: 0px 5px 5px 5px;
464         border-radius: 0px 5px 5px 5px;
465 }
466 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
467 .wall-item-photo-menu li a { white-space: nowrap;  display: block; padding: 5px 2px;    color: #eeeeec;  }
468 .wall-item-photo-menu li a:hover { color: #555753; background: #eeeeec; }
469
470 /**
471  *      comment
472  */
473  
474  .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
475  
476 .wall-item-outside-wrapper.comment { margin-left: 80px; }
477 .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px; height: 40px;}
478 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
479 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
480         width: 50px; top: 45px; background-position: 35px center;
481 }
482 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
483 .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px;}
484 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
485
486 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
487         min-width: 50px;
488         top: 60px;
489 }
490
491
492 .comment-wwedit-wrapper,
493 .comment-edit-wrapper { margin: 30px 0px 0px 80px;}
494 .comment-wwedit-wrapper img,
495 .comment-edit-wrapper img { width: 20px; height: 20px; }
496 .comment-edit-photo-link { float: left; width: 40px;}
497 .comment-edit-text-empty {  width: 80%; height: 20px; border: 0px; color: #babdb6;
498         -webkit-transition: all 0.5s ease-in-out;
499         -moz-transition: all 0.5s ease-in-out;
500         -o-transition: all 0.5s ease-in-out;
501         -ms-transition: all 0.5s ease-in-out;
502         transition: all 0.5s ease-in-out;       
503 }
504 .comment-edit-text-empty:hover { color: #999999;}
505 .comment-edit-text-full { width: 80%; height: 6em;
506         -webkit-transition: all 0.5s ease-in-out;
507         -moz-transition: all 0.5s ease-in-out;
508         -o-transition: all 0.5s ease-in-out;
509         -ms-transition: all 0.5s ease-in-out;
510         transition: all 0.5s ease-in-out;       
511 }
512 .comment-edit-submit-wrapper { width: 80%; margin-left: 40px; text-align: right; }
513 .comment-edit-submit {
514         height: 22px;
515         background-color: #555753;
516         color: #eeeeec;
517         -webkit-border-radius: 5px;
518         -moz-border-radius: 5px;
519         border-radius: 5px;
520         border: 0px;
521 }
522
523
524
525
526 /**
527  * photos
528  **/
529 #photo-top-links {
530         margin-bottom:30px;
531 }
532 .photo-album-image-wrapper,
533 .photo-top-image-wrapper { 
534         float: left; 
535         margin: 0px 10px 10px 0px;
536         -moz-box-shadow: 0px 0px 5px #888;
537         -webkit-box-shadow: 0px 0px 5px #888;
538         box-shadow: 0px 0px 5px #888;
539         background-color: #eeeeee;
540         -webkit-border-radius: 5px;
541         -moz-border-radius: 5px;
542         border-radius: 5px;
543
544         padding-bottom: 30px; 
545         position:relative;
546         
547 }
548
549 .photo-top-image-wrapper a:hover,
550 #photo-photo a:hover,
551 .photo-album-image-wrapper a:hover { 
552         border-bottom: 0px; 
553 }
554
555 .photo-top-photo,
556 .photo-album-photo {
557     -webkit-border-radius: 5px 5px 0px 0px;
558     -moz-border-radius: 5px 5px 0px 0px;
559     border-radius: 5px 5px 0px 0px;
560  } 
561
562 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
563 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
564
565
566 #photo-photo{
567         position: relative;
568         float:left;
569 }
570 #photo-photo-end { clear: both; }
571 #photo-prev-link,
572 #photo-next-link{
573         position: absolute;
574         width:30%;
575         height: 100%;
576         background-color: rgba(255,255,255,0.5);
577         opacity: 0;
578         -webkit-transition: all 0.2s ease-in-out;
579         -moz-transition: all 0.2s ease-in-out;
580         -o-transition: all 0.2s ease-in-out;
581         -ms-transition: all 0.2s ease-in-out;
582         transition: all 0.2s ease-in-out;
583         background-position: center center;
584         background-repeat: no-repeat;
585         
586 }
587 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
588 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
589
590 #photo-prev-link a,
591 #photo-next-link a{
592  display: block; width: 100%; height: 100%;
593  overflow: hidden;
594  text-indent: -900000px;                 
595 }
596
597 #photo-prev-link:hover,
598 #photo-next-link:hover{
599         opacity: 1;
600         -webkit-transition: all 0.2s ease-in-out;
601         -moz-transition: all 0.2s ease-in-out;
602         -o-transition: all 0.2s ease-in-out;
603         -ms-transition: all 0.2s ease-in-out;
604         transition: all 0.2s ease-in-out;               
605 }
606
607 #photos-upload-spacer,
608 #photos-upload-new-wrapper,
609 #photos-upload-exist-wrapper { margin-bottom: 1em; }
610 #photos-upload-existing-album-text,
611 #photos-upload-newalbum-div { 
612         background-color: #555753;
613         color: #eeeeec;
614         padding: 1px;
615 }
616 #photos-upload-album-select,
617 #photos-upload-newalbum { width: 99% }
618 #photos-upload-perms-menu { text-align: right; }
619
620 /**
621  *      message
622  */
623 .prvmail-text { width: 100%;}
624 #prvmail-subject { width: 100%;}
625 #prvmail-submit-wrapper { margin-top: 10px; }
626 #prvmail-submit {
627         float: right;
628         margin-top: 0px;
629 }
630 #prvmail-submit-wrapper > div {
631         margin-right: 5px;
632         float: left;
633 }
634 .mail-list-outside-wrapper { margin-top: 20px;}
635 .mail-list-sender {     float: left; }
636 .mail-list-detail {     margin-left: 90px; }
637 .mail-list-sender-name { display: inline; }
638 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
639 .mail-list-subject { font-size: 1.5em;}
640 .mail-list-delete-wrapper { float: right; }
641 .mail-list-outside-wrapper-end { clear: both;}
642
643 /**
644  *      contacts
645  */
646
647 .view-contact-wrapper,
648 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
649 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
650 .contact-entry-edit-links { position: absolute; top: 60px; }
651 .contact-entry-photo {
652         margin-left:20px;
653 }
654 .contact-entry-edit-links .icon {       
655         border: 1px solid #babdb6;
656     -webkit-border-radius: 3px;
657     -moz-border-radius: 3px;
658     border-radius: 3px; 
659         background-color: #ffffff;
660 }
661
662 #contact-edit-banner-name { font-size: 1.5em; }
663 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
664 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
665 #contact-edit-nav-wrapper { margin-left: 210px; }
666 #contact-edit-links { float: left; margin-top: 23px; }
667 #contact-drop-links { margin-left: 5px; }
668 #contact-edit-nav-wrapper .icon {
669         border: 1px solid #babdb6;
670     -webkit-border-radius: 3px;
671     -moz-border-radius: 3px;
672     border-radius: 3px; 
673 }
674 #contact-edit-poll-wrapper { margin-left: 50px; }
675 #contact-edit-last-update-text { margin-bottom: 15px; }
676 #contact-edit-last-updated { font-weight: bold; }
677 #contact-edit-poll-text { display: inline; }
678 #contact-edit-end { clear: both; }
679
680 /**
681  *      register, settings & profile forms
682  */
683 #settings-nickname-desc {
684         background-color: #DDEFFF;
685         -webkit-border-radius: 5px;
686         -moz-border-radius: 5px;
687     border-radius: 5px;
688     padding: 5px;
689 }
690
691 #register-form div,
692 #profile-edit-form div,
693 #settings-form  div { 
694         clear: both;
695 }
696
697 #register-form label,
698 #profile-edit-form label,
699 #settings-form label {
700         width: 300px; float: left;
701 }
702
703 #register-form span,
704 #profile-edit-form span,
705 #settings-form span {
706         color: #555753;
707         display:block;
708         margin-bottom: 20px;
709 }
710 .settings-submit-wrapper,
711 .profile-edit-submit-wrapper { margin: 30px 0px;}
712 .profile-listing { float: left; margin: 20px 20px 0px 0px}
713
714 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
715
716
717 #register-sitename { display: inline; font-weight: bold;}
718
719 /**
720  *      contacts selector
721  */
722
723 #prof-members {
724         height: 200px; 
725         overflow: auto;
726         border: 1px solid #555753;
727     -webkit-border-radius: 5px 5px 0px 0px;
728     -moz-border-radius: 5px 5px 0px 0px;
729     border-radius: 5px 5px 0px 0px;
730 }
731 #prof-all-contacts { 
732         height: 200px;
733     overflow: auto;     
734         border: 1px solid #555753;
735     -webkit-border-radius: 0px 0px 5px 5px;
736     -moz-border-radius: 0px 0px 5px 5px;
737     border-radius: 0px 0px 5px 5px;
738 }
739 #prof-members h3,
740 #prof-all-contacts h3{
741         color: #eeeeec;
742         background-color: #555753;
743         margin: 0px;
744         padding: 5px;
745 }
746
747 #prof-separator { display: none;}
748
749 /**
750  * profile
751  */
752 #cropimage-wrapper { float:left; }
753 #crop-image-form { clear:both; }
754
755
756 /**
757  *      directory
758  */
759 .directory-item {float: left; margin: 50px 50px 0px 0px;}
760
761 /**
762  * ICONS
763  */
764 .icon {
765         display: block; width: 20px; height: 20px;
766         background-image: url('icons.png');
767 }
768 /*.icon:hover {
769         border-bottom: 0px;
770 }*/
771
772 .border {
773         border: 1px solid #babdb6;
774     -webkit-border-radius: 3px;
775     -moz-border-radius: 3px;
776     border-radius: 3px; 
777 }
778
779 .article        { background-position: -50px  0px;}
780 .audio          { background-position: -70px  0px;}
781 .block          { background-position: -90px  0px;}
782 .drop           { background-position: -110px 0px;}
783 .drophide       { background-position: -130px 0px;}
784 .edit           { background-position: -150px 0px;}
785 .camera         { background-position: -170px 0px;}
786 .dislike        { background-position: -190px 0px;}
787 .like           { background-position: -210px 0px;}
788 .link           { background-position: -230px 0px;}
789
790 .globe          { background-position: -50px  -20px;}
791 .noglobe        { background-position: -70px  -20px;}
792 .no             { background-position: -90px  -20px;}
793 .pause          { background-position: -110px -20px;}
794 .play           { background-position: -130px -20px;}
795 .pencil         { background-position: -150px -20px;}
796 .small-pencil{ background-position: -170px -20px;}
797 .recycle        { background-position: -190px -20px;}
798 .remote-link{ background-position: -210px -20px;}
799 .share          { background-position: -230px -20px;}
800
801 .tools          { background-position: -50px  -40px;}
802 .lock           { background-position: -70px  -40px;}
803 .unlock         { background-position: -90px  -40px;}
804 .video          { background-position: -110px -40px;}
805 .youtube        { background-position: -130px -40px;}
806                                   
807 /**
808  *      footer
809  */                                  
810  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
811 footer { display: block; margin: 50px 20%; clear: both; }
812