-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremove-uppercase-text-transform-for-wot.user.css
353 lines (350 loc) · 7.13 KB
/
remove-uppercase-text-transform-for-wot.user.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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
/* ==UserStyle==
@name Remove Uppercase Text Transform for World of Trucks
@namespace github.com/SpeedyFolf
@version 1.0.0
@description Changes all text-transform: uppercase; to text-transform: none;
@author SpeedyFolf
@homepageURL https://github.com/SpeedyFolf/usercss
@supportURL https://github.com/SpeedyFolf/usercss/issues
@updateURL https://raw.githubusercontent.com/SpeedyFolf/usercss/master/remove-uppercase-text-transform-for-wot.user.css
==/UserStyle== */
@-moz-document domain("worldoftrucks.com")
/* From their CSS file: https://web.archive.org/web/20240110232447/https://www.worldoftrucks.com/css/2763213dcfaa0e040a426decf46f0b52e67d809c/main.css */
/* Unminified/unprettified/unpacked/deobfuscated with https://unminify.com at tab size 4 */
{}
/* Line 139 */
.btn {
text-transform: none;
}
/* Line 158 */
input[type="submit"] {
text-transform: none;
}
/* Line 199 */
select {
text-transform: none;
}
/* Line 232 */
.form-group .title {
text-transform: none;
}
/* Line 338 */
.menu a {
text-transform: none;
}
/* Line 425 */
.search-result a {
text-transform: none;
}
/* Line 475 */
.open-beta .footer-wide .open-beta-bar {
text-transform: none;
}
/* Line 505 */
.footer a {
text-transform: none;
}
/* Line 567 */
h1 {
text-transform: none;
}
/* Line 576 */
h2 {
text-transform: none;
}
/* Line 592 */
.error,
.error-block,
.success,
.warning {
text-transform: none;
}
/* Line 660 */
.tooltip.hint .title {
text-transform: none;
}
/* Line 685 */
.popup-box .title {
text-transform: none;
}
/* Line 703 */
.popup-box .prefix {
text-transform: none;
}
/* Line 715 */
.popup-box .button {
text-transform: none;
}
/* Line 725 */
.submenu {
text-transform: none;
}
/* Line 772 */
.pagination {
text-transform: none;
}
/* Line 1035 */
.gallery-container .navigation {
text-transform: none;
}
/* Line 1085 */
.meta-box .img-info .author,
.meta-box-detail .img-info .author {
text-transform: none;
}
/* Line 1108 */
.meta-box .img-info .img-stats div .title,
.meta-box-detail .img-info .img-stats div .title {
text-transform: none;
}
/* Line 1249 */
.comments .intro {
text-transform: none;
}
/* Line 1261 */
.comments .intro .value {
text-transform: none;
}
/* Line 1308 */
.comments .info .author {
text-transform: none;
}
/* Line 1393 */
.homepage-main .open-beta-info .header {
text-transform: none;
}
/* Line 1425 */
.header-wide .promo .title {
text-transform: none;
}
/* Line 1495 */
.hot-news-box .hot-news-item .info .title {
text-transform: none;
}
/* Line 1507 */
.hot-news-box .hot-news-item .info .link {
text-transform: none;
}
/* Line 1526 */
.latest-news-box .news-item .link {
text-transform: none;
}
/* Line 1567 */
.global-events .global-event .global-event-title {
text-transform: none;
}
/* Line 1632 */
.global-events .global-event .xmas18 .community-stats-title {
text-transform: none;
}
/* Line 1656 */
.global-events .global-event .hero20 .community-stats-title {
text-transform: none;
}
/* Line 1702 */
.global-events .event-xmas23 .header-extension .community-stats-title {
text-transform: none;
}
/* Line 1730 */
.global-events .event-xmas23 .games .game-column .game-name {
text-transform: none;
}
/* Line 1739 */
.global-events .event-xmas23 .games .game-column .table-header {
text-transform: none;
}
/* Line 1779 */
.global-events .event-xmas23 .games .game-column .game-scoll .group {
text-transform: none;
}
/* Line 1837 */
.global-events .event-genoa20 .community-stats-title {
text-transform: none;
}
/* Line 1896 */
.register .frame .button span {
text-transform: none;
}
/* Line 1923 */
.register-form .game .title {
text-transform: none;
}
/* Line 2000 */
.profile-frame .stats .name {
text-transform: none;
}
/* Line 2021 */
.profile-frame .sharing .title {
text-transform: none;
}
/* Line 2055 */
.profile-trucks .game {
text-transform: none;
}
/* Line 2069 */
.profile-trucks .name {
text-transform: none;
}
/* Line 2082 */
.profile-trucks .info .row div {
text-transform: none;
}
/* Line 2142 */
.current-jobs .block .job .title,
.job-history .block .job .title {
text-transform: none;
}
/* Line 2162 */
.current-jobs .block .job .row .name,
.job-history .block .job .row .name {
text-transform: none;
}
/* Line 2170 */
.current-jobs .block .job .row .distance,
.job-history .block .job .row .distance {
text-transform: none;
}
/* Line 2188 */
.current-jobs .block .job .time .text,
.job-history .block .job .time .text {
text-transform: none;
}
/* Line 2233 */
.tooltip.job-info .title {
text-transform: none;
}
/* Line 2257 */
.modal.job-info .title {
text-transform: none;
}
/* Line 2268 */
.modal.job-info .name {
text-transform: none;
}
/* Line 2290 */
.modal.job-info .button {
text-transform: none;
}
/* Line 2299 */
.modal.job-info .description .row {
text-transform: none;
}
/* Line 2353 */
.job-stats-global .stat .name {
text-transform: none;
}
/* Line 2370 */
.job-stats-detail .row > div {
text-transform: none;
}
/* Line 2436 */
.achievements .progress {
text-transform: none;
}
/* Line 2472 */
.modal.achievement .title {
text-transform: none;
}
/* Line 2483 */
.modal.achievement .name {
text-transform: none;
}
/* Line 2505 */
.modal.achievement .button {
text-transform: none;
}
/* Line 2523 */
.tooltip.achievement .title {
text-transform: none;
}
/* Line 2564 */
.profile-events .delivery-event .delivery-event-title {
text-transform: none;
}
/* Line 2607 */
.events .event .game {
text-transform: none;
}
/* Line 2642 */
.events .detail .name {
text-transform: none;
}
/* Line 2703 */
.page-customize .group-units .row > div {
text-transform: none;
}
/* Line 2723 */
.page-customize .group-units select {
text-transform: none;
}
/* Line 2836 */
.page-options .game .title {
text-transform: none;
}
/* Line 2869 */
.search-results table th:nth-child(2),
.search-results table td:nth-child(2) {
text-transform: none;
}
/* Line 2932 */
.modal.report-box .title {
text-transform: none;
}
/* Line 2993 */
.support-search-results table th {
text-transform: none;
}
/* Line 3095 */
.support-view-job-info .job .title {
text-transform: none;
}
/* Line 3111 */
.support-view-job-info .job .row .name {
text-transform: none;
}
/* Line 3117 */
.support-view-job-info .job .row .distance {
text-transform: none;
}
/* Line 3132 */
.support-view-job-info .job .time .text {
text-transform: none;
}
/* Line 3163 */
.support-view-registrations table th {
text-transform: none;
}
/* Line 3246 */
.support-edit-registrations table th {
text-transform: none;
}
/* Line 3365 */
.management-tools .section-title {
text-transform: none;
}
/* Line 3398 */
.open-beta-modal .title {
text-transform: none;
}
/* Line 3409 */
.open-beta-modal .name {
text-transform: none;
}
/* Line 3431 */
.open-beta-modal .button {
text-transform: none;
}
/* Line 3440 */
.open-beta-modal .description .header {
text-transform: none;
}
/* Line 3453 */
.tos-confirm-box .section-header {
text-transform: none;
}
/* Line 3543 */
.cc_div *,
.cc_div :before,
.cc_div :after {
text-transform: none;
}