Browse Source

生き物図鑑更新データ

タイトルのフォントサイズ、カラー、バックグランドカラーを修正
furutaNaoki 1 year ago
parent
commit
9acd09267e
2 changed files with 52 additions and 18 deletions
  1. 48
    14
      css/kitagata_creature_encyclopedia.css
  2. 4
    4
      second/kitagata_creature_encyclopedia.html

+ 48
- 14
css/kitagata_creature_encyclopedia.css View File

@@ -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%;

+ 4
- 4
second/kitagata_creature_encyclopedia.html View File

@@ -353,7 +353,7 @@
353 353
                   <div class="plantsAnimals_text_block">
354 354
                     <span class="plantsAnimals_text_red"><春の動植物></span>
355 355
                   </div>
356
-                  <div class="tpl_plansAnimals_list">
356
+                  <div class="spring_plansAnimals_list">
357 357
 <!--                    <div class="tpl_plansAnimals_">-->
358 358
 <!--                      <img src="../css/img/kitagata_creature_encyclopedia/creature/spring/sozai/1sakura.png" alt="">-->
359 359
 <!--                    </div>-->
@@ -720,7 +720,7 @@
720 720
                   <div class="plantsAnimals_text_block">
721 721
                     <span class="plantsAnimals_text_green"><夏の動植物></span>
722 722
                   </div>
723
-                  <div class="tpl_plansAnimals_list">
723
+                  <div class="summer_plansAnimals_list">
724 724
                     <div class="tpl_plansAnimals_explanation_block">
725 725
                       <div class="tpl_plansAnimals_image_block">
726 726
                         <a href="../css/img/kitagata_creature_encyclopedia/creature/summer/pdf/1maguwa.pdf"
@@ -1087,7 +1087,7 @@
1087 1087
                   <div class="plantsAnimals_text_block">
1088 1088
                     <span class="plantsAnimals_text_orange"><秋の動植物></span>
1089 1089
                   </div>
1090
-                  <div class="tpl_plansAnimals_list">
1090
+                  <div class="autumn_plansAnimals_list">
1091 1091
                     <div class="tpl_plansAnimals_explanation_block">
1092 1092
                       <div class="tpl_plansAnimals_image_block">
1093 1093
                         <a href="../css/img/kitagata_creature_encyclopedia/creature/autumn/pdf/1nankinhaze.pdf"
@@ -1453,7 +1453,7 @@
1453 1453
                   <div class="plantsAnimals_text_block">
1454 1454
                     <span class="plantsAnimals_text_blue"><冬の動植物></span>
1455 1455
                   </div>
1456
-                  <div class="tpl_plansAnimals_list">
1456
+                  <div class="winter_plansAnimals_list">
1457 1457
                     <div class="tpl_plansAnimals_explanation_block">
1458 1458
                       <div class="tpl_plansAnimals_image_block">
1459 1459
                         <a href="../css/img/kitagata_creature_encyclopedia/creature/winter/pdf/1aretihanagasa.pdf"

Loading…
Cancel
Save