Wordpress CSS notes

oceanwp css for post entry

#blog-entries  div.entries.clr

  #post-1 article.blog-entry.no-featured-image.large-entry.col-1
  .post-1.post.type-post.status-publish.format-standard.hentry
  .category-uncategorized.entry

     div.blog-entry-inner
       header.blog-entry-header
         h2.blog-entry-title entry-title
           a
       ul.meta
         li.meta-author i.icon-user <a> thava </a>
         li.meta-date i.icon-clock
         li.meta-cat  i.icon-folder a 
         li.meta-comments i.icon-bubble a 
       div.blog-entry-summary

Spacious css post Entry

article.post.type-post
header.entry-header
  h2.entry-title a 
  div.entry-content
  footer.entry-meta-bar
    div.entry-meta 
       a "thava"
       span.date a time.entry-date
       span.comments a
       span.read-more-link a "Read more" 

What to copy from spacious css

.post .entry-meta {
  border: 1px solid #EAEAEA;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  margin: 0 0 20px;
}