Skip to content

Commit 1b51c1d

Browse files
update
2 parents e856115 + e56c204 commit 1b51c1d

23 files changed

+748
-65
lines changed

assets/css/author-posts.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.wcf--author-posts{
2+
3+
}
4+
.wcf--author-posts-box{
5+
6+
}
7+
.wcf--author-posts-image{
8+
img{
9+
width: 70px;
10+
height: 70px;
11+
border-radius: 50%;
12+
object-fit: cover;
13+
}
14+
}
15+
.wcf--author-posts-name{}
16+
.wcf--author-posts-designation{}
17+
.wcf--author-posts-email{}
18+
.wcf--author-posts-phone{}

assets/css/author-posts.min.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.wcf--author-posts-image{height:70px;border-radius:50%;object-fit:cover}

assets/css/wcf-addons.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,12 @@
340340

341341
.wcf--image {
342342
line-height: 0;
343+
}
344+
345+
.post-filter-result {
346+
font-size: 20px;
347+
}
348+
.post-filter-result.cat {
349+
margin-top: 15px;
350+
margin-bottom: 12px;
343351
}

assets/css/wcf-addons.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
2+
.wcf--author-posts-box{
3+
min-width: 410px;
4+
background-color: #FAFAFA;
5+
padding: 40px 30px;
6+
}
7+
.wcf--author-posts-image{
8+
margin-bottom: 10px;
9+
img{
10+
height:70px;
11+
border-radius:50%;
12+
object-fit:cover
13+
}
14+
15+
}
16+
.wcf--author-posts-name{
17+
font-size: 20px;
18+
font-weight: 600;
19+
margin-bottom: 10px;
20+
text-transform: capitalize;
21+
}
22+
.wcf--author-posts-designation{
23+
font-size: 18px;
24+
font-weight: 400;
25+
margin-bottom: 20px;
26+
text-transform: capitalize;
27+
}
28+
.wcf--author-posts-email,.wcf--author-posts-phone{
29+
font-size: 18px;
30+
font-weight: 400;
31+
margin-bottom: 5px;
32+
text-transform: lowercase;
33+
}
34+
.wcf--author-posts-phone{
35+
margin-bottom: 0;
36+
}
37+
.wcf--author-posts-social-title{
38+
font-size: 18px;
39+
font-weight: 400;
40+
margin-bottom: 15px;
41+
margin-top: 20px;
42+
text-transform: capitalize;
43+
}
44+
.wcf--author-posts-social-icons {
45+
display: flex;
46+
gap: 30px;
47+
}
48+
.wcf--social-icon {
49+
display: flex;
50+
align-items: center;
51+
gap: 5px;
52+
a{
53+
line-height: 0;
54+
}
55+
}
56+
57+
/* post layout style */
58+
59+
.wcf--author-posts {
60+
display: grid;
61+
grid-template-columns: 410px 1fr;
62+
}
63+
.wcf--author-posts__posts{
64+
display: grid;
65+
grid-template-columns: repeat(2, 1fr);
66+
border-inline-start: 1px solid #1212121A;
67+
}
68+
.wcf--author-posts__posts__item {
69+
border-style: solid;
70+
border-width: 0px 1px 1px 0px;
71+
border-color: #1212121A;
72+
padding: 0px 25px 20px 25px;
73+
margin: 0px 0px 0px 0px;
74+
text-align: start;
75+
}

assets/css/widgets/author-posts.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/widgets/search.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
fill: #fff;
3636
min-width: 60px;
3737
transition: 0.3s;
38+
cursor: pointer;
3839
}
3940
.elementor-widget-wcf--blog--search--form .wcf-search-form button:focus,
4041
.elementor-widget-wcf--blog--search--form .wcf-search-form input[type=search]:focus {
@@ -187,6 +188,7 @@
187188
}
188189
.aae--search-filter button {
189190
cursor: pointer;
191+
padding: 0;
190192
}
191193
.aae--search-filter .date-container,
192194
.aae--search-filter .category-container {
@@ -237,6 +239,7 @@
237239
}
238240
.aae--search-filter .date-buttons,
239241
.aae--search-filter .category-footer {
242+
gap: 15px;
240243
display: flex;
241244
align-items: center;
242245
justify-content: flex-end;

0 commit comments

Comments
 (0)