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