PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.3.10
Post Views Counter v1.3.10
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 5 years ago admin.css 4 years ago block-editor.min.css 4 years ago frontend.css 11 years ago
admin.css
133 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 .post-views-counter-settings select {
29 vertical-align: top;
30 }
31
32 .pvc_user_roles {
33 margin-top: 12px;
34 }
35
36 .df-credits {
37 float: right;
38 width: 280px;
39 background: #fff;
40 margin: 20px -300px 20px 20px;
41 position: relative;
42 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
43 }
44
45 .df-credits .inner {
46 padding-left: 10px;
47 padding-right: 10px;
48 }
49
50 .df-credits h3 {
51 font-size: 14px;
52 line-height: 1.4;
53 margin: 0;
54 padding: 8px 12px;
55 border-bottom: 1px solid #eee;
56 }
57
58 .df-credits .df-link {
59 padding-top: 5px;
60 padding-bottom: 10px;
61 margin: 0;
62 }
63
64 .df-credits .df-link a {
65 display: block;
66 text-align: center;
67 outline: none !important;
68 border: none !important;
69 box-shadow: none !important;
70 }
71
72 .df-credits .df-link a img {
73 display: block;
74 margin: 0 auto;
75 width: 80px;
76 }
77
78 .df-credits hr {
79 border: solid #eee;
80 border-width: 1px 0 0;
81 clear: both;
82 height: 0;
83 }
84
85 /* Single post edit screen */
86 #misc-publishing-actions #post-views #post-views-display:before {
87 display: inline-block;
88 font: 400 20px/1 dashicons;
89 left: -1px;
90 padding: 0 2px 0 0;
91 position: relative;
92 text-decoration: none !important;
93 vertical-align: top;
94 color: #888;
95 content: "\f185";
96 top: -1px;
97 }
98
99 /* Listing edit screen */
100 .edit-php .widefat th#post_views {
101 width: 5.5em;
102 }
103 .edit-php .widefat th.column-post_views .dashicons,
104 .edit-php .widefat th.column-post_views .dashicons:before {
105 font-size: 1.1em;
106 vertical-align: middle;
107 }
108 .edit-php .widefat th .dash-title, .upload-php .widefat th .dash-title {
109 display:none;
110 }
111 .edit-php .metabox-prefs .dash-icon {
112 display:none;
113 }
114 .edit-php .widefat td .dashicons,
115 .edit-php .widefat td .dashicons:before {
116 font-size: 1.1em;
117 }
118 .edit-php #inline-edit-post_views input {
119 width: auto;
120 }
121
122 .is-hidden {
123 display:none !important;
124 visibility:hidden !important
125 }
126 output {
127 display: block;
128 font-size: 30px;
129 font-weight: bold;
130 text-align: center;
131 margin: 30px 0;
132 width: 100%;
133 }