PluginProbe ʕ •ᴥ•ʔ
WP Popular Posts / 7.3.2
WP Popular Posts v7.3.2
4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.2.0 4.2.1 4.2.2 5.0.0 5.0.1 5.0.2 5.1.0 5.2.0 5.2.1 5.2.2 5.2.3 5.2.4 5.3.0 5.3.1 5.3.2 5.3.3 5.3.4 5.3.5 5.3.6 5.4.0 5.4.1 5.4.2 5.5.0 5.5.1 6.0.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.1.0 6.1.1 6.1.2 6.1.3 6.1.4 6.2.0 6.2.1 6.3.0 6.3.1 6.3.2 6.3.3 6.3.4 6.4.0 6.4.1 6.4.2 7.0.0 7.0.1 7.1.0 7.2.0 7.3.0 7.3.1 7.3.2 7.3.3 7.3.4 7.3.5 7.3.6 7.3.7 7.3.8 7.4.0 trunk 2.3.7 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 3.2.3 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.2 4.0.3 4.0.5 4.0.6
wordpress-popular-posts / assets / css / admin.css
wordpress-popular-posts / assets / css Last commit date
admin.css 1 year ago datepicker.css 1 year ago fontello.css 1 year ago wpp.css 1 year ago
admin.css
462 lines
1 /*
2 * Navigation
3 */
4 #wpp-menu {
5 float: none;
6 clear: both;
7 }
8
9 #wpp-menu ul {
10 text-align: center;
11 }
12
13 #wpp-menu ul li {
14 padding: 0 15px 0 10px;
15 margin: 0 0px;
16 display: inline;
17 border-right: #ddd 1px solid;
18 }
19
20 #wpp-menu ul li:last-child {
21 border: none;
22 }
23
24 #wpp-menu ul li a {
25 }
26
27 #wpp-menu ul li.current a {
28 color: #00a0d2;
29 text-decoration: none;
30 }
31
32 .wpp-wrapper {
33 float: none;
34 clear: both;
35 margin: 20px 20px 0 2px;
36 -webkit-font-smoothing: subpixel-antialiased;
37 }
38
39 .wpp-tabs {
40 box-sizing: border-box;
41 }
42
43 .wpp-tabs .wpp-tabs-container {
44 display: grid;
45 grid-auto-columns: 1fr;
46 }
47
48 .wpp-tabs .wpp-tabs-container button {
49 cursor: pointer;
50 padding: 8px 3px;
51 background: #f9f9f9;
52 border: none;
53 border-right: #bbb 1px solid;
54 border-bottom: #f0f0f0 1px solid;
55 border-radius: 0 !important;
56 }
57
58 .wpp-tabs .wpp-tabs-container button:focus,
59 .wpp-tabs .wpp-tabs-container button:hover {
60 background: #fff;
61 }
62
63 .wpp-tabs .wpp-tabs-container button[aria-selected="false"] {
64 background: #e9e9e9;
65 }
66
67 .wpp-tabs .wpp-tabs-container button[aria-selected="false"]:focus,
68 .wpp-tabs .wpp-tabs-container button[aria-selected="false"]:hover {
69 background: #e0e0e0;
70 }
71
72 .wpp-tabs .wpp-tabs-container button:last-of-type {
73 border-right: none;
74 }
75
76 .wpp-tabs .wpp-tabs-container button span {
77 pointer-events: none;
78 }
79
80 .wpp-tabs .wpp-tabs-panel {
81 overflow: hidden;
82 display: none;
83 }
84
85 .wpp-tabs .wpp-tabs-panel.active {
86 display: block;
87 width: 100%;
88 box-sizing: border-box;
89 }
90
91 .wpp-lightbox {
92 display: none;
93 position: fixed;
94 top: 50%;
95 left: 50%;
96 z-index: 999;
97 margin: -140px 0 0 -140px;
98 padding: 15px;
99 width: 300px;
100 max-height: 280px;
101 background: #fff;
102 -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
103 box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
104 box-sizing: border-box;
105 }
106
107 .wpp-lightbox-tabs {
108 margin: -15px -15px 25px;
109 display: grid;
110 grid-template-columns: 1fr 1fr;
111 text-align: center;
112 }
113
114 .wpp-lightbox form {
115 display: block;
116 }
117
118 .wpp-lightbox form input[type=text] {
119 display: block;
120 margin: 0 0 15px 0;
121 width: 100%;
122 box-sizing: border-box;
123 }
124
125 .wpp-section-stats {
126 position: relative;
127 }
128
129 .wpp-section-stats #wpp-stats-config-btn {
130 position: absolute;
131 top: 22px;
132 left: 0;
133 cursor: pointer;
134 outline: inherit;
135 padding: 0;
136 width: 25px;
137 height: 25px;
138 min-height: auto;
139 font-size: 25px;
140 background: none;
141 border: none;
142 }
143
144 .wpp-section-stats #wpp-stats-config-btn .dashicons-admin-generic {
145 font-size: inherit;
146 }
147
148 .wpp-header {
149 overflow: hidden;
150 display: block;
151 padding: 25px 0 0 0;
152 }
153
154 .wpp-header h2,
155 .wpp-header h3,
156 .wpp-header h4,
157 .wpp-header h5 {
158 text-align: center;
159 }
160
161 .wpp-header h2 {
162 margin: 0 0 5px 0;
163 font-size: 1.0em;
164 font-weight: 400;
165 line-height: 1.0em;
166 }
167
168 .wpp-header h3 {
169 margin: 0 0 30px 0;
170 font-size: 3.5em;
171 letter-spacing: -1px;
172 line-height: 1.0em;
173 }
174
175 .wpp-header h4,
176 #wpp-chart-wrapper h4 {
177 margin: 0 0 8px 0;
178 font-size: 2.0em;
179 font-weight: 100;
180 line-height: 1.0em;
181 letter-spacing: -2px;
182 }
183
184 .wpp-header h5,
185 #wpp-chart-wrapper h5 {
186 margin: 0 0 0 0;
187 font-size: 0.9em;
188 font-weight: 300;
189 line-height: 0.9em;
190 }
191
192 .wpp-header-nav {
193 margin: 55px auto 0px auto;
194 padding: 0;
195 text-align: center;
196 }
197
198 .wpp-header-nav li {
199 display: inline;
200 list-style: none;
201 margin: 0 4px;
202 padding: 0;
203 }
204
205 .wpp-header-nav li button {
206 cursor: pointer;
207 outline: inherit;
208 min-height: auto;
209 background: none;
210 border: none;
211 }
212
213 #wpp-chart-wrapper {
214 width: 100%;
215 }
216
217 #wpp-chart-wrapper h4,
218 #wpp-chart-wrapper h5 {
219 text-align: center;
220 }
221
222 #wpp-chart-wrapper #wpp-chart {
223 position: relative;
224 overflow: hidden;
225 margin: 20px auto 0 auto;
226 width: 100%;
227 height: 280px;
228 }
229
230 #wpp-chart-wrapper #wpp-chart p {
231 margin: 0 10px;
232 text-align: center;
233 }
234
235 #wpp-chart-wrapper #wpp-chart a:hover {
236 text-decoration: underline;
237 }
238
239 .wpp-content {
240 float: none;
241 clear: both;
242 width: 100%;
243 background: #fff;
244 }
245
246 #wpp-listing .wpp-tabs-container {
247 grid-template-columns: 1fr 1fr 1fr 1fr;
248 grid-auto-columns: unset;
249 }
250
251 #wpp-listing .wpp-tabs-container button {
252 padding-top: 15px;
253 padding-bottom: 15px;
254 font-size: 1.2em;
255 }
256
257 @media (max-width: 639px) {
258 #wpp-listing .wpp-tabs-container button span:not([class]) {
259 display: none;
260 }
261 }
262
263 #wpp-listing .wpp-tabs-panel {
264 overflow: hidden;
265 padding: 2% 30px;
266 width: 100%;
267 }
268
269 #wpp-listing .wpp-tabs-panel .spinner {
270 display: block;
271 margin: 0 auto;
272 float: none;
273 visibility: visible;
274 }
275
276 .wpp-content .wpp-tabbed-nav {
277 overflow: hidden;
278 margin: 0 0 0 0;
279 padding: 0;
280 background: #f9f9f9;
281 }
282
283 .wpp-content .wpp-tabbed-nav li {
284 display: inline;
285 float: left;
286 margin: 0;
287 padding: 0;
288 width: 25%;
289 border-bottom: #f0f0f0 1px solid;
290 }
291
292 .wpp-content .wpp-tabbed-nav li.active {
293 border-bottom: #bbb 1px solid;
294 }
295
296 .wpp-content .wpp-tabbed-nav li a {
297 display: block;
298 padding: 15px;
299 font-size: 1.2em;
300 text-align: center;
301 text-decoration: none;
302 outline: none;
303 box-shadow: none;
304 }
305
306 #wpp-listing .wpp-tabbed-nav li a .fa {
307 display: inline-block;
308 margin: 0 8px 0 0;
309 }
310
311 .wpp-tab-content {
312 display: none;
313 overflow: hidden;
314 padding: 2% 30px;
315 width: 100%;
316 box-sizing: border-box;
317 }
318
319 .wpp-tab-content-active {
320 display: block;
321 }
322
323 .wpp-tab-content .spinner {
324 display: block;
325 visibility: visible;
326 float: none;
327 margin-left: auto;
328 margin-right: auto;
329 }
330
331 .popular-posts-list {
332 margin: 0 0 0 0;
333 padding: 0;
334 list-style: none;
335 counter-reset: wpp-counter;
336 font-size: 1rem;
337 line-height: 1.2;
338 }
339
340 .popular-posts-list li {
341 counter-increment: wpp-counter;
342 margin: 0 1% 15px 1%;
343 padding: 0 0 10px 0;
344 border-bottom: #f0f0f0 1px solid;
345 }
346
347 .popular-posts-list li::before {
348 display: inline-block;
349 width: 20px;
350 content: counter(wpp-counter) ". ";
351 }
352
353 .popular-posts-list li:last-child,
354 .popular-posts-list li:last-child {
355 margin: 0 1%;
356 border: none;
357 }
358
359 .popular-posts-list li a.wpp-title {
360 display: inline;
361 font-size: 1em;
362 text-decoration: none;
363 }
364
365 .popular-posts-list li:first-child,
366 .popular-posts-list li:first-child a.wpp-title {
367 font-size: 1.15em;
368 }
369
370 .popular-posts-list li:nth-child(2),
371 .popular-posts-list li:nth-child(2) a.wpp-title {
372 font-size: 1.05em;
373 }
374
375 .popular-posts-list li:first-child a.wpp-title,
376 .popular-posts-list li:nth-child(2) a.wpp-title,
377 .popular-posts-list li:nth-child(3) a.wpp-title {
378 font-weight: bold;
379 letter-spacing: -1px;
380 }
381
382 .popular-posts-list li a.wpp-title:hover {
383 text-decoration: underline;
384 }
385
386 .popular-posts-list li span {
387 color: #bbb;
388 font-size: 13px;
389 }
390
391 .popular-posts-list li small {
392 display: none;
393 font-size: 13px;
394 }
395
396 .popular-posts-list li:hover small {
397 display: inline;
398 }
399
400 #thumb-review {}
401
402 #thumb-review img {
403 max-width: 300px;
404 height: auto;
405 }
406
407 #wpp_params {}
408
409 #wpp_params div {
410 }
411
412 #wpp_params div table {
413 width: 100%;
414 min-width: 800px;
415 background: white;
416 }
417
418 #wpp_params div table tr th {
419 font-size: 1.2em;
420 text-align: left;
421 border-bottom: #dedede 1px solid;
422 }
423
424 #wpp_params div table tr th,
425 #wpp_params div table tr td {
426 padding: 1em;
427 }
428
429 #wpp_params div table tr td {
430 position: static !important;
431 clear: none !important;
432 display: table-cell !important;
433 vertical-align: top;
434 }
435
436 .clear {
437 float:none;
438 clear:both;
439 width:100%;
440 }
441
442 /*
443 * Media Queries
444 */
445
446 /* Tablets & small desktops */
447 @media only screen and (max-width: 768px) {
448
449 .wpp-wrapper {
450 margin: 20px 12px 0 2px;
451 }
452
453 #wpp-listing .wpp-tabbed-nav li a span:last-child {
454 display: none;
455 }
456
457 #wpp-listing .wpp-tabbed-nav li a .fa {
458 margin: 0 0 0 0;
459 }
460
461 }
462