Преглед изворни кода

[update]

季節ごとの区切り線を変更
furutaNaoki пре 1 година
родитељ
комит
d050db755b
2 измењених фајлова са 87 додато и 9 уклоњено
  1. 83
    5
      css/kitagata_creature_encyclopedia.css
  2. 4
    4
      second/kitagata_creature_encyclopedia.html

+ 83
- 5
css/kitagata_creature_encyclopedia.css Прегледај датотеку

@@ -7,30 +7,108 @@
7 7
     width: 100%;
8 8
 }
9 9
 
10
-.seasonalCreaturesTitleBar {
10
+.springCreaturesTitleBar {
11 11
     content: '';
12 12
     width: 94%;
13 13
     height: 4px;
14 14
     display: inline-block;
15
-    background-color: #F0F0F0;
15
+    background-color:	#AEAEAE;
16 16
     position: absolute;
17 17
     top: 148px;
18 18
 }
19 19
 
20
-.seasonalCreaturesTitleBar::after {
20
+.springCreaturesTitleBar::after {
21 21
     content: '';
22 22
     width: 20px;
23 23
     height: 20px;
24 24
     border-radius: 50%;
25 25
     display: inline-block;
26
-    background-color: #F0F0F0;
26
+    background-color: 	#AEAEAE;
27 27
     position: absolute;
28 28
     top: -8px;
29 29
     right: -4px;
30 30
 }
31 31
 
32
+.summerCreaturesTitleBar {
33
+    content: '';
34
+    width: 94%;
35
+    height: 4px;
36
+    display: inline-block;
37
+    background-color: #00AE9D;
38
+    position: absolute;
39
+    top: 1390px;
40
+}
41
+
42
+.summerCreaturesTitleBar::after {
43
+    content: '';
44
+    width: 20px;
45
+    height: 20px;
46
+    border-radius: 50%;
47
+    display: inline-block;
48
+    background-color: #00AE9D;
49
+    position: absolute;
50
+    top: -8px;
51
+    right: -4px;
52
+}
53
+
54
+.autumnCreaturesTitleBar {
55
+    content: '';
56
+    width: 94%;
57
+    height: 4px;
58
+    display: inline-block;
59
+    background-color: #AE0011;
60
+    position: absolute;
61
+    top: 2650px;
62
+}
63
+
64
+.autumnCreaturesTitleBar::after {
65
+    content: '';
66
+    width: 20px;
67
+    height: 20px;
68
+    border-radius: 50%;
69
+    display: inline-block;
70
+    background-color: #AE0011;
71
+    position: absolute;
72
+    top: -8px;
73
+    right: -4px;
74
+}
75
+
76
+.winterCreaturesTitleBar {
77
+    content: '';
78
+    width: 94%;
79
+    height: 4px;
80
+    display: inline-block;
81
+    background-color: #0068AE;
82
+    position: absolute;
83
+    top: 3930px;
84
+}
85
+
86
+.winterCreaturesTitleBar::after {
87
+    content: '';
88
+    width: 20px;
89
+    height: 20px;
90
+    border-radius: 50%;
91
+    display: inline-block;
92
+    background-color: #0068AE;
93
+    position: absolute;
94
+    top: -8px;
95
+    right: -4px;
96
+}
97
+
98
+.springCreatures_block {
99
+    margin-bottom: 20px;
100
+}
101
+
102
+.summerCreatures_block {
103
+    margin-bottom: 20px;
104
+}
105
+
106
+.autumnCreatures_block {
107
+    margin-bottom: 20px;
108
+}
109
+
32 110
 .seasonalCreatures_title {
33
-    margin-bottom: 16px;
111
+    margin-bottom: 20px;
34 112
 }
35 113
 
36 114
 .seasonalCreatures_titleText {

+ 4
- 4
second/kitagata_creature_encyclopedia.html Прегледај датотеку

@@ -289,7 +289,7 @@
289 289
           </div>
290 290
 
291 291
           <div class="seasonalCreatures_block">
292
-            <div class="seasonalCreaturesTitleBar"></div>
292
+            <div class="springCreaturesTitleBar"></div>
293 293
             <div class="springCreatures_block">
294 294
               <div class="seasonalCreatures_title">
295 295
                 <span class="seasonalCreatures_titleText">春の生き物</span>
@@ -623,7 +623,7 @@
623 623
               </div>
624 624
             </div>
625 625
 
626
-            <div class="seasonalCreaturesTitleBar"></div>
626
+            <div class="summerCreaturesTitleBar"></div>
627 627
             <div class="summerCreatures_block">
628 628
               <div class="seasonalCreatures_title">
629 629
                 <span class="seasonalCreatures_titleText">夏の生き物</span>
@@ -957,7 +957,7 @@
957 957
               </div>
958 958
             </div>
959 959
 
960
-            <div class="seasonalCreaturesTitleBar"></div>
960
+            <div class="autumnCreaturesTitleBar"></div>
961 961
             <div class="autumnCreatures_block">
962 962
               <div class="seasonalCreatures_title">
963 963
                 <span class="seasonalCreatures_titleText">秋の生き物</span>
@@ -1291,7 +1291,7 @@
1291 1291
               </div>
1292 1292
             </div>
1293 1293
 
1294
-            <div class="seasonalCreaturesTitleBar"></div>
1294
+            <div class="winterCreaturesTitleBar"></div>
1295 1295
             <div class="winterCreatures_block">
1296 1296
               <div class="seasonalCreatures_title">
1297 1297
                 <span class="seasonalCreatures_titleText">冬の生き物</span>

Loading…
Откажи
Сачувај