PluginProbe ʕ •ᴥ•ʔ
پارسی دیت – Parsi Date / 4.0.0
پارسی دیت – Parsi Date v4.0.0
6.2.1 6.2 6.1 5.1.6 5.1.7 5.1.8 5.1.8.2 6.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.0.0-alpha 2.1 2.1.1 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0.1 2.3.0.2 2.3.1 2.3.2 2.3.3 2.3.4 3.0.1 3.0.2 3.0.3 4.0.0 4.0.1 4.0.2 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5
wp-parsidate / assets / css / jalalidatepicker.css
wp-parsidate / assets / css Last commit date
fonts 4 years ago images 4 years ago admin-fix.css 4 years ago admin-fix.min.css 4 years ago editor-rtl.css 4 years ago editor.css 4 years ago editor.min-rtl.css 4 years ago editor.min.css 4 years ago gutenberg-jalali-calendar.build.css 4 years ago jalalidatepicker.css 4 years ago jalalidatepicker.min.css 4 years ago jquery-ui.css 4 years ago settings.css 4 years ago settings.min.css 4 years ago timepicki.css 4 years ago timepicki.min.css 4 years ago vazir-font.css 4 years ago vazir-font.min.css 4 years ago
jalalidatepicker.css
243 lines
1 /*!********************************************************************************************************************************************!*\
2 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***!
3 \********************************************************************************************************************************************/
4 jdp-container {
5 position: absolute;
6 max-width: 307.875px;
7 background: #fff;
8 display: block;
9 direction: rtl;
10 padding: 0.5rem 0;
11 box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
12 border-radius: 4px;
13 overflow: hidden;
14 -ms-touch-action: manipulation;
15 touch-action: manipulation;
16 -moz-user-select: none;
17 -webkit-user-select: none;
18 -ms-user-select: none;
19 user-select: none;
20 -moz-animation: jdpOpenAnimation 300ms cubic-bezier(0.23, 1, 0.32, 1);
21 -webkit-animation: jdpOpenAnimation 300ms cubic-bezier(0.23, 1, 0.32, 1);
22 animation: jdpOpenAnimation 300ms cubic-bezier(0.23, 1, 0.32, 1);
23 }
24
25 jdp-container, jdp-container *, jdp-container *::after, jdp-container *::before {
26 -moz-box-sizing: border-box;
27 -webkit-box-sizing: border-box;
28 box-sizing: border-box;
29 }
30
31 jdp-container .jdp-icon-plus, jdp-container .jdp-icon-minus {
32 display: inline-block;
33 text-align: center;
34 cursor: pointer;
35 vertical-align: middle;
36 overflow: hidden;
37 flex: none;
38 text-decoration: none;
39 border: 1px solid #e6e6e6;
40 border-radius: 4px;
41 }
42
43 jdp-container .jdp-icon-plus svg, jdp-container .jdp-icon-minus svg {
44 width: 1.5rem;
45 height: 1.5rem;
46 padding: 0.375rem;
47 }
48
49 jdp-container .jdp-icon-plus.not-in-range, jdp-container .jdp-icon-minus.not-in-range {
50 cursor: not-allowed;
51 }
52
53 jdp-container .jdp-icon-plus.not-in-range svg, jdp-container .jdp-icon-minus.not-in-range svg {
54 opacity: 0.3;
55 }
56
57 jdp-container .jdp-years, jdp-container .jdp-months {
58 display: -webkit-inline-box;
59 display: -webkit-flex;
60 display: -ms-inline-flexbox;
61 display: inline-flex;
62 margin: 0 2.5%;
63 font-size: 120%;
64 color: rgba(0, 0, 0, 0.8);
65 fill: rgba(0, 0, 0, 0.8);
66 }
67
68 jdp-container .jdp-months {
69 width: 55%;
70 }
71
72 jdp-container .jdp-years {
73 width: 35%;
74 }
75
76 jdp-container .jdp-year, jdp-container .jdp-year input, jdp-container .jdp-year select, jdp-container .jdp-month, jdp-container .jdp-month input, jdp-container .jdp-month select {
77 width: 100%;
78 height: auto;
79 text-align: center;
80 background: transparent;
81 border: none;
82 border-radius: 0;
83 padding: 0;
84 margin: 0;
85 display: inline-block;
86 font-size: inherit;
87 font-family: inherit;
88 vertical-align: initial;
89 font-weight: 300;
90 color: inherit;
91 line-height: inherit;
92 outline: none;
93 }
94
95 jdp-container .jdp-year:focus, jdp-container .jdp-year:active, jdp-container .jdp-year input:focus, jdp-container .jdp-year input:active, jdp-container .jdp-year select:focus, jdp-container .jdp-year select:active, jdp-container .jdp-month:focus, jdp-container .jdp-month:active, jdp-container .jdp-month input:focus, jdp-container .jdp-month input:active, jdp-container .jdp-month select:focus, jdp-container .jdp-month select:active {
96 outline: none;
97 }
98
99 jdp-container .jdp-year:hover, jdp-container .jdp-year input:hover, jdp-container .jdp-year select:hover, jdp-container .jdp-month:hover, jdp-container .jdp-month input:hover, jdp-container .jdp-month select:hover {
100 background: rgba(0, 0, 0, 0.05);
101 }
102
103 jdp-container .jdp-year input, jdp-container .jdp-month input {
104 cursor: text;
105 -webkit-appearance: none;
106 -moz-appearance: textfield;
107 }
108
109 jdp-container .jdp-year input::-webkit-outer-spin-button, jdp-container .jdp-year input::-webkit-inner-spin-button, jdp-container .jdp-month input::-webkit-outer-spin-button, jdp-container .jdp-month input::-webkit-inner-spin-button {
110 -webkit-appearance: none;
111 }
112
113 jdp-container .jdp-year select, jdp-container .jdp-month select {
114 cursor: pointer;
115 position: relative;
116 -webkit-appearance: menulist;
117 -moz-appearance: menulist;
118 }
119
120 jdp-container .jdp-days {
121 padding: 0.5rem 0 0 0;
122 outline: 0;
123 text-align: left;
124 width: 100%;
125 display: inline-block;
126 display: -ms-flexbox;
127 display: flex;
128 flex-wrap: wrap;
129 -ms-flex-wrap: wrap;
130 -ms-flex-pack: justify;
131 justify-content: space-around;
132 }
133
134 jdp-container .jdp-day, jdp-container .jdp-day-name {
135 background: none;
136 border: 1px solid transparent;
137 font-weight: 400;
138 width: 14.2857143%;
139 flex-basis: 14.2857143%;
140 height: 31px;
141 line-height: 31px;
142 margin: 2px 0;
143 display: inline-block;
144 position: relative;
145 justify-content: center;
146 text-align: center;
147 color: rgba(0, 0, 0, 0.8);
148 }
149
150 jdp-container .jdp-day.today, jdp-container .jdp-day-name.today {
151 border-color: rgba(0, 0, 0, 0.3);
152 }
153
154 jdp-container .jdp-day.selected, jdp-container .jdp-day-name.selected {
155 background-color: #569ff7 !important;
156 color: #fff !important;
157 }
158
159 jdp-container .jdp-day.last-week, jdp-container .jdp-day-name.last-week {
160 color: #f44336;
161 }
162
163 jdp-container .jdp-day:empty {
164 background: rgba(0, 0, 0, 0.05);
165 border-color: #fff;
166 }
167
168 jdp-container .jdp-day:not(:empty) {
169 cursor: pointer;
170 border-radius: 4px;
171 transition: linear 0.1s;
172 }
173
174 jdp-container .jdp-day:not(:empty):hover {
175 background: rgba(0, 0, 0, 0.1);
176 transform: scale(1.15);
177 z-index: 1;
178 }
179
180 jdp-container .jdp-day-name {
181 border-radius: 0;
182 font-weight: 900;
183 font-size: 90%;
184 background-color: rgba(0, 0, 0, 0.1);
185 cursor: default;
186 }
187
188 jdp-container .jdp-footer {
189 padding: 0.5rem 0.5rem 0 0.5rem;
190 outline: 0;
191 width: 100%;
192 display: inline-block;
193 display: -ms-flexbox;
194 display: flex;
195 flex-wrap: nowrap;
196 -ms-flex-wrap: nowrap;
197 -ms-flex-pack: justify;
198 justify-content: space-between;
199 }
200
201 jdp-container .jdp-btn-today, jdp-container .jdp-btn-empty {
202 background: #569ff7;
203 font-size: 90%;
204 padding: 0.3em 0.6em;
205 border-radius: 5px;
206 font-weight: 400;
207 display: inline-block;
208 text-align: center;
209 color: #fff;
210 cursor: pointer;
211 }
212
213 @-webkit-keyframes jdpOpenAnimation {
214 from {
215 opacity: 0;
216 transform: scale(0.8);
217 }
218 to {
219 opacity: 1;
220 transform: scale(1);
221 }
222 }
223
224 @keyframes jdpOpenAnimation {
225 from {
226 opacity: 0;
227 transform: scale(0.8);
228 }
229 to {
230 opacity: 1;
231 transform: scale(1);
232 }
233 }
234
235 @media only screen and (max-width: 307.875px) {
236 jdp-container {
237 max-width: 90%;
238 }
239 }
240
241 #ui-datepicker-div {
242 display: none !important
243 }