1
1
/* All Widget Templates ************************************************************************************************
2
2
***********************************************************************************************************************/
3
- .fav-color-green {color : # 4caf50 ;color : # 28a745 ;}
4
- .fav-color-yellow {color : # f9c100 ;color : # ffc107 ;}
3
+ body .blog-page {
4
+ --color-white : # ffffff ;
5
+ --color-green : # 28a745 ;
6
+ --color-yellow : # ffc107 ;
7
+ --color-blue : # 4db2ec ;
8
+ --color-black : # 222222 ;
9
+ --color-gray : # 6c757d ;
10
+ --color-red : # dc3545 ;
11
+ --border-color : # d5d6da ;
12
+ }
13
+
14
+ .fav-color-green {color : # 28a745 ;}
15
+ .fav-color-yellow {color : # ffc107 ;}
5
16
.fav-color-blue {color : # 4db2ec ;}
6
17
.fav-color-black {color : # 222222 ;}
7
- .fav-color-gray {color : # 607d8b ; color : # 6c757d ;}
8
- .fav-color-red {color : # f44336 ; color : # dc3545 ;}
18
+ .fav-color-gray {color : # 6c757d ;}
19
+ .fav-color-red {color : # dc3545 ;}
9
20
10
21
11
22
/* Buttons */
25
36
.clearfix : after {content : "" ;display : table;clear : both;}
26
37
27
38
.post-holder {margin-bottom : 40px ;border-radius : 0 ;}
28
- /*
29
- .fa, .fas {font-family:'FontAwesome';font-weight: 900;font-size: 48px;}
30
- button {box-shadow: none !important;}
31
- */
32
- /** {zoom: 1;}*/
39
+
33
40
34
41
35
42
/* Blog Post List *****************************************************************************************************/
36
- .post-list {margin-top : 0 px ;margin-bottom : 20px ;list-style : none;padding-left : 0 }
43
+ .post-list {margin-top : 0 ;margin-bottom : 20px ;list-style : none;padding-left : 0 }
37
44
.post-list .post-item .post-holder {margin : 0 0 30px 0 ;padding : 0 ;display : block;}
38
45
.post-list .post-container {display : -ms-flexbox;display : flex;}
39
46
@@ -119,11 +126,10 @@ button {box-shadow: none !important;}
119
126
.blog-post-view .post-featured-image {font-size : 0 ;margin-bottom : 20px ;}
120
127
/* Tags */
121
128
.blog-post-view .post-tag {margin-bottom : 20px ;}
122
- .blog-post-view .post-tag .post-tag-title {display : inline-block;padding : 7px 12px ;border : 1px solid # 222 ;background : # 222 ; color : # fff ;line-height : 1 ;margin-right : 10px ;text-transform : uppercase;font-size : 11px ;}
123
- .blog-post-view .post-tag .post-tags a {display : inline-block;border : 1px solid # e8e8e8 ;color : # 222 ;background : # fff ;padding : 7px 12px ;margin-right : 10px ;line-height : 1 ;font-weight : 600 ;letter-spacing : 1px ;font-size : 11px ;text-transform : capitalize;}
129
+ .blog-post-view .post-tag .post-tag-title {display : inline-block;padding : 7px 12px ;border : 1px solid # 222 ;background : # 222 ;color : # fff ;line-height : 1 ;margin : 0 10px 10 px 0 ;text-transform : uppercase;font-size : 11px ;}
130
+ .blog-post-view .post-tag .post-tags a {display : inline-block;border : 1px solid var ( --border-color ) ;color : # 222 ;background : # fff ;padding : 7px 12px ;margin-right : 10px ;line-height : 1 ;font-weight : 600 ;letter-spacing : 1px ;font-size : 11px ;text-transform : capitalize;}
124
131
.blog-post-view .post-tag .post-tags a .current ,
125
- .blog-post-view .post-tag .post-tags a : hover {text-decoration : none;opacity : .9 ; background : # 333 ;color : # fff ;}
126
-
132
+ .blog-post-view .post-tag .post-tags a : hover {text-decoration : none;opacity : .9 ;background : # 333 ;color : # fff ;}
127
133
128
134
/* Post Text */
129
135
.blog-post-view .post-description {margin-bottom : 30px ;}
@@ -133,20 +139,27 @@ button {box-shadow: none !important;}
133
139
.post-view .post-bottom {margin-top : 30px ;}
134
140
135
141
/* Post Sharing Bottom */
136
- .post-sharing-bottom {padding : 30px 0 ;margin-bottom : 20 px ;border-top : 1px solid # d5d6da ;border-bottom : 1px solid # d5d6da ;}
142
+ .post-sharing-bottom {padding : 30px 0 ;margin-bottom : 30 px ;border-top : 1px solid var ( --border-color ) ;border-bottom : 1px solid var ( --border-color ) ;}
137
143
.post-sharing-bottom .addthis_inline_share_toolbox {text-align : center;}
138
144
145
+ /* Post Gallery */
146
+ /*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
147
+ .blog-post-view .post-gallery {display : grid;grid-template-columns : repeat (auto-fill, minmax (16rem , 1fr ));grid-gap : 1rem ;margin-bottom : 20px ;}
148
+ .blog-post-view .post-gallery .gallery-image-hld {display : inline-block;}
149
+ .blog-post-view .post-gallery .gallery-image-hld img {}
150
+
139
151
/* Post Navigation */
140
- .blog-post-view .post-nextprev {margin-bottom : 30px ;display : flex; padding : 20 px 0 ;}
152
+ .blog-post-view .post-nextprev {display : flex; padding : 20 px 0 ; margin-bottom : 30px ;border-top : 1 px solid var ( --border-color ); border-bottom : 1 px solid var ( --border-color ) ;}
141
153
.blog-post-view .post-nextprev .nextprev-link {display : block;font-size : 20px ;color : # 222222 ;font-weight : 600 ;}
142
154
.blog-post-view .post-nextprev .nextprev-link : hover {text-decoration : none;}
143
155
.blog-post-view .post-nextprev .nextprev-link span {display : block;color : # bbbbbb ;font-size : 14px ;font-weight : normal;}
144
156
145
157
/* Block Related */
146
158
.blog-post-view .post-bottom .block .related {margin-bottom : 0 ;}
147
- .mfblog-replated-posts-block .block .related .block-title {margin : 0 0 25px ;padding : 5px 0 ;border-bottom : 1px solid # 222222 ;line-height : 1.42857143 ;}
148
- .mfblog-replated-posts-block .block .related .block-title strong {border-bottom : 3px solid # 222222 ;padding-bottom : 2px ;font-weight : 400 ;font-size : 18px ;}
159
+ .blog-post-view . post-bottom .block .related .block-title {margin : 0 0 25px ;padding : 5px 0 ;border-bottom : 1px solid # 222222 ;line-height : 1.42857143 ;}
160
+ .blog-post-view . post-bottom .block .related .block-title strong {border-bottom : 3px solid # 222222 ;padding-bottom : 2px ;font-weight : 400 ;font-size : 18px ;}
149
161
162
+ /* Related Posts */
150
163
.mfblog-replated-posts-block .block .related .post-list {display : -ms-flexbox;display : flex;-ms-flex-wrap : wrap;flex-wrap : wrap;
151
164
position : relative;overflow : hidden;margin-left : -10px ;margin-right : -10px ;}
152
165
.mfblog-replated-posts-block .block .related .post-list .post-item {-webkit-flex-direction : column;-ms-flex-direction : column;flex-direction : column;margin-bottom : 2rem !important ;-ms-flex : 0 0 25% ;flex : 0 0 25% ;max-width : 25% ;padding-left : 10px ;padding-right : 10px ;width : 25% ; box-sizing : border-box;}
@@ -161,6 +174,10 @@ button {box-shadow: none !important;}
161
174
.mfblog-replated-posts-block .block .related .post-list .post-item {flex : 0 0 50% ;max-width : 50% ;}
162
175
}
163
176
177
+ /* Related Products */
178
+ .mfblog-replated-products-block .block .related .block-title {margin : 0 0 25px ;padding : 5px 0 ;border-bottom : 1px solid # 222222 ;line-height : 1.42857143 ;}
179
+ .mfblog-replated-products-block .block .related .block-title strong {border-bottom : 3px solid # 222222 ;padding-bottom : 2px ;font-weight : 400 ;font-size : 18px ;}
180
+
164
181
/* Block Comments */
165
182
.block .comments .c-count {margin : 0 0 20px ;padding : 0 ;border-bottom : 1px solid # 222222 ;font-weight : 400 ;}
166
183
.block .comments .c-count strong {border-bottom : 3px solid # 222222 ;padding-bottom : 2px ;font-weight : 400 ;font-size : 18px ;display : inline-block;}
@@ -172,19 +189,22 @@ button {box-shadow: none !important;}
172
189
}
173
190
/* END Post View ******************************************************************************************************/
174
191
192
+
175
193
/* Animation Zoom */
176
194
.image-wrap .animation-type-zoom {display : block;line-height : 0 ;overflow : hidden;position : relative;}
177
195
.image-container .animation-type-zoom {-webkit-transition : transform .3s ease, opacity .3s ;transition : transform .3s ease, opacity .3s ;}
178
196
.image-container : hover .animation-type-zoom {transform : scale3d (1.1 , 1.1 , 1 ); -webkit-transform : scale3d (1.1 , 1.1 , 1 );}
179
197
198
+
199
+ /* Sidebar ************************************************************************************************************/
180
200
/* Block Search */
181
201
.widget .blog-search {width : 100% ;margin-bottom : 40px ;position : relative;float : right;}
182
202
.widget .blog-search .block-content {margin-bottom : 0 ;}
183
203
.widget .blog-search .block-content .form {position : relative;}
184
204
.widget .blog-search label {border : 0 ;clip : rect (0 , 0 , 0 , 0 );height : 1px ;margin : -1px ;overflow : hidden;padding : 0 ;position : absolute;width : 1px ;text-decoration : none;display : inline-block;float : right;}
185
205
.widget .blog-search .control {border-top : 0 ;margin : 0 ;padding : 0 ;clear : both;}
186
206
.widget .blog-search input {position : static;padding-right : 35px ;margin : 0 ;left : -300% ;border : 1px solid # bbbbbb ;}
187
- .widget .blog-search .action .search {position : absolute;top : 0 ;right : 0 px ;bottom : 0 ;height : 100% ;z-index : 1 ;display : inline-block;background : # 222222 ;-moz-box-sizing : content-box;border : 0 ;box-shadow : none;line-height : inherit;margin : 0 ;padding : 0 10px ;text-decoration : none;text-shadow : none;font-weight : 400 ;border-radius : 0 ;}
207
+ .widget .blog-search .action .search {position : absolute;top : 0 ;right : 0 ;bottom : 0 ;height : 100% ;z-index : 1 ;display : inline-block;background : # 222222 ;-moz-box-sizing : content-box;border : 0 ;box-shadow : none;line-height : inherit;margin : 0 ;padding : 0 10px ;text-decoration : none;text-shadow : none;font-weight : 400 ;border-radius : 0 ;}
188
208
.widget .blog-search .action .search : before {-webkit-font-smoothing : antialiased;content : '' ;margin : 0 ;vertical-align : top;display : inline-block;overflow : hidden;speak : none;width : 16px ;height : 32px ;background : url(../ images/search-icon-white.svg) no-repeat -10px -7px ;background-size : 35px ;opacity : 1 ;}
189
209
.widget .blog-search .action .search > span {border : 0 ;clip : rect (0 , 0 , 0 , 0 );height : 1px ;margin : -1px ;overflow : hidden;padding : 0 ;position : absolute;width : 1px ;}
190
210
/*.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}*/
0 commit comments