Created
October 10, 2014 19:12
-
-
Save angellromero/810992f4d0a96e8454f2 to your computer and use it in GitHub Desktop.
FishPig WordPress/Magento Shell Styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .blog-title { | |
| } | |
| .blog-desc { | |
| } | |
| .post-list { | |
| .item { | |
| h2 { | |
| a { | |
| } | |
| } | |
| &.odd { | |
| } | |
| &.even { | |
| } | |
| &.last { | |
| } | |
| } | |
| .post-entry { | |
| } | |
| } | |
| .post-title { | |
| } | |
| .post-entry { | |
| .read-more { | |
| } | |
| } | |
| .post-meta { | |
| a { | |
| } | |
| } | |
| .by-author { | |
| } | |
| .post-view { | |
| .post-date { | |
| } | |
| .post-entry { | |
| } | |
| } | |
| .post-skips { | |
| .post-skip { | |
| &.post-skip-previous { | |
| } | |
| &.post-skip-next { | |
| } | |
| } | |
| } | |
| .comments-wrapper { | |
| } | |
| body.wordpress-post-view { | |
| } | |
| body.wordpress-index-index { | |
| } | |
| .blog-home { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment