Showing posts with label Hemingway. Show all posts
Showing posts with label Hemingway. Show all posts

My first two posts (here and here) on this blog were about this blog's current template. This is my fourth post and I am still talking about the template. I really have no business blogging. Hmmm :(

If you used the template from blogcrowds, you will have a 2-column layout. Replace the string class='twocol-stories' with class='onecol-stories' if you prefer your posts to appear in a single column.


 <b:if cond='data:blog.pageType != &quot;item&quot;'>
        <div class='twoonecol-stories' id='primary'>
        <div class='inside'>
        <b:loop values='data:posts' var='post'>
        <b:include data='post' name='post'/>
        </b:loop>
        <div style='text-align:right;padding:0 0 15px 0;'>
        <!-- navigation -->
        <b:include name='nextprev'/>

        <!-- feed links -->
        <b:include name='feedLinks'/>
        <div class='clear'/></div>
       
         </div>
        </div>
      </b:if>

The template applied to this blog is the Black Hemingway template from blogcrowds with a few minor modifications.


Tabo has an implementation of the template in white but I don't want to use it because it was implemented using the Classic Blogger template markup. To transform blogcrowds' Hemingway template to a white Hemingway template, I copied the lines of css code that set the colors from Tabo's White Hemingway template and pasted it on the style section of  blogcrowds' Hemingway template.

The lines of css code that set the colors are just below the line /* ----- white.css ------ */. You can also view the code here, just click on the Read More link below.

Home

Blogger Template by Blogcrowds