-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
249 lines (216 loc) · 4.69 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
@import url('https://fonts.googleapis.com/css2?family=Alike+Angular&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
*{
background-color: #FDF7E0;
}
label.title {
display: flex;
justify-content: center;
font-size: 30px;
font-weight: bold;
padding-top: 250px;
padding-bottom: 10px;
font-family: 'IM Fell DW Pica', serif;
letter-spacing: 0.2em;
color: #262626;
line-height: 40px;
}
label.subtitle {
display: flex;
justify-content: center;
font-size: 25px;
padding-top: 10px;
padding-bottom: 1px;
font-family: 'IM Fell DW Pica', serif;
letter-spacing: 0.2em;
color: #262626;
line-height: 40px;
}
label.developer {
display: flex;
justify-content: center;
font-size: 15px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 230px;
font-family: 'IM Fell DW Pica', serif;
letter-spacing: 0.2em;
color: #262626;
line-height: 40px;
}
.scroll-down-arrow{
display: flex;
justify-content: center;
font-family: 'IM Fell DW Pica', serif;
font-size: 20px;
padding-top: 75px;
padding-bottom: 10px;
color: #262626;
font-weight: 800;
}
/* graph.js 에서 설정
.links line {
stroke: #999;
stroke-opacity: 0.4;
}
.nodes circle {
stroke: #e3e3e5;
stroke-width: 1px;
}
*/
.eng-content {
text-align: justify;
}
.eng-main {
display: flex;
flex: auto;
margin : 0 auto;
justify-content: center;
}
.eng-1{
padding-top: 10px;
margin-left: 22%;
margin-right: 22%;
padding-bottom: 3px;
font-size: 20px;
font-family: 'IM Fell DW Pica', serif;
color: #262626;
letter-spacing: 0.03em;
line-height: 30px;
}
.eng-content1{
margin-left: 23%;
margin-right: 21%;
padding-bottom: 10px;
font-size: 13px;
font-family: 'Roboto Mono', monospace;
color: #262626;
letter-spacing: 0.01em;
line-height: 21px;
}
.eng-2{
padding-top: 10px;
margin-left: 22%;
margin-right: 22%;
padding-bottom: 3px;
font-size: 20px;
font-family: 'IM Fell DW Pica', serif;
color: #262626;
letter-spacing: 0.03em;
line-height: 30px;
}
.eng-content2{
margin-left: 23%;
margin-right: 21%;
padding-bottom: 10px;
font-size: 13px;
font-family: 'Roboto Mono', monospace;
color: #262626;
letter-spacing: 0.01em;
line-height: 21px;
}
.eng-3{
padding-top: 10px;
margin-left: 22%;
margin-right: 21%;
padding-bottom: 3px;
font-size: 20px;
font-family: 'IM Fell DW Pica', serif;
color: #262626;
letter-spacing: 0.03em;
line-height: 30px;
}
.eng-content3{
margin-left: 23%;
margin-right: 22%;
padding-bottom: 10px;
font-size: 13px;
font-family: 'Roboto Mono', monospace;
color: #262626;
letter-spacing: 0.01em;
line-height: 21px;
}
.eng-4{
padding-top: 10px;
margin-left: 22%;
margin-right: 21%;
padding-bottom: 3px;
font-size: 20px;
font-family: 'IM Fell DW Pica', serif;
color: #262626;
letter-spacing: 0.03em;
line-height: 30px;
}
.eng-content4{
margin-left: 23%;
margin-right: 22%;
padding-bottom: 10px;
font-size: 13px;
font-family: 'Roboto Mono', monospace;
color: #262626;
letter-spacing: 0.01em;
line-height: 21px;
}
.logo-pillowsophy {
display: flex;
margin-left: 650px;
padding-top: 100px;
width: 100px; }
/* MODAL */
/* The Modal (background) */
.background {
display: none; /* Hidden by default */ /* 실제 적용은 none, 테스트 block*/
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content Box */
.modal-content {
/* background-color: #fefefe; */
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
width: 350px;
border-radius: 10px;
}
/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
/* Modal Header */
.modal-header {
padding: 2px 16px;
border-bottom: 1px solid #262626;
}
.modal-header > p{
margin: 15px 0px;
font-size: 24px;
font-family: 'IM Fell DW Pica', serif;
}
/* Modal Body */
.modal-body {
padding: 16px;
font-family: 'Times';
font-size: 17px;
color: #2c2c2c;
text-align: justify;
text-justify: inter-word;
}