|
@@ -21,18 +21,6 @@
|
21
|
21
|
top: 154px;
|
22
|
22
|
}
|
23
|
23
|
|
24
|
|
-.springCreaturesTitleBar::after {
|
25
|
|
- content: '';
|
26
|
|
- width: 20px;
|
27
|
|
- height: 20px;
|
28
|
|
- border-radius: 50%;
|
29
|
|
- display: inline-block;
|
30
|
|
- background-color: #AEAEAE;
|
31
|
|
- position: absolute;
|
32
|
|
- top: -8px;
|
33
|
|
- right: -4px;
|
34
|
|
-}
|
35
|
|
-
|
36
|
24
|
.summerCreaturesTitleBar {
|
37
|
25
|
content: '';
|
38
|
26
|
width: 94%;
|
|
@@ -43,18 +31,6 @@
|
43
|
31
|
top: 1400px;
|
44
|
32
|
}
|
45
|
33
|
|
46
|
|
-.summerCreaturesTitleBar::after {
|
47
|
|
- content: '';
|
48
|
|
- width: 20px;
|
49
|
|
- height: 20px;
|
50
|
|
- border-radius: 50%;
|
51
|
|
- display: inline-block;
|
52
|
|
- background-color: #00AE9D;
|
53
|
|
- position: absolute;
|
54
|
|
- top: -8px;
|
55
|
|
- right: -4px;
|
56
|
|
-}
|
57
|
|
-
|
58
|
34
|
.autumnCreaturesTitleBar {
|
59
|
35
|
content: '';
|
60
|
36
|
width: 94%;
|
|
@@ -65,18 +41,6 @@
|
65
|
41
|
top: 2650px;
|
66
|
42
|
}
|
67
|
43
|
|
68
|
|
-.autumnCreaturesTitleBar::after {
|
69
|
|
- content: '';
|
70
|
|
- width: 20px;
|
71
|
|
- height: 20px;
|
72
|
|
- border-radius: 50%;
|
73
|
|
- display: inline-block;
|
74
|
|
- background-color: #AE0011;
|
75
|
|
- position: absolute;
|
76
|
|
- top: -8px;
|
77
|
|
- right: -4px;
|
78
|
|
-}
|
79
|
|
-
|
80
|
44
|
.winterCreaturesTitleBar {
|
81
|
45
|
content: '';
|
82
|
46
|
width: 94%;
|
|
@@ -87,18 +51,6 @@
|
87
|
51
|
top: 3930px;
|
88
|
52
|
}
|
89
|
53
|
|
90
|
|
-.winterCreaturesTitleBar::after {
|
91
|
|
- content: '';
|
92
|
|
- width: 20px;
|
93
|
|
- height: 20px;
|
94
|
|
- border-radius: 50%;
|
95
|
|
- display: inline-block;
|
96
|
|
- background-color: #0068AE;
|
97
|
|
- position: absolute;
|
98
|
|
- top: -8px;
|
99
|
|
- right: -4px;
|
100
|
|
-}
|
101
|
|
-
|
102
|
54
|
.springCreatures_block {
|
103
|
55
|
margin-bottom: 20px;
|
104
|
56
|
}
|