-
Notifications
You must be signed in to change notification settings - Fork 0
/
davoo-list-recent-posts-by-category-style.css
116 lines (81 loc) · 1.72 KB
/
davoo-list-recent-posts-by-category-style.css
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.fixit:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.fixit{display:inline-block;clear:both;}
* html .fixit{height:1%;}
.fixit{display:block;}
.davoo_widget_icon{
float:left;
margin-right: 15px;
margin-bottom:5px;
}
.widget_davoo{
border:none ! important;
word-wrap:break-word;
}
.widget_davoo h1, .widget_davoo h2, .widget_davoo h3, .widget_davoo h4, .widget_davoo h5, .widget_davoo h6 {
margin-left:5px;
font-weight:bold;
}
.widget_davoo p{
margin-bottom:0;
}
.widget_davoo ul{
list-style:none;
}
.widget_davoo ul li {
padding:5px 0px;
border-bottom:1px solid #ccc;
}
.davoo_thumbnail_left img{
float:left;
margin:10px 10px 0px 0px !important;
}
.davoo_thumbnail_right img{
float:right;
margin:10px 0px 0px 10px !important;
}
.davoo_content{
margin-top: 10px;
}
ul.davoo li{
background:none;
border-bottom:1px solid #ccc;
}
.davoo p{
margin-bottom:0 !important;
}
.davoo a, .davoo a:link, .davoo a:visited, .davoo a:active{
font-weight:bold;
color: #E10000;
font-size:15px;
}
.davoo_widget_inner{
}
.davoo_comments_count{
font-weight:bold;
margin:5px 0px;
}
.davoo_comments_count a, .davoo_comments_count a:active, .davoo_comments_count a:link, .davoo_comments_count a:visited{
font-size: 10px;
text-transform: uppercase;
}
div.davoo-credits{
width:50%;
margin:0 auto;
text-align:center;
}
.davoo-credits a{
font-size:6px;
}
.widget_davoo .widgettitle {color:#fff;
width: 98% ! important;
display: block;
background-color: #D90000;
font-size: 23px;
padding-top: 5px;
padding-bottom: 5px;
padding-left:5px;
margin-bottom: 0;
margin-left: 0 ! important;
}
.widget_davoo{padding-left:0 ! important;}
.widget_davoo h2{padding-left:20px ! important;}