forked from Moerill/token-mold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoken-mold.css
254 lines (254 loc) · 4.87 KB
/
token-mold.css
1
2
3
4
5
6
7
8
9
10
11
12
13
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
#token-mold-overlay {
color: #f1f1f1;
display: grid;
grid-template-columns: auto auto;
grid-auto-rows: auto;
align-content: center;
justify-content: flex-end;
padding: 3px 0;
width: 100%;
}
#token-mold-overlay span {
padding: 0 3px;
}
#token-mold-overlay .value {
background-color: rgba(0, 0, 0, 0.6);
grid-column: 0.5;
}
#token-mold-overlay .icon {
background-color: rgba(0, 0, 0, 0.6);
grid-column: 0.66666667;
}
.token-mold a[href] {
color: #4a52ca;
}
.token-mold .form-group section {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-start;
}
.token-mold .form-group section input[type="text"] {
flex: 0 200px;
margin-left: auto;
}
.token-mold .form-group section > * {
margin: 3px;
}
.token-mold .info.active {
display: flex;
flex-flow: column nowrap;
height: 82%;
}
.token-mold .info.active ul {
flex: 1;
}
.token-mold .info.active h2,
.token-mold .info.active .token-mold-support {
flex: 0;
}
.token-mold .token-mold-support {
text-align: right;
}
.window-app.token-mold {
min-width: 540px;
}
.token-mold .unlinked {
border-bottom: 1px solid #666666;
justify-content: center;
margin: 0;
padding: 3px;
}
.token-mold .unlinked > * {
flex: 0 auto;
}
.token-mold nav {
background: rgba(0, 0, 0, 0.05);
padding: 6px;
margin: 0;
margin-bottom: 3px;
}
.token-mold .item {
color: #555;
}
.token-mold .item.active {
color: black;
}
.token-mold h3 {
flex: 0 100%;
margin: 3px;
text-align: center;
}
.token-mold nav {
border-bottom: 1px solid #666;
margin: 0 0 6px 0;
}
.token-mold nav .item {
flex: 1 auto;
}
section.token-mold {
flex: 0 auto;
}
section.token-mold input[type="checkbox"] {
display: none;
}
section.token-mold span:not(.checkmark) {
color: #999;
}
section.token-mold .token-rand-form-btn {
margin: 0 10px;
}
section.token-mold label.label-inp {
margin: 0 auto;
}
section.token-mold input[type="checkbox"]:checked ~ span {
color: #eee;
/*text-shadow: 0px 0px 5px #FF0000;*/
}
section.token-mold input[type="checkbox"]:checked ~ span span.checkmark::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
}
section.token-mold span.checkmark {
width: 10px;
text-shadow: none;
}
section.token-mold span.checkmark::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f05e";
}
section.token-mold {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
border-bottom: 1px solid red;
}
.token-mold span.label-inp {
flex: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.token-mold .inp-small {
flex: 0 20px;
}
.token-mold select {
flex: 0 auto;
}
.token-mold .flexcol {
padding: 5px;
border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.token-mold .language-selection {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-start;
}
.token-mold h4.language,
.token-mold select.language,
.token-mold h4.icon,
.token-mold select.icon {
flex: 0 100px;
margin: 3px;
max-width: 100px;
}
.token-mold h4.attributes,
.token-mold input.attributes,
.token-mold h4.value,
.token-mold select.value {
flex: 0 50%;
margin: 3px;
}
.token-mold a.remove,
.token-mold a.reset,
.token-mold a.lang-remove {
flex: 0 15px;
align-self: flex-end;
padding: 3px 5px;
}
.token-mold .name-randomizer-options {
margin-top: 3px;
background: rgba(0, 0, 0, 0.05);
padding: 3px;
border: 1px solid #666666;
}
.token-mold .header {
margin-top: 6px;
background: rgba(0, 0, 0, 0.05);
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
}
.token-mold .language-selection.header h4,
.token-mold .attributes h4 {
margin: 3px;
}
.token-mold .form-group.attributes {
align-items: center;
flex-flow: row nowrap;
}
.token-mold .attribute {
flex: 0 25%;
max-width: 25%;
min-width: 25%;
}
.token-mold select.attribute {
margin-top: 6px;
}
.token-mold .value {
flex: 1;
}
.token-mold .language {
flex: 0 100px;
}
.token-mold .add-language-value {
align-self: flex-start;
margin-top: 5px;
}
.token-mold .attribute-selection.attribute-group {
width: 100%;
max-width: 100%;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.token-mold .attribute-group .language-selection {
display: flex;
flex-flow: column nowrap;
flex: 0 75%;
max-width: 75%;
justify-content: space-between;
align-items: center;
}
.token-mold .language-group {
width: 100%;
padding: 0 3px;
justify-content: space-around;
align-items: center;
display: flex;
flex-flow: row nowrap;
}
.token-mold .default {
font-size: 16px;
font-weight: bold;
opacity: 0.8;
}
.token-mold .loading {
animation: token-mold-spinner 2s linear infinite;
}
@keyframes token-mold-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.token-mold a.reroll-names {
margin: auto;
flex: 0 auto;
}