-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrpwe.css
More file actions
65 lines (55 loc) · 978 Bytes
/
rpwe.css
File metadata and controls
65 lines (55 loc) · 978 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*
Description: Custom CSS for the Recent Posts Widget Extended.
Version: 0.2
Revision: 0.7.1
Author: Satrya
License: GPLv2
*/
.rpwe-block ul {
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.rpwe-block li {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
}
.rpwe-block a {
display: inline !important;
text-decoration: none;
}
.rpwe-block h3 {
background: none !important;
clear: none;
margin-bottom: 0 !important;
font-weight: normal;
font-size: 12px !important;
line-height: 1.5em;
}
.rpwe-alignleft {
border: 1px solid #EEE !important;
box-shadow: none !important;
display: inline;
float: left;
margin: 2px 10px 0 0;
padding: 3px !important;
}
.rpwe-summary {
font-size: 12px;
}
.rpwe-time {
color: #bbb;
font-size: 11px;
}
.rpwe-clearfix:before,
.rpwe-clearfix:after {
content: "";
display: table;
}
.rpwe-clearfix:after {
clear: both;
}
.rpwe-clearfix {
*zoom: 1;
}