pankod
Mouse Imlec Kodlari
1- Bıyık İmleci | Mustache Cursor
Kodu:
<style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/mustache.png'), auto }</style>
Kodların nereye, nasıl ekleneceğini hâla bilmiyorsan;
Tumblr HTML Düzenle Bölümüne Kod Nasıl Eklenir?
2- Pokemon'daki Kedi İmleci
Kodu:
<style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/cartoon/meowth_pokemon.png'), auto }</style>
3- Angry Birds'deki Sarı Kuş
Kodu:
<style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/cartoon/yellow_angry_bird.png'), auto }</style>
4- Angry Birds Kırmızı Kuş
Kodu:
<style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/cartoon/red_angry_bird.png'), auto }</style>
5- Pikaçu İmleci
Kodu:
<style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/cartoon/pikachu_pokemon.png'), auto }</style>
6- Angry Bird Yeşil Domuz
<style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/cartoon/angry_birds_pig.png'), auto }</style>
Ayrıca resmini paylaşmadığım şu çok kullanılan üçgen imleç için;
KOD:
<style> html, body, a, a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/3d-triangle.png'), auto !important; }</style>