|
@@ -1,113 +0,0 @@
|
1
|
|
-/* arcane */
|
2
|
|
-.color-arcane {
|
3
|
|
- background-color: #bb3d2f;
|
4
|
|
- border-color: #bb3d2f;
|
5
|
|
-}
|
6
|
|
-.color-arcane .ruler {
|
7
|
|
- background-color: #bb3d2f;
|
8
|
|
-}
|
9
|
|
-.color-arcane h3{
|
10
|
|
- border-color: #bb3d2f;
|
11
|
|
- color: #bb3d2f;
|
12
|
|
-}
|
13
|
|
-.color-arcane .card-back {
|
14
|
|
- background: radial-gradient(ellipse at center, white 20%, #bb3d2f 120%);
|
15
|
|
-}
|
16
|
|
-.color-arcane .back-icon {
|
17
|
|
- background-color: #bb3d2f;
|
18
|
|
-}
|
19
|
|
-
|
20
|
|
-/* cleric */
|
21
|
|
-.color-cleric {
|
22
|
|
- background-color: #ae7b00;
|
23
|
|
- border-color: #ae7b00;
|
24
|
|
-}
|
25
|
|
-.color-cleric .ruler {
|
26
|
|
- background-color: #ae7b00;
|
27
|
|
-}
|
28
|
|
-.color-cleric h3{
|
29
|
|
- border-color: #ae7b00;
|
30
|
|
- color: #ae7b00;
|
31
|
|
-}
|
32
|
|
-.color-cleric .card-back {
|
33
|
|
- background: radial-gradient(ellipse at center, white 20%, #ae7b00 120%);
|
34
|
|
-}
|
35
|
|
-.color-cleric .back-icon {
|
36
|
|
- background-color: #ae7b00;
|
37
|
|
-}
|
38
|
|
-
|
39
|
|
-/* rogue */
|
40
|
|
-.color-rogue {
|
41
|
|
- background-color: #802161;
|
42
|
|
- border-color: #802161;
|
43
|
|
-}
|
44
|
|
-.color-rogue .ruler {
|
45
|
|
- background-color: #802161;
|
46
|
|
-}
|
47
|
|
-.color-rogue h3{
|
48
|
|
- border-color: #802161;
|
49
|
|
- color: #802161;
|
50
|
|
-}
|
51
|
|
-.color-rogue .card-back {
|
52
|
|
- background: radial-gradient(ellipse at center, white 20%, #802161 120%);
|
53
|
|
-}
|
54
|
|
-.color-rogue .back-icon {
|
55
|
|
- background-color: #802161;
|
56
|
|
-}
|
57
|
|
-
|
58
|
|
-/* weapon */
|
59
|
|
-.color-weapon {
|
60
|
|
- background-color: dimgray;
|
61
|
|
- border-color: dimgray;
|
62
|
|
-}
|
63
|
|
-.color-weapon .ruler {
|
64
|
|
- background-color: dimgray;
|
65
|
|
-}
|
66
|
|
-.color-weapon h3{
|
67
|
|
- border-color: dimgray;
|
68
|
|
- color: dimgray;
|
69
|
|
-}
|
70
|
|
-.color-weapon .card-back {
|
71
|
|
- background: radial-gradient(ellipse at center, white 20%, dimgray 120%);
|
72
|
|
-}
|
73
|
|
-.color-weapon .back-icon {
|
74
|
|
- background-color: dimgray;
|
75
|
|
-}
|
76
|
|
-
|
77
|
|
-/* armor */
|
78
|
|
-.color-armor {
|
79
|
|
- background-color: dimgray;
|
80
|
|
- border-color: dimgray;
|
81
|
|
-}
|
82
|
|
-.color-armor .ruler {
|
83
|
|
- background-color: dimgray;
|
84
|
|
-}
|
85
|
|
-.color-armor h3{
|
86
|
|
- border-color: dimgray;
|
87
|
|
- color: dimgray;
|
88
|
|
-}
|
89
|
|
-.color-armor .card-back {
|
90
|
|
- background: radial-gradient(ellipse at center, white 20%, dimgray 120%);
|
91
|
|
-}
|
92
|
|
-.color-armor .back-icon {
|
93
|
|
- background-color: dimgray;
|
94
|
|
-}
|
95
|
|
-
|
96
|
|
-/* gear */
|
97
|
|
-.color-gear {
|
98
|
|
- background-color: dimgray;
|
99
|
|
- border-color: dimgray;
|
100
|
|
-}
|
101
|
|
-.color-gear .ruler {
|
102
|
|
- background-color: dimgray;
|
103
|
|
-}
|
104
|
|
-.color-gear h3{
|
105
|
|
- border-color: dimgray;
|
106
|
|
- color: dimgray;
|
107
|
|
-}
|
108
|
|
-.color-gear .card-back {
|
109
|
|
- background: radial-gradient(ellipse at center, white 20%, dimgray 120%);
|
110
|
|
-}
|
111
|
|
-.color-gear .back-icon {
|
112
|
|
- background-color: dimgray;
|
113
|
|
-}
|