PluginProbe ʕ •ᴥ•ʔ
WP Popular Posts / 5.2.2
WP Popular Posts v5.2.2
7.4.1 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 6 years ago datepicker.css 6 years ago fontello.css 6 years ago wpp.css 6 years ago
admin.css
419 lines
1 #wpp-message { display: none; }
2
3 /*
4 * Navigation
5 */
6 #wpp-menu {
7 float: none;
8 clear: both;
9 }
10
11 #wpp-menu ul {
12 text-align: center;
13 }
14
15 #wpp-menu ul li {
16 padding: 0 15px 0 10px;
17 margin: 0 0px;
18 display: inline;
19 border-right: #ddd 1px solid;
20 }
21
22 #wpp-menu ul li:first-child {
23 display: none;
24 }
25
26 #wpp-menu ul li:last-child {
27 border: none;
28 }
29
30 #wpp-menu ul li a {
31 }
32
33 #wpp-menu ul li.current a {
34 color: #00a0d2;
35 text-decoration: none;
36 }
37
38 .wpp-wrapper {
39 margin: 20px 20px 0 2px;
40 -webkit-font-smoothing: subpixel-antialiased;
41 }
42
43 .wpp-lightbox {
44 display: none;
45 position: fixed;
46 top: 50%;
47 left: 50%;
48 z-index: 999;
49 margin: -140px 0 0 -140px;
50 padding: 15px;
51 width: 250px;
52 max-height: 280px;
53 background: #fff;
54 -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
55 -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
56 box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
57 }
58
59 .wpp-lightbox-tabs {
60 margin: 0 0 25px 0;
61 padding: 0 0 0 0;
62 text-align: center;
63 }
64
65 .wpp-lightbox-tabs li {
66 display: inline;
67 list-style: none;
68 margin: 0;
69 padding: 0 15px 0 10px;
70 border-right: #ddd 1px solid;
71 }
72
73 .wpp-lightbox-tabs li:first-child {
74 padding: 0 15px 0 0;
75 }
76
77 .wpp-lightbox-tabs li:last-child {
78 padding: 0 0 0 10px;
79 border-right: none;
80 }
81
82 .wpp-lightbox-tabs li.active a {
83 color: #00a0d2;
84 text-decoration: none;
85 }
86
87 .wpp-lightbox-tab-content {
88 overflow: hidden;
89 display: none;
90 width: 100%;
91 }
92
93 .wpp-lightbox-tab-content-active {
94 display: block;
95 }
96
97 .wpp-lightbox form {
98 display: block;
99 }
100
101 .wpp-lightbox form input[type=text] {
102 display: block;
103 margin: 0 0 15px 0;
104 width: 100%;
105 box-sizing: border-box;
106 }
107
108 .wpp-section-stats {
109 position: relative;
110 }
111
112 .wpp-section-stats .dashicons-admin-generic {
113 position: absolute;
114 top: 22px;
115 left: 0;
116 width: 21px;
117 height: 21px;
118 transition: transform 0.3s;
119 }
120
121 .wpp-section-stats .dashicons-admin-generic:hover {
122 transform: rotate(360deg);
123 }
124
125 .wpp-header {
126 overflow: hidden;
127 display: block;
128 padding: 25px 0 0 0;
129 }
130
131 .wpp-header h2,
132 .wpp-header h3,
133 .wpp-header h4,
134 .wpp-header h5 {
135 text-align: center;
136 }
137
138 .wpp-header h2 {
139 margin: 0 0 5px 0;
140 font-size: 1.0em;
141 font-weight: 400;
142 line-height: 1.0em;
143 }
144
145 .wpp-header h3 {
146 margin: 0 0 30px 0;
147 font-size: 3.5em;
148 letter-spacing: -1px;
149 line-height: 1.0em;
150 }
151
152 .wpp-header h4,
153 #wpp-chart-wrapper h4 {
154 margin: 0 0 8px 0;
155 font-size: 2.0em;
156 font-weight: 100;
157 line-height: 1.0em;
158 letter-spacing: -2px;
159 }
160
161 .wpp-header h5,
162 #wpp-chart-wrapper h5 {
163 margin: 0 0 0 0;
164 font-size: 0.9em;
165 font-weight: 300;
166 line-height: 0.9em;
167 }
168
169 .wpp-header-nav {
170 margin: 55px auto 0px auto;
171 padding: 0;
172 text-align: center;
173 }
174
175 .wpp-header-nav li {
176 display: inline;
177 list-style: none;
178 margin: 0 4px;
179 padding: 0;
180 }
181
182 .wpp-header-nav li a {
183 display: inline-block;
184 padding: 6px 12px 7px;
185 line-height: 1.1em;
186 }
187
188 .wpp-section-stats .wpp-header-nav li a:hover,
189 .wpp-section-stats .wpp-header-nav li.current a {
190 color: #00a0d2;
191 }
192
193 .wpp-section-stats .wpp-header-nav li.current a {
194 text-decoration: none;
195 }
196
197 #wpp-chart-wrapper {
198 width: 100%;
199 }
200
201 #wpp-chart-wrapper h4,
202 #wpp-chart-wrapper h5 {
203 text-align: center;
204 }
205
206 #wpp-chart-wrapper #wpp-chart {
207 position: relative;
208 overflow: hidden;
209 margin: 20px auto 0 auto;
210 width: 100%;
211 height: 250px;
212 }
213
214 #wpp-chart-wrapper #wpp-chart p {
215 margin: 0 10px;
216 text-align: center;
217 }
218
219 #wpp-chart-wrapper #wpp-chart a:hover {
220 text-decoration: underline;
221 }
222
223 .wpp-content {
224 float: none;
225 clear: both;
226 width: 100%;
227 background: #fff;
228 }
229
230 .wpp-content .wpp-tabbed-nav {
231 overflow: hidden;
232 margin: 0 0 0 0;
233 padding: 0;
234 background: #f9f9f9;
235 }
236
237 .wpp-content .wpp-tabbed-nav li {
238 display: inline;
239 float: left;
240 margin: 0;
241 padding: 0;
242 width: 25%;
243 border-bottom: #f0f0f0 1px solid;
244 }
245
246 .wpp-content .wpp-tabbed-nav li.active {
247 border-bottom: #bbb 1px solid;
248 }
249
250 .wpp-content .wpp-tabbed-nav li a {
251 display: block;
252 padding: 15px;
253 font-size: 1.2em;
254 text-align: center;
255 text-decoration: none;
256 outline: none;
257 box-shadow: none;
258 }
259
260 #wpp-listing .wpp-tabbed-nav li a .fa {
261 display: inline-block;
262 margin: 0 8px 0 0;
263 }
264
265 .wpp-tab-content {
266 display: none;
267 overflow: hidden;
268 padding: 2% 30px;
269 width: 100%;
270 box-sizing: border-box;
271 }
272
273 .wpp-tab-content-active {
274 display: block;
275 }
276
277 .wpp-tab-content .spinner {
278 display: block;
279 visibility: visible;
280 float: none;
281 margin-left: auto;
282 margin-right: auto;
283 }
284
285 .popular-posts-list {
286 margin: 0 0 0 0;
287 padding: 0;
288 list-style: none;
289 counter-reset: wpp-counter;
290 font-size: 1rem;
291 line-height: 1.2;
292 }
293
294 .popular-posts-list li {
295 counter-increment: wpp-counter;
296 margin: 0 1% 15px 1%;
297 padding: 0 0 10px 0;
298 border-bottom: #f0f0f0 1px solid;
299 }
300
301 .popular-posts-list li::before {
302 display: inline-block;
303 width: 20px;
304 content: counter(wpp-counter) ". ";
305 }
306
307 .popular-posts-list li:last-child,
308 .popular-posts-list li:last-child {
309 margin: 0 1%;
310 border: none;
311 }
312
313 .popular-posts-list li a.wpp-title {
314 display: inline;
315 font-size: 1em;
316 text-decoration: none;
317 }
318
319 .popular-posts-list li:first-child,
320 .popular-posts-list li:first-child a.wpp-title {
321 font-size: 1.15em;
322 }
323
324 .popular-posts-list li:nth-child(2),
325 .popular-posts-list li:nth-child(2) a.wpp-title {
326 font-size: 1.05em;
327 }
328
329 .popular-posts-list li:first-child a.wpp-title,
330 .popular-posts-list li:nth-child(2) a.wpp-title,
331 .popular-posts-list li:nth-child(3) a.wpp-title {
332 font-weight: bold;
333 letter-spacing: -1px;
334 }
335
336 .popular-posts-list li a.wpp-title:hover {
337 text-decoration: underline;
338 }
339
340 .popular-posts-list li span {
341 color: #bbb;
342 font-size: 13px;
343 }
344
345 .popular-posts-list li small {
346 display: none;
347 font-size: 13px;
348 }
349
350 .popular-posts-list li:hover small {
351 display: inline;
352 }
353
354 #wpp_params {}
355
356 #wpp_params div {
357 }
358
359 #wpp_params div table {
360 width: 100%;
361 min-width: 800px;
362 background: white;
363 }
364
365 #wpp_params div table tr th {
366 font-size: 1.2em;
367 text-align: left;
368 border-bottom: #dedede 1px solid;
369 }
370
371 #wpp_params div table tr th,
372 #wpp_params div table tr td {
373 padding: 1em;
374 }
375
376 #wpp_params div table tr td {
377 position: static !important;
378 clear: none !important;
379 display: table-cell !important;
380 vertical-align: top;
381 }
382
383 .clear {
384 float:none;
385 clear:both;
386 width:100%;
387 }
388
389 /*
390 * Media Queries
391 */
392
393 /* Small devices */
394 @media only screen and (max-width: 480px){
395
396 }
397
398 /* Tablets & small desktops */
399 @media only screen and (max-width: 768px) {
400
401 .wpp-wrapper {
402 margin: 20px 12px 0 2px;
403 }
404
405 #wpp-listing .wpp-tabbed-nav li a span:last-child {
406 display: none;
407 }
408
409 #wpp-listing .wpp-tabbed-nav li a .fa {
410 margin: 0 0 0 0;
411 }
412
413 }
414
415 /* Medium desktops, Large desktops & other devices */
416 @media only screen and (max-width: 992px) { /* 960 + 16 + 16 */
417
418 }
419