| 1 |
/* |
| 2 |
Default CSS Styles for Same Category Posts plugin |
| 3 |
*/ |
| 4 |
|
| 5 |
.same-category-post-current, |
| 6 |
.post-date, |
| 7 |
.same-category-post-comment-num { |
| 8 |
font-size: 12px; |
| 9 |
} |
| 10 |
|
| 11 |
.post-title { |
| 12 |
font-size: 15px; |
| 13 |
font-weight: bold; |
| 14 |
} |
| 15 |
|
| 16 |
.same-category-post-current a { |
| 17 |
font-weight: bold; |
| 18 |
text-transform: uppercase; |
| 19 |
} |
| 20 |
|
| 21 |
.post-date { |
| 22 |
font-style: italic; |
| 23 |
margin-bottom: 10px; |
| 24 |
} |
| 25 |
|
| 26 |
.cat-post-author { |
| 27 |
margin-bottom: 0; |
| 28 |
} |
| 29 |
|
| 30 |
.same-category-post-thumbnail { |
| 31 |
display: block; |
| 32 |
} |
| 33 |
|
| 34 |
.same-category-post-thumbnail img { |
| 35 |
float: left; |
| 36 |
margin: 5px 10px 5px 0; |
| 37 |
} |
| 38 |
|
| 39 |
.more-link { |
| 40 |
display: inline; |
| 41 |
} |
| 42 |
|
| 43 |
.post-entry { |
| 44 |
overflow: hidden; |
| 45 |
padding: 0 0 5px 0; |
| 46 |
} |
| 47 |
|
| 48 |
.same-category-post-comment-num {} |
| 49 |
|
| 50 |
.same-category-post-item { |
| 51 |
border-bottom: 1px solid #ccc; |
| 52 |
list-style: none; |
| 53 |
list-style-type: none; |
| 54 |
margin: 3px 0; |
| 55 |
padding: 3px 0; |
| 56 |
} |
| 57 |
|
| 58 |
.same-category-post-item:last-child { |
| 59 |
border-bottom: none; |
| 60 |
} |
| 61 |
|
| 62 |
.same-category-post-item:before, |
| 63 |
.same-category-post-item:after { |
| 64 |
content: ""; |
| 65 |
display: table; |
| 66 |
clear: both; |
| 67 |
} |
| 68 |
|
| 69 |
|
| 70 |
/* CSS cropping */ |
| 71 |
|
| 72 |
.same-category-post-item .same-category-post-css-cropping span { |
| 73 |
float: left; |
| 74 |
margin: 0 10px 5px 0; |
| 75 |
} |
| 76 |
|
| 77 |
.same-category-post-item .same-category-post-css-cropping span { |
| 78 |
overflow: hidden; |
| 79 |
display: inline-block; |
| 80 |
} |
| 81 |
|