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