/ 21.Mar.2007
a paged article is different than a regular article. with micro, i wanted to use paged articles for anything, be it an edge to edge photo or a contact form. for that reason, these section pages are free of style, and look like this:

the above screenshot is from Pascal’s demo of the micro theme. if you prefer to style a paged section exactly like a regular article, just wrap your text in some stylesheet friendly html:
<div class="entry">
your content here
</div>
essentially, we’re fooling the page into thinking it’s a regular blog entry. the about page of this site is styled this way, and after applying the above style class to Pascal’s copy, we can turn the unstyled, into styled:

that big C is part of the built in dropcap class.
micro theme by seaofclouds, and powered with Mephisto
9 Comments
I absolutely love the theme, and feel shameful ripping off your weeks of work on it. I have a question, though: how did you implement the size_tag filter? The tag cloud seems to want to use it. (I imagine it’s pretty simple…)
Oh, and before I forget, Firefox renders the comment speech bubble a bit strangely: the tail of the bubble appears behind the gravatar instead of to the right of it. I’ll try to find a fix for this one…
Oops, I have those two params backward. You get the idea.
thanks, bug. i’ll add these to svn soon. it looks like i can finally add the comments block to the footer. your site looks great, btw.
Thanks, well, I owe it to you.
two more things…micro renders pretty crappily in IE without these two changes:
in green.css, remove line 12 and add this, starting at 11: in single.liquid, move line 1 to the end:thanks again, bug. i’m finally getting these changes into svn.
Sorry, comments are closed for this article.