|
| 1 | +/* ==UserStyle== |
| 2 | +@name Remove Uppercase Text Transform for World of Trucks |
| 3 | +@namespace github.com/SpeedyFolf |
| 4 | +@version 1.0.0 |
| 5 | +@description Changes all text-transform: uppercase; to text-transform: none; |
| 6 | +@author SpeedyFolf |
| 7 | +@homepageURL https://github.com/SpeedyFolf/usercss |
| 8 | +@supportURL https://github.com/SpeedyFolf/usercss/issues |
| 9 | +@updateURL https://raw.githubusercontent.com/SpeedyFolf/usercss/master/remove-uppercase-text-transform-for-wot.user.css |
| 10 | +==/UserStyle== */ |
| 11 | + |
| 12 | +@-moz-document domain("worldoftrucks.com") |
| 13 | + |
| 14 | +/* From their CSS file: https://web.archive.org/web/20240110232447/https://www.worldoftrucks.com/css/2763213dcfaa0e040a426decf46f0b52e67d809c/main.css */ |
| 15 | +/* Unminified/unprettified/unpacked/deobfuscated with https://unminify.com at tab size 4 */ |
| 16 | + |
| 17 | + {} |
| 18 | +/* Line 139 */ |
| 19 | +.btn { |
| 20 | + text-transform: none; |
| 21 | +} |
| 22 | +/* Line 158 */ |
| 23 | +input[type="submit"] { |
| 24 | + text-transform: none; |
| 25 | +} |
| 26 | +/* Line 199 */ |
| 27 | +select { |
| 28 | + text-transform: none; |
| 29 | +} |
| 30 | +/* Line 232 */ |
| 31 | +.form-group .title { |
| 32 | + text-transform: none; |
| 33 | +} |
| 34 | +/* Line 338 */ |
| 35 | +.menu a { |
| 36 | + text-transform: none; |
| 37 | +} |
| 38 | +/* Line 425 */ |
| 39 | +.search-result a { |
| 40 | + text-transform: none; |
| 41 | +} |
| 42 | +/* Line 475 */ |
| 43 | +.open-beta .footer-wide .open-beta-bar { |
| 44 | + text-transform: none; |
| 45 | +} |
| 46 | +/* Line 505 */ |
| 47 | +.footer a { |
| 48 | + text-transform: none; |
| 49 | +} |
| 50 | +/* Line 567 */ |
| 51 | +h1 { |
| 52 | + text-transform: none; |
| 53 | +} |
| 54 | +/* Line 576 */ |
| 55 | +h2 { |
| 56 | + text-transform: none; |
| 57 | +} |
| 58 | +/* Line 592 */ |
| 59 | +.error, |
| 60 | +.error-block, |
| 61 | +.success, |
| 62 | +.warning { |
| 63 | + text-transform: none; |
| 64 | +} |
| 65 | +/* Line 660 */ |
| 66 | +.tooltip.hint .title { |
| 67 | + text-transform: none; |
| 68 | +} |
| 69 | +/* Line 685 */ |
| 70 | +.popup-box .title { |
| 71 | + text-transform: none; |
| 72 | +} |
| 73 | +/* Line 703 */ |
| 74 | +.popup-box .prefix { |
| 75 | + text-transform: none; |
| 76 | +} |
| 77 | +/* Line 715 */ |
| 78 | +.popup-box .button { |
| 79 | + text-transform: none; |
| 80 | +} |
| 81 | +/* Line 725 */ |
| 82 | +.submenu { |
| 83 | + text-transform: none; |
| 84 | +} |
| 85 | +/* Line 772 */ |
| 86 | +.pagination { |
| 87 | + text-transform: none; |
| 88 | +} |
| 89 | +/* Line 1035 */ |
| 90 | +.gallery-container .navigation { |
| 91 | + text-transform: none; |
| 92 | +} |
| 93 | +/* Line 1085 */ |
| 94 | +.meta-box .img-info .author, |
| 95 | +.meta-box-detail .img-info .author { |
| 96 | + text-transform: none; |
| 97 | +} |
| 98 | +/* Line 1108 */ |
| 99 | +.meta-box .img-info .img-stats div .title, |
| 100 | +.meta-box-detail .img-info .img-stats div .title { |
| 101 | + text-transform: none; |
| 102 | +} |
| 103 | +/* Line 1249 */ |
| 104 | +.comments .intro { |
| 105 | + text-transform: none; |
| 106 | +} |
| 107 | +/* Line 1261 */ |
| 108 | +.comments .intro .value { |
| 109 | + text-transform: none; |
| 110 | +} |
| 111 | +/* Line 1308 */ |
| 112 | +.comments .info .author { |
| 113 | + text-transform: none; |
| 114 | +} |
| 115 | +/* Line 1393 */ |
| 116 | +.homepage-main .open-beta-info .header { |
| 117 | + text-transform: none; |
| 118 | +} |
| 119 | +/* Line 1425 */ |
| 120 | +.header-wide .promo .title { |
| 121 | + text-transform: none; |
| 122 | +} |
| 123 | +/* Line 1495 */ |
| 124 | +.hot-news-box .hot-news-item .info .title { |
| 125 | + text-transform: none; |
| 126 | +} |
| 127 | +/* Line 1507 */ |
| 128 | +.hot-news-box .hot-news-item .info .link { |
| 129 | + text-transform: none; |
| 130 | +} |
| 131 | +/* Line 1526 */ |
| 132 | +.latest-news-box .news-item .link { |
| 133 | + text-transform: none; |
| 134 | +} |
| 135 | +/* Line 1567 */ |
| 136 | +.global-events .global-event .global-event-title { |
| 137 | + text-transform: none; |
| 138 | +} |
| 139 | +/* Line 1632 */ |
| 140 | +.global-events .global-event .xmas18 .community-stats-title { |
| 141 | + text-transform: none; |
| 142 | +} |
| 143 | +/* Line 1656 */ |
| 144 | +.global-events .global-event .hero20 .community-stats-title { |
| 145 | + text-transform: none; |
| 146 | +} |
| 147 | +/* Line 1702 */ |
| 148 | +.global-events .event-xmas23 .header-extension .community-stats-title { |
| 149 | + text-transform: none; |
| 150 | +} |
| 151 | +/* Line 1730 */ |
| 152 | +.global-events .event-xmas23 .games .game-column .game-name { |
| 153 | + text-transform: none; |
| 154 | +} |
| 155 | +/* Line 1739 */ |
| 156 | +.global-events .event-xmas23 .games .game-column .table-header { |
| 157 | + text-transform: none; |
| 158 | +} |
| 159 | +/* Line 1779 */ |
| 160 | +.global-events .event-xmas23 .games .game-column .game-scoll .group { |
| 161 | + text-transform: none; |
| 162 | +} |
| 163 | +/* Line 1837 */ |
| 164 | +.global-events .event-genoa20 .community-stats-title { |
| 165 | + text-transform: none; |
| 166 | +} |
| 167 | +/* Line 1896 */ |
| 168 | +.register .frame .button span { |
| 169 | + text-transform: none; |
| 170 | +} |
| 171 | +/* Line 1923 */ |
| 172 | +.register-form .game .title { |
| 173 | + text-transform: none; |
| 174 | +} |
| 175 | +/* Line 2000 */ |
| 176 | +.profile-frame .stats .name { |
| 177 | + text-transform: none; |
| 178 | +} |
| 179 | +/* Line 2021 */ |
| 180 | +.profile-frame .sharing .title { |
| 181 | + text-transform: none; |
| 182 | +} |
| 183 | +/* Line 2055 */ |
| 184 | +.profile-trucks .game { |
| 185 | + text-transform: none; |
| 186 | +} |
| 187 | +/* Line 2069 */ |
| 188 | +.profile-trucks .name { |
| 189 | + text-transform: none; |
| 190 | +} |
| 191 | +/* Line 2082 */ |
| 192 | +.profile-trucks .info .row div { |
| 193 | + text-transform: none; |
| 194 | +} |
| 195 | +/* Line 2142 */ |
| 196 | +.current-jobs .block .job .title, |
| 197 | +.job-history .block .job .title { |
| 198 | + text-transform: none; |
| 199 | +} |
| 200 | +/* Line 2162 */ |
| 201 | +.current-jobs .block .job .row .name, |
| 202 | +.job-history .block .job .row .name { |
| 203 | + text-transform: none; |
| 204 | +} |
| 205 | +/* Line 2170 */ |
| 206 | +.current-jobs .block .job .row .distance, |
| 207 | +.job-history .block .job .row .distance { |
| 208 | + text-transform: none; |
| 209 | +} |
| 210 | +/* Line 2188 */ |
| 211 | +.current-jobs .block .job .time .text, |
| 212 | +.job-history .block .job .time .text { |
| 213 | + text-transform: none; |
| 214 | +} |
| 215 | +/* Line 2233 */ |
| 216 | +.tooltip.job-info .title { |
| 217 | + text-transform: none; |
| 218 | +} |
| 219 | +/* Line 2257 */ |
| 220 | +.modal.job-info .title { |
| 221 | + text-transform: none; |
| 222 | +} |
| 223 | +/* Line 2268 */ |
| 224 | +.modal.job-info .name { |
| 225 | + text-transform: none; |
| 226 | +} |
| 227 | +/* Line 2290 */ |
| 228 | +.modal.job-info .button { |
| 229 | + text-transform: none; |
| 230 | +} |
| 231 | +/* Line 2299 */ |
| 232 | +.modal.job-info .description .row { |
| 233 | + text-transform: none; |
| 234 | +} |
| 235 | +/* Line 2353 */ |
| 236 | +.job-stats-global .stat .name { |
| 237 | + text-transform: none; |
| 238 | +} |
| 239 | +/* Line 2370 */ |
| 240 | +.job-stats-detail .row > div { |
| 241 | + text-transform: none; |
| 242 | +} |
| 243 | +/* Line 2436 */ |
| 244 | +.achievements .progress { |
| 245 | + text-transform: none; |
| 246 | +} |
| 247 | +/* Line 2472 */ |
| 248 | +.modal.achievement .title { |
| 249 | + text-transform: none; |
| 250 | +} |
| 251 | +/* Line 2483 */ |
| 252 | +.modal.achievement .name { |
| 253 | + text-transform: none; |
| 254 | +} |
| 255 | +/* Line 2505 */ |
| 256 | +.modal.achievement .button { |
| 257 | + text-transform: none; |
| 258 | +} |
| 259 | +/* Line 2523 */ |
| 260 | +.tooltip.achievement .title { |
| 261 | + text-transform: none; |
| 262 | +} |
| 263 | +/* Line 2564 */ |
| 264 | +.profile-events .delivery-event .delivery-event-title { |
| 265 | + text-transform: none; |
| 266 | +} |
| 267 | +/* Line 2607 */ |
| 268 | +.events .event .game { |
| 269 | + text-transform: none; |
| 270 | +} |
| 271 | +/* Line 2642 */ |
| 272 | +.events .detail .name { |
| 273 | + text-transform: none; |
| 274 | +} |
| 275 | +/* Line 2703 */ |
| 276 | +.page-customize .group-units .row > div { |
| 277 | + text-transform: none; |
| 278 | +} |
| 279 | +/* Line 2723 */ |
| 280 | +.page-customize .group-units select { |
| 281 | + text-transform: none; |
| 282 | +} |
| 283 | +/* Line 2836 */ |
| 284 | +.page-options .game .title { |
| 285 | + text-transform: none; |
| 286 | +} |
| 287 | +/* Line 2869 */ |
| 288 | +.search-results table th:nth-child(2), |
| 289 | +.search-results table td:nth-child(2) { |
| 290 | + text-transform: none; |
| 291 | +} |
| 292 | +/* Line 2932 */ |
| 293 | +.modal.report-box .title { |
| 294 | + text-transform: none; |
| 295 | +} |
| 296 | +/* Line 2993 */ |
| 297 | +.support-search-results table th { |
| 298 | + text-transform: none; |
| 299 | +} |
| 300 | +/* Line 3095 */ |
| 301 | +.support-view-job-info .job .title { |
| 302 | + text-transform: none; |
| 303 | +} |
| 304 | +/* Line 3111 */ |
| 305 | +.support-view-job-info .job .row .name { |
| 306 | + text-transform: none; |
| 307 | +} |
| 308 | +/* Line 3117 */ |
| 309 | +.support-view-job-info .job .row .distance { |
| 310 | + text-transform: none; |
| 311 | +} |
| 312 | +/* Line 3132 */ |
| 313 | +.support-view-job-info .job .time .text { |
| 314 | + text-transform: none; |
| 315 | +} |
| 316 | +/* Line 3163 */ |
| 317 | +.support-view-registrations table th { |
| 318 | + text-transform: none; |
| 319 | +} |
| 320 | +/* Line 3246 */ |
| 321 | +.support-edit-registrations table th { |
| 322 | + text-transform: none; |
| 323 | +} |
| 324 | +/* Line 3365 */ |
| 325 | +.management-tools .section-title { |
| 326 | + text-transform: none; |
| 327 | +} |
| 328 | +/* Line 3398 */ |
| 329 | +.open-beta-modal .title { |
| 330 | + text-transform: none; |
| 331 | +} |
| 332 | +/* Line 3409 */ |
| 333 | +.open-beta-modal .name { |
| 334 | + text-transform: none; |
| 335 | +} |
| 336 | +/* Line 3431 */ |
| 337 | +.open-beta-modal .button { |
| 338 | + text-transform: none; |
| 339 | +} |
| 340 | +/* Line 3440 */ |
| 341 | +.open-beta-modal .description .header { |
| 342 | + text-transform: none; |
| 343 | +} |
| 344 | +/* Line 3453 */ |
| 345 | +.tos-confirm-box .section-header { |
| 346 | + text-transform: none; |
| 347 | +} |
| 348 | +/* Line 3543 */ |
| 349 | +.cc_div *, |
| 350 | +.cc_div :before, |
| 351 | +.cc_div :after { |
| 352 | + text-transform: none; |
| 353 | +} |
0 commit comments