author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
/*! |
3 |
* jQuery UI CSS Framework 1.11.4 |
|
4 |
* http://jqueryui.com |
|
5 |
* |
|
6 |
* Copyright jQuery Foundation and other contributors |
|
7 |
* Released under the MIT license. |
|
8 |
* http://jquery.org/license |
|
9 |
* |
|
10 |
* http://api.jqueryui.com/category/theming/ |
|
11 |
*/ |
|
12 |
||
13 |
/* Layout helpers |
|
14 |
----------------------------------*/ |
|
15 |
.ui-helper-hidden { |
|
16 |
display: none; |
|
17 |
} |
|
18 |
.ui-helper-hidden-accessible { |
|
19 |
border: 0; |
|
20 |
clip: rect(0 0 0 0); |
|
21 |
height: 1px; |
|
22 |
margin: -1px; |
|
23 |
overflow: hidden; |
|
24 |
padding: 0; |
|
25 |
position: absolute; |
|
26 |
width: 1px; |
|
27 |
} |
|
28 |
.ui-helper-reset { |
|
29 |
margin: 0; |
|
30 |
padding: 0; |
|
31 |
border: 0; |
|
32 |
outline: 0; |
|
33 |
line-height: 1.3; |
|
34 |
text-decoration: none; |
|
35 |
font-size: 100%; |
|
36 |
list-style: none; |
|
37 |
} |
|
38 |
.ui-helper-clearfix:before, |
|
39 |
.ui-helper-clearfix:after { |
|
40 |
content: ""; |
|
41 |
display: table; |
|
42 |
border-collapse: collapse; |
|
43 |
} |
|
44 |
.ui-helper-clearfix:after { |
|
45 |
clear: both; |
|
46 |
} |
|
47 |
.ui-helper-clearfix { |
|
48 |
min-height: 0; /* support: IE7 */ |
|
49 |
} |
|
50 |
.ui-helper-zfix { |
|
51 |
width: 100%; |
|
52 |
height: 100%; |
|
53 |
top: 0; |
|
54 |
right: 0; |
|
55 |
position: absolute; |
|
56 |
opacity: 0; |
|
57 |
filter:Alpha(Opacity=0); /* support: IE8 */ |
|
58 |
} |
|
59 |
||
60 |
.ui-front { |
|
61 |
z-index: 100; |
|
62 |
} |
|
63 |
||
64 |
||
65 |
/* Interaction Cues |
|
66 |
----------------------------------*/ |
|
67 |
.ui-state-disabled { |
|
68 |
cursor: default !important; |
|
69 |
} |
|
70 |
||
71 |
||
72 |
/* Icons |
|
73 |
----------------------------------*/ |
|
74 |
||
75 |
/* states and images */ |
|
76 |
.ui-icon { |
|
77 |
display: block; |
|
78 |
text-indent: -99999px; |
|
79 |
overflow: hidden; |
|
80 |
background-repeat: no-repeat; |
|
81 |
} |
|
82 |
||
83 |
||
84 |
/* Misc visuals |
|
85 |
----------------------------------*/ |
|
86 |
||
87 |
/* Overlays */ |
|
88 |
.ui-widget-overlay { |
|
89 |
position: fixed; |
|
90 |
top: 0; |
|
91 |
right: 0; |
|
92 |
width: 100%; |
|
93 |
height: 100%; |
|
94 |
} |
|
95 |
||
96 |
/*! |
|
97 |
* jQuery UI Resizable 1.11.4 |
|
98 |
* http://jqueryui.com |
|
99 |
* |
|
100 |
* Copyright jQuery Foundation and other contributors |
|
101 |
* Released under the MIT license. |
|
102 |
* http://jquery.org/license |
|
103 |
*/ |
|
104 |
.ui-resizable { |
|
105 |
position: relative; |
|
106 |
} |
|
107 |
.ui-resizable-handle { |
|
108 |
position: absolute; |
|
109 |
font-size: 0.1px; |
|
110 |
display: block; |
|
111 |
touch-action: none; |
|
112 |
} |
|
113 |
.ui-resizable-disabled .ui-resizable-handle, |
|
114 |
.ui-resizable-autohide .ui-resizable-handle { |
|
115 |
display: none; |
|
116 |
} |
|
117 |
.ui-resizable-n { |
|
118 |
cursor: n-resize; |
|
119 |
height: 7px; |
|
120 |
width: 100%; |
|
121 |
top: -5px; |
|
122 |
right: 0; |
|
123 |
} |
|
124 |
.ui-resizable-s { |
|
125 |
cursor: s-resize; |
|
126 |
height: 7px; |
|
127 |
width: 100%; |
|
128 |
bottom: -5px; |
|
129 |
right: 0; |
|
130 |
} |
|
131 |
/* rtl:ignore */ |
|
132 |
.ui-resizable-e { |
|
133 |
cursor: e-resize; |
|
134 |
width: 7px; |
|
135 |
right: -5px; |
|
136 |
top: 0; |
|
137 |
height: 100%; |
|
138 |
} |
|
139 |
/* rtl:ignore */ |
|
140 |
.ui-resizable-w { |
|
141 |
cursor: w-resize; |
|
142 |
width: 7px; |
|
143 |
left: -5px; |
|
144 |
top: 0; |
|
145 |
height: 100%; |
|
146 |
} |
|
147 |
/* rtl:ignore */ |
|
148 |
.ui-resizable-se { |
|
149 |
cursor: se-resize; |
|
150 |
width: 12px; |
|
151 |
height: 12px; |
|
152 |
right: 1px; |
|
153 |
bottom: 1px; |
|
154 |
} |
|
155 |
/* rtl:ignore */ |
|
156 |
.ui-resizable-sw { |
|
157 |
cursor: sw-resize; |
|
158 |
width: 9px; |
|
159 |
height: 9px; |
|
160 |
left: -5px; |
|
161 |
bottom: -5px; |
|
162 |
} |
|
163 |
/* rtl:ignore */ |
|
164 |
.ui-resizable-nw { |
|
165 |
cursor: nw-resize; |
|
166 |
width: 9px; |
|
167 |
height: 9px; |
|
168 |
left: -5px; |
|
169 |
top: -5px; |
|
170 |
} |
|
171 |
/* rtl:ignore */ |
|
172 |
.ui-resizable-ne { |
|
173 |
cursor: ne-resize; |
|
174 |
width: 9px; |
|
175 |
height: 9px; |
|
176 |
right: -5px; |
|
177 |
top: -5px; |
|
178 |
} |
|
179 |
||
180 |
/* WP buttons: see buttons.css. */ |
|
181 |
||
182 |
.ui-button { |
|
183 |
display: inline-block; |
|
184 |
text-decoration: none; |
|
185 |
font-size: 13px; |
|
16 | 186 |
line-height: 2; |
5 | 187 |
height: 28px; |
188 |
margin: 0; |
|
189 |
padding: 0 10px 1px; |
|
190 |
cursor: pointer; |
|
191 |
border-width: 1px; |
|
192 |
border-style: solid; |
|
193 |
-webkit-appearance: none; |
|
194 |
border-radius: 3px; |
|
195 |
white-space: nowrap; |
|
196 |
box-sizing: border-box; |
|
18 | 197 |
color: #50575e; |
198 |
border-color: #c3c4c7; |
|
199 |
background: #f6f7f7; |
|
200 |
box-shadow: 0 1px 0 #c3c4c7; |
|
9 | 201 |
vertical-align: top; |
5 | 202 |
} |
203 |
||
204 |
.ui-button:active, |
|
205 |
.ui-button:focus { |
|
206 |
outline: none; |
|
207 |
} |
|
208 |
||
209 |
/* Remove the dotted border on :focus and the extra padding in Firefox */ |
|
210 |
.ui-button::-moz-focus-inner { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
211 |
border-width: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
212 |
border-style: none; |
5 | 213 |
padding: 0; |
214 |
} |
|
215 |
||
216 |
.ui-button:hover, |
|
217 |
.ui-button:focus { |
|
18 | 218 |
background: #f6f7f7; |
219 |
border-color: #8c8f94; |
|
220 |
color: #1d2327; |
|
5 | 221 |
} |
222 |
||
223 |
.ui-button:focus { |
|
18 | 224 |
border-color: #4f94d4; |
225 |
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); |
|
5 | 226 |
} |
227 |
||
228 |
.ui-button:active { |
|
18 | 229 |
background: #f0f0f1; |
230 |
border-color: #8c8f94; |
|
9 | 231 |
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
5 | 232 |
} |
233 |
||
234 |
.ui-button[disabled], |
|
235 |
.ui-button:disabled { |
|
18 | 236 |
color: #a7aaad !important; |
237 |
border-color: #dcdcde !important; |
|
238 |
background: #f6f7f7 !important; |
|
5 | 239 |
box-shadow: none !important; |
240 |
text-shadow: 0 1px 0 #fff !important; |
|
241 |
cursor: default; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
242 |
transform: none !important; |
5 | 243 |
} |
244 |
||
9 | 245 |
@media screen and (max-width: 782px) { |
5 | 246 |
|
247 |
.ui-button { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
248 |
padding: 6px 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
249 |
line-height: normal; |
5 | 250 |
font-size: 14px; |
251 |
vertical-align: middle; |
|
252 |
height: auto; |
|
253 |
margin-bottom: 4px; |
|
254 |
} |
|
255 |
||
256 |
} |
|
257 |
||
258 |
/* WP Theme */ |
|
259 |
||
260 |
.ui-dialog { |
|
261 |
position: absolute; |
|
262 |
top: 0; |
|
263 |
right: 0; |
|
264 |
z-index: 100102; |
|
265 |
background-color: #fff; |
|
9 | 266 |
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); |
16 | 267 |
overflow: hidden; |
5 | 268 |
} |
269 |
||
270 |
.ui-dialog-titlebar { |
|
18 | 271 |
background: #fff; |
272 |
border-bottom: 1px solid #dcdcde; |
|
5 | 273 |
height: 36px; |
274 |
font-size: 18px; |
|
275 |
font-weight: 600; |
|
16 | 276 |
line-height: 2; |
5 | 277 |
padding: 0 16px 0 36px; |
278 |
} |
|
279 |
||
280 |
.ui-button.ui-dialog-titlebar-close { |
|
281 |
background: none; |
|
282 |
border: none; |
|
283 |
box-shadow: none; |
|
18 | 284 |
color: #646970; |
5 | 285 |
cursor: pointer; |
286 |
display: block; |
|
287 |
padding: 0; |
|
288 |
position: absolute; |
|
289 |
top: 0; |
|
290 |
left: 0; |
|
291 |
width: 36px; |
|
292 |
height: 36px; |
|
293 |
text-align: center; |
|
16 | 294 |
border-radius: 0; |
18 | 295 |
overflow: hidden; |
5 | 296 |
} |
297 |
||
298 |
.ui-dialog-titlebar-close:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
299 |
font: normal 20px/1 dashicons; |
5 | 300 |
vertical-align: top; |
18 | 301 |
speak: never; |
5 | 302 |
-webkit-font-smoothing: antialiased; |
303 |
-moz-osx-font-smoothing: grayscale; |
|
16 | 304 |
line-height: 1.8; |
5 | 305 |
width: 36px; |
306 |
height: 36px; |
|
9 | 307 |
content: "\f158"; |
5 | 308 |
} |
309 |
||
16 | 310 |
.ui-button.ui-dialog-titlebar-close:hover, |
311 |
.ui-button.ui-dialog-titlebar-close:focus { |
|
18 | 312 |
color: #135e96; |
16 | 313 |
} |
314 |
||
315 |
.ui-button.ui-dialog-titlebar-close:focus { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
316 |
box-shadow: 0 0 0 2px #2271b1; |
16 | 317 |
/* Only visible in Windows High Contrast mode */ |
318 |
outline: 2px solid transparent; |
|
319 |
outline-offset: -2px; |
|
5 | 320 |
} |
321 |
||
322 |
.ui-dialog-content { |
|
323 |
padding: 16px; |
|
324 |
overflow: auto; |
|
325 |
} |
|
326 |
||
327 |
.ui-dialog-buttonpane { |
|
18 | 328 |
background: #fff; |
329 |
border-top: 1px solid #dcdcde; |
|
5 | 330 |
padding: 16px; |
331 |
} |
|
332 |
||
333 |
.ui-dialog-buttonpane .ui-button { |
|
334 |
margin-right: 16px; |
|
335 |
} |
|
336 |
||
337 |
.ui-dialog-buttonpane .ui-dialog-buttonset { |
|
338 |
float: left; |
|
339 |
} |
|
340 |
||
341 |
.ui-draggable .ui-dialog-titlebar { |
|
342 |
cursor: move; |
|
343 |
} |
|
344 |
||
345 |
.ui-widget-overlay { |
|
346 |
position: fixed; |
|
347 |
top: 0; |
|
348 |
right: 0; |
|
349 |
left: 0; |
|
350 |
bottom: 0; |
|
351 |
min-height: 360px; |
|
352 |
background: #000; |
|
353 |
opacity: 0.7; |
|
354 |
filter: alpha(opacity=70); |
|
355 |
z-index: 100101; |
|
356 |
} |