PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.3.6
Post Views Counter v1.3.6
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 4 years ago admin.css 6 years ago frontend.css 11 years ago gutenberg.min.css 6 years ago
admin.css
497 lines
1 /* Post Views Counter settings */
2 .post-views-counter-settings {
3 margin-right: 300px;
4 }
5
6 .post-views-counter-settings form {
7 float: left;
8 min-width: 463px;
9 width: auto;
10 }
11
12 .post-views-counter-settings fieldset .description {
13 font-size: 13px;
14 margin-bottom: 8px;
15 margin-top: 4px;
16 display: block;
17 }
18
19 .post-views-counter-settings p.help, .post-views-counter-settings p.description, .post-views-counter-settings span.description {
20 font-size: 13px;
21 font-style: italic;
22 }
23
24 .post-views-counter-settings div.ip-box {
25 margin-bottom: 3px;
26 }
27
28 .df-credits {
29 float: right;
30 width: 280px;
31 background: #fff;
32 margin: 20px -300px 20px 20px;
33 position: relative;
34 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
35 }
36
37 .df-credits .inner {
38 padding-left: 10px;
39 padding-right: 10px;
40 }
41
42 .df-credits h3 {
43 font-size: 14px;
44 line-height: 1.4;
45 margin: 0;
46 padding: 8px 12px;
47 border-bottom: 1px solid #eee;
48 }
49
50 .df-credits .df-link {
51 padding-top: 5px;
52 padding-bottom: 10px;
53 margin: 0;
54 }
55
56 .df-credits .df-link a {
57 display: block;
58 text-align: center;
59 outline: none !important;
60 border: none !important;
61 box-shadow: none !important;
62 }
63
64 .df-credits .df-link a img {
65 display: block;
66 margin: 0 auto;
67 width: 80px;
68 }
69
70 .df-credits hr {
71 border: solid #eee;
72 border-width: 1px 0 0;
73 clear: both;
74 height: 0;
75 }
76
77 /* Single post edit screen */
78 #misc-publishing-actions #post-views #post-views-display:before {
79 display: inline-block;
80 font: 400 20px/1 dashicons;
81 left: -1px;
82 padding: 0 2px 0 0;
83 position: relative;
84 text-decoration: none !important;
85 vertical-align: top;
86 color: #888;
87 content: "\f185";
88 top: -1px;
89 }
90
91 /* Listing edit screen */
92 .edit-php .widefat th#post_views {
93 width: 5.5em;
94 }
95 .edit-php .widefat th.column-post_views .dashicons,
96 .edit-php .widefat th.column-post_views .dashicons:before {
97 font-size: 1.1em;
98 vertical-align: middle;
99 }
100 .edit-php .widefat th .dash-title, .upload-php .widefat th .dash-title {
101 display:none;
102 }
103 .edit-php .metabox-prefs .dash-icon {
104 display:none;
105 }
106 .edit-php .widefat td .dashicons,
107 .edit-php .widefat td .dashicons:before {
108 font-size: 1.1em;
109 }
110 .edit-php #inline-edit-post_views input {
111 width: auto;
112 }
113
114 /*
115 * checkBo lightweight jQuery plugin v0.1.4 by @ElmahdiMahmoud
116 * Licensed under the MIT license - https://github.com/elmahdim/checkbo/blob/master/LICENSE
117 *
118 * Custom checkbox and radio
119 * Author URL: elmahdim.com
120 */
121 .cb-checkbox .cb-inner, .cb-checkbox i {
122 width:18px;
123 height:18px;
124 -moz-border-radius:3px;
125 -webkit-border-radius:3px;
126 border-radius:3px
127 }
128 .cb-checkbox.cb-sm i, .cb-checkbox.cb-sm .cb-inner {
129 width:14px;
130 height:14px
131 }
132 .cb-checkbox.cb-md i, .cb-checkbox.cb-md .cb-inner {
133 width:24px;
134 height:24px;
135 -moz-border-radius:4px;
136 -webkit-border-radius:4px;
137 border-radius:4px
138 }
139 .cb-checkbox.cb-lg i, .cb-checkbox.cb-lg .cb-inner {
140 width:30px;
141 height:30px;
142 -moz-border-radius:6px;
143 -webkit-border-radius:6px;
144 border-radius:6px
145 }
146 .cb-radio .cb-inner {
147 width:18px;
148 height:18px
149 }
150 .cb-radio.cb-sm .cb-inner {
151 width:14px;
152 height:14px
153 }
154 .cb-radio.cb-md .cb-inner {
155 width:24px;
156 height:24px
157 }
158 .cb-radio.cb-lg .cb-inner {
159 width:30px;
160 height:30px
161 }
162 .cb-checkbox, .cb-radio {
163 color:inherit;
164 cursor:pointer;
165 overflow:hidden;
166 font-size:inherit;
167 font-weight:normal;
168 display:inline-block;
169 line-height:18px;
170 margin-right: 8px;
171 }
172 .form-table td fieldset label.cb-checkbox,
173 .form-table td fieldset label.cb-radio {
174 margin-right: 8px !important;
175 }
176 .cb-checkbox.disabled, .cb-checkbox.disabled *, .cb-radio.disabled, .cb-radio.disabled * {
177 cursor:default
178 }
179 .cb-checkbox input[type="checkbox"], .cb-radio input[type="radio"], .cb-switcher input[type="checkbox"], .cb-switcher input[type="radio"] {
180 display:none
181 }
182 .cb-checkbox.disabled, .cb-checkbox.disabled *, .cb-radio.disabled, .cb-radio.disabled *, .cb-switcher.disabled, .cb-switcher.disabled * {
183 cursor:default
184 }
185 .cb-checkbox.disabled {
186 color:#ddd
187 }
188 .cb-checkbox.disabled .cb-inner {
189 color:#ddd
190 }
191 .cb-checkbox.disabled:hover .cb-inner {
192 border-color:#ddd
193 }
194 .cb-checkbox.disabled.checked .cb-inner {
195 background-color:#ddd;
196 border-color:#ddd
197 }
198 .cb-radio.disabled {
199 color:#ddd
200 }
201 .cb-radio.disabled .cb-inner {
202 border-color:#ddd
203 }
204 .cb-radio.disabled i {
205 background-color:transparent
206 }
207 .cb-radio.disabled.checked .cb-inner {
208 border-color:#ddd
209 }
210 .cb-radio.disabled.checked .cb-inner i {
211 background-color:#ddd
212 }
213 .cb-radio.disabled:hover .cb-inner {
214 border-color:#ddd
215 }
216 .cb-checkbox .cb-inner {
217 float:left;
218 overflow:hidden;
219 margin:0 5px 0 0;
220 position:relative;
221 background:#f2f2f2;
222 display:inline-block;
223 border:1px solid #d6d6d6;
224 -moz-transition:all 0.5s ease;
225 -o-transition:all 0.5s ease;
226 -webkit-transition:all 0.5s ease;
227 transition:all 0.5s ease
228 }
229 .cb-checkbox i {
230 top:1px;
231 left:2px;
232 display:block;
233 position:absolute
234 }
235 .cb-checkbox i:before, .cb-checkbox i:after {
236 height:0;
237 width:2px;
238 content:"";
239 display:block;
240 position:absolute;
241 background-color:#fff;
242 -moz-transition:all 0.2s ease;
243 -o-transition:all 0.2s ease;
244 -webkit-transition:all 0.2s ease;
245 transition:all 0.2s ease
246 }
247 .cb-checkbox i:before {
248 top:0;
249 left:0;
250 -moz-transform:rotate(-45deg);
251 -ms-transform:rotate(-45deg);
252 -webkit-transform:rotate(-45deg);
253 transform:rotate(-45deg)
254 }
255 .cb-checkbox i:after {
256 left:7px;
257 bottom:5px;
258 -moz-transition-delay:0.3s;
259 -o-transition-delay:0.3s;
260 -webkit-transition-delay:0.3s;
261 transition-delay:0.3s;
262 -moz-transform:rotate(30deg);
263 -ms-transform:rotate(30deg);
264 -webkit-transform:rotate(30deg);
265 transform:rotate(30deg)
266 }
267 .cb-radio .cb-inner {
268 float:left;
269 overflow:hidden;
270 margin:0 5px 0 0;
271 position:relative;
272 display:inline-block;
273 border:1px solid #d7d7d7;
274 background-color:#f2f2f2;
275 -moz-border-radius:100%;
276 -webkit-border-radius:100%;
277 border-radius:100%;
278 -moz-transition:all 0.1s ease;
279 -o-transition:all 0.1s ease;
280 -webkit-transition:all 0.1s ease;
281 transition:all 0.1s ease
282 }
283 .cb-radio i {
284 top:50%;
285 left:50%;
286 width:6px;
287 height:6px;
288 margin-top:-3px;
289 margin-left:-3px;
290 position:absolute;
291 background-color:transparent;
292 -moz-border-radius:100%;
293 -webkit-border-radius:100%;
294 border-radius:100%;
295 -moz-transform:scale(0.05, 5);
296 -ms-transform:scale(0.05, 5);
297 -webkit-transform:scale(0.05, 5);
298 transform:scale(0.05, 5);
299 -moz-transition:all 0.2s ease;
300 -o-transition:all 0.2s ease;
301 -webkit-transition:all 0.2s ease;
302 transition:all 0.2s ease
303 }
304 .cb-checkbox.cb-sm, .cb-radio.cb-sm {
305 line-height:14px
306 }
307 .cb-checkbox.cb-md, .cb-radio.cb-md {
308 line-height:24px
309 }
310 .cb-checkbox.cb-lg, .cb-radio.cb-lg {
311 line-height:30px
312 }
313 .cb-checkbox.cb-sm i:before {
314 top:4px;
315 left:1px
316 }
317 .cb-checkbox.cb-sm i:after {
318 left:5px
319 }
320 .cb-checkbox.cb-md i:before {
321 top:10px;
322 left:5px
323 }
324 .cb-checkbox.cb-md i:after {
325 bottom:6px;
326 left:11px
327 }
328 .cb-checkbox.checked .cb-inner {
329 border-color:#0073aa;
330 background-color:#00a0d2;
331 box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
332 }
333 .cb-checkbox.checked:hover .cb-inner {
334 background-color:#0091cd
335 }
336 .cb-checkbox.checked.cb-sm i:before {
337 top:4px;
338 left:1px
339 }
340 .cb-checkbox.checked.cb-sm i:after {
341 height:9px
342 }
343 .cb-checkbox.checked.cb-md i:before {
344 top:10px;
345 left:4px;
346 height:8px
347 }
348 .cb-checkbox.checked.cb-md i:after {
349 bottom:6px;
350 left:11px;
351 height:16px
352 }
353 .cb-checkbox.checked.cb-lg i:before {
354 top:11px;
355 left:6px;
356 height:12px
357 }
358 .cb-checkbox.checked.cb-lg i:after {
359 left:14px;
360 bottom:7px;
361 height:20px
362 }
363 .cb-checkbox.checked i:before {
364 top:6px;
365 left:2px;
366 height:6px
367 }
368 .cb-checkbox.checked i:after {
369 height:12px
370 }
371 .cb-radio.checked .cb-inner {
372 background:#fff;
373 box-shadow:0 0 3px #efefef
374 }
375 .cb-radio.checked i {
376 -moz-transform:scale(1.1, 1.1);
377 -ms-transform:scale(1.1, 1.1);
378 -webkit-transform:scale(1.1, 1.1);
379 transform:scale(1.1, 1.1);
380 background-color:#00a0d2
381 }
382 .cb-checkbox:hover .cb-inner, .cb-radio:hover .cb-inner {
383 border-color:#0073aa
384 }
385 .cb-switcher {
386 display:inline-block;
387 border:1px solid #eee;
388 background-color:#fff;
389 width:95px;
390 height:35px;
391 position:relative;
392 -moz-border-radius:20px;
393 -webkit-border-radius:20px;
394 border-radius:20px;
395 -moz-transition:background 0.4s ease;
396 -o-transition:background 0.4s ease;
397 -webkit-transition:background 0.4s ease;
398 transition:background 0.4s ease
399 }
400 .cb-switcher, .cb-switcher * {
401 cursor:pointer
402 }
403 .cb-switcher ::-moz-selection {
404 background-color:transparent
405 }
406 .cb-switcher ::selection {
407 background-color:transparent
408 }
409 .cb-switcher .cb-state {
410 z-index:1;
411 text-align:center;
412 font-size:12px
413 }
414 .cb-switcher .cb-state, .cb-switcher:before {
415 width:34px;
416 height:34px;
417 line-height:34px;
418 position:absolute;
419 left:0;
420 top:-1px;
421 -moz-border-radius:100%;
422 -webkit-border-radius:100%;
423 border-radius:100%;
424 -moz-transition:all 0.4s ease;
425 -o-transition:all 0.4s ease;
426 -webkit-transition:all 0.4s ease;
427 transition:all 0.4s ease
428 }
429 .cb-switcher:before {
430 content:"";
431 background-color:#eee;
432 -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
433 -webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
434 box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1)
435 }
436 .cb-switcher.checked {
437 background-color:#00a0d2
438 }
439 .cb-switcher.checked .cb-state, .cb-switcher.checked:before {
440 left:60px;
441 color:#00a0d2
442 }
443 .cb-switcher.checked:before {
444 background-color:#fff;
445 -moz-box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.1);
446 -webkit-box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.1);
447 box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.1)
448 }
449 .cb-switcher.checked .inner-switcher:before {
450 border-top-color:#0073aa
451 }
452 .cb-switcher.checked .inner-switcher:after {
453 border-bottom-color:#0073aa
454 }
455 .cb-switcher .inner-switcher:before, .cb-switcher .inner-switcher:after {
456 content:"";
457 position:absolute;
458 left:50%;
459 width:0;
460 height:0;
461 z-index:2;
462 margin-left:-20px;
463 border-left:20px solid transparent;
464 border-right:20px solid transparent;
465 -moz-transition:border 0.4s ease;
466 -o-transition:border 0.4s ease;
467 -webkit-transition:border 0.4s ease;
468 transition:border 0.4s ease
469 }
470 .cb-switcher .inner-switcher:before {
471 border-top:17px solid #fff;
472 top:0
473 }
474 .cb-switcher .inner-switcher:after {
475 border-bottom:17px solid #fff;
476 bottom:0
477 }
478 .cb-state {
479 color:#ccc;
480 display:inline-block
481 }
482 .cb-switcher-group .cb-state {
483 position:relative;
484 top:7px
485 }
486 .is-hidden {
487 display:none !important;
488 visibility:hidden !important
489 }
490 output {
491 display: block;
492 font-size: 30px;
493 font-weight: bold;
494 text-align: center;
495 margin: 30px 0;
496 width: 100%;
497 }