-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
525 lines (463 loc) · 10.5 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
body {
margin: 0;
padding: 0;
}
/*ページのタイトル*/
header {
display: flex;
align-items: center;
padding: 20px;
background-color: #f4f4f4;
border-bottom: 2px solid #ccc;
}
.logo {
max-width: 100px;
margin-right: 20px;
}
.text-container {
display: flex;
flex-direction: column;
}
.main-title {
font-size: 2rem;
/* メインタイトルのサイズを大きく */
font-weight: bold;
color: #333;
margin: 0;
}
.sub-title {
font-size: 1rem;
/* サブタイトルのサイズを小さめに */
color: #666;
margin: 0;
}
h3 {
padding: 0;
background-color: #d0e0ec;
}
.container {
margin: 1em;
padding: 0;
text-align: left;
max-width: 800px;
/* width: 800px; */
}
.t_area {
overflow: auto;
width: 100%;
/* height: 15vh; */
border: solid 1px #ccc;
}
.result_div {
/* width: 300px; */
margin: 1em;
padding: 0;
height: 80vh;
/* border: solid 1px; */
overflow: auto;
text-align: left;
}
.cond {
padding: 0;
/* display: block; */
}
/*検索のloading用*/
#loading {
display: table;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #fff;
opacity: 0.8;
}
#loading .loadingMsg {
display: table-cell;
text-align: center;
vertical-align: middle;
padding-top: 140px;
background: url("image/load-earth.gif") center center no-repeat;
}
/*検索結果一覧の表*/
table {
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
margin: 0 auto;
/* 水平方向の中央寄せ */
}
.table-container {
overflow-x: auto; /* 横スクロールを有効化 */
white-space: nowrap; /* テーブルの折り返しを防止 */
}
table th,
table td {
border: 1px solid rgba(0, 0, 0, .1);
padding: .6em;
text-align: center;
background: #fff;
}
table th {
border-collapse: collapse;
border: 1px solid gray;
background: #afeeee;
color: black;
font-weight: bold;
}
iframe {
border: none;
height: 100%;
width: 100%;
}
/*Entityの詳細表示ページのタイトル*/
.details-title {
/* margin: 0; */
background-color: #afeeee;
}
/* Entityの詳細表示ページの設定
https://haniwaman.com/parts/post-4069 より */
.result-table {
border-collapse: collapse;
border: 1px solid rgba(0, 0, 0, .1);
table-layout: fixed;
width: 100%;
}
.result-table th,
.result-table td {
border: 1px solid rgba(0, 0, 0, .1);
padding: .6em;
text-align: center;
background: #fff;
}
.result-table th {
background: #E0FFFF;
color: black;
/* font-weight: bold; */
}
.result-table th:first-child {
width: 120px;
}
.scroll {
height: 600px;
/* width: 300px; */
overflow-y: scroll;
}
/* リストマーカーを非表示にする */
.no-bullets {
list-style: none;
/* マーカーを非表示に設定 */
padding: 0;
/* デフォルトの余白をリセット */
margin: 0;
/* デフォルトのマージンをリセット */
}
/* 行間に区切り線を追加 */
.no-bullets li {
border-bottom: 1px solid #ccc;
/* 区切り線を薄いグレーに設定 */
padding-bottom: 10px;
/* 区切り線の直前に余白を追加 */
margin-bottom: 10px;
/* 行間を広げるためのマージン */
}
/* 最後のリスト項目の区切り線を削除 */
.no-bullets li:last-child {
border-bottom: none;
}
/* 改行後の字下げを設定 */
.no-bullets li {
text-indent: -1em;
padding-left: 2em;
/* text-indent: 2.5em; 字下げを設定 */
/* margin: 0; 段落の余白をリセット */
}
/* リスト全体の行間を広めに設定 */
.no-bullets {
line-height: 1.5;
/* 行間を調整 */
}
.button-link {
/* display: inline-block; インライン要素をブロック化 */
white-space: nowrap;
padding: 1px 3px;
/* 内側の余白を小さめに */
background-color: #007BFF;
/* 背景色 */
color: #fff;
/* 文字色 */
text-decoration: none;
/* 下線を消す */
border-radius: 6px;
/* 角を丸くする */
font-size: 14px;
/* 小さめのフォントサイズ */
font-weight: bold;
/* 太字 */
text-align: center;
/* テキストを中央揃え */
transition: background-color 0.3s ease;
/* ホバー時のスムーズな変化 */
}
.button-map {
padding: 1px 3px;
background-color: #ff8c00;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-size: 0.8em;
text-align: center;
}
.button-map-show {
padding: 1px 3px;
background-color: #007BFF;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-size: 0.8em;
text-align: center;
}
/* ホバー時のスタイル */
.button-link:hover {
background-color: #0056b3;
/* ホバー時の背景色 */
}
/* アクティブ時のスタイル */
.button-link:active {
background-color: #003f7f;
/* クリック時の背景色 */
}
.button-del {
/* display: inline-block; インライン要素をブロック化 */
white-space: nowrap;
padding: 1px 3px;
/* 内側の余白を小さめに */
background-color: #ff2200;
/* 背景色 */
color: #fff;
/* 文字色 */
text-decoration: none;
/* 下線を消す */
border-radius: 4px;
/* 角を丸くする */
font-size: 14px;
/* 小さめのフォントサイズ */
font-weight: bold;
/* 太字 */
text-align: center;
/* テキストを中央揃え */
}
button {
font-size: 1em;
padding: 5px 5px;
}
.button-MAP {
/* text-decoration: none; */
font-size: 1em;
padding: 5px;
border-radius: 5px;
display: inline-block;
margin: 2px;
/* background-color: #f26b17;
color: white; */
}
/* .button-QR {
text-decoration: none;
font-size: 14px;
padding: 5px;
border-radius: 5px;
display: inline-block;
margin: 2px;
background-color: #f2bb17;
color: white;
} */
.button-X {
text-decoration: none;
font-size: 14px;
padding: 5px;
border-radius: 5px;
display: inline-block;
margin: 2px;
background-color: #1DA1F2;
color: white;
}
.button-FB {
text-decoration: none;
font-size: 14px;
padding: 5px;
border-radius: 5px;
display: inline-block;
margin: 2px;
background-color: #1877F2;
color: white;
}
.button-LINE {
text-decoration: none;
font-size: 14px;
padding: 5px;
border-radius: 5px;
display: inline-block;
margin: 2px;
background-color: #00C300;
color: white;
}
.button-HTML {
text-decoration: none;
font-size: 14px;
padding: 5px;
border-radius: 5px;
display: inline-block;
margin: 2px;
background-color: #159115;
color: white;
}
.area-option {
display: flex;
width: auto;
/* flex-direction: column; 縦に並べる */
/* display: inline-flex; */
justify-content: center;
/* align-items: center; */
padding: 10px;
/* border: 2px solid #007BFF; ボーダーの色 */
/* border-radius: 10px; 角丸設定 */
/* background-color: #f9f9f9; 背景色 */
}
.area-option label {
margin-left: 8px; /* チェックボックスとラベルの間のスペース */
font-size: 14px;
color: #333;
}
.area-option input[type="checkbox"] {
width: 16px;
height: 16px;
}
.form-container {
display: flex;
flex-direction: column; /* 縦に並べる */
gap: 20px; /* 各項目の間にスペース */
max-width: 400px; /* レイアウトの幅を制限 */
border: 1px solid #ccc; /* ボーダーを追加 */
padding: 20px; /* 内側にスペースを確保 */
border-radius: 8px; /* ボーダーの角を丸める */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 軽い影を追加 */
}
select {
width: 100%;
max-width: 400px;
padding: 10px;
font-size: 16px;
border: 2px solid #007BFF;
border-radius: 5px;
background-color: #f9f9f9;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
select:disabled {
background-color: #e9ecef; /* 無効なリストの背景色 */
cursor: not-allowed;
}
/*Entityの詳細表示ページのLoading 画像用
(https://www.benricho.org/loading_images/withCSS_04/02.html より) */
.flower-spinner,
.flower-spinner * {
box-sizing: border-box;
}
.flower-spinner {
height: 70px;
width: 70px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.flower-spinner .dots-container {
height: calc(70px / 7);
width: calc(70px / 7);
}
.flower-spinner .smaller-dot {
background: orange;
height: 100%;
width: 100%;
border-radius: 50%;
animation: flower-spinner-smaller-dot-animation 2.5s 0s infinite both;
}
.flower-spinner .bigger-dot {
background: #ff1d5e;
height: 100%;
width: 100%;
padding: 10%;
border-radius: 50%;
animation: flower-spinner-bigger-dot-animation 2.5s 0s infinite both;
}
@keyframes flower-spinner-bigger-dot-animation {
0%,
100% {
box-shadow: rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px;
}
50% {
transform: rotate(180deg);
}
25%,
75% {
box-shadow: rgb(255, 29, 94) 26px 0px 0px,
rgb(255, 29, 94) -26px 0px 0px,
rgb(255, 29, 94) 0px 26px 0px,
rgb(255, 29, 94) 0px -26px 0px,
rgb(255, 29, 94) 19px -19px 0px,
rgb(255, 29, 94) 19px 19px 0px,
rgb(255, 29, 94) -19px -19px 0px,
rgb(255, 29, 94) -19px 19px 0px;
}
100% {
transform: rotate(360deg);
box-shadow: rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px;
}
}
@keyframes flower-spinner-smaller-dot-animation {
0%,
100% {
box-shadow: rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px;
}
25%,
75% {
box-shadow: rgb(255, 29, 94) 14px 0px 0px,
rgb(255, 29, 94) -14px 0px 0px,
rgb(255, 29, 94) 0px 14px 0px,
rgb(255, 29, 94) 0px -14px 0px,
rgb(255, 29, 94) 10px -10px 0px,
rgb(255, 29, 94) 10px 10px 0px,
rgb(255, 29, 94) -10px -10px 0px,
rgb(255, 29, 94) -10px 10px 0px;
}
100% {
box-shadow: rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px,
rgb(255, 29, 94) 0px 0px 0px;
}
}