CSS3 Theme | Free Blogger Template

CSS3 Theme is a free HTML5 and CSS3 theme which was originally designed by Jesper from jayj.dk. I’ve converted it into Blogger template.

CSS3 Theme Blogger Template by Blogger BitsAlthough the original theme uses HTML5 fully, I’ve just used some of HTML5 features { eg: navigation menu[nav], sidebar[aside] } in this Blogger version of it. Here are some features of this theme:-

  • Uses a lot of CSS3
  • Uses the Chunk custom webfont to headings (thanks to Kernest.com)
  • Drop-down navigation menu
  • Free to use
  • Cool design

The theme looks great in Safari, Chrome and Firefox except IE because of the CSS3 usage. Some of the CSS3 features like ‘transition’ property only can be viewed in Webkit browsers such as Google Chrome and Safari.

Editing Instructions

1. Navigation Menu

 <nav>
 <ul class='clearfix' id='menu'>
 <li class='current'><a href='#'>Home</a></li>
 <li>
 <a href='#'>About</a>

 <ul>
 <li><a href='#'>Subpage</a></li>
 <li><a href='#'>Subpage 2</a></li>
 </ul>
 </li>
 <li><a href='#'>Contact</a></li>
 </ul>

 <br class='clear'/>
 </nav>

2. Post Thumbnail- You have to add a class=”thumbnail alignleft” to the <img> tag in the post editor. The thumbnail image should have a width and height of 200px.


<img class="thumbnail alignleft" alt="" src="/images/thumbnail.jpg">

This entry was posted in CSS3, Templates and tagged , , , . Bookmark the permalink.

32 Responses to CSS3 Theme | Free Blogger Template

  1. DheTemplate says:

    Great template bro..
    DheTemplate recently posted..Screw DriverMy ComLuv Profile

  2. Earl says:

    Very lovely, elegant and simple. Another great one!
    Earl recently posted..Sky- Sun- Leaves LomoMy ComLuv Profile

  3. BloggerTheme says:

    Nice Template…
    BloggerTheme recently posted..Ancient Blog Blogger TemplateMy ComLuv Profile

  4. Pingback: A free HTML5 and CSS3 theme « Jayj.dk

  5. denidi says:

    wow…. nice template.

  6. Pingback: CSS3 Theme Blogger Template | Blogger Templates and Tricks

  7. Kate says:

    Hi, I have this template on my blog, I love it. How do put the ability for people to comment on the homepage, so they don’t have to go in to individual posts to comment? I’d like it to sit next to the labels. I’d also like to add a time/date of posting here as well.

    • Kate, Blogger(TM) doesn’t have any option which allows us to comment in home page. We have to go to individual posts in order to comment. You may add a link to comments in the home page. To do that, find this code in ‘Edit HTML’ under ‘expand widget templates’ mode.

      <div class=’postmeta’>
      <span class=’btn alignleft’>
      In <b:if cond=’data:post.labels’>
      <data:postLabelsLabel/>
      <b:loop values=’data:post.labels’ var=’label’>
      <a expr:href=’data:label.url’ rel=’tag’ rel="nofollow"><data:label.name/></a><b:if cond=’data:label.isLast != &quot;true&quot;’>,</b:if>
      </b:loop>
      </b:if> by <b:if cond=’data:top.showAuthor’><span class=’fn’><data:post.author/></span></b:if>
      </span>

      </div> <!– end post meta –>

      Add the following codes before the final <span> tag *{which is immediately above </div> <!– end post meta –> }* in the code above.

      Comment link code

      <b:if cond='data:post.allowComments'>
                    <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
                  </b:if>
      

      Date code

      <span class='date-header'><data:post.dateHeader/></span>
      
  8. Kate says:

    Thanks…when i do that, I get this message: Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.

  9. incomen says:

    Very nice template, thanks for your work…

  10. iverson.hu says:

    Hi, this theme is so cool
    but i have some problem to ask
    How to use “read more” button in this theme
    and setting max line will have “read more” button

  11. Enrique says:

    I want this template fot wordpress normally.
    Can you send me theme normally to my wordpress site?

  12. zhafa says:

    hi.
    can we change comments into something else??

  13. Pingback: Template Maker » CSS3 Theme Blogger Template

  14. Danielle says:

    I’ve installed this, but I was wondering how do I edit the links under the about me?

    • Danielle, go to Design > Edit HTML > and look for the codes for the navigation menu which I’ve shown in ‘Editing Instructions’ above. Replace the # with the URL that you’ll point to. And change the default anchor text with your desired text.

  15. Navs Montoya says:

    Hey, i jut try to edit the menu, but i cant add links, i mean they dont redirect to the web, i dont know if i explain my self well, i dont speak too much english, but ive change “#” for the website that i want and nothing happen

  16. Vivian says:

    Hiii! I would like to thank you for this wonderful layout!
    But I was wondering… what if I’d like to show under my post the classic blogger things like “reactions”, “sharing buttons”, “quick edit”… I mean, the classic things at the end of a blogger post! I can’t find a way with this layout, I really would like to keep it but I need those sharing buttons and stuff!
    Thank you so much!
    Vivian
    Vivian recently posted..5 Halloween costume tips- -8 days to Halloween!My ComLuv Profile

  17. Vivian says:

    aah ok ok I’m slowly re-adding all the stuff, I found the codes, don’t worry! thank you again for making this available for blogspot!
    Vivian recently posted..5 Halloween costume tips- -8 days to Halloween!My ComLuv Profile

  18. Tyler says:

    Is there a way to change the sub-color from pink to something else, and how would I do that?
    Tyler recently posted..Kanye West – A Beautiful Death MixtapeMy ComLuv Profile

  19. ozren says:

    I have one question
    if I can see right…this template doesn’t display the date of the post…. is there a way to turn this on… in blogger settings somewhere ….or it’s just not part of this design?
    thank you
    ozren recently posted..Tetkine radosti vol 3My ComLuv Profile

    • Hi Ozren, sorry for late reply. Actually, the date of the post is just not a part of this design.

      http://jayj.dk/a-free-html5-and-css3-theme/

      But, you can add date to your posts by following the steps below.

      1. Go to Edit HTML > Check ‘Expand Widget Templates’ > search for

      <div class='post-header-line-1'>

      2. Paste the following code just after it.

      <div class='postmeta' style='margin:20px 35px 0 0;'>
                  <span class='btn alignleft'>
      Posted on <data:post.dateHeader/>      
                      </span>
      </div> <!-- end post meta -->
      

      Good luck!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv Enabled