CSS Poem

August 3, 2009 Keichala 4 comments

If I could just [margin:0] the distance between you and me,
And [position:absolute] you right inside my heart

I’ll [text-decoration:underline] my promises,
I’ll be honest to you, I’m so [background:transparent] you can see me through

[Cursor:help], Oh how I’m so in love with you.

You’re so [!important]to me,
[I border: 3px solid] pink your smile in my mind…

My heartbeat goes [padding:5px] and [padding:2px] alternately when I think of you,
Please don’t leave me
Else I’ll [float:none] and crash to the ground…

P.S. The striked out words are the value of the CSS selector. Would’ve made much more  sense if you’re a geeky-poet-wannabe:-)

Categories: Ramblings Tags:

Dolrep dot com

July 3, 2009 Keichala 4 comments

I hate to use the default themes. I hate not being able to edit the CSS. I want to have a first hand experience on how the plugins work. I hate to run my blog as a wordpress sub-domain.

These are just a few points which prompted me to buy a new domain plus hosting. In a month or so I will be having a fully functional dolrep site, God willing (Yipee!). And right now I am in a total fix as to what my new domain name should be and what domain extension should I get. Would be great if you give me some suggestions provided the domain has the word ‘dolrep’ in it. Kindly use the comments box to give your suggestions. Oh! I’ve got a ‘blogger template’ work to do. Till then, happy blogging.

Categories: Ramblings Tags:

Librio Blogger Template

June 30, 2009 Keichala 12 comments

Here is my little gift to my fellow Blogger dot com bloggers. I have converted the Libero WordPress Theme by deniart into blogger format.

Click on the image for a working demo

Instructions:

To change the navigation link at the header to your own link find this part of the code

<div id=’nav’>
<ul>
<li class=’current_page_item’><a expr:href=’data:blog.homepageUrl’>Home</a></li>
<li class=’page_item’><a href=’http://dolrep.wordpress.com’ title=’About this blog’>About</a></li>
<li class=’page_item’><a href=’http://dolrep.wordpress.com’ title=’Say hello to Keichala’>Pages</a></li>
</ul>
<a expr:href=’data:blog.homepageUrl + “feeds/posts/default”‘ id=’feed’>Subscribe</a>
</div>

and change it to your own like these…

<div id=’nav’>
<ul>
<li class=’current_page_item’><a expr:href=’data:blog.homepageUrl’>EDIT ME</a></li>
<li class=’page_item’><a href=’YOUR LINK HERE‘ title=’About this blog’>EDIT ME</a></li>
<li class=’page_item’><a href=’YOUR LINK HERE‘ title=’Say hello to Keichala’>EDIT ME</a></li>
</ul>
<a expr:href=’data:blog.homepageUrl + “feeds/posts/default”‘ id=’feed’>EDIT ME</a>
</div>

You can download it for FREE HERE! (3.4kB only)

Note: The CSS is not validated and I am still working on it.