PluginProbe
Same Category Posts / trunk
Same Category Posts vtrunk
1.2.0 1.1.11 1.1.12 1.1.13 1.1.14 1.1.15 1.1.16 1.1.17 1.1.18 1.1.19 1.1.2 1.1.20 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 trunk 1.0 1.0.1 1.0.10 1.0.11 1.0.12 All 36 releases
same-category-posts / same-category-posts.css

same-category-posts.css in Same Category Posts trunk, at same-category-posts.css

81 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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