|
@@ -11,45 +11,45 @@
|
11
|
11
|
font-size: 1.1rem;
|
12
|
12
|
}
|
13
|
13
|
|
14
|
|
-.springCreaturesTitleBar {
|
15
|
|
- content: '';
|
16
|
|
- width: 94%;
|
17
|
|
- height: 4px;
|
18
|
|
- display: inline-block;
|
19
|
|
- background-color: #AEAEAE;
|
20
|
|
- position: absolute;
|
21
|
|
- top: 154px;
|
22
|
|
-}
|
23
|
|
-
|
24
|
|
-.summerCreaturesTitleBar {
|
25
|
|
- content: '';
|
26
|
|
- width: 94%;
|
27
|
|
- height: 4px;
|
28
|
|
- display: inline-block;
|
29
|
|
- background-color: #00AE9D;
|
30
|
|
- position: absolute;
|
31
|
|
- top: 1400px;
|
32
|
|
-}
|
33
|
|
-
|
34
|
|
-.autumnCreaturesTitleBar {
|
35
|
|
- content: '';
|
36
|
|
- width: 94%;
|
37
|
|
- height: 4px;
|
38
|
|
- display: inline-block;
|
39
|
|
- background-color: #AE0011;
|
40
|
|
- position: absolute;
|
41
|
|
- top: 2650px;
|
42
|
|
-}
|
43
|
|
-
|
44
|
|
-.winterCreaturesTitleBar {
|
45
|
|
- content: '';
|
46
|
|
- width: 94%;
|
47
|
|
- height: 4px;
|
48
|
|
- display: inline-block;
|
49
|
|
- background-color: #0068AE;
|
50
|
|
- position: absolute;
|
51
|
|
- top: 3930px;
|
52
|
|
-}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
53
|
53
|
|
54
|
54
|
.springCreatures_block {
|
55
|
55
|
margin-bottom: 20px;
|