The brain is complete. I’m happy with how this turned out. New Tumblr layout, yay! 

You can check the other half, here.

Icons are Geomicons by Jxnblk, which you can purchase here. I’m using Peter’s Liked Carousel script which was used in Papercut (in case you don’t know, he allows the re-use of it).

Like it?

Source: iamkenna.com

About time my blog gets a face-lift. Will work on Tumblr tonight. Sweet dreams for now.

Do you like it?

Source: kennais.ms

Another Blackberry Bold 9780 theme! Get it here.

Source: kennais.ms

I made a Pink Blackberry 9780 theme, click here to download!

Source: kennais.ms

Somebody asked me this:

Hi, i would just like to ask how you made your link (the back to top, more, back) cause i really want to know cause it`s so pretty :D

The ff. is used for navigation.

{block:Pagination} {/block:Pagination}  Rendered if there is a “previous” or “next” page.

{block:PreviousPage} {/block:PreviousPage} Rendered if there is a “previous” page (newer posts) to navigate to.

{block:NextPage} {/block:NextPage} Rendered if there is a “next” page (older posts) to navigate to.

{PreviousPage} URL for the “previous” page (newer posts). {NextPage} URL for the “next” page (older posts).

Everything you need to know regarding Tumblr theme-ing is found here.

Sample code

{block:Pagination} {block:PreviousPage} « Previous {/block:PreviousPage} {block:NextPage} Next » {/block:NextPage} {/block:Pagination}

Instead of a simple “Previous” and “Next” text I used images.

Regarding back to top,

Basically what I do is, identify my body tag as “top” like this,

<body id=“top”>

and for my “back to top” button the code is like this,

<a href=“#top”><img src=”This is my Back to Top image source” /> </a>

Hope that helps.

Close