PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.3.11
Post Views Counter v1.3.11
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-dashboard.css
post-views-counter / css Last commit date
admin-dashboard.css 4 years ago admin.css 4 years ago block-editor.min.css 4 years ago frontend.css 11 years ago
admin-dashboard.css
222 lines
1 .pvc-dashboard-container {
2 min-height: 260px;
3 margin: 0 -4px;
4 text-align: center;
5 position: relative;
6 display: flex;
7 flex-direction: column;
8 }
9
10 .pvc-dashboard-container .spinner {
11 position: absolute;
12 left: 50%;
13 top: 40%;
14 margin-left: -10px;
15 z-index: 10;
16 }
17
18 .pvc-dashboard-container.loading {
19 pointer-events: none;
20 }
21
22 .pvc-dashboard-container.loading:after {
23 position: absolute;
24 content: '';
25 display: block;
26 height: 100%;
27 width: 100%;
28 top: 0;
29 left: 0;
30 background-color: rgba(255,255,255,0.8);
31 z-index: 1;
32 transition: all 0.2s;
33 }
34
35 .pvc-dashboard p.sub {
36 color: #8f8f8f;
37 font-size: 14px;
38 text-align: left;
39 padding-bottom: 3px;
40 border-bottom: 1px solid #ececec;
41 }
42
43 .pvc-dashboard-container .pvc-months {
44 display: flex;
45 justify-content: space-between;
46 margin: 6px 10px 0 10px;
47 color: #aaa;
48 }
49
50 .pvc-dashboard-container .pvc-months .current {
51 color: #212529;
52 }
53
54 .pvc-data-container {
55 min-height: 230px;
56 }
57
58 .pvc-table-responsive {
59 overflow-x: auto;
60 -webkit-overflow-scrolling: touch;
61 }
62
63 .pvc-table {
64 caption-side: bottom;
65 border-collapse: collapse;
66 width: 100%;
67 margin-bottom: 1rem;
68 color: inherit;
69 vertical-align: top;
70 border-color: #dee2e6;
71 text-align: left;
72 }
73
74 .pvc-table > thead {
75 vertical-align: bottom;
76 color: #212529;
77 }
78
79 .pvc-table > tbody {
80 vertical-align: inherit;
81 }
82
83 .pvc-table tbody,
84 .pvc-table td,
85 .pvc-table tfoot,
86 .pvc-table th,
87 .pvc-table thead,
88 .pvc-table tr {
89 border-color: inherit;
90 border-style: solid;
91 border-width: 0;
92 }
93
94 .pvc-table th,
95 .pvc-table td {
96 text-align: inherit;
97 text-align: -webkit-match-parent;
98 }
99
100 .pvc-table th:first-child,
101 .pvc-table td:first-child {
102 width: 1px;
103 white-space: nowrap;
104 }
105
106 .pvc-table th:last-child,
107 .pvc-table td:last-child {
108 text-align: right;
109 }
110
111 .pvc-table .no-posts :last-child {
112 text-align: left;
113 }
114
115 .pvc-table > :not(caption) > * > * {
116 padding: .5rem .5rem;
117 background-color: transparent;
118 border-bottom-width: 1px;
119 box-shadow: inset 0 0 0 9999px transparent;
120 }
121
122 #pvc_dashboard .inside {
123 margin: 0;
124 padding: 0;
125 }
126
127 .pvc-accordion-toggle {
128 background-color: #fafafa;
129 border-bottom: 1px solid #eee;
130 cursor: pointer;
131 line-height: 1;
132 position: relative;
133 font-size: 14px;
134 font-weight: 400;
135 line-height: 1;
136 margin: 0;
137 padding: 11px 12px;
138 color: #23282c;
139 }
140
141 .pvc-accordion-toggle::before {
142 color: #72777c;
143 content: "\f142";
144 display: inline-block;
145 font: normal 20px/1 dashicons;
146 position: absolute;
147 right: 8px;
148 text-decoration: none !important;
149 text-indent: -1px;
150 transform: rotate(0deg);
151 speak: none;
152 -webkit-font-smoothing: antialiased;
153 -moz-osx-font-smoothing: grayscale;
154 top: 8px;
155 }
156
157 .pvc-accordion-title {
158 display: inline-block;
159 padding-right: 10px;
160 }
161
162 .pvc-accordion-actions {
163 position: absolute;
164 top: 0;
165 right: 0;
166 z-index: 1;
167 padding: 11px 30px 11px 0;
168 height: 14px;
169 line-height: 1;
170 }
171
172 .pvc-accordion-actions .pvc-accordion-action,
173 .pvc-accordion-actions .pvc-accordion-action::before {
174 font-size: 14px;
175 height: 14px;
176 width: 14px;
177 color: #72777c;
178 }
179
180 .pvc-tooltip {
181 position: relative;
182 }
183
184 .pvc-tooltip-icon {
185 display: inline-block;
186 width: 16px;
187 cursor: help;
188 }
189
190 .pvc-tooltip-icon::before {
191 color: #b4b9be;
192 content: "\f14c";
193 display: inline-block;
194 font: normal 16px/1 dashicons;
195 position: absolute;
196 text-decoration: none !important;
197 speak: none;
198 -webkit-font-smoothing: antialiased;
199 -moz-osx-font-smoothing: grayscale;
200 left: 0;
201 top: 2px;
202 }
203
204 .pvc-according-header {
205 display: flex;
206 align-items: center;
207 justify-content: space-between;
208 }
209
210 .pvc-accordion-content {
211 padding: 11px 12px;
212 border-bottom: 1px solid #eee;
213 height: 100%;
214 }
215
216 .pvc-collapsed .pvc-accordion-toggle::before {
217 transform: rotate(180deg);
218 }
219
220 .pvc-collapsed .pvc-accordion-content {
221 display: none;
222 }