-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
280 lines (248 loc) · 6.42 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
body {
margin: 0;
padding: 0;
}
/*ページのタイトル*/
header > h1 {
margin: 0;
background-color: #6cb5f1;
}
h3 {
padding: 0;
background-color: #d0e0ec;
}
.container {
margin: 1em;
padding: 0;
text-align: left;
}
.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;
}
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; /* デフォルトのマージンをリセット */
}
.button-link {
display: inline-block; /* インライン要素をブロック化 */
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-link:hover {
background-color: #0056b3; /* ホバー時の背景色 */
}
/* アクティブ時のスタイル */
.button-link:active {
background-color: #003f7f; /* クリック時の背景色 */
}
.button-del {
display: inline-block; /* インライン要素をブロック化 */
padding: 1px 3px; /* 内側の余白を小さめに */
background-color: #ff2200; /* 背景色 */
color: #fff; /* 文字色 */
text-decoration: none; /* 下線を消す */
border-radius: 4px; /* 角を丸くする */
font-size: 14px; /* 小さめのフォントサイズ */
font-weight: bold; /* 太字 */
text-align: center; /* テキストを中央揃え */
}
/*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;
}
}