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