PluginProbe ʕ •ᴥ•ʔ
WP Popular Posts / 4.0.2
WP Popular Posts v4.0.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 / admin / css / datepicker.css
wordpress-popular-posts / admin / css Last commit date
fonts 8 years ago vendor 8 years ago admin.css 8 years ago datepicker.css 8 years ago index.php 8 years ago
datepicker.css
400 lines
1 /*! jQuery UI - v1.12.1 - 2017-08-15
2 * http://jqueryui.com
3 * Includes: core.css, datepicker.css
4 * Copyright jQuery Foundation and other contributors; Licensed MIT */
5
6 /* Layout helpers
7 ----------------------------------*/
8 .ui-helper-hidden {
9 display: none;
10 }
11 .ui-helper-hidden-accessible {
12 border: 0;
13 clip: rect(0 0 0 0);
14 height: 1px;
15 margin: -1px;
16 overflow: hidden;
17 padding: 0;
18 position: absolute;
19 width: 1px;
20 }
21 .ui-helper-reset {
22 margin: 0;
23 padding: 0;
24 border: 0;
25 outline: 0;
26 line-height: 1.3;
27 text-decoration: none;
28 font-size: 100%;
29 list-style: none;
30 }
31 .ui-helper-clearfix:before,
32 .ui-helper-clearfix:after {
33 content: "";
34 display: table;
35 border-collapse: collapse;
36 }
37 .ui-helper-clearfix:after {
38 clear: both;
39 }
40 .ui-helper-zfix {
41 width: 100%;
42 height: 100%;
43 top: 0;
44 left: 0;
45 position: absolute;
46 opacity: 0;
47 filter:Alpha(Opacity=0); /* support: IE8 */
48 }
49
50 .ui-front {
51 z-index: 100;
52 }
53
54
55 /* Interaction Cues
56 ----------------------------------*/
57 .ui-state-disabled {
58 cursor: default !important;
59 pointer-events: none;
60 }
61
62
63 /* Icons
64 ----------------------------------*/
65 .ui-icon {
66 display: inline-block;
67 vertical-align: middle;
68 margin-top: -.25em;
69 position: relative;
70 text-indent: -99999px;
71 overflow: hidden;
72 background-repeat: no-repeat;
73 }
74
75 .ui-widget-icon-block {
76 left: 50%;
77 margin-left: -8px;
78 display: block;
79 }
80
81 /* Misc visuals
82 ----------------------------------*/
83
84 /* Overlays */
85 .ui-widget-overlay {
86 position: fixed;
87 top: 0;
88 left: 0;
89 width: 100%;
90 height: 100%;
91 }
92 .ui-datepicker {
93 width: 17em;
94 padding: .2em .2em 0;
95 display: none;
96 }
97 .ui-datepicker .ui-datepicker-header {
98 position: relative;
99 padding: .2em 0;
100 }
101 .ui-datepicker .ui-datepicker-prev,
102 .ui-datepicker .ui-datepicker-next {
103 position: absolute;
104 top: 2px;
105 width: 1.8em;
106 height: 1.8em;
107 }
108 .ui-datepicker .ui-datepicker-prev-hover,
109 .ui-datepicker .ui-datepicker-next-hover {
110 top: 1px;
111 }
112 .ui-datepicker .ui-datepicker-prev {
113 left: 2px;
114 }
115 .ui-datepicker .ui-datepicker-next {
116 right: 2px;
117 }
118 .ui-datepicker .ui-datepicker-prev-hover {
119 left: 1px;
120 }
121 .ui-datepicker .ui-datepicker-next-hover {
122 right: 1px;
123 }
124 .ui-datepicker .ui-datepicker-prev span,
125 .ui-datepicker .ui-datepicker-next span {
126 display: block;
127 position: absolute;
128 left: 50%;
129 margin-left: -8px;
130 top: 50%;
131 margin-top: -8px;
132 }
133 .ui-datepicker .ui-datepicker-title {
134 margin: 0 2.3em;
135 line-height: 1.8em;
136 text-align: center;
137 }
138 .ui-datepicker .ui-datepicker-title select {
139 font-size: 1em;
140 margin: 1px 0;
141 }
142 .ui-datepicker select.ui-datepicker-month,
143 .ui-datepicker select.ui-datepicker-year {
144 width: 45%;
145 }
146 .ui-datepicker table {
147 width: 100%;
148 font-size: .9em;
149 border-collapse: collapse;
150 margin: 0 0 .4em;
151 }
152 .ui-datepicker th {
153 padding: .7em .3em;
154 text-align: center;
155 font-weight: bold;
156 border: 0;
157 }
158 .ui-datepicker td {
159 border: 0;
160 padding: 1px;
161 }
162 .ui-datepicker td span,
163 .ui-datepicker td a {
164 display: block;
165 padding: .2em;
166 text-align: right;
167 text-decoration: none;
168 }
169 .ui-datepicker .ui-datepicker-buttonpane {
170 background-image: none;
171 margin: .7em 0 0 0;
172 padding: 0 .2em;
173 border-left: 0;
174 border-right: 0;
175 border-bottom: 0;
176 }
177 .ui-datepicker .ui-datepicker-buttonpane button {
178 float: right;
179 margin: .5em .2em .4em;
180 cursor: pointer;
181 padding: .2em .6em .3em .6em;
182 width: auto;
183 overflow: visible;
184 }
185 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
186 float: left;
187 }
188
189 /* with multiple calendars */
190 .ui-datepicker.ui-datepicker-multi {
191 width: auto;
192 }
193 .ui-datepicker-multi .ui-datepicker-group {
194 float: left;
195 }
196 .ui-datepicker-multi .ui-datepicker-group table {
197 width: 95%;
198 margin: 0 auto .4em;
199 }
200 .ui-datepicker-multi-2 .ui-datepicker-group {
201 width: 50%;
202 }
203 .ui-datepicker-multi-3 .ui-datepicker-group {
204 width: 33.3%;
205 }
206 .ui-datepicker-multi-4 .ui-datepicker-group {
207 width: 25%;
208 }
209 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
210 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
211 border-left-width: 0;
212 }
213 .ui-datepicker-multi .ui-datepicker-buttonpane {
214 clear: left;
215 }
216 .ui-datepicker-row-break {
217 clear: both;
218 width: 100%;
219 font-size: 0;
220 }
221
222 /* RTL support */
223 .ui-datepicker-rtl {
224 direction: rtl;
225 }
226 .ui-datepicker-rtl .ui-datepicker-prev {
227 right: 2px;
228 left: auto;
229 }
230 .ui-datepicker-rtl .ui-datepicker-next {
231 left: 2px;
232 right: auto;
233 }
234 .ui-datepicker-rtl .ui-datepicker-prev:hover {
235 right: 1px;
236 left: auto;
237 }
238 .ui-datepicker-rtl .ui-datepicker-next:hover {
239 left: 1px;
240 right: auto;
241 }
242 .ui-datepicker-rtl .ui-datepicker-buttonpane {
243 clear: right;
244 }
245 .ui-datepicker-rtl .ui-datepicker-buttonpane button {
246 float: left;
247 }
248 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
249 .ui-datepicker-rtl .ui-datepicker-group {
250 float: right;
251 }
252 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
253 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
254 border-right-width: 0;
255 border-left-width: 1px;
256 }
257
258 /* Icons */
259 .ui-datepicker .ui-icon {
260 display: block;
261 text-indent: -99999px;
262 overflow: hidden;
263 background-repeat: no-repeat;
264 left: .5em;
265 top: .3em;
266 }
267
268
269 /*
270 * Custom datepicker theme for WPP.
271 *
272 * @author Hector Cabrera
273 */
274
275 .ui-datepicker {
276 background: #fff;
277 -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
278 -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
279 box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
280 border-radius: 5px;
281 }
282
283 .ui-datepicker-header {}
284
285 .ui-datepicker .ui-datepicker-prev {
286 left: 0;
287 }
288
289 .ui-datepicker .ui-datepicker-next {
290 right: 0;
291 }
292
293 .ui-datepicker .ui-datepicker-prev span,
294 .ui-datepicker .ui-datepicker-next span {
295 display: block;
296 position: absolute;
297 /*left: 50%;
298 margin-left: -8px;
299 top: 50%;
300 margin-top: -8px;*/
301 }
302
303 .ui-datepicker-prev:before,
304 .ui-datepicker-next:after {
305 position: absolute;
306 top: 6px;
307 display: inline-block;
308 font-family: 'FontAwesome';
309 line-height: 1.1em;
310 }
311
312 .ui-datepicker-prev:before {
313 left: 9px;
314 content: "\f060";
315 }
316
317 .ui-datepicker-next:after {
318 right: 9px;
319 content: "\f061";
320 }
321
322 .ui-datepicker .ui-datepicker-prev-hover,
323 .ui-datepicker .ui-datepicker-next-hover {
324 top: 2px !important;
325 }
326
327 .ui-datepicker-calendar {}
328
329 .ui-datepicker-calendar tr td {
330 text-align: center;
331 }
332
333 .ui-datepicker-unselectable span {
334 color: #ccc;
335 text-align: center !important;
336 }
337
338 .ui-datepicker-calendar tr td a {
339 text-align: center;
340 background: #fcfcfc;
341 }
342
343 .ui-datepicker-calendar tr td.date-range-selected a {
344 color: #fff;
345 text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px #ba281e;
346 background: #e14d43;
347 }
348
349 .ui-datepicker-buttonpane {}
350
351 .ui-datepicker-buttonpane button {
352 display: inline-block;
353 text-decoration: none;
354 font-size: 13px;
355 line-height: 26px;
356 height: 28px;
357 margin: 0;
358 padding: 0 10px 1px !important;
359 border-color: #ccc;
360 background: #f7f7f7;
361 vertical-align: top;
362 cursor: pointer;
363 border-width: 1px;
364 border-style: solid;
365 -webkit-appearance: none;
366 -webkit-border-radius: 3px;
367 border-radius: 3px;
368 white-space: nowrap;
369 -webkit-box-sizing: border-box;
370 -moz-box-sizing: border-box;
371 box-sizing: border-box;
372 }
373
374 /* Today button */
375 .ui-datepicker-buttonpane .ui-datepicker-current {
376 display: none;
377 }
378
379 .ui-datepicker-buttonpane .ui-priority-primary {
380 color: #fff;
381 background: #e14d43;
382 border-color: #d02c21 #ba281e #ba281e;
383 -webkit-box-shadow: 0 1px 0 #ba281e;
384 box-shadow: 0 1px 0 #ba281e;
385 text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px #ba281e;
386 }
387
388 .ui-datepicker-buttonpane .ui-priority-primary:hover {
389 background: #e35950;
390 border-color: #ba281e;
391 }
392
393 .ui-datepicker-buttonpane .ui-priority-secondary {
394 color: #555;
395 border-color: #ccc;
396 background: #f7f7f7;
397 -webkit-box-shadow: 0 1px 0 #ccc;
398 box-shadow: 0 1px 0 #ccc;
399 }
400