|
@@ -75,10 +75,17 @@
|
75
|
75
|
|
76
|
76
|
.spring_plantsAnimals_block {
|
77
|
77
|
position: relative;
|
78
|
|
- background: center/100% repeat-y url("../css/img/kitagata_creature_encyclopedia/creature/spring/spring.png");
|
79
|
78
|
/*background-image: url("../css/img/kitagata_creature_encyclopedia/creature/spring/spring.png");*/
|
80
|
79
|
}
|
81
|
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
|
+
|
82
|
89
|
.spring_plansAnimals_bloom_left {
|
83
|
90
|
position: absolute;
|
84
|
91
|
top: 20px;
|
|
@@ -141,10 +148,18 @@
|
141
|
148
|
|
142
|
149
|
.summer_plantsAnimals_backgroundColor {
|
143
|
150
|
position: relative;
|
144
|
|
- background: 100% center/100% repeat-y url("../css/img/kitagata_creature_encyclopedia/creature/summer/summer.png");
|
|
151
|
+
|
145
|
152
|
/*background-image: url("../css/img/kitagata_creature_encyclopedia/creature/summer/summer.png");*/
|
146
|
153
|
}
|
147
|
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%;
|
|
161
|
+}
|
|
162
|
+
|
148
|
163
|
.summer_plansAnimals_grass_lowerLow {
|
149
|
164
|
position: absolute;
|
150
|
165
|
top: 460px;
|
|
@@ -155,10 +170,17 @@
|
155
|
170
|
|
156
|
171
|
.autumn_plantsAnimals_backgroundColor {
|
157
|
172
|
position: relative;
|
158
|
|
- background: 100% center/100% repeat-y url(../css/img/kitagata_creature_encyclopedia/creature/autumn/autumn.png);
|
159
|
173
|
/*background-image: url("../css/img/kitagata_creature_encyclopedia/creature/autumn/autumn.png");*/
|
160
|
174
|
}
|
161
|
175
|
|
|
176
|
+.autumn_plansAnimals_list {
|
|
177
|
+ background: 100% center/100% repeat-y url(../css/img/kitagata_creature_encyclopedia/creature/autumn/autumn.png);
|
|
178
|
+ position: relative;
|
|
179
|
+ display: flex;
|
|
180
|
+ flex-wrap: wrap;
|
|
181
|
+ width: 100%;
|
|
182
|
+}
|
|
183
|
+
|
162
|
184
|
.autumn_plansAnimals_bloom_lowerLow_2 {
|
163
|
185
|
position: absolute;
|
164
|
186
|
top: 540px;
|
|
@@ -169,10 +191,18 @@
|
169
|
191
|
|
170
|
192
|
.winter_plantsAnimals_backgroundColor {
|
171
|
193
|
position: relative;
|
172
|
|
- background: 100% center/100% repeat-y url("../css/img/kitagata_creature_encyclopedia/creature/winter/winter.png");
|
|
194
|
+
|
173
|
195
|
/*background-image: url("../css/img/kitagata_creature_encyclopedia/creature/winter/winter.png");*/
|
174
|
196
|
}
|
175
|
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;
|
|
201
|
+ display: flex;
|
|
202
|
+ flex-wrap: wrap;
|
|
203
|
+ width: 100%;
|
|
204
|
+}
|
|
205
|
+
|
176
|
206
|
.winter_plansAnimals_snowman_left {
|
177
|
207
|
position: absolute;
|
178
|
208
|
top: 520px;
|
|
@@ -196,27 +226,31 @@
|
196
|
226
|
}
|
197
|
227
|
|
198
|
228
|
.plantsAnimals_text_red {
|
199
|
|
- color: red;
|
|
229
|
+ font-size: 26px;
|
|
230
|
+ color: #ff66cc;
|
200
|
231
|
}
|
201
|
232
|
|
202
|
233
|
.plantsAnimals_text_green {
|
203
|
|
- color: green;
|
|
234
|
+ font-size: 26px;
|
|
235
|
+ color: #729859;
|
204
|
236
|
}
|
205
|
237
|
|
206
|
238
|
.plantsAnimals_text_orange {
|
207
|
|
- color: orange;
|
|
239
|
+ font-size: 26px;
|
|
240
|
+ color: #ed7e33;
|
208
|
241
|
}
|
209
|
242
|
|
210
|
243
|
.plantsAnimals_text_blue {
|
211
|
|
- color: blue;
|
|
244
|
+ font-size: 26px;
|
|
245
|
+ color: #5b9bd5;
|
212
|
246
|
}
|
213
|
247
|
|
214
|
|
-.tpl_plansAnimals_list {
|
215
|
|
- position: relative;
|
216
|
|
- display: flex;
|
217
|
|
- flex-wrap: wrap;
|
218
|
|
- width: 100%;
|
219
|
|
-}
|
|
248
|
+/*.tpl_plansAnimals_list {*/
|
|
249
|
+/* position: relative;*/
|
|
250
|
+/* display: flex;*/
|
|
251
|
+/* flex-wrap: wrap;*/
|
|
252
|
+/* width: 100%;*/
|
|
253
|
+/*}*/
|
220
|
254
|
|
221
|
255
|
.tpl_plansAnimals_explanation_block {
|
222
|
256
|
width: 20%;
|