PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.6.0
Post Views Counter v1.6.0
1.7.13 1.7.12 1.7.11 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.2 1.3.2.1 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.7.10 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9
post-views-counter / css / admin.css
post-views-counter / css Last commit date
admin-dashboard.css 6 months ago admin-dashboard.min.css 6 months ago admin.css 6 months ago admin.min.css 6 months ago block-editor.min.css 6 months ago column-modal.css 6 months ago frontend.css 6 months ago frontend.min.css 6 months ago page-reports.png 6 months ago
admin.css
392 lines
1 /* Post Views Counter settings */
2 .post-views-counter-settings.has-sidebar {
3 display: flex;
4 flex-direction: row;
5 gap: 30px;
6 justify-content: space-between;
7 }
8 .post-views-counter-settings form {
9 min-width: 463px;
10 width: auto;
11 position: relative;
12 }
13
14 .post-views-sidebar {
15 width: 280px;
16 min-width: 280px;
17 margin: 15px 0;
18 position: relative;
19 order: 1;
20 }
21
22 .post-views-sidebar .inner {
23 padding: 2em;
24 }
25
26 .post-views-sidebar>div:not(:last-child) {
27 margin-bottom: 3em;
28 }
29
30 .post-views-sidebar .inner img {
31 max-width: 80%;
32 height: auto;
33 display: block;
34 margin: 20px auto;
35 }
36 .post-views-counter-settings p.help, .post-views-counter-settings p.description {
37 font-size: 13px;
38 font-style: italic;
39 line-height: 1.6;
40 }
41 .post-views-counter-settings div.ip-box {
42 margin-bottom: 3px;
43 }
44 .post-views-counter-settings select {
45 vertical-align: top;
46 }
47 .post-views-counter-settings .available {
48 color: #00a32a;
49 }
50 .post-views-counter-settings .unavailable {
51 color: #d63638;
52 }
53 .pvc-status-table .pvc-status {
54 display: inline-block;
55 font-size: 0.95em;
56 }
57 .pvc-status-table .pvc-status-active {
58 color: #00a32a;
59 }
60 .pvc-status-table .pvc-status-missing {
61 color: #d63638;
62 }
63 .pvc-subfield{
64 margin-top: 12px;
65 }
66
67 /* Single post edit screen */
68 #misc-publishing-actions #post-views #post-views-display:before {
69 display: inline-block;
70 font: 400 20px/1 dashicons;
71 left: -1px;
72 padding: 0 2px 0 0;
73 position: relative;
74 text-decoration: none !important;
75 vertical-align: top;
76 color: #888;
77 content: "\f185";
78 top: -1px;
79 }
80
81 /* Listing edit screen */
82 .edit-php .widefat th#post_views {
83 width: 5.5em;
84 }
85 .edit-php .widefat th.column-post_views .dashicons,
86 .edit-php .widefat th.column-post_views .dashicons:before {
87 font-size: 1.1em;
88 vertical-align: middle;
89 }
90 .edit-php .widefat th .dash-title, .upload-php .widefat th .dash-title {
91 display:none;
92 }
93 .edit-php .metabox-prefs .dash-icon {
94 display:none;
95 }
96 .edit-php .widefat td .dashicons,
97 .edit-php .widefat td .dashicons:before {
98 font-size: 1.1em;
99 }
100 .edit-php #inline-edit-post_views input {
101 width: auto;
102 }
103
104 .is-hidden {
105 display:none !important;
106 visibility:hidden !important
107 }
108 output {
109 display: block;
110 font-size: 30px;
111 font-weight: bold;
112 text-align: center;
113 margin: 30px 0;
114 width: 100%;
115 }
116
117 .post-views-credits {
118 background: #fff;
119 box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
120 }
121
122 .post-views-credits .inner {
123 text-align: center;
124 margin: 0;
125 }
126
127 .post-views-counter-settings .pvc-button {
128 color: #fff;
129 background-color: #6610f2;
130 border-color: #6610f2;
131 }
132
133 .post-views-counter-settings .pvc-button:active,
134 .post-views-counter-settings .pvc-button:focus,
135 .post-views-counter-settings .pvc-button:hover {
136 color: #fff;
137 background-color: #570ece;
138 border-color: #570ece;
139 }
140
141 .post-views-counter-settings .pvc-button:focus {
142 box-shadow: 0 0 0 1px #fff,0 0 0 3px #6610f2;
143 }
144
145 .post-views-credits h2 {
146 border: none;
147 padding-bottom: 0;
148 font-size: 23px;
149 font-weight: normal;
150 margin: 0.25em 0 0.5em;
151 color: #6610f2;
152 }
153
154 .post-views-credits h3 {
155 font-size: 18px;
156 line-height: 1.4;
157 font-weight: normal;
158 margin: 0;
159 padding: 0;
160 color: #6610f2;
161 }
162
163 .post-views-credits p:first-child {
164 margin-top: 0;
165 }
166
167 .post-views-credits .pvc-sidebar-title {
168 font-size: 17px;
169 font-weight: bold;
170 margin: 10px 0 20px;
171 }
172
173 .post-views-credits .pvc-sidebar-body {
174 padding-bottom: 0;
175 font-size: 14px;
176 text-align: left;
177 margin: 2em 0;
178 padding: 0;
179 }
180
181 .post-views-credits .pvc-sidebar-footer {
182 margin: 1em 0;
183 }
184
185 .post-views-credits .pvc-sidebar-body p {
186 padding-left: 20px;
187 margin: 0.75em 0;
188 position: relative;
189 }
190
191 .post-views-credits .pvc-sidebar-body b {
192 font-weight: bold;
193 color: #000;
194 }
195
196 .post-views-credits .pvc-sidebar-body .pvc-icon {
197 position: absolute;
198 top: 0;
199 left: 0;
200 }
201
202 .post-views-credits .pvc-sidebar-body .pvc-icon-check {
203 box-sizing: border-box;
204 display: block;
205 transform: scale(1);
206 width: 16px;
207 height: 22px;
208 border-radius: 100px;
209 }
210
211 .post-views-credits .pvc-sidebar-body .pvc-icon-check::after {
212 content: "";
213 display: block;
214 box-sizing: border-box;
215 position: absolute;
216 left: 0;
217 top: 0;
218 width: 6px;
219 height: 10px;
220 border-width: 0 2px 2px 0;
221 border-style: solid;
222 transform-origin: bottom left;
223 transform: rotate(45deg);
224 }
225
226 #post_views_counter_other_license_setting .pvc-status-icon {
227 vertical-align: middle;
228 margin-left: 8px;
229 padding-bottom: 3px;
230 }
231
232 #post_views_counter_other_license_setting .pvc-status-icon:before {
233 content: "";
234 color: #d63638;
235 }
236
237 #post_views_counter_other_license_setting.license-status .pvc-status-icon:before {
238 content: "";
239 color: #d63638;
240 }
241
242 #post_views_counter_other_license_setting.license-status.valid .pvc-status-icon:before {
243 content: "";
244 color: #00a32a;
245 }
246
247 #pvc-reports-upgrade {
248 position: absolute;
249 left: 0;
250 top: 0;
251 height: 100%;
252 width: 100%;
253 overflow: hidden;
254 box-sizing: border-box;
255 min-height: 400px;
256 }
257
258 #pvc-reports-bg {
259 width: 100%;
260 height: auto;
261 opacity: 0.8;
262 filter: blur(2px);
263 }
264
265 #pvc-reports-modal {
266 position: absolute;
267 top: 50%;
268 left: 50%;
269 transform: translate(-50%, -50%);
270 padding: 1.5em 3em;
271 box-shadow: 0 0 25px 10px rgba(0,0,0,0.1);
272 border-radius: 3px;
273 background-color: #fff;
274 text-align: center;
275 width: 26em;
276 }
277
278 #pvc-reports-modal p {
279 margin: 0;
280 }
281
282 #pvc-reports-modal h2 {
283 font-size: 21px;
284 font-weight: 400;
285 margin: 0 0 10px 0;
286 padding: 9px 0 4px;
287 line-height: 1.3;
288 }
289
290 #pvc-reports-modal .button {
291 margin-top: 25px;
292 margin-bottom: 10px;
293 }
294
295 /* All Mobile Sizes (devices and browser) */
296 @media only screen and (max-width: 960px) {
297 .post-views-counter-settings {
298 flex-wrap: wrap;
299 }
300 .post-views-counter-settings .post-views-sidebar {
301 width: 100%;
302 }
303 }
304
305 /* Import Providers */
306 .pvc-provider-radio {
307 display: inline-block;
308 margin-right: 20px;
309 font-weight: normal;
310 }
311
312 .pvc-provider-radio input[type="radio"] {
313 margin-right: 5px;
314 }
315
316 .pvc-provider-disabled {
317 opacity: 0.6;
318 cursor: not-allowed;
319 }
320
321 .pvc-provider-disabled input[type="radio"] {
322 cursor: not-allowed;
323 }
324
325 .pvc-provider-content {
326 margin: 0;
327 }
328
329 .pvc-provider-fields {
330 padding: 0;
331 margin-top: 15px;
332 }
333
334 .pvc-provider-fields label {
335 font-weight: 600;
336 margin-bottom: 5px;
337 display: block;
338 }
339
340 .pvc-provider-fields input.regular-text {
341 margin-top: 5px;
342 }
343
344 .pvc-provider-unavailable {
345 color: #d63638;
346 font-style: italic;
347 }
348
349 .pvc-import-strategy {
350 margin-bottom: 25px;
351 }
352
353 .post-views-counter-settings tr.pvc-pro-extended label[for="pvc_import_strategy_skip_existing"]:after,
354 .post-views-counter-settings tr.pvc-pro-extended label[for="pvc_import_strategy_keep_higher_count"]:after,
355 .post-views-counter-settings tr.pvc-pro-extended label[for="pvc_import_strategy_fill_empty_only"]:after {
356 content: 'PRO';
357 display: inline-block;
358 margin-left: 6px;
359 padding: 1px 4px;
360 font-size: 11px;
361 border-radius: 4px;
362 background-color: #ffc107;
363 color: #fff;
364 font-weight: 600;
365 }
366
367 .pvc-field-group label {
368 margin-right: 8px;
369 }
370
371 .pvc-radio-vertical label {
372 display: block;
373 margin: 6px 0;
374 font-weight: normal;
375 }
376
377 .pvc-radio-vertical input[type="radio"] {
378 margin-right: 5px;
379 }
380
381 .pvc-import-actions {
382 padding-top: 10px;
383 }
384
385 .pvc-import-actions .button {
386 margin-right: 10px;
387 }
388
389 .pvc-import-actions .button-primary {
390 font-weight: 600;
391 }
392