|
@@ -1,274 +1,49 @@
|
1
|
|
-.main_contents {
|
2
|
|
- width: 100%;
|
3
|
|
-}
|
4
|
|
-
|
5
|
|
-.main_content {
|
6
|
|
- margin-top: 20px;
|
7
|
|
- width: 100%
|
8
|
|
-}
|
9
|
|
-
|
10
|
|
-.title_wrapper {
|
11
|
|
- display: flex;
|
12
|
|
- justify-content: center;
|
13
|
|
- margin-bottom: 32px;
|
14
|
|
-}
|
15
|
|
-
|
16
|
|
-.title_text_blue {
|
17
|
|
- color: rgb(0 112 192);
|
18
|
|
- font-weight: bold;
|
19
|
|
-}
|
20
|
|
-
|
21
|
|
-.title_text {
|
22
|
|
- font-size: 40px;
|
23
|
|
- font-weight: bold;
|
24
|
|
-}
|
25
|
|
-
|
26
|
|
-.explanation {
|
27
|
|
- display: flex;
|
28
|
|
- justify-content: center;
|
29
|
|
- width: 100%;
|
30
|
|
-}
|
31
|
|
-
|
32
|
|
-.character_image_block_left {
|
33
|
|
- width: 20%;
|
34
|
|
-}
|
35
|
|
-
|
36
|
|
-.character_image_block_right {
|
37
|
|
- width: 20%;
|
38
|
|
-}
|
39
|
|
-
|
40
|
|
-.character_image {
|
41
|
|
- width: 100%;
|
42
|
|
-}
|
43
|
|
-
|
44
|
|
-.explanation_text_block {
|
45
|
|
- width: 60%;
|
46
|
|
-}
|
47
|
|
-
|
48
|
|
-.explanation_text_wrapper {
|
49
|
|
- text-align: center;
|
50
|
|
- line-height: 40px;
|
51
|
|
-}
|
52
|
|
-
|
53
|
|
-.explanation_text {
|
54
|
|
- font-size: 28px;
|
55
|
|
-}
|
56
|
|
-
|
57
|
|
-.explanation_text_red {
|
58
|
|
- color: rgb(255 0 0);
|
59
|
|
-}
|
60
|
|
-
|
61
|
|
-.plantsAnimals_block {
|
62
|
|
- width: 100%;
|
63
|
|
-}
|
64
|
|
-
|
65
|
|
-.plantsAnimals_wrapper {
|
66
|
|
- display: flex;
|
67
|
|
- flex-wrap: wrap;
|
68
|
|
- justify-content: space-between;
|
|
1
|
+.main {
|
|
2
|
+ margin-top: 16px;
|
69
|
3
|
}
|
70
|
4
|
|
71
|
|
-.tpl_plantsAnimals_block {
|
|
5
|
+.overview {
|
72
|
6
|
margin-bottom: 20px;
|
73
|
|
- width: 48%;
|
74
|
|
-}
|
75
|
|
-
|
76
|
|
-.spring_plantsAnimals_block {
|
77
|
|
- position: relative;
|
78
|
|
- /*background-image: url("../css/img/kitagata_creature_encyclopedia/creature/spring/spring.png");*/
|
79
|
|
-}
|
80
|
|
-
|
81
|
|
-.spring_plansAnimals_list {
|
82
|
|
- background: center/100% repeat-y url("../css/img/kitagata_creature_encyclopedia/creature/spring/spring.png");
|
83
|
|
- position: relative;
|
84
|
|
- display: flex;
|
85
|
|
- flex-wrap: wrap;
|
86
|
|
- width: 100%;
|
87
|
|
-}
|
88
|
|
-
|
89
|
|
-.spring_plansAnimals_bloom_left {
|
90
|
|
- position: absolute;
|
91
|
|
- top: 20px;
|
92
|
|
- z-index: 1;
|
93
|
|
- width: 10%;
|
94
|
|
-}
|
95
|
|
-
|
96
|
|
-.spring_plansAnimals_bloom_upperLow_1 {
|
97
|
|
- position: absolute;
|
98
|
|
- top: 110px;
|
99
|
|
- left: 100px;
|
100
|
|
- z-index: 1;
|
101
|
|
- width: 10%;
|
102
|
|
-}
|
103
|
|
-
|
104
|
|
-.spring_plansAnimals_bloom_upperLow_2 {
|
105
|
|
- position: absolute;
|
106
|
|
- top: 110px;
|
107
|
|
- right: 50px;
|
108
|
|
- z-index: 1;
|
109
|
|
- width: 10%;
|
110
|
|
-}
|
111
|
|
-
|
112
|
|
-.spring_plansAnimals_bloom_middleLow_1 {
|
113
|
|
- position: absolute;
|
114
|
|
- top: 300px;
|
115
|
|
- left: 50px;
|
116
|
|
- z-index: 1;
|
117
|
|
- width: 10%;
|
118
|
|
-}
|
119
|
|
-
|
120
|
|
-.spring_plansAnimals_bloom_middleLow_2 {
|
121
|
|
- position: absolute;
|
122
|
|
- top: 300px;
|
123
|
|
- right: -5px;
|
124
|
|
- z-index: 1;
|
125
|
|
- width: 10%;
|
126
|
|
-}
|
127
|
|
-
|
128
|
|
-
|
129
|
|
-.spring_plansAnimals_bloom_lowerLow_1 {
|
130
|
|
- position: absolute;
|
131
|
|
- top: 510px;
|
132
|
|
- left: 100px;
|
133
|
|
- z-index: 1;
|
134
|
|
- width: 10%;
|
135
|
|
-}
|
136
|
|
-
|
137
|
|
-.spring_plansAnimals_bloom_lowerLow_2 {
|
138
|
|
- position: absolute;
|
139
|
|
- top: 510px;
|
140
|
|
- right: -5px;
|
141
|
|
- z-index: 1;
|
142
|
|
- width: 10%;
|
143
|
|
-}
|
144
|
|
-
|
145
|
|
-.spring_bloom_image {
|
146
|
7
|
width: 100%;
|
147
|
8
|
}
|
148
|
9
|
|
149
|
|
-.summer_plantsAnimals_backgroundColor {
|
150
|
|
- position: relative;
|
151
|
|
-
|
152
|
|
- /*background-image: url("../css/img/kitagata_creature_encyclopedia/creature/summer/summer.png");*/
|
153
|
|
-}
|
154
|
|
-
|
155
|
|
-.summer_plansAnimals_list {
|
156
|
|
- background: 100% center/100% repeat-y url("../css/img/kitagata_creature_encyclopedia/creature/summer/summer.png");
|
157
|
|
- position: relative;
|
158
|
|
- display: flex;
|
159
|
|
- flex-wrap: wrap;
|
160
|
|
- width: 100%;
|
|
10
|
+.seasonalCreatures_title {
|
|
11
|
+ margin-bottom: 16px;
|
161
|
12
|
}
|
162
|
13
|
|
163
|
|
-.summer_plansAnimals_grass_lowerLow {
|
|
14
|
+.seasonalCreatures_title::before {
|
|
15
|
+ content: '';
|
|
16
|
+ width: 94%;
|
|
17
|
+ height: 4px;
|
|
18
|
+ display: inline-block;
|
|
19
|
+ background-color: gray;
|
164
|
20
|
position: absolute;
|
165
|
|
- top: 460px;
|
166
|
|
- left: -10px;
|
167
|
|
- z-index: 1;
|
168
|
|
- width: 10%;
|
|
21
|
+ top: 148px;
|
169
|
22
|
}
|
170
|
23
|
|
171
|
|
-.autumn_plantsAnimals_backgroundColor {
|
172
|
|
- position: relative;
|
173
|
|
- /*background-image: url("../css/img/kitagata_creature_encyclopedia/creature/autumn/autumn.png");*/
|
|
24
|
+.seasonalCreatures_titleText {
|
|
25
|
+ font-size: 24px;
|
|
26
|
+ font-weight: bold;
|
174
|
27
|
}
|
175
|
28
|
|
176
|
|
-.autumn_plansAnimals_list {
|
177
|
|
- background: 100% center/100% repeat-y url(../css/img/kitagata_creature_encyclopedia/creature/autumn/autumn.png);
|
178
|
|
- position: relative;
|
|
29
|
+.creatureList_block {
|
179
|
30
|
display: flex;
|
180
|
31
|
flex-wrap: wrap;
|
181
|
32
|
width: 100%;
|
182
|
33
|
}
|
183
|
34
|
|
184
|
|
-.autumn_plansAnimals_bloom_lowerLow_2 {
|
185
|
|
- position: absolute;
|
186
|
|
- top: 540px;
|
187
|
|
- right: -20px;
|
188
|
|
- z-index: 1;
|
189
|
|
- width: 10%;
|
190
|
|
-}
|
191
|
|
-
|
192
|
|
-.winter_plantsAnimals_backgroundColor {
|
193
|
|
- position: relative;
|
194
|
|
-
|
195
|
|
- /*background-image: url("../css/img/kitagata_creature_encyclopedia/creature/winter/winter.png");*/
|
196
|
|
-}
|
197
|
|
-
|
198
|
|
-.winter_plansAnimals_list {
|
199
|
|
- background: 100% center/100% repeat-y url("../css/img/kitagata_creature_encyclopedia/creature/winter/winter.png");
|
200
|
|
- position: relative;
|
|
35
|
+.creature_block {
|
201
|
36
|
display: flex;
|
202
|
|
- flex-wrap: wrap;
|
203
|
|
- width: 100%;
|
204
|
|
-}
|
205
|
|
-
|
206
|
|
-.winter_plansAnimals_snowman_left {
|
207
|
|
- position: absolute;
|
208
|
|
- top: 520px;
|
209
|
|
- left: -10px;
|
210
|
|
- z-index: 1;
|
211
|
|
- width: 10%;
|
212
|
|
-}
|
213
|
|
-
|
214
|
|
-.winter_plansAnimals_snowman_right {
|
215
|
|
- position: absolute;
|
216
|
|
- top: 520px;
|
217
|
|
- right: -5px;
|
218
|
|
- z-index: 1;
|
219
|
|
- width: 10%;
|
220
|
|
-}
|
221
|
|
-
|
222
|
|
-.plantsAnimals_text_block {
|
223
|
|
- margin-bottom: 16px;
|
224
|
|
- font-size: 20px;
|
225
|
|
- font-weight: bold;
|
226
|
|
-}
|
227
|
|
-
|
228
|
|
-.plantsAnimals_text_red {
|
229
|
|
- font-size: 26px;
|
230
|
|
- color: rgb(255,102,204);
|
231
|
|
-}
|
232
|
|
-
|
233
|
|
-.plantsAnimals_text_green {
|
234
|
|
- font-size: 26px;
|
235
|
|
- color: rgb(84,130,53);
|
236
|
|
-}
|
237
|
|
-
|
238
|
|
-.plantsAnimals_text_orange {
|
239
|
|
- font-size: 26px;
|
240
|
|
- color: rgb(237,125,49);
|
241
|
|
-}
|
242
|
|
-
|
243
|
|
-.plantsAnimals_text_blue {
|
244
|
|
- font-size: 26px;
|
245
|
|
- color: rgb(91,155,213);
|
246
|
|
-}
|
247
|
|
-
|
248
|
|
-/*.tpl_plansAnimals_list {*/
|
249
|
|
-/* position: relative;*/
|
250
|
|
-/* display: flex;*/
|
251
|
|
-/* flex-wrap: wrap;*/
|
252
|
|
-/* width: 100%;*/
|
253
|
|
-/*}*/
|
254
|
|
-
|
255
|
|
-.tpl_plansAnimals_explanation_block {
|
256
|
|
- width: 20%;
|
|
37
|
+ align-items: center;
|
|
38
|
+ justify-content: space-around;
|
|
39
|
+ margin-bottom: 8px;
|
|
40
|
+ width: 50%;
|
257
|
41
|
}
|
258
|
42
|
|
259
|
|
-.tpl_plansAnimals_image_block {
|
260
|
|
- width: 100%;
|
|
43
|
+.creatureImage_block {
|
|
44
|
+ width: 50%;
|
261
|
45
|
}
|
262
|
46
|
|
263
|
|
-.plansAnimals_image {
|
264
|
|
- height: 50px;
|
|
47
|
+.creatureImage {
|
265
|
48
|
width: 100%;
|
266
|
49
|
}
|
267
|
|
-
|
268
|
|
-.tpl_plansAnimals_text_block {
|
269
|
|
- width: 100%;
|
270
|
|
-}
|
271
|
|
-
|
272
|
|
-.tpl_plansAnimals_text {
|
273
|
|
- font-size: 12px;
|
274
|
|
-}
|