steem_posts - blockpress/blockpress.me GitHub Wiki
class="steem_posts"
Applies to: steem-posts.html
By default, the containing div for each post in the post listing has this class applied to it as a styling hook.
These posts are also assigned additional hooks of
- class="steem_posts_{steem_posts_tag}"
- id="steem_posts_{steem_posts_permlink}"
The former allows a theme creator to target certain categories of post with different style atttributes. The latter would allow the targetting of a very specific post.
Back to Developer reference.