|
@@ -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 {
|