forked from tiptoppress/category-posts-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcat-posts.css
More file actions
46 lines (46 loc) · 789 Bytes
/
Copy pathcat-posts.css
File metadata and controls
46 lines (46 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
Default CSS Styles for the Category Posts Widget plugin
Version: 4.1.3
*/
.cat-post-title {
font-size: 15px;
font-size: 0.9375rem;
}
.cat-post-current .cat-post-title {
font-weight: bold;
text-transform: uppercase;
}
.cat-post-date,
.cat-post-comment-num {
font-size: 12px;
font-size: 0.75rem;
line-height: 18px;
line-height: 1.125rem;
margin-bottom: 0;
}
.cat-post-date {
font-style: italic;
}
.cat-post-author {
margin-bottom: 0;
}
.cat-post-thumbnail img {
float: left;
margin: 5px 10px 5px 0;
}
.cat-post-item {
border-bottom: 1px solid #ccc;
list-style: none;
list-style-type: none;
margin: 3px 0;
padding: 3px 0;
}
.cat-post-item:before,
.cat-post-item:after {
content: "";
display: table;
clear: both;
}
.cat-post-item:last-child {
border-bottom: none;
}