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