appscms-tools-theme 0.1.6 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43d448dedd9399093683bb1252bb3edf90786c505d2e7ae74cb2cdd715c4d4cb
4
- data.tar.gz: aefd3ba8daae3f7b06f604caeebe98cc18a9a82e60c6f47764270951e0abe833
3
+ metadata.gz: a22b02fe32b1653bf26316c2011c6f590769bbca773edbfd0fc9283e89a1d4d8
4
+ data.tar.gz: f5f892ba8f8f5563d238db625e935cc9373ab24fea5f3f9d866e39f213730adf
5
5
  SHA512:
6
- metadata.gz: cad957026f1413a721621bf2653d2e1edfcf7fde5a181cd33a1e6df2a6ee898f9820d173959c699bf6f2dd382eb7c7c6572e657bfd0ef34eba7748fe86983e63
7
- data.tar.gz: fc0d6ee91e2917f54880581105918cdb5bf9be3c6b29dd1b53884a0dd5717b1e367d3a1498de2a30e4c6a1ce80d8264df568972eaf36b0fb822c849902ff4b79
6
+ metadata.gz: a0e6ed897c1f2e2dd95d3c871d9c6111a191cca94d7a5d144bf19845f3bf3ef557ba92e876a81c7f18339e1f2f7e058b593f14191f9a17ab44cce6a95d0685f1
7
+ data.tar.gz: 8df38d831b68ba2a34d667e8774b795377409a43eb4b3171fdc66ba406dabce097a24baddb94b263bcfc91c4a79680a38e15a4b6a361cda1f3a4429b0cd6aaac
@@ -0,0 +1,34 @@
1
+ <head>
2
+ {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
3
+ {%- if seo_description -%}
4
+ {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
5
+ {%- endif -%}
6
+ {%- if page.date -%}
7
+ {%- assign og_type = "article" -%}
8
+ {%- else -%}
9
+ {%- assign og_type = "website" -%}
10
+ {%- endif -%}
11
+
12
+ <meta charset="UTF-8">
13
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
14
+ <meta name="keywords" content="{{site.keyboard}}">
15
+ <meta name="description" content="{{ seo_description}}">
16
+ <meta name="og:description" content="{{ seo_description}}">
17
+ <meta property="og:title" content="{{ page.title | default: site.title }}">
18
+ <meta property="og:type" content="{{og_type}}">
19
+ <meta property="og:locale" content="en_US">
20
+ <meta property="og:site_name" content="{{site.name}}">
21
+ <meta property="og:url" content="{{site.url | append: page.url}}">
22
+ <meta name="author" content="{{ site.author_name }}">
23
+
24
+ <title>{{page.title}}</title>
25
+
26
+ <!-- fonts -->
27
+ <link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
28
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
29
+
30
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
31
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
32
+
33
+ <link rel="stylesheet" href="{{ '/assets/css/blog.css' | relative_url }}">
34
+ </head>
@@ -42,5 +42,5 @@
42
42
  <link rel="preload" href="/build/ca6a911b9040a84259b8c6f7f4cbb72e.svg" as=image>
43
43
  <link rel="preload" href="/build/95cf74e5f89f93cfd5f97d16fa673f05.svg" as=image>
44
44
  <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
45
- <link rel="stylesheet" href="{{ 'css/main.css' | relative_url }}">
45
+ <link rel="stylesheet" href="/assets/css/tools.css">
46
46
  </head>
@@ -0,0 +1,34 @@
1
+ <!-- header starts -->
2
+ <header id="header">
3
+ <!-- navigation startss -->
4
+ <nav class="navbar navbar-expand-lg navbar-dark bg-light">
5
+
6
+ {% if site.data.nav.navbar-brand-text %}
7
+ <a class="navbar-brand" href="/" title="{{site.data.nav.navbar-brand-text}}">
8
+ {{site.data.nav.navbar-brand-text}}
9
+ </a>
10
+
11
+ {% else %}
12
+
13
+ <a class="navbar-brand" href="/" title="{{site.data.nav.navbar-brand-text}}">
14
+ <img src="{{site.data.nav.navbar-brand-logo}}" class="logo" alt="logo-image">
15
+ </a>
16
+
17
+ {% endif %}
18
+
19
+
20
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
21
+ <i class="fas fa-bars fa-2x" style="color:#000"></i>
22
+ </button>
23
+
24
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
25
+ <ul class="navbar-nav ml-auto">
26
+ <li class="nav-item">
27
+ <a class="nav-link" href="/blog">{{site.data.nav.item}}</a>
28
+ </li>
29
+ </ul>
30
+ </div>
31
+ </nav>
32
+ <!-- navbar close -->
33
+ </header>
34
+ <!-- header close -->
@@ -1,8 +1,12 @@
1
1
  <!-- pagination -->
2
+ <div class="bottompagination">
3
+ <div class="pointerup"><i class="fa fa-caret-up"></i></div>
4
+ <span class="navigation" role="navigation"></span>
5
+ </div>
2
6
  {% if paginator.total_pages > 1 %}
3
- <div class="pagination2">
7
+ <div class="blog-pagination">
4
8
  {% if paginator.previous_page %}
5
- <a style="color: green; font-weight: 900;"
9
+ <a style="color: #00ab6b; font-weight: 900;"
6
10
  href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>
7
11
  {% else %}
8
12
  <span class="text-muted">&laquo; Prev</span>
@@ -12,16 +16,16 @@
12
16
  {% if page == paginator.page %}
13
17
  <span class="webjeda text-muted">{{ page }}</span>
14
18
  {% elsif page == 1 %}
15
- <a href="/blog" style="color: green; font-weight: 900;">{{ page }}</a>
19
+ <a href="/blog" style="color: #00ab6b; font-weight: 900;">{{ page }}</a>
16
20
  {% else %}
17
- <a style="color: green; font-weight: 900;"
21
+ <a style="color: #00ab6b; font-weight: 900;"
18
22
  href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page
19
23
  }}</a>
20
24
  {% endif %}
21
25
  {% endfor %}
22
26
 
23
27
  {% if paginator.next_page %}
24
- <a style="color:green; font-weight: 900;"
28
+ <a style="color:#00ab6b; font-weight: 900;"
25
29
  href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next
26
30
  &raquo;</a>
27
31
  {% else %}
@@ -8,7 +8,6 @@
8
8
  {% endif %}
9
9
  {% if page.next.url %}
10
10
  <a class="ml-1 mr-1 pageUrl" href="{{page.next.url}}"> Next »</a>
11
-
12
11
  {% endif %}
13
12
  </div>
14
13
  </span>
@@ -12,7 +12,7 @@
12
12
  <div class="card-footer bg-white">
13
13
  <div class="wrapfooter">
14
14
  <span class="meta-footer-thumb">
15
- <img class="author-thumb" src="/assets/images/example.png" alt="{{ post.author.name }}">
15
+ <img class="author-thumb" src="{{post.url}}" alt="{{ post.author.name }}">
16
16
  </span>
17
17
  <span class="author-meta">
18
18
  <span class="post-name">
@@ -1,7 +1,6 @@
1
1
  <div class="alertbar" style="display: none;">
2
2
  <div class="container text-center">
3
- <span style="font-size: 15px;">Mathbig.com &nbsp; Never miss a
4
- <b>story</b> from us, subscribe to our newsletter</span>
3
+ <span style="font-size: 15px;">{{site.data.alertbar.span}}</span>
5
4
  <form>
6
5
  <div class="mc-field-group">
7
6
  <input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
data/_layouts/blog.html CHANGED
@@ -1,45 +1,21 @@
1
1
  <html>
2
2
 
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
- <meta name="keywords" content="Mathbig - Blogposts">
7
- <meta name="description" content="{{site.description}}">
8
- <meta property="og:title" content="{{ page.title | default: site.title }}">
9
- <meta property="og:type" content="website">
10
- <meta property="og:locale" content="en_US">
11
- <meta property="og:site_name" content="{{site.name}}">
12
- <meta property="og:url" content="{{site.url | append: page.url}}">
13
- <meta name="author" content="Harshit Raghav">
14
-
15
- <title>{{page.title}}</title>
16
-
17
- <!-- fonts -->
18
- <link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
19
- <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
20
-
21
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
22
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet">
23
-
24
- <link rel="stylesheet" href="{{ 'css/main.css' | relative_url }}">
25
- <link rel="stylesheet" href="{{ 'css/blog.css' | relative_url }}">
26
- </head>
3
+ {% include custom-head.html %}
27
4
 
28
5
  <body>
29
- {%- include header/index.html -%}
6
+ {%- include header.html -%}
30
7
 
31
8
  <section class="section_post">
32
9
  <div class="container">
33
10
  <div class="row justify-content-center section-title-wrap">
34
- <div class="col-lg-12 mt-5">
35
- <h1 style="font-weight: 900;">{{ site.data.blog.title }}</h1>
11
+ <div class="col-lg-12">
12
+ <h1 style="font-weight: 900;" class="display-4 mb-5">{{ site.data.blog.h1 }}</h1>
36
13
  </div>
37
14
  </div>
38
15
 
39
- <!-- category posts -->
40
-
16
+ <!-- categories post -->
41
17
  <div class="main-content">
42
- {{ content }}
18
+ {{content}}
43
19
  </div>
44
20
  <!-- close -->
45
21
 
@@ -58,12 +34,11 @@
58
34
  <div class="card-footer bg-white">
59
35
  <div class="wrapfooter">
60
36
  <span class="meta-footer-thumb">
61
- <img class="author-thumb" src="/assets/images/example.png"
62
- alt="{{ post.author.name }}">
37
+ <img class="author-thumb" src="{{ post.image2 }}" alt="{{ post.author.name }}">
63
38
  </span>
64
39
  <span class="author-meta">
65
40
  <span class="post-name">
66
- <a target="_blank" href="{{ post.author.url }}">{{post.author}}</a>
41
+ <a target="_blank" href="{{ post.url }}">{{post.author}}</a>
67
42
  </span><br>
68
43
  <span class="post-date">{{post.date | date_to_string }}</span>
69
44
  </span>
@@ -79,14 +54,12 @@
79
54
  </div>
80
55
  {% endfor %}
81
56
  </div>
57
+ {%- include paginationBlogPage.html -%}
82
58
  </div>
83
59
 
84
- {%- include pagination2.html -%}
85
60
  {% include section/count.html %}
86
61
  </section>
87
62
  {%- include section/alertbar.html -%}
88
-
89
- <link rel="stylesheet" href="{{ 'css/main.css' | relative_url }}">
90
63
  <script src="/js/TopScroll.js"></script>
91
64
  </body>
92
65
 
@@ -752,6 +752,6 @@
752
752
 
753
753
  <!-- Footer End -->
754
754
  </body>
755
- <link rel="stylesheet" href="{{ 'css/main.css' | relative_url }}">
755
+ <link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}">
756
756
 
757
757
  </html>
data/_layouts/post.html CHANGED
@@ -1,43 +1,9 @@
1
- ---
2
- layout: post
3
- ---
4
-
5
1
  <html>
6
2
 
7
- <head>
8
- {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
9
- {%- if seo_description -%}
10
- {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
11
- {%- endif -%}
12
-
13
- <meta charset="UTF-8">
14
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15
- <meta name="keywords" content="BlogPost">
16
- <meta name="description" content="{{ seo_description }}">
17
- <meta name="og:description" content="{{ seo_description }} ">
18
- <meta property="og:title" content="{{ page.title | default: site.title }}">
19
- <meta property="og:type" content="article">
20
- <meta property="og:locale" content="en_US">
21
- <meta property="og:site_name" content="{{site.name}}">
22
- <meta property="og:url" content="{{site.url | append: page.url}}">
23
- <meta name="author" content="Harshit Raghav">
24
-
25
- <title>{{page.title}}</title>
26
-
27
- <!-- fonts -->
28
- <link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
29
- <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
30
-
31
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
32
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet">
33
- <link rel="stylesheet" href="{{ '/css/main.css' | relative_url }}">
34
- <link rel="stylesheet" href="{{ 'css/blog.css' | relative_url }}">
35
- <link rel="stylesheet" href="{{ 'css/post.css' | relative_url }}">
36
-
37
- </head>
3
+ {% include custom-head.html %}
38
4
 
39
5
  <body>
40
- {%- include header/index.html -%}
6
+ {%- include header.html -%}
41
7
 
42
8
  <section class="section_post">
43
9
  <div class="container">
@@ -79,9 +45,10 @@ layout: post
79
45
  {% include author_bio.html %}
80
46
  {% endif %}
81
47
 
82
- {{ content }}
83
- {%- include pagination.html -%}
84
-
48
+ <div class="post-content">
49
+ {{ content }}
50
+ </div>
51
+ {%- include paginationPostPage.html -%}
85
52
  </div>
86
53
  </div>
87
54
  </section>
@@ -89,7 +56,6 @@ layout: post
89
56
  {%- include section/alertbar.html -%}
90
57
  </body>
91
58
 
92
- <link rel="stylesheet" href="{{ '/css/main.css' | relative_url }}">
93
59
  <script src="/js/TopScroll.js"></script>
94
60
 
95
61
  </html>
@@ -0,0 +1,375 @@
1
+ /**********************************************/
2
+ /***************BLOG-CSS-STYLING *************/
3
+ /********************************************/
4
+
5
+ html {
6
+ scroll-behavior: smooth;
7
+ font-size: 62.5%;
8
+ }
9
+ body {
10
+ font-family: 'Open Sans', sans-serif !important;
11
+ }
12
+ a {
13
+ text-decoration: none !important;
14
+ }
15
+
16
+ .section_post {
17
+ margin-top: 100px;
18
+ }
19
+
20
+ /* logo styling */
21
+ .logo {
22
+ width: 50px;
23
+ border-radius: 50%;
24
+ }
25
+
26
+ /* blogs-card title, content styling */
27
+ .anchor_link {
28
+ text-decoration: none !important;
29
+ color: #343a40 !important;
30
+ }
31
+ .anchor_link:hover {
32
+ transition: all 0.5s linear;
33
+ color: #000 !important;
34
+ }
35
+ .anchor_link .card-title {
36
+ font-weight: 600;
37
+ font-size: 22px;
38
+ line-height: 1.3;
39
+ }
40
+ .text_size {
41
+ color: rgba(0, 0, 0, 0.44);
42
+ font-size: 15px;
43
+ line-height: 1.6;
44
+ font-weight: 400;
45
+ }
46
+ /* close */
47
+
48
+ /* Blog-card-footer styling */
49
+ .card-footer {
50
+ border: none;
51
+ }
52
+ .wrapfooter {
53
+ display: flex;
54
+ align-items: center;
55
+ margin-bottom: 15px;
56
+ }
57
+ .wrapfooter img {
58
+ width: 35px;
59
+ height: 35px;
60
+ border-radius: 50%;
61
+ }
62
+ .wrapfooter .author-meta {
63
+ flex: 1 1 auto;
64
+ padding: 0 15px;
65
+ }
66
+ .wrapfooter .author-meta a {
67
+ font-size: 15px;
68
+ color: #000;
69
+ text-transform: capitalize;
70
+ }
71
+ .wrapfooter .span.post-read-more {
72
+ align-items: center;
73
+ display: inline-block;
74
+ margin-top: 8px;
75
+ }
76
+ .post-date {
77
+ color: rgba(0, 0, 0, 0.44);
78
+ font-size: 13px;
79
+ }
80
+ /* close */
81
+
82
+ /* BLOG-Categories stlying */
83
+ .explore {
84
+ color: #fff;
85
+ margin-bottom: 100px;
86
+ margin-top: 60px;
87
+ width: 100%;
88
+ background: repeating-linear-gradient(
89
+ 45deg,
90
+ rgb(27, 27, 27) 0px,
91
+ rgb(27, 27, 27) 97px,
92
+ rgb(24, 24, 24) 97px,
93
+ rgb(24, 24, 24) 194px,
94
+ rgb(20, 20, 20) 194px,
95
+ rgb(20, 20, 20) 291px
96
+ );
97
+ height: 250px;
98
+ align-items: center;
99
+ display: flex;
100
+ justify-content: space-around;
101
+ }
102
+ .explore ul {
103
+ display: flex;
104
+ list-style: none;
105
+ }
106
+ .cat {
107
+ display: inline-block;
108
+ padding: 5px 10px;
109
+ text-decoration: none !important;
110
+ color: #000 !important;
111
+ font-weight: 600;
112
+ font-size: 12px;
113
+ background: #fff;
114
+ border-radius: 15px;
115
+ margin: 0 15px;
116
+ }
117
+ /* close */
118
+
119
+ /* BLOG-alertbar stlying */
120
+ .alertbar {
121
+ box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%);
122
+ position: fixed;
123
+ bottom: 0;
124
+ left: 0;
125
+ background-color: #fff;
126
+ width: 100%;
127
+ padding: 14px 0;
128
+ z-index: 1;
129
+ }
130
+ .alertbar form {
131
+ display: inline-block;
132
+ }
133
+ .alertbar input[type='email'] {
134
+ font-size: 0.85rem;
135
+ padding: 3px 40px 3px 10px;
136
+ border-top-left-radius: 3px;
137
+ border-bottom-left-radius: 3px;
138
+ border: 1px solid #ddd;
139
+ border-right: 0;
140
+ margin-right: -10px;
141
+ height: 34px;
142
+ letter-spacing: 0.5px;
143
+ margin-left: 5px;
144
+ outline: 0;
145
+ }
146
+ .alertbar input[type='submit'] {
147
+ background-color: #1c9963;
148
+ border: 1px solid #1c9963;
149
+ color: #fff;
150
+ fill: #fff;
151
+ font-size: 12px;
152
+ border-radius: 0;
153
+ padding: 4px 10px;
154
+ border-top-right-radius: 3px;
155
+ border-bottom-right-radius: 3px;
156
+ font-weight: 600;
157
+ height: 34px;
158
+ letter-spacing: 0.5px;
159
+ cursor: pointer;
160
+ }
161
+ /* close */
162
+
163
+ /* Blog-Pages-Pagination stlying*/
164
+ .blog-pagination a,
165
+ .blog-pagination span {
166
+ padding: 7px 10px;
167
+ margin-left: -2px;
168
+ margin-right: -2px;
169
+ background-color: #ffffff;
170
+ display: inline-block;
171
+ text-decoration: none;
172
+ }
173
+
174
+ .blog-pagination a:hover {
175
+ background-color: #f1f1f1;
176
+ color: #333;
177
+ }
178
+
179
+ .blog-pagination {
180
+ text-align: center;
181
+ font-size: 14px;
182
+ }
183
+
184
+ /* BLOG-Categories-PAGes styling */
185
+ .section-title h2 {
186
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
187
+ font-weight: 700;
188
+ font-size: 1.5rem;
189
+ margin-bottom: 27px;
190
+ }
191
+ .section-title span {
192
+ border-bottom: 1px solid rgba(0, 0, 0, 0.44);
193
+ display: inline-block;
194
+ padding-bottom: 20px;
195
+ margin-bottom: -1px;
196
+ }
197
+
198
+ /***************************************************************/
199
+ /********************** post-layouts-styling *******************/
200
+ /***************************************************************/
201
+
202
+ /* left-sidebar-social-styling */
203
+ .post-content {
204
+ font-size: 20px;
205
+ }
206
+
207
+ .socialIons {
208
+ position: sticky;
209
+ top: 100px;
210
+ }
211
+ .socialIons > .item-lists2 {
212
+ display: flex;
213
+ flex-direction: column;
214
+ width: 100%;
215
+ }
216
+ .socialIons > .item-lists2 > li {
217
+ list-style: none;
218
+ padding: 8px 0px;
219
+ margin: 0 auto;
220
+ }
221
+ .socialIons .item-lists2 li a {
222
+ color: rgba(95, 21, 21, 0.44);
223
+ fill: rgba(0, 0, 0, 0.44);
224
+ font-size: 15px;
225
+ cursor: pointer;
226
+ text-decoration: none !important;
227
+ }
228
+ .socialIons > .item-lists2 > li i {
229
+ font-size: 18px;
230
+ color: rgba(0, 0, 0, 0.44);
231
+ fill: rgba(0, 0, 0, 0.44);
232
+ }
233
+ .sep {
234
+ height: 1px;
235
+ width: 20px;
236
+ background: #999;
237
+ margin: 3px auto;
238
+ }
239
+ .comments-count {
240
+ margin: 18px 25px;
241
+ text-align: center;
242
+ }
243
+ .comment_count {
244
+ font-size: 12px;
245
+ color: rgba(95, 21, 21, 0.44) !important;
246
+ fill: rgba(0, 0, 0, 0.44);
247
+ text-decoration: none !important;
248
+ }
249
+ /* close */
250
+
251
+ /* right-sidebar-styling-starts */
252
+ /* author bio styling.. */
253
+ .author_image .author-thumb {
254
+ width: 60px;
255
+ height: 60px;
256
+ object-fit: cover;
257
+ }
258
+ .author-meta .postName {
259
+ font-size: 18px !important;
260
+ color: rgba(0, 0, 0, 0.8) !important;
261
+ text-decoration: none !important;
262
+ font-family: 'Merriweather', serif;
263
+ }
264
+ .btn_follow {
265
+ margin-left: 5px;
266
+ margin-bottom: 10px;
267
+ border-color: #02b875;
268
+ color: #1c9963 !important;
269
+ padding: 3px 10px;
270
+ text-align: center;
271
+ border-radius: 999em;
272
+ font-size: 1.5rem;
273
+ display: inline-block;
274
+ border: 1px solid;
275
+ }
276
+ .author_bio {
277
+ font-family: 'Merriweather', serif;
278
+ color: rgba(0, 0, 0, 0.44);
279
+ font-size: 13px;
280
+ line-height: 20px;
281
+ }
282
+ /* close */
283
+
284
+ /* pagination-styling-postpages */
285
+ .pointerup i.fa {
286
+ color: #eaeaea;
287
+ }
288
+ .pointerup {
289
+ margin-bottom: -9px;
290
+ margin-left: 49%;
291
+ font-size: 30px;
292
+ }
293
+ .bottompagination span.navigation {
294
+ display: block;
295
+ font-size: 0.93rem;
296
+ padding: 15px 0 0 0;
297
+ text-align: center;
298
+ margin-bottom: 0rem;
299
+ color: #999;
300
+ border-top: 1px solid #ddd;
301
+ }
302
+ .pagination {
303
+ display: -ms-flexbox;
304
+ display: flex;
305
+ padding-left: 0;
306
+ list-style: none;
307
+ border-radius: 0.25rem;
308
+ display: block;
309
+ color: green;
310
+ font-size: 15px;
311
+ margin-bottom: 30px;
312
+ }
313
+ .pageUrl {
314
+ color: green;
315
+ font-size: 12px;
316
+ font-weight: 900;
317
+ text-decoration: none;
318
+ margin-right: 10px;
319
+ }
320
+ .pageUrl:hover {
321
+ text-decoration: none;
322
+ color: green;
323
+ }
324
+
325
+ @media (max-width: 768px) {
326
+ .socialIons > .item-lists2 {
327
+ flex-direction: row;
328
+ align-items: center;
329
+ }
330
+ .socialIons > .item-lists2 > li {
331
+ padding-right: 30px;
332
+ margin: 0;
333
+ }
334
+ .sep {
335
+ margin: 0;
336
+ }
337
+ .author-meta {
338
+ padding-left: 15px;
339
+ }
340
+ .comments-count {
341
+ margin: 18px 0;
342
+ text-align: left;
343
+ }
344
+
345
+ .navbar {
346
+ padding: 1.2rem 15px !important;
347
+ }
348
+ .title,
349
+ .description {
350
+ width: 100% !important;
351
+ text-align: center;
352
+ }
353
+ .angle-arrow {
354
+ position: fixed;
355
+ bottom: 4px;
356
+ right: 32px;
357
+ top: auto;
358
+ z-index: 999;
359
+ }
360
+ .alertbar form {
361
+ display: block;
362
+ margin-top: 10px;
363
+ }
364
+ }
365
+ @media (max-width: 992px) {
366
+ .dropdown:hover .dropdown-menu {
367
+ left: 0px;
368
+ padding: 0;
369
+ }
370
+ .dropdown-item {
371
+ text-align: left;
372
+ font-weight: 600;
373
+ padding: 0.25rem 0;
374
+ }
375
+ }