style.css
3338 lines
| 1 | #glt-settings.wrap { |
| 2 | max-width:1300px; |
| 3 | } |
| 4 | |
| 5 | #glt-settings.wrap:after { |
| 6 | content:''; |
| 7 | display:block; |
| 8 | clear:both; |
| 9 | } |
| 10 | |
| 11 | #glt-footer, |
| 12 | #glt-footer #google_language_translator { |
| 13 | display:none !important; |
| 14 | } |
| 15 | |
| 16 | #glt-translate-trigger, |
| 17 | #glt-translate-trigger span { |
| 18 | cursor:pointer; |
| 19 | } |
| 20 | |
| 21 | #glt-settings .glt-main-settings h3:before { |
| 22 | content:'\f108'; |
| 23 | } |
| 24 | |
| 25 | #glt-settings .glt-layout-settings h3:before { |
| 26 | content:'\f116'; |
| 27 | } |
| 28 | |
| 29 | #glt-settings .glt-floating-widget-settings h3:before { |
| 30 | content:'\f134'; |
| 31 | } |
| 32 | |
| 33 | #glt-settings .glt-behavior-settings h3:before { |
| 34 | content:'\f185'; |
| 35 | } |
| 36 | |
| 37 | #glt-settings .glt-usage-settings h3:before { |
| 38 | content:'\f106'; |
| 39 | } |
| 40 | |
| 41 | #glt-settings .glt-preview-settings h3:before { |
| 42 | content:'\f115'; |
| 43 | } |
| 44 | |
| 45 | #glt-settings .glt-flag-settings h3:before { |
| 46 | content:'\f227'; |
| 47 | } |
| 48 | |
| 49 | #glt-settings .glt-seo-settings h3:before { |
| 50 | content:'\f11e'; |
| 51 | } |
| 52 | |
| 53 | #glt-settings .glt-gtranslate-ad h3:before { |
| 54 | content:'\f326'; |
| 55 | } |
| 56 | |
| 57 | #glt-settings .glt-css-settings h3:before { |
| 58 | content:'\f119'; |
| 59 | } |
| 60 | |
| 61 | #glt-settings .glt-seo-settings {background-color: #FFC293;} |
| 62 | |
| 63 | #glt-settings .glt-main-settings h3:before, |
| 64 | #glt-settings .glt-layout-settings h3:before, |
| 65 | #glt-settings .glt-behavior-settings h3:before, |
| 66 | #glt-settings .glt-floating-widget-settings h3:before, |
| 67 | #glt-settings .glt-usage-settings h3:before, |
| 68 | #glt-settings .glt-preview-settings h3:before, |
| 69 | #glt-settings .glt-flag-settings h3:before, |
| 70 | #glt-settings .glt-seo-settings h3:before, |
| 71 | #glt-settings .glt-gtranslate-ad h3:before, |
| 72 | #glt-settings .glt-css-settings h3:before { |
| 73 | margin-right: 5px; |
| 74 | display: inline-block; |
| 75 | width: 20px; |
| 76 | height: 20px; |
| 77 | font-size: 20px; |
| 78 | line-height: 1; |
| 79 | font-family: dashicons; |
| 80 | text-decoration: inherit; |
| 81 | font-weight: 400; |
| 82 | font-style: normal; |
| 83 | vertical-align: top; |
| 84 | text-align: center; |
| 85 | -webkit-transition: color .1s ease-in 0; |
| 86 | transition: color .1s ease-in 0; |
| 87 | -webkit-font-smoothing: antialiased; |
| 88 | } |
| 89 | |
| 90 | #glt-settings .button, |
| 91 | #glt-settings .button-primary { |
| 92 | text-shadow: none; |
| 93 | border-radius: 0; |
| 94 | -webkit-border-radius: 0; |
| 95 | -moz-border-radius: 0; |
| 96 | -webkit-border-radius: 0; |
| 97 | -moz-border-radius: 0; |
| 98 | box-shadow: none; |
| 99 | transition: .25s opacity ease-in-out; |
| 100 | -webkit-transition: .25s opacity ease-in-out; |
| 101 | -moz-transition: .25s opacity ease-in-out; |
| 102 | } |
| 103 | |
| 104 | #glt-settings .button { |
| 105 | background: #95a5a6; |
| 106 | border:1px solid #95a5a6; |
| 107 | color:#fff; |
| 108 | } |
| 109 | |
| 110 | #glt-settings .button-primary { |
| 111 | background:#ea4335; |
| 112 | border:1px solid #ea4335; |
| 113 | } |
| 114 | |
| 115 | #glt-settings .button:hover { |
| 116 | opacity:0.8; |
| 117 | } |
| 118 | |
| 119 | #glt-settings .button-primary:hover { |
| 120 | opacity:0.8; |
| 121 | background:#ea4335; |
| 122 | border:1px solid #ea4335; |
| 123 | } |
| 124 | |
| 125 | .tool-container { |
| 126 | bottom:50px !important; |
| 127 | top:auto !important; |
| 128 | z-index:99999999 !important; |
| 129 | } |
| 130 | |
| 131 | .tool-container .tool-items a { |
| 132 | margin:4px; |
| 133 | } |
| 134 | |
| 135 | .box-right { |
| 136 | clear:right; |
| 137 | } |
| 138 | |
| 139 | a.wp-studio-logo:focus, |
| 140 | a.wp-helpdesk-logo:focus { |
| 141 | box-shadow:none !important; |
| 142 | -webkit-box-shadow:none !important; |
| 143 | -moz-box-shadow:none !important; |
| 144 | } |
| 145 | |
| 146 | .goog-te-gadget-simple { |
| 147 | margin:4px 0; |
| 148 | } |
| 149 | |
| 150 | #google_language_translator select.goog-te-combo { |
| 151 | width:143px; |
| 152 | background:#fff; |
| 153 | box-shadow:none !important; |
| 154 | -moz-box-shadow:none !important; |
| 155 | -webkit-box-shadow:none !important; |
| 156 | padding:3px !important; |
| 157 | height:auto !important; |
| 158 | border:1px solid lightgray !important; |
| 159 | border-radius:0px !important; |
| 160 | -webkit-border-radius:0px; |
| 161 | -moz-border-radius:0px !important; |
| 162 | -o-border-radius:0px !important; |
| 163 | } |
| 164 | |
| 165 | #google_language_translator select.goog-te-combo:focus { |
| 166 | outline:none !important; |
| 167 | } |
| 168 | |
| 169 | #flags { |
| 170 | overflow:hidden; |
| 171 | } |
| 172 | |
| 173 | #flags ul { |
| 174 | margin:0; |
| 175 | padding:0; |
| 176 | } |
| 177 | |
| 178 | #flags li { |
| 179 | float:left !important; |
| 180 | margin-bottom:0 !important; |
| 181 | padding:0 !important; |
| 182 | border:none !important; |
| 183 | list-style:none !important; |
| 184 | content:none !important; |
| 185 | } |
| 186 | |
| 187 | #flags li:before { |
| 188 | content:none !important; |
| 189 | border:none !important; |
| 190 | background:none !important; |
| 191 | } |
| 192 | |
| 193 | #flags a, |
| 194 | .tool-container .tool-items a { |
| 195 | display:inline-block; |
| 196 | cursor:pointer; |
| 197 | } |
| 198 | |
| 199 | a.nturl.single-language { |
| 200 | border:0; |
| 201 | } |
| 202 | |
| 203 | a.single-language span.flag { |
| 204 | display:inline-block; |
| 205 | vertical-align:middle; |
| 206 | margin-right:5px; |
| 207 | } |
| 208 | |
| 209 | #flags.size24 a, |
| 210 | .tool-container .tool-items a, |
| 211 | a.single-language span.size24 { |
| 212 | width: 24px !important; |
| 213 | height: 18px !important; |
| 214 | box-sizing:content-box; |
| 215 | -webkit-box-sizing:content-box; |
| 216 | -moz-box-sizing:content-box; |
| 217 | -o-box-sizing:content-box; |
| 218 | -ms-box-sizing:content-box; |
| 219 | } |
| 220 | |
| 221 | #flags.size22 a, |
| 222 | a.single-language span.size22 { |
| 223 | width: 22px !important; |
| 224 | height: 17px !important; |
| 225 | box-sizing:content-box; |
| 226 | -webkit-box-sizing:content-box; |
| 227 | -moz-box-sizing:content-box; |
| 228 | -o-box-sizing:content-box; |
| 229 | -ms-box-sizing:content-box; |
| 230 | } |
| 231 | |
| 232 | #flags.size20 a, |
| 233 | a.single-language span.size20 { |
| 234 | width: 20px !important; |
| 235 | height: 14px !important; |
| 236 | box-sizing:content-box; |
| 237 | -webkit-box-sizing:content-box; |
| 238 | -moz-box-sizing:content-box; |
| 239 | -o-box-sizing:content-box; |
| 240 | -ms-box-sizing:content-box; |
| 241 | } |
| 242 | |
| 243 | #flags.size18 a, |
| 244 | a.single-language span.size18 { |
| 245 | width: 18px !important; |
| 246 | height: 14px !important; |
| 247 | box-sizing:content-box; |
| 248 | -webkit-box-sizing:content-box; |
| 249 | -moz-box-sizing:content-box; |
| 250 | -o-box-sizing:content-box; |
| 251 | -ms-box-sizing:content-box; |
| 252 | } |
| 253 | |
| 254 | #flags.size16 a, |
| 255 | #language span.size16, |
| 256 | a.single-language span.size16 { |
| 257 | width: 16px !important; |
| 258 | height: 12px !important; |
| 259 | box-sizing:content-box; |
| 260 | -webkit-box-sizing:content-box; |
| 261 | -moz-box-sizing:content-box; |
| 262 | -o-box-sizing:content-box; |
| 263 | -ms-box-sizing:content-box; |
| 264 | } |
| 265 | |
| 266 | .tool-container .tool-items a { |
| 267 | display:inline-block; |
| 268 | margin:3px 5px 3px; |
| 269 | width:24px !important; |
| 270 | height:18px !important; |
| 271 | } |
| 272 | |
| 273 | .goog-te-gadget { |
| 274 | color:#444; |
| 275 | font-size:11px; |
| 276 | font-family:"Arial",sans,sans-serif; |
| 277 | } |
| 278 | |
| 279 | .goog-te-gadget img { |
| 280 | vertical-align:middle; |
| 281 | } |
| 282 | |
| 283 | select.goog-te-combo:focus { |
| 284 | box-shadow:none !important; |
| 285 | -moz-box-shadow:none !important; |
| 286 | -webkit-box-shadow:none !important; |
| 287 | } |
| 288 | |
| 289 | .metabox-holder { |
| 290 | width:65%; |
| 291 | float:left; |
| 292 | } |
| 293 | |
| 294 | .metabox-holder h2 { |
| 295 | margin-bottom:18px; |
| 296 | } |
| 297 | |
| 298 | .submit { |
| 299 | padding:0px; |
| 300 | } |
| 301 | |
| 302 | .form-table th { |
| 303 | width:50%; |
| 304 | } |
| 305 | |
| 306 | td.advanced { |
| 307 | padding-top:0px; |
| 308 | padding-bottom:0px; |
| 309 | } |
| 310 | |
| 311 | p.hello { |
| 312 | font-size:12px; |
| 313 | color:darkgray; |
| 314 | } |
| 315 | |
| 316 | .flag{ |
| 317 | padding:1px 0; |
| 318 | } |
| 319 | |
| 320 | a.nturl { |
| 321 | cursor:pointer; |
| 322 | } |
| 323 | |
| 324 | .flag img, |
| 325 | .alt_flag img{ |
| 326 | border:0px !important; |
| 327 | margin-top:2px !important; |
| 328 | padding:0px !important; |
| 329 | } |
| 330 | |
| 331 | .attribution { |
| 332 | width:152px; |
| 333 | line-height:1em; |
| 334 | margin-top:4px; |
| 335 | } |
| 336 | |
| 337 | span.goog-branding { |
| 338 | font-size: 11px; |
| 339 | font-family: arial; |
| 340 | color: rgb(102, 102, 102); |
| 341 | white-space: nowrap; |
| 342 | padding-top: 4px; |
| 343 | text-align: left; |
| 344 | width: 150px; |
| 345 | margin-top: 2px; |
| 346 | left:170px; |
| 347 | z-index: 9999; |
| 348 | float: right; |
| 349 | } |
| 350 | |
| 351 | .goog-logo-link, |
| 352 | .goog-logo-link:link, |
| 353 | .goog-logo-link:visited, |
| 354 | .goog-logo-link:hover, |
| 355 | .goog-logo-link:active { |
| 356 | font-size: 12px; |
| 357 | font-weight: bold; |
| 358 | color: rgb(68, 68, 68); |
| 359 | text-decoration: none; |
| 360 | line-height:0.8em; |
| 361 | } |
| 362 | |
| 363 | span.goog-branding img { |
| 364 | float: left; |
| 365 | margin:0px; |
| 366 | width: 37px; |
| 367 | |
| 368 | } |
| 369 | |
| 370 | span.vertical-translator { |
| 371 | position:auto; |
| 372 | float:none !important; |
| 373 | font-size: 11px; |
| 374 | font-family: arial; |
| 375 | color: rgb(102, 102, 102); |
| 376 | white-space: nowrap; |
| 377 | vertical-align: middle; |
| 378 | padding-top: 4px; |
| 379 | text-align: left; |
| 380 | width: 150px; |
| 381 | margin-top: 2px; |
| 382 | right: -50px; |
| 383 | z-index: 9999; |
| 384 | } |
| 385 | |
| 386 | .tool-container .tool-items .flag img { |
| 387 | width:24px !important; |
| 388 | height:24px !important; |
| 389 | margin-top:1px !important; |
| 390 | } |
| 391 | |
| 392 | .tool-items .flag { |
| 393 | padding:0px !important; |
| 394 | } |
| 395 | |
| 396 | .tool-container { |
| 397 | line-height:1; |
| 398 | } |
| 399 | |
| 400 | #footer-instance { |
| 401 | display:none !important; |
| 402 | } |
| 403 | |
| 404 | code { |
| 405 | border:1px solid lightgray; |
| 406 | } |
| 407 | |
| 408 | /* Individual flag backgrounds (22px) */ |
| 409 | |
| 410 | #flags.size22 a[title="Afrikaans"], |
| 411 | .tool-container .tool-items a[title="Afrikaans"], |
| 412 | a.single-language[title="Afrikaans"] span.size22 { |
| 413 | background: url('../images/flags22.png') -1px -3px no-repeat; |
| 414 | } |
| 415 | #flags.size22 a[title="Albanian"], |
| 416 | .tool-container .tool-items a[title="Albanian"], |
| 417 | a.single-language[title="Albanian"] span.size22 { |
| 418 | background: url('../images/flags22.png') -30px -3px no-repeat; |
| 419 | } |
| 420 | #flags.size22 a[title="Amharic"], |
| 421 | .tool-container .tool-items a[title="Amharic"], |
| 422 | a.single-language[title="Amharic"] span.size22 { |
| 423 | background: url('../images/flags22.png') -1px -467px no-repeat; |
| 424 | } |
| 425 | #flags.size22 a[title="Arabic"], |
| 426 | .tool-container .tool-items a[title="Arabic"], |
| 427 | a.single-language[title="Arabic"] span.size22 { |
| 428 | background: url('../images/flags22.png') -59px -3px no-repeat; |
| 429 | } |
| 430 | #flags.size22 a[title="Armenian"], |
| 431 | .tool-container .tool-items a[title="Armenian"], |
| 432 | a.single-language[title="Armenian"] span.size22 { |
| 433 | background: url('../images/flags22.png') -88px -3px no-repeat; |
| 434 | } |
| 435 | #flags.size22 a[title="Azerbaijani"], |
| 436 | .tool-container .tool-items a[title="Azerbaijani"], |
| 437 | a.single-language[title="Azerbaijani"] span.size22 { |
| 438 | background: url('../images/flags22.png') -117px -3px no-repeat; |
| 439 | } |
| 440 | #flags.size22 a[title="Basque"], |
| 441 | .tool-container .tool-items a[title="Basque"], |
| 442 | a.single-language[title="Basque"] span.size22 { |
| 443 | background: url('../images/flags22.png') -146px -3px no-repeat; |
| 444 | } |
| 445 | #flags.size22 a[title="Belarusian"], |
| 446 | .tool-container .tool-items a[title="Belarusian"], |
| 447 | a.single-language[title="Belarusian"] span.size22 { |
| 448 | background: url('../images/flags22.png') -1px -32px no-repeat; |
| 449 | } |
| 450 | #flags.size22 a[title="Bengali"], |
| 451 | .tool-container .tool-items a[title="Bengali"], |
| 452 | a.single-language[title="Bengali"] span.size22 { |
| 453 | background: url('../images/flags22.png') -30px -32px no-repeat; |
| 454 | } |
| 455 | #flags.size22 a[title="Bosnian"], |
| 456 | .tool-container .tool-items a[title="Bosnian"], |
| 457 | a.single-language[title="Bosnian"] span.size22 { |
| 458 | background: url('../images/flags22.png') -59px -32px no-repeat; |
| 459 | } |
| 460 | #flags.size22 a[title="Bulgarian"], |
| 461 | .tool-container .tool-items a[title="Bulgarian"], |
| 462 | a.single-language[title="Bulgarian"] span.size22 { |
| 463 | background: url('../images/flags22.png') -88px -32px no-repeat; |
| 464 | } |
| 465 | #flags.size22 a[title="Catalan"], |
| 466 | .tool-container .tool-items a[title="Catalan"], |
| 467 | a.single-language[title="Catalan"] span.size22 { |
| 468 | background: url('../images/flags22.png') -117px -32px no-repeat; |
| 469 | } |
| 470 | #flags.size22 a[title="Cebuano"], |
| 471 | .tool-container .tool-items a[title="Cebuano"], |
| 472 | a.single-language[title="Cebuano"] span.size22 { |
| 473 | background: url('../images/flags22.png') -146px -32px no-repeat; |
| 474 | } |
| 475 | #flags.size22 a[title="Chichewa"], |
| 476 | .tool-container .tool-items a[title="Chichewa"], |
| 477 | a.single-language[title="Chichewa"] span.size22 { |
| 478 | background: url('../images/flags22.png') -88px -409px no-repeat; |
| 479 | } |
| 480 | #flags.size22 a[title="Chinese (Simplified)"], |
| 481 | .tool-container .tool-items a[title="Chinese (Simplified)"], |
| 482 | a.single-language[title="Chinese (Simplified)"] span.size22 { |
| 483 | background: url('../images/flags22.png') -1px -61px no-repeat; |
| 484 | } |
| 485 | #flags.size22 a[title="Chinese (Traditional)"], |
| 486 | .tool-container .tool-items a[title="Chinese (Traditional)"], |
| 487 | a.single-language[title="Chinese (Traditional)"] span.size22 { |
| 488 | background: url('../images/flags22.png') -30px -61px no-repeat; |
| 489 | } |
| 490 | #flags.size22 a[title="Corsican"], |
| 491 | .tool-container .tool-items a[title="Corsican"], |
| 492 | a.single-language[title="Corsican"] span.size22 { |
| 493 | background: url('../images/flags22.png') -117px -90px no-repeat; |
| 494 | } |
| 495 | #flags.size22 a[title="Croatian"], |
| 496 | .tool-container .tool-items a[title="Croatian"], |
| 497 | a.single-language[title="Croatian"] span.size22 { |
| 498 | background: url('../images/flags22.png') -59px -61px no-repeat; |
| 499 | } |
| 500 | #flags.size22 a[title="Czech"], |
| 501 | .tool-container .tool-items a[title="Czech"], |
| 502 | a.single-language[title="Afrikaans"] span.size22 { |
| 503 | background: url('../images/flags22.png') -88px -61px no-repeat; |
| 504 | } |
| 505 | #flags.size22 a[title="Danish"], |
| 506 | .tool-container .tool-items a[title="Danish"], |
| 507 | a.single-language[title="Danish"] span.size22 { |
| 508 | background: url('../images/flags22.png') -117px -61px no-repeat; |
| 509 | } |
| 510 | #flags.size22 a[title="Dutch"], |
| 511 | .tool-container .tool-items a[title="Dutch"], |
| 512 | a.single-language[title="Dutch"] span.size22 { |
| 513 | background: url('../images/flags22.png') -146px -61px no-repeat; |
| 514 | } |
| 515 | #flags.size22 a[title="English"], |
| 516 | .tool-container .tool-items a[title="English"], |
| 517 | a.single-language[title="English"] span.size22 { |
| 518 | background: url('../images/flags22.png') -88px -351px no-repeat; |
| 519 | } |
| 520 | #flags.size22 a.united-states[title="English"], |
| 521 | a.single-language.united-states[title="English"] span.size22 { |
| 522 | background: url('../images/flags22.png') -117px -351px no-repeat; |
| 523 | } |
| 524 | #flags.size22 a.canada[title="English"], |
| 525 | a.single-language.canada[title="English"] span.size22 { |
| 526 | background: url('../images/flags22.png') -88px -438px no-repeat; |
| 527 | } |
| 528 | #flags.size22 a[title="Esperanto"], |
| 529 | .tool-container .tool-items a[title="Esperanto"], |
| 530 | a.single-language[title="Esperanto"] span.size22 { |
| 531 | background: url('../images/flags22.png') -1px -90px no-repeat; |
| 532 | } |
| 533 | #flags.size22 a[title="Estonian"], |
| 534 | .tool-container .tool-items a[title="Estonian"], |
| 535 | a.single-language[title="Estonian"] span.size22 { |
| 536 | background: url('../images/flags22.png') -30px -90px no-repeat; |
| 537 | } |
| 538 | #flags.size22 a[title="Filipino"], |
| 539 | .tool-container .tool-items a[title="Filipino"], |
| 540 | a.single-language[title="Filipino"] span.size22 { |
| 541 | background: url('../images/flags22.png') -59px -90px no-repeat; |
| 542 | } |
| 543 | #flags.size22 a[title="Finnish"], |
| 544 | .tool-container .tool-items a[title="Finnish"], |
| 545 | a.single-language[title="Finnish"] span.size22 { |
| 546 | background: url('../images/flags22.png') -88px -90px no-repeat; |
| 547 | } |
| 548 | #flags.size22 a[title="French"], |
| 549 | .tool-container .tool-items a[title="French"], |
| 550 | a.single-language[title="French"] span.size22 { |
| 551 | background: url('../images/flags22.png') -117px -90px no-repeat; |
| 552 | } |
| 553 | #flags.size22 a[title="Frisian"], |
| 554 | .tool-container .tool-items a[title="Frisian"], |
| 555 | a.single-language[title="Frisian"] span.size22 { |
| 556 | background: url('../images/flags22.png') -146px -61px no-repeat; |
| 557 | } |
| 558 | #flags.size22 a[title="Galician"], |
| 559 | .tool-container .tool-items a[title="Galician"], |
| 560 | a.single-language[title="Galician"] span.size22 { |
| 561 | background: url('../images/flags22.png') -146px -90px no-repeat; |
| 562 | } |
| 563 | #flags.size22 a[title="Georgian"], |
| 564 | .tool-container .tool-items a[title="Georgian"], |
| 565 | a.single-language[title="Georgian"] span.size22 { |
| 566 | background: url('../images/flags22.png') -1px -119px no-repeat; |
| 567 | } |
| 568 | #flags.size22 a[title="German"], |
| 569 | .tool-container .tool-items a[title="German"], |
| 570 | a.single-language[title="German"] span.size22 { |
| 571 | background: url('../images/flags22.png') -30px -119px no-repeat; |
| 572 | } |
| 573 | #flags.size22 a[title="Greek"], |
| 574 | .tool-container .tool-items a[title="Greek"], |
| 575 | a.single-language[title="Greek"] span.size22 { |
| 576 | background: url('../images/flags22.png') -59px -119px no-repeat; |
| 577 | } |
| 578 | #flags.size22 a[title="Gujarati"], |
| 579 | .tool-container .tool-items a[title="Gujarati"], |
| 580 | a.single-language[title="Gujarati"] span.size22 { |
| 581 | background: url('../images/flags22.png') -88px -119px no-repeat; |
| 582 | } |
| 583 | #flags.size22 a[title="Haitian"], |
| 584 | .tool-container .tool-items a[title="Haitian"], |
| 585 | a.single-language[title="Haitian"] span.size22 { |
| 586 | background: url('../images/flags22.png') -117px -119px no-repeat; |
| 587 | } |
| 588 | #flags.size22 a[title="Hausa"], |
| 589 | .tool-container .tool-items a[title="Hausa"], |
| 590 | a.single-language[title="Hausa"] span.size22 { |
| 591 | background: url('../images/flags22.png') -146px -119px no-repeat; |
| 592 | } |
| 593 | #flags.size22 a[title="Hawaiian"], |
| 594 | .tool-container .tool-items a[title="Hawaiian"], |
| 595 | a.single-language[title="Hawaiian"] span.size22 { |
| 596 | background: url('../images/flags22.png') -88px -467px no-repeat; |
| 597 | } |
| 598 | #flags.size22 a[title="Hebrew"], |
| 599 | .tool-container .tool-items a[title="Hebrew"] { |
| 600 | background: url('../images/flags22.png') -1px -148px no-repeat; |
| 601 | } |
| 602 | #flags.size22 a[title="Hindi"], |
| 603 | .tool-container .tool-items a[title="Hindi"], |
| 604 | a.single-language[title="Hindi"] span.size22 { |
| 605 | background: url('../images/flags22.png') -30px -148px no-repeat; |
| 606 | } |
| 607 | #flags.size22 a[title="Hmong"], |
| 608 | .tool-container .tool-items a[title="Hmong"], |
| 609 | a.single-language[title="Hmong"] span.size22 { |
| 610 | background: url('../images/flags22.png') -59px -148px no-repeat; |
| 611 | } |
| 612 | #flags.size22 a[title="Hungarian"], |
| 613 | .tool-container .tool-items a[title="Hungarian"], |
| 614 | a.single-language[title="Hungarian"] span.size22 { |
| 615 | background: url('../images/flags22.png') -88px -148px no-repeat; |
| 616 | } |
| 617 | #flags.size22 a[title="Icelandic"], |
| 618 | .tool-container .tool-items a[title="Icelandic"], |
| 619 | a.single-language[title="Icelandic"] span.size22 { |
| 620 | background: url('../images/flags22.png') -117px -148px no-repeat; |
| 621 | } |
| 622 | #flags.size22 a[title="Igbo"], |
| 623 | .tool-container .tool-items a[title="Igbo"], |
| 624 | a.single-language[title="Igbo"] span.size22 { |
| 625 | background: url('../images/flags22.png') -146px -148px no-repeat; |
| 626 | } |
| 627 | #flags.size22 a[title="Indonesian"], |
| 628 | .tool-container .tool-items a[title="Indonesian"], |
| 629 | a.single-language[title="Indonesian"] span.size22 { |
| 630 | background: url('../images/flags22.png') -1px -177px no-repeat; |
| 631 | } |
| 632 | #flags.size22 a[title="Irish"], |
| 633 | .tool-container .tool-items a[title="Irish"], |
| 634 | a.single-language[title="Irish"] span.size22 { |
| 635 | background: url('../images/flags22.png') -30px -177px no-repeat; |
| 636 | } |
| 637 | #flags.size22 a[title="Italian"], |
| 638 | .tool-container .tool-items a[title="Italian"], |
| 639 | a.single-language[title="Italian"] span.size22 { |
| 640 | background: url('../images/flags22.png') -59px -177px no-repeat; |
| 641 | } |
| 642 | #flags.size22 a[title="Japanese"], |
| 643 | .tool-container .tool-items a[title="Japanese"], |
| 644 | a.single-language[title="Japanese"] span.size22 { |
| 645 | background: url('../images/flags22.png') -88px -177px no-repeat; |
| 646 | } |
| 647 | #flags.size22 a[title="Javanese"], |
| 648 | .tool-container .tool-items a[title="Javanese"], |
| 649 | a.single-language[title="Javanese"] span.size22 { |
| 650 | background: url('../images/flags22.png') -117px -177px no-repeat; |
| 651 | } |
| 652 | #flags.size22 a[title="Kannada"], |
| 653 | .tool-container .tool-items a[title="Kannada"], |
| 654 | a.single-language[title="Kannada"] span.size22 { |
| 655 | background: url('../images/flags22.png') -146px -177px no-repeat; |
| 656 | } |
| 657 | #flags.size22 a[title="Kazakh"], |
| 658 | .tool-container .tool-items a[title="Kazakh"], |
| 659 | a.single-language[title="Kazakh"] span.size22 { |
| 660 | background: url('../images/flags22.png') -1px -409px no-repeat; |
| 661 | } |
| 662 | #flags.size22 a[title="Khmer"], |
| 663 | .tool-container .tool-items a[title="Khmer"], |
| 664 | a.single-language[title="Khmer"] span.size22 { |
| 665 | background: url('../images/flags22.png') -1px -206px no-repeat; |
| 666 | } |
| 667 | #flags.size22 a[title="Korean"], |
| 668 | .tool-container .tool-items a[title="Korean"], |
| 669 | a.single-language[title="Korean"] span.size22 { |
| 670 | background: url('../images/flags22.png') -30px -206px no-repeat; |
| 671 | } |
| 672 | #flags.size22 a[title="Kurdish"], |
| 673 | .tool-container .tool-items a[title="Kurdish"], |
| 674 | a.single-language[title="Kurdish"] span.size22 { |
| 675 | background: url('../images/flags22.png') -117px -467px no-repeat; |
| 676 | } |
| 677 | #flags.size22 a[title="Kyrgyz"], |
| 678 | .tool-container .tool-items a[title="Kyrgyz"], |
| 679 | a.single-language[title="Kyrgyz"] span.size22 { |
| 680 | background: url('../images/flags22.png') -146px -467px no-repeat; |
| 681 | } |
| 682 | #flags.size22 a[title="Lao"], |
| 683 | .tool-container .tool-items a[title="Lao"], |
| 684 | a.single-language[title="Lao"] span.size22 { |
| 685 | background: url('../images/flags22.png') -59px -206px no-repeat; |
| 686 | } |
| 687 | #flags.size22 a[title="Latin"], |
| 688 | .tool-container .tool-items a[title="Latin"], |
| 689 | a.single-language[title="Latin"] span.size22 { |
| 690 | background: url('../images/flags22.png') -88px -206px no-repeat; |
| 691 | } |
| 692 | #flags.size22 a[title="Latvian"], |
| 693 | .tool-container .tool-items a[title="Latvian"], |
| 694 | a.single-language[title="Latvian"] span.size22 { |
| 695 | background: url('../images/flags22.png') -117px -206px no-repeat; |
| 696 | } |
| 697 | #flags.size22 a[title="Lithuanian"], |
| 698 | .tool-container .tool-items a[title="Lithuanian"], |
| 699 | a.single-language[title="Lithuanian"] span.size22 { |
| 700 | background: url('../images/flags22.png') -146px -206px no-repeat; |
| 701 | } |
| 702 | #flags.size22 a[title="Luxembourgish"], |
| 703 | .tool-container .tool-items a[title="Luxembourgish"], |
| 704 | a.single-language[title="Luxembourgish"] span.size22 { |
| 705 | background: url('../images/flags22.png') -1px -496px no-repeat; |
| 706 | } |
| 707 | #flags.size22 a[title="Macedonian"], |
| 708 | .tool-container .tool-items a[title="Macedonian"], |
| 709 | a.single-language[title="Macedonian"] span.size22 { |
| 710 | background: url('../images/flags22.png') -1px -235px no-repeat; |
| 711 | } |
| 712 | #flags.size22 a[title="Malagasy"], |
| 713 | .tool-container .tool-items a[title="Malagasy"], |
| 714 | a.single-language[title="Malagasy"] span.size22 { |
| 715 | background: url('../images/flags22.png') -59px -409px no-repeat; |
| 716 | } |
| 717 | #flags.size22 a[title="Malay"], |
| 718 | .tool-container .tool-items a[title="Malay"], |
| 719 | a.single-language[title="Malay"] span.size22 { |
| 720 | background: url('../images/flags22.png') -30px -235px no-repeat; |
| 721 | } |
| 722 | #flags.size22 a[title="Malayalam"], |
| 723 | .tool-container .tool-items a[title="Malayalam"], |
| 724 | a.single-language[title="Malayalam"] span.size22 { |
| 725 | background: url('../images/flags22.png') -117px -409px no-repeat; |
| 726 | } |
| 727 | #flags.size22 a[title="Maltese"], |
| 728 | .tool-container .tool-items a[title="Maltese"], |
| 729 | a.single-language[title="Maltese"] span.size22 { |
| 730 | background: url('../images/flags22.png') -59px -235px no-repeat; |
| 731 | } |
| 732 | #flags.size22 a[title="Maori"], |
| 733 | .tool-container .tool-items a[title="Maori"], |
| 734 | a.single-language[title="Maori"] span.size22 { |
| 735 | background: url('../images/flags22.png') -88px -235px no-repeat; |
| 736 | } |
| 737 | #flags.size22 a[title="Marathi"], |
| 738 | .tool-container .tool-items a[title="Marathi"], |
| 739 | a.single-language[title="Marathi"] span.size22 { |
| 740 | background: url('../images/flags22.png') -117px -235px no-repeat; |
| 741 | } |
| 742 | #flags.size22 a[title="Mongolian"], |
| 743 | .tool-container .tool-items a[title="Mongolian"], |
| 744 | a.single-language[title="Mongolian"] span.size22 { |
| 745 | background: url('../images/flags22.png') -146px -235px no-repeat; |
| 746 | } |
| 747 | #flags.size22 a[title="Myanmar (Burmese)"], |
| 748 | .tool-container .tool-items a[title="Myanmar (Burmese)"], |
| 749 | a.single-language[title="Myanmar (Buremese)"] span.size22 { |
| 750 | background: url('../images/flags22.png') -146px -409px no-repeat; |
| 751 | } |
| 752 | #flags.size22 a[title="Nepali"], |
| 753 | .tool-container .tool-items a[title="Nepali"], |
| 754 | a.single-language[title="Nepali"] span.size22 { |
| 755 | background: url('../images/flags22.png') -1px -264px no-repeat; |
| 756 | } |
| 757 | #flags.size22 a[title="Norwegian"], |
| 758 | .tool-container .tool-items a[title="Norwegian"], |
| 759 | a.single-language[title="Norwegian"] span.size22 { |
| 760 | background: url('../images/flags22.png') -30px -264px no-repeat; |
| 761 | } |
| 762 | #flags.size22 a[title="Pashto"], |
| 763 | .tool-container .tool-items a[title="Pashto"], |
| 764 | a.single-language[title="Pashto"] span.size22 { |
| 765 | background: url('../images/flags22.png') -30px -496px no-repeat; |
| 766 | } |
| 767 | #flags.size22 a[title="Persian"], |
| 768 | .tool-container .tool-items a[title="Persian"], |
| 769 | a.single-language[title="Persian"] span.size22 { |
| 770 | background: url('../images/flags22.png') -59px -264px no-repeat; |
| 771 | } |
| 772 | #flags.size22 a[title="Polish"], |
| 773 | .tool-container .tool-items a[title="Polish"], |
| 774 | a.single-language[title="Polish"] span.size22 { |
| 775 | background: url('../images/flags22.png') -88px -264px no-repeat; |
| 776 | } |
| 777 | #flags.size22 a[title="Portuguese"], |
| 778 | .tool-container .tool-items a[title="Portuguese"], |
| 779 | a.single-language[title="Portuguese"] span.size22 { |
| 780 | background: url('../images/flags22.png') -117px -264px no-repeat; |
| 781 | } |
| 782 | #flags.size22 a.brazil[title="Portuguese"], |
| 783 | a.single-language.brazil[title="Portuguese"] span.size22 { |
| 784 | background: url('../images/flags22.png') -146px -438px no-repeat; |
| 785 | } |
| 786 | #flags.size22 a[title="Punjabi"], |
| 787 | .tool-container .tool-items a[title="Punjabi"], |
| 788 | a.single-language[title="Punjabi"] span.size22 { |
| 789 | background: url('../images/flags22.png') -146px -264px no-repeat; |
| 790 | } |
| 791 | #flags.size22 a[title="Romanian"], |
| 792 | .tool-container .tool-items a[title="Romanian"], |
| 793 | a.single-language[title="Romanian"] span.size22 { |
| 794 | background: url('../images/flags22.png') -1px -293px no-repeat; |
| 795 | } |
| 796 | #flags.size22 a[title="Russian"], |
| 797 | .tool-container .tool-items a[title="Russian"], |
| 798 | a.single-language[title="Russian"] span.size22 { |
| 799 | background: url('../images/flags22.png') -30px -293px no-repeat; |
| 800 | } |
| 801 | #flags.size22 a[title="Samoan"], |
| 802 | .tool-container .tool-items a[title="Samoan"], |
| 803 | a.single-language[title="Samoan"] span.size22 { |
| 804 | background: url('../images/flags22.png') -30px -467px no-repeat; |
| 805 | } |
| 806 | #flags.size22 a[title="Scots Gaelic"], |
| 807 | .tool-container .tool-items a[title="Scots Gaelic"], |
| 808 | a.single-language[title="Scots Gaelic"] span.size22 { |
| 809 | background: url('../images/flags22.png') -59px -467px no-repeat; |
| 810 | } |
| 811 | #flags.size22 a[title="Serbian"], |
| 812 | .tool-container .tool-items a[title="Serbian"], |
| 813 | a.single-language[title="Serbian"] span.size22 { |
| 814 | background: url('../images/flags22.png') -59px -293px no-repeat; |
| 815 | } |
| 816 | #flags.size22 a[title="Sesotho"], |
| 817 | .tool-container .tool-items a[title="Sesotho"], |
| 818 | a.single-language[title="Sesotho"] span.size22 { |
| 819 | background: url('../images/flags22.png') -30px -409px no-repeat; |
| 820 | } |
| 821 | #flags.size22 a[title="Shona"], |
| 822 | .tool-container .tool-items a[title="Shona"], |
| 823 | a.single-language[title="Shona"] span.size22 { |
| 824 | background: url('../images/flags22.png') -59px -496px no-repeat; |
| 825 | } |
| 826 | #flags.size22 a[title="Sindhi"], |
| 827 | .tool-container .tool-items a[title="Sindhi"], |
| 828 | a.single-language[title="Sindhi"] span.size22 { |
| 829 | background: url('../images/flags22.png') -146px -351px no-repeat; |
| 830 | } |
| 831 | #flags.size22 a[title="Sinhala"], |
| 832 | .tool-container .tool-items a[title="Sinhala"], |
| 833 | a.single-language[title="Sinhala"] span.size22 { |
| 834 | background: url('../images/flags22.png') -1px -438px no-repeat; |
| 835 | } |
| 836 | #flags.size22 a[title="Slovak"], |
| 837 | .tool-container .tool-items a[title="Slovak"], |
| 838 | a.single-language[title="Slovak"] span.size22 { |
| 839 | background: url('../images/flags22.png') -88px -293px no-repeat; |
| 840 | } |
| 841 | #flags.size22 a[title="Slovenian"], |
| 842 | .tool-container .tool-items a[title="Slovenian"], |
| 843 | a.single-language[title="Slovenian"] span.size22 { |
| 844 | background: url('../images/flags22.png') -117px -293px no-repeat; |
| 845 | } |
| 846 | #flags.size22 a[title="Somali"], |
| 847 | .tool-container .tool-items a[title="Somali"], |
| 848 | a.single-language[title="Somali"] span.size22 { |
| 849 | background: url('../images/flags22.png') -146px -293px no-repeat; |
| 850 | } |
| 851 | #flags.size22 a[title="Spanish"], |
| 852 | .tool-container .tool-items a[title="Spanish"], |
| 853 | a.single-language[title="Spanish"] span.size22 { |
| 854 | background: url('../images/flags22.png') -1px -322px no-repeat; |
| 855 | } |
| 856 | #flags.size22 a.mexico[title="Spanish"], |
| 857 | a.single-language.mexico[title="Spanish"] span.size22 { |
| 858 | background: url('../images/flags22.png') -117px -438px no-repeat; |
| 859 | } |
| 860 | #flags.size22 a[title="Sundanese"], |
| 861 | .tool-container .tool-items a[title="Sundanese"], |
| 862 | a.single-language[title="Sundanse"] span.size22 { |
| 863 | background: url('../images/flags22.png') -146px -380px no-repeat; |
| 864 | } |
| 865 | #flags.size22 a[title="Swahili"], |
| 866 | .tool-container .tool-items a[title="Swahili"], |
| 867 | a.single-language[title="Swahili"] span.size22 { |
| 868 | background: url('../images/flags22.png') -30px -322px no-repeat; |
| 869 | } |
| 870 | #flags.size22 a[title="Swedish"], |
| 871 | .tool-container .tool-items a[title="Swedish"], |
| 872 | a.single-language[title="Swedish"] span.size22 { |
| 873 | background: url('../images/flags22.png') -59px -322px no-repeat; |
| 874 | } |
| 875 | #flags.size22 a[title="Tajik"], |
| 876 | .tool-container .tool-items a[title="Tajik"], |
| 877 | a.single-language[title="Tajik"] span.size22 { |
| 878 | background: url('../images/flags22.png') -30px -438px no-repeat; |
| 879 | } |
| 880 | #flags.size22 a[title="Tamil"], |
| 881 | .tool-container .tool-items a[title="Tamil"], |
| 882 | a.single-language[title="Tamil"] span.size22 { |
| 883 | background: url('../images/flags22.png') -88px -322px no-repeat; |
| 884 | } |
| 885 | #flags.size22 a[title="Telugu"], |
| 886 | .tool-container .tool-items a[title="Telugu"], |
| 887 | a.single-language[title="Telugu"] span.size22 { |
| 888 | background: url('../images/flags22.png') -117px -322px no-repeat; |
| 889 | } |
| 890 | #flags.size22 a[title="Thai"], |
| 891 | .tool-container .tool-items a[title="Thai"], |
| 892 | a.single-language[title="Thai"] span.size22 { |
| 893 | background: url('../images/flags22.png') -146px -322px no-repeat; |
| 894 | } |
| 895 | #flags.size22 a[title="Turkish"], |
| 896 | .tool-container .tool-items a[title="Turkish"], |
| 897 | a.single-language[title="Turkish"] span.size22 { |
| 898 | background: url('../images/flags22.png') -30px -351px no-repeat; |
| 899 | } |
| 900 | #flags.size22 a[title="Ukrainian"], |
| 901 | .tool-container .tool-items a[title="Ukrainian"], |
| 902 | a.single-language[title="Ukrainian"] span.size22 { |
| 903 | background: url('../images/flags22.png') -59px -351px no-repeat; |
| 904 | } |
| 905 | #flags.size22 a[title="Uzbek"], |
| 906 | .tool-container .tool-items a[title="Uzbek"], |
| 907 | a.single-language[title="Uzbek"] span.size22 { |
| 908 | background: url('../images/flags22.png') -59px -438px no-repeat; |
| 909 | } |
| 910 | #flags.size22 a[title="Urdu"], |
| 911 | .tool-container .tool-items a[title="Urdu"], |
| 912 | a.single-language[title="Urdu"] span.size22 { |
| 913 | background: url('../images/flags22.png') -146px -351px no-repeat; |
| 914 | } |
| 915 | #flags.size22 a[title="Vietnamese"], |
| 916 | .tool-container .tool-items a[title="Vietnamese"], |
| 917 | a.single-language[title="Vietnamese"] span.size22 { |
| 918 | background: url('../images/flags22.png') -1px -380px no-repeat; |
| 919 | } |
| 920 | #flags.size22 a[title="Welsh"], |
| 921 | .tool-container .tool-items a[title="Welsh"], |
| 922 | a.single-language[title="Welsh"] span.size22 { |
| 923 | background: url('../images/flags22.png') -30px -380px no-repeat; |
| 924 | } |
| 925 | #flags.size22 a[title="Xhosa"], |
| 926 | .tool-container .tool-items a[title="Xhosa"], |
| 927 | a.single-language[title="Xhosa"] span.size22 { |
| 928 | background: url('../images/flags22.png') -1px -3px no-repeat; |
| 929 | } |
| 930 | #flags.size22 a[title="Yiddish"], |
| 931 | .tool-container .tool-items a[title="Yiddish"], |
| 932 | a.single-language[title="Yiddish"] span.size22 { |
| 933 | background: url('../images/flags22.png') -59px -380px no-repeat; |
| 934 | } |
| 935 | #flags.size22 a[title="Yoruba"], |
| 936 | .tool-container .tool-items a[title="Yoruba"], |
| 937 | a.single-language[title="Yoruba"] span.size22 { |
| 938 | background: url('../images/flags22.png') -88px -380px no-repeat; |
| 939 | } |
| 940 | #flags.size22 a[title="Zulu"], |
| 941 | .tool-container .tool-items a[title="Zulu"], |
| 942 | a.single-language[title="Zulu"] span.size22 { |
| 943 | background: url('../images/flags22.png') -117px -380px no-repeat; |
| 944 | } |
| 945 | /* Individual flag backgrounds (20px) */ |
| 946 | |
| 947 | #flags.size20 a[title="Afrikaans"], |
| 948 | .tool-container .tool-items a[title="Afrikaans"], |
| 949 | a.single-language[title="Afrikaans"] span.size20 { |
| 950 | background: url('../images/flags20.png') -2px -4px no-repeat; |
| 951 | } |
| 952 | #flags.size20 a[title="Albanian"], |
| 953 | .tool-container .tool-items a[title="Albanian"], |
| 954 | a.single-language[title="Albanian"] span.size20 { |
| 955 | background: url('../images/flags20.png') -31px -4px no-repeat; |
| 956 | } |
| 957 | #flags.size20 a[title="Amharic"], |
| 958 | .tool-container .tool-items a[title="Amharic"], |
| 959 | a.single-language[title="Amharic"] span.size20 { |
| 960 | background: url('../images/flags20.png') -2px -468px no-repeat; |
| 961 | } |
| 962 | #flags.size20 a[title="Arabic"], |
| 963 | .tool-container .tool-items a[title="Arabic"], |
| 964 | a.single-language[title="Arabic"] span.size20 { |
| 965 | background: url('../images/flags20.png') -60px -4px no-repeat; |
| 966 | } |
| 967 | #flags.size20 a[title="Armenian"], |
| 968 | .tool-container .tool-items a[title="Armenian"], |
| 969 | a.single-language[title="Armenian"] span.size20 { |
| 970 | background: url('../images/flags20.png') -89px -4px no-repeat; |
| 971 | } |
| 972 | #flags.size20 a[title="Azerbaijani"], |
| 973 | .tool-container .tool-items a[title="Azerbaijani"], |
| 974 | a.single-language[title="Azerbaijani"] span.size20 { |
| 975 | background: url('../images/flags20.png') -118px -4px no-repeat; |
| 976 | } |
| 977 | #flags.size20 a[title="Basque"], |
| 978 | .tool-container .tool-items a[title="Basque"], |
| 979 | a.single-language[title="Basque"] span.size20 { |
| 980 | background: url('../images/flags20.png') -147px -4px no-repeat; |
| 981 | } |
| 982 | #flags.size20 a[title="Belarusian"], |
| 983 | .tool-container .tool-items a[title="Belarusian"], |
| 984 | a.single-language[title="Belarusian"] span.size20 { |
| 985 | background: url('../images/flags20.png') -2px -33px no-repeat; |
| 986 | } |
| 987 | #flags.size20 a[title="Bengali"], |
| 988 | .tool-container .tool-items a[title="Bengali"], |
| 989 | a.single-language[title="Bengali"] span.size20 { |
| 990 | background: url('../images/flags20.png') -31px -33px no-repeat; |
| 991 | } |
| 992 | #flags.size20 a[title="Bosnian"], |
| 993 | .tool-container .tool-items a[title="Bosnian"], |
| 994 | a.single-language[title="Bosnian"] span.size20 { |
| 995 | background: url('../images/flags20.png') -60px -33px no-repeat; |
| 996 | } |
| 997 | #flags.size20 a[title="Bulgarian"], |
| 998 | .tool-container .tool-items a[title="Bulgarian"], |
| 999 | a.single-language[title="Bulgarian"] span.size20 { |
| 1000 | background: url('../images/flags20.png') -89px -33px no-repeat; |
| 1001 | } |
| 1002 | #flags.size20 a[title="Catalan"], |
| 1003 | .tool-container .tool-items a[title="Catalan"], |
| 1004 | a.single-language[title="Catalan"] span.size20 { |
| 1005 | background: url('../images/flags20.png') -118px -33px no-repeat; |
| 1006 | } |
| 1007 | #flags.size20 a[title="Cebuano"], |
| 1008 | .tool-container .tool-items a[title="Cebuano"], |
| 1009 | a.single-language[title="Cebuano"] span.size20 { |
| 1010 | background: url('../images/flags20.png') -147px -33px no-repeat; |
| 1011 | } |
| 1012 | #flags.size20 a[title="Chichewa"], |
| 1013 | .tool-container .tool-items a[title="Chichewa"], |
| 1014 | a.single-language[title="Chichewa"] span.size20 { |
| 1015 | background: url('../images/flags20.png') -89px -410px no-repeat; |
| 1016 | } |
| 1017 | #flags.size20 a[title="Chinese (Simplified)"], |
| 1018 | .tool-container .tool-items a[title="Chinese (Simplified)"], |
| 1019 | a.single-language[title="Chinese (Simplified)"] span.size20 { |
| 1020 | background: url('../images/flags20.png') -2px -62px no-repeat; |
| 1021 | } |
| 1022 | #flags.size20 a[title="Chinese (Traditional)"], |
| 1023 | .tool-container .tool-items a[title="Chinese (Traditional)"], |
| 1024 | a.single-language[title="Chinese (Traditional)"] span.size20 { |
| 1025 | background: url('../images/flags20.png') -31px -62px no-repeat; |
| 1026 | } |
| 1027 | #flags.size20 a[title="Corsican"], |
| 1028 | .tool-container .tool-items a[title="Corsican"], |
| 1029 | a.single-language[title="Corsican"] span.size20 { |
| 1030 | background: url('../images/flags20.png') -118px -91px no-repeat; |
| 1031 | } |
| 1032 | #flags.size20 a[title="Croatian"], |
| 1033 | .tool-container .tool-items a[title="Croatian"], |
| 1034 | a.single-language[title="Croatian"] span.size20 { |
| 1035 | background: url('../images/flags20.png') -60px -62px no-repeat; |
| 1036 | } |
| 1037 | #flags.size20 a[title="Czech"], |
| 1038 | .tool-container .tool-items a[title="Czech"], |
| 1039 | a.single-language[title="Czech"] span.size20 { |
| 1040 | background: url('../images/flags20.png') -89px -62px no-repeat; |
| 1041 | } |
| 1042 | #flags.size20 a[title="Danish"], |
| 1043 | .tool-container .tool-items a[title="Danish"], |
| 1044 | a.single-language[title="Danish"] span.size20 { |
| 1045 | background: url('../images/flags20.png') -118px -62px no-repeat; |
| 1046 | } |
| 1047 | #flags.size20 a[title="Dutch"], |
| 1048 | .tool-container .tool-items a[title="Dutch"], |
| 1049 | a.single-language[title="Dutch"] span.size20 { |
| 1050 | background: url('../images/flags20.png') -147px -62px no-repeat; |
| 1051 | } |
| 1052 | #flags.size20 a[title="English"], |
| 1053 | .tool-container .tool-items a[title="English"], |
| 1054 | a.single-language[title="English"] span.size20 { |
| 1055 | background: url('../images/flags20.png') -89px -352px no-repeat; |
| 1056 | } |
| 1057 | #flags.size20 a.united-states[title="English"], |
| 1058 | a.single-language.united-states[title="English"] span.size20 { |
| 1059 | background: url('../images/flags20.png') -118px -352px no-repeat; |
| 1060 | } |
| 1061 | #flags.size20 a.canada[title="English"], |
| 1062 | a.single-language.canada[title="English"] span.size20 { |
| 1063 | background: url('../images/flags20.png') -89px -439px no-repeat; |
| 1064 | } |
| 1065 | #flags.size20 a[title="Esperanto"], |
| 1066 | .tool-container .tool-items a[title="Esperanto"], |
| 1067 | a.single-language[title="Esperanto"] span.size20 { |
| 1068 | background: url('../images/flags20.png') -2px -91px no-repeat; |
| 1069 | } |
| 1070 | #flags.size20 a[title="Estonian"], |
| 1071 | .tool-container .tool-items a[title="Estonian"], |
| 1072 | a.single-language[title="Estonian"] span.size20 { |
| 1073 | background: url('../images/flags20.png') -31px -91px no-repeat; |
| 1074 | } |
| 1075 | #flags.size20 a[title="Filipino"], |
| 1076 | .tool-container .tool-items a[title="Filipino"], |
| 1077 | a.single-language[title="Filipino"] span.size20 { |
| 1078 | background: url('../images/flags20.png') -60px -91px no-repeat; |
| 1079 | } |
| 1080 | #flags.size20 a[title="Finnish"], |
| 1081 | .tool-container .tool-items a[title="Finnish"], |
| 1082 | a.single-language[title="Finnish"] span.size20 { |
| 1083 | background: url('../images/flags20.png') -89px -91px no-repeat; |
| 1084 | } |
| 1085 | #flags.size20 a[title="French"], |
| 1086 | .tool-container .tool-items a[title="French"], |
| 1087 | a.single-language[title="French"] span.size20 { |
| 1088 | background: url('../images/flags20.png') -118px -91px no-repeat; |
| 1089 | } |
| 1090 | #flags.size20 a[title="Frisian"], |
| 1091 | .tool-container .tool-items a[title="Frisian"], |
| 1092 | a.single-language[title="Frisian"] span.size20 { |
| 1093 | background: url('../images/flags20.png') -147px -62px no-repeat; |
| 1094 | } |
| 1095 | #flags.size20 a[title="Galician"], |
| 1096 | .tool-container .tool-items a[title="Galician"], |
| 1097 | a.single-language[title="Galician"] span.size20 { |
| 1098 | background: url('../images/flags20.png') -147px -91px no-repeat; |
| 1099 | } |
| 1100 | #flags.size20 a[title="Georgian"], |
| 1101 | .tool-container .tool-items a[title="Georgian"], |
| 1102 | a.single-language[title="Georgian"] span.size20 { |
| 1103 | background: url('../images/flags20.png') -2px -120px no-repeat; |
| 1104 | } |
| 1105 | #flags.size20 a[title="German"], |
| 1106 | .tool-container .tool-items a[title="German"], |
| 1107 | a.single-language[title="German"] span.size20 { |
| 1108 | background: url('../images/flags20.png') -31px -120px no-repeat; |
| 1109 | } |
| 1110 | #flags.size20 a[title="Greek"], |
| 1111 | .tool-container .tool-items a[title="Greek"], |
| 1112 | a.single-language[title="Greek"] span.size20 { |
| 1113 | background: url('../images/flags20.png') -60px -120px no-repeat; |
| 1114 | } |
| 1115 | #flags.size20 a[title="Gujarati"], |
| 1116 | .tool-container .tool-items a[title="Gujarati"], |
| 1117 | a.single-language[title="Gujarati"] span.size20 { |
| 1118 | background: url('../images/flags20.png') -89px -120px no-repeat; |
| 1119 | } |
| 1120 | #flags.size20 a[title="Haitian"], |
| 1121 | .tool-container .tool-items a[title="Haitian"], |
| 1122 | a.single-language[title="Haitian"] span.size20 { |
| 1123 | background: url('../images/flags20.png') -118px -120px no-repeat; |
| 1124 | } |
| 1125 | #flags.size20 a[title="Hausa"], |
| 1126 | .tool-container .tool-items a[title="Hausa"], |
| 1127 | a.single-language[title="Hausa"] span.size20 { |
| 1128 | background: url('../images/flags20.png') -147px -120px no-repeat; |
| 1129 | } |
| 1130 | #flags.size20 a[title="Hawaiian"], |
| 1131 | .tool-container .tool-items a[title="Hawaiian"], |
| 1132 | a.single-language[title="Hawaiian"] span.size20 { |
| 1133 | background: url('../images/flags20.png') -89px -468px no-repeat; |
| 1134 | } |
| 1135 | #flags.size20 a[title="Hebrew"], |
| 1136 | .tool-container .tool-items a[title="Hebrew"], |
| 1137 | a.single-language[title="Hebrew"] span.size20 { |
| 1138 | background: url('../images/flags20.png') -2px -149px no-repeat; |
| 1139 | } |
| 1140 | #flags.size20 a[title="Hindi"], |
| 1141 | .tool-container .tool-items a[title="Hindi"], |
| 1142 | a.single-language[title="Hindi"] span.size20 { |
| 1143 | background: url('../images/flags20.png') -31px -149px no-repeat; |
| 1144 | } |
| 1145 | #flags.size20 a[title="Hmong"], |
| 1146 | .tool-container .tool-items a[title="Hmong"], |
| 1147 | a.single-language[title="Hmong"] span.size20 { |
| 1148 | background: url('../images/flags20.png') -60px -149px no-repeat; |
| 1149 | } |
| 1150 | #flags.size20 a[title="Hungarian"], |
| 1151 | .tool-container .tool-items a[title="Hungarian"], |
| 1152 | a.single-language[title="Hungarian"] span.size20 { |
| 1153 | background: url('../images/flags20.png') -89px -149px no-repeat; |
| 1154 | } |
| 1155 | #flags.size20 a[title="Icelandic"], |
| 1156 | .tool-container .tool-items a[title="Icelandic"], |
| 1157 | a.single-language[title="Icelandic"] span.size20 { |
| 1158 | background: url('../images/flags20.png') -118px -149px no-repeat; |
| 1159 | } |
| 1160 | #flags.size20 a[title="Igbo"], |
| 1161 | .tool-container .tool-items a[title="Igbo"], |
| 1162 | a.single-language[title="Igbo"] span.size20 { |
| 1163 | background: url('../images/flags20.png') -147px -149px no-repeat; |
| 1164 | } |
| 1165 | #flags.size20 a[title="Indonesian"], |
| 1166 | .tool-container .tool-items a[title="Indonesian"], |
| 1167 | a.single-language[title="Indonesian"] span.size20 { |
| 1168 | background: url('../images/flags20.png') -2px -178px no-repeat; |
| 1169 | } |
| 1170 | #flags.size20 a[title="Irish"], |
| 1171 | .tool-container .tool-items a[title="Irish"], |
| 1172 | a.single-language[title="Irish"] span.size20 { |
| 1173 | background: url('../images/flags20.png') -31px -178px no-repeat; |
| 1174 | } |
| 1175 | #flags.size20 a[title="Italian"], |
| 1176 | .tool-container .tool-items a[title="Italian"], |
| 1177 | a.single-language[title="Italian"] span.size20 { |
| 1178 | background: url('../images/flags20.png') -60px -178px no-repeat; |
| 1179 | } |
| 1180 | #flags.size20 a[title="Japanese"], |
| 1181 | .tool-container .tool-items a[title="Japanese"], |
| 1182 | a.single-language[title="Japanese"] span.size20 { |
| 1183 | background: url('../images/flags20.png') -89px -178px no-repeat; |
| 1184 | } |
| 1185 | #flags.size20 a[title="Javanese"], |
| 1186 | .tool-container .tool-items a[title="Javanese"], |
| 1187 | a.single-language[title="Javanese"] span.size20 { |
| 1188 | background: url('../images/flags20.png') -118px -178px no-repeat; |
| 1189 | } |
| 1190 | #flags.size20 a[title="Kannada"], |
| 1191 | .tool-container .tool-items a[title="Kannada"], |
| 1192 | a.single-language[title="Kannada"] span.size20 { |
| 1193 | background: url('../images/flags20.png') -147px -178px no-repeat; |
| 1194 | } |
| 1195 | #flags.size20 a[title="Kazakh"], |
| 1196 | .tool-container .tool-items a[title="Kazakh"], |
| 1197 | a.single-language[title="Kazakh"] span.size20 { |
| 1198 | background: url('../images/flags20.png') -2px -410px no-repeat; |
| 1199 | } |
| 1200 | #flags.size20 a[title="Khmer"], |
| 1201 | .tool-container .tool-items a[title="Khmer"], |
| 1202 | a.single-language[title="Khmer"] span.size20 { |
| 1203 | background: url('../images/flags20.png') -2px -207px no-repeat; |
| 1204 | } |
| 1205 | #flags.size20 a[title="Korean"], |
| 1206 | .tool-container .tool-items a[title="Korean"], |
| 1207 | a.single-language[title="Korean"] span.size20 { |
| 1208 | background: url('../images/flags20.png') -31px -207px no-repeat; |
| 1209 | } |
| 1210 | #flags.size20 a[title="Kurdish"], |
| 1211 | .tool-container .tool-items a[title="Kurdish"], |
| 1212 | a.single-language[title="Kurdish"] span.size20 { |
| 1213 | background: url('../images/flags20.png') -118px -468px no-repeat; |
| 1214 | } |
| 1215 | #flags.size20 a[title="Kyrgyz"], |
| 1216 | .tool-container .tool-items a[title="Kyrgyz"], |
| 1217 | a.single-language[title="Kyrgyz"] span.size20 { |
| 1218 | background: url('../images/flags20.png') -147px -468px no-repeat; |
| 1219 | } |
| 1220 | #flags.size20 a[title="Lao"], |
| 1221 | .tool-container .tool-items a[title="Lao"], |
| 1222 | a.single-language[title="Lao"] span.size20 { |
| 1223 | background: url('../images/flags20.png') -60px -207px no-repeat; |
| 1224 | } |
| 1225 | #flags.size20 a[title="Latin"], |
| 1226 | .tool-container .tool-items a[title="Latin"], |
| 1227 | a.single-language[title="Latin"] span.size20 { |
| 1228 | background: url('../images/flags20.png') -89px -207px no-repeat; |
| 1229 | } |
| 1230 | #flags.size20 a[title="Latvian"], |
| 1231 | .tool-container .tool-items a[title="Latvian"], |
| 1232 | a.single-language[title="Latvian"] span.size20 { |
| 1233 | background: url('../images/flags20.png') -118px -207px no-repeat; |
| 1234 | } |
| 1235 | #flags.size20 a[title="Lithuanian"], |
| 1236 | .tool-container .tool-items a[title="Lithuanian"], |
| 1237 | a.single-language[title="Lithuanian"] span.size20 { |
| 1238 | background: url('../images/flags20.png') -147px -207px no-repeat; |
| 1239 | } |
| 1240 | #flags.size20 a[title="Luxembourgish"], |
| 1241 | .tool-container .tool-items a[title="Luxembourgish"], |
| 1242 | a.single-language[title="Luxembourgish"] span.size20 { |
| 1243 | background: url('../images/flags20.png') -2px -497px no-repeat; |
| 1244 | } |
| 1245 | #flags.size20 a[title="Macedonian"], |
| 1246 | .tool-container .tool-items a[title="Macedonian"], |
| 1247 | a.single-language[title="Macedonian"] span.size20 { |
| 1248 | background: url('../images/flags20.png') -2px -236px no-repeat; |
| 1249 | } |
| 1250 | #flags.size20 a[title="Malagasy"], |
| 1251 | .tool-container .tool-items a[title="Malagasy"], |
| 1252 | a.single-language[title="Malagasy"] span.size20 { |
| 1253 | background: url('../images/flags20.png') -60px -410px no-repeat; |
| 1254 | } |
| 1255 | #flags.size20 a[title="Malay"], |
| 1256 | .tool-container .tool-items a[title="Malay"], |
| 1257 | a.single-language[title="Malay"] span.size20 { |
| 1258 | background: url('../images/flags20.png') -31px -236px no-repeat; |
| 1259 | } |
| 1260 | #flags.size20 a[title="Maltese"], |
| 1261 | .tool-container .tool-items a[title="Maltese"], |
| 1262 | a.single-language[title="Maltese"] span.size20 { |
| 1263 | background: url('../images/flags20.png') -60px -236px no-repeat; |
| 1264 | } |
| 1265 | #flags.size20 a[title="Malayalam"], |
| 1266 | .tool-container .tool-items a[title="Malayalam"], |
| 1267 | a.single-language[title="Malayalam"] span.size20 { |
| 1268 | background: url('../images/flags20.png') -118px -410px no-repeat; |
| 1269 | } |
| 1270 | #flags.size20 a[title="Maori"], |
| 1271 | .tool-container .tool-items a[title="Maori"], |
| 1272 | a.single-language[title="Maori"] span.size20 { |
| 1273 | background: url('../images/flags20.png') -89px -236px no-repeat; |
| 1274 | } |
| 1275 | #flags.size20 a[title="Marathi"], |
| 1276 | .tool-container .tool-items a[title="Marathi"], |
| 1277 | a.single-language[title="Marathi"] span.size20 { |
| 1278 | background: url('../images/flags20.png') -118px -236px no-repeat; |
| 1279 | } |
| 1280 | #flags.size20 a[title="Mongolian"], |
| 1281 | .tool-container .tool-items a[title="Mongolian"], |
| 1282 | a.single-language[title="Mongolian"] span.size20 { |
| 1283 | background: url('../images/flags20.png') -147px -236px no-repeat; |
| 1284 | } |
| 1285 | #flags.size20 a[title="Myanmar (Burmese)"], |
| 1286 | .tool-container .tool-items a[title="Myanmar (Burmese)"], |
| 1287 | a.single-language[title="Myanmar (Burmese)"] span.size20 { |
| 1288 | background: url('../images/flags20.png') -147px -410px no-repeat; |
| 1289 | } |
| 1290 | #flags.size20 a[title="Nepali"], |
| 1291 | .tool-container .tool-items a[title="Nepali"], |
| 1292 | a.single-language[title="Nepali"] span.size20 { |
| 1293 | background: url('../images/flags20.png') -2px -265px no-repeat; |
| 1294 | } |
| 1295 | #flags.size20 a[title="Norwegian"], |
| 1296 | .tool-container .tool-items a[title="Norwegian"], |
| 1297 | a.single-language[title="Norwegian"] span.size20 { |
| 1298 | background: url('../images/flags20.png') -31px -265px no-repeat; |
| 1299 | } |
| 1300 | #flags.size20 a[title="Pashto"], |
| 1301 | .tool-container .tool-items a[title="Pashto"], |
| 1302 | a.single-language[title="Pashto"] span.size20 { |
| 1303 | background: url('../images/flags20.png') -31px -497px no-repeat; |
| 1304 | } |
| 1305 | #flags.size20 a[title="Persian"], |
| 1306 | .tool-container .tool-items a[title="Persian"], |
| 1307 | a.single-language[title="Persian"] span.size20 { |
| 1308 | background: url('../images/flags20.png') -60px -265px no-repeat; |
| 1309 | } |
| 1310 | #flags.size20 a[title="Polish"], |
| 1311 | .tool-container .tool-items a[title="Polish"], |
| 1312 | a.single-language[title="Polish"] span.size20 { |
| 1313 | background: url('../images/flags20.png') -89px -265px no-repeat; |
| 1314 | } |
| 1315 | #flags.size20 a[title="Portuguese"], |
| 1316 | .tool-container .tool-items a[title="Portuguese"], |
| 1317 | a.single-language[title="Portuguese"] span.size20 { |
| 1318 | background: url('../images/flags20.png') -118px -265px no-repeat; |
| 1319 | } |
| 1320 | #flags.size20 a.brazil[title="Portuguese"], |
| 1321 | a.single-language.brazil[title="Portuguese"] span.size20 { |
| 1322 | background: url('../images/flags20.png') -147px -439px no-repeat; |
| 1323 | } |
| 1324 | #flags.size20 a[title="Punjabi"], |
| 1325 | .tool-container .tool-items a[title="Punjabi"], |
| 1326 | a.single-language[title="Punjabi"] span.size20 { |
| 1327 | background: url('../images/flags20.png') -147px -265px no-repeat; |
| 1328 | } |
| 1329 | #flags.size20 a[title="Romanian"], |
| 1330 | .tool-container .tool-items a[title="Romanian"], |
| 1331 | a.single-language[title="Romanian"] span.size20 { |
| 1332 | background: url('../images/flags20.png') -2px -294px no-repeat; |
| 1333 | } |
| 1334 | #flags.size20 a[title="Russian"], |
| 1335 | .tool-container .tool-items a[title="Russian"], |
| 1336 | a.single-language[title="Russian"] span.size20 { |
| 1337 | background: url('../images/flags20.png') -31px -294px no-repeat; |
| 1338 | } |
| 1339 | #flags.size20 a[title="Samoan"], |
| 1340 | .tool-container .tool-items a[title="Samoan"], |
| 1341 | a.single-language[title="Samoan"] span.size20 { |
| 1342 | background: url('../images/flags20.png') -31px -468px no-repeat; |
| 1343 | } |
| 1344 | #flags.size20 a[title="Scots Gaelic"], |
| 1345 | .tool-container .tool-items a[title="Scots Gaelic"], |
| 1346 | a.single-language[title="Scots Gaelic"] span.size20 { |
| 1347 | background: url('../images/flags20.png') -60px -468px no-repeat; |
| 1348 | } |
| 1349 | #flags.size20 a[title="Serbian"], |
| 1350 | .tool-container .tool-items a[title="Serbian"], |
| 1351 | a.single-language[title="Serbian"] span.size20 { |
| 1352 | background: url('../images/flags20.png') -60px -294px no-repeat; |
| 1353 | } |
| 1354 | #flags.size20 a[title="Sesotho"], |
| 1355 | .tool-container .tool-items a[title="Sesotho"], |
| 1356 | a.single-language[title="Sesotho"] span.size20 { |
| 1357 | background: url('../images/flags20.png') -31px -410px no-repeat; |
| 1358 | } |
| 1359 | #flags.size20 a[title="Shona"], |
| 1360 | .tool-container .tool-items a[title="Shona"], |
| 1361 | a.single-language[title="Shona"] span.size20 { |
| 1362 | background: url('../images/flags20.png') -60px -497px no-repeat; |
| 1363 | } |
| 1364 | #flags.size20 a[title="Sindhi"], |
| 1365 | .tool-container .tool-items a[title="Sindhi"], |
| 1366 | a.single-language[title="Sindhi"] span.size20 { |
| 1367 | background: url('../images/flags20.png') -147px -352px no-repeat; |
| 1368 | } |
| 1369 | #flags.size20 a[title="Sinhala"], |
| 1370 | .tool-container .tool-items a[title="Sinhala"], |
| 1371 | a.single-language[title="Sinhala"] span.size20 { |
| 1372 | background: url('../images/flags20.png') -2px -439px no-repeat; |
| 1373 | } |
| 1374 | #flags.size20 a[title="Slovak"], |
| 1375 | .tool-container .tool-items a[title="Slovak"], |
| 1376 | a.single-language[title="Slovak"] span.size20 { |
| 1377 | background: url('../images/flags20.png') -89px -294px no-repeat; |
| 1378 | } |
| 1379 | #flags.size20 a[title="Slovenian"], |
| 1380 | .tool-container .tool-items a[title="Slovenian"], |
| 1381 | a.single-language[title="Slovenian"] span.size20 { |
| 1382 | background: url('../images/flags20.png') -118px -294px no-repeat; |
| 1383 | } |
| 1384 | #flags.size20 a[title="Somali"], |
| 1385 | .tool-container .tool-items a[title="Somali"], |
| 1386 | a.single-language[title="Somali"] span.size20 { |
| 1387 | background: url('../images/flags20.png') -147px -294px no-repeat; |
| 1388 | } |
| 1389 | #flags.size20 a[title="Spanish"], |
| 1390 | .tool-container .tool-items a[title="Spanish"], |
| 1391 | a.single-language[title="Spanish"] span.size20 { |
| 1392 | background: url('../images/flags20.png') -2px -323px no-repeat; |
| 1393 | } |
| 1394 | #flags.size20 a.mexico[title="Spanish"], |
| 1395 | a.single-language.mexico[title="Spanish"] span.size20 { |
| 1396 | background: url('../images/flags20.png') -118px -439px no-repeat; |
| 1397 | } |
| 1398 | #flags.size20 a[title="Sundanese"], |
| 1399 | .tool-container .tool-items a[title="Sundanese"], |
| 1400 | a.single-language[title="Sundanese"] span.size20 { |
| 1401 | background: url('../images/flags20.png') -147px -381px no-repeat; |
| 1402 | } |
| 1403 | #flags.size20 a[title="Swahili"], |
| 1404 | .tool-container .tool-items a[title="Swahili"], |
| 1405 | a.single-language[title="Swahili"] span.size20 { |
| 1406 | background: url('../images/flags20.png') -31px -323px no-repeat; |
| 1407 | } |
| 1408 | #flags.size20 a[title="Swedish"], |
| 1409 | .tool-container .tool-items a[title="Swedish"], |
| 1410 | a.single-language[title="Swedish"] span.size20 { |
| 1411 | background: url('../images/flags20.png') -60px -323px no-repeat; |
| 1412 | } |
| 1413 | #flags.size20 a[title="Tajik"], |
| 1414 | .tool-container .tool-items a[title="Tajik"], |
| 1415 | a.single-language[title="Tajik"] span.size20 { |
| 1416 | background: url('../images/flags20.png') -31px -439px no-repeat; |
| 1417 | } |
| 1418 | #flags.size20 a[title="Tamil"], |
| 1419 | .tool-container .tool-items a[title="Tamil"], |
| 1420 | a.single-language[title="Tamil"] span.size20 { |
| 1421 | background: url('../images/flags20.png') -89px -323px no-repeat; |
| 1422 | } |
| 1423 | #flags.size20 a[title="Telugu"], |
| 1424 | .tool-container .tool-items a[title="Telugu"], |
| 1425 | a.single-language[title="Telugu"] span.size20 { |
| 1426 | background: url('../images/flags20.png') -118px -323px no-repeat; |
| 1427 | } |
| 1428 | #flags.size20 a[title="Thai"], |
| 1429 | .tool-container .tool-items a[title="Thai"], |
| 1430 | a.single-language[title="Thai"] span.size20 { |
| 1431 | background: url('../images/flags20.png') -147px -323px no-repeat; |
| 1432 | } |
| 1433 | #flags.size20 a[title="Turkish"], |
| 1434 | .tool-container .tool-items a[title="Turkish"], |
| 1435 | a.single-language[title="Turkish"] span.size20 { |
| 1436 | background: url('../images/flags20.png') -31px -352px no-repeat; |
| 1437 | } |
| 1438 | #flags.size20 a[title="Ukrainian"], |
| 1439 | .tool-container .tool-items a[title="Ukrainian"], |
| 1440 | a.single-language[title="Ukrainian"] span.size20 { |
| 1441 | background: url('../images/flags20.png') -60px -352px no-repeat; |
| 1442 | } |
| 1443 | #flags.size20 a[title="Urdu"], |
| 1444 | .tool-container .tool-items a[title="Urdu"], |
| 1445 | a.single-language[title="Urdu"] span.size20 { |
| 1446 | background: url('../images/flags20.png') -147px -352px no-repeat; |
| 1447 | } |
| 1448 | #flags.size20 a[title="Uzbek"], |
| 1449 | .tool-container .tool-items a[title="Uzbek"], |
| 1450 | a.single-language[title="Uzbek"] span.size20 { |
| 1451 | background: url('../images/flags20.png') -60px -439px no-repeat; |
| 1452 | } |
| 1453 | #flags.size20 a[title="Vietnamese"], |
| 1454 | .tool-container .tool-items a[title="Vietnamese"], |
| 1455 | a.single-language[title="Vietnamese"] span.size20 { |
| 1456 | background: url('../images/flags20.png') -2px -381px no-repeat; |
| 1457 | } |
| 1458 | #flags.size20 a[title="Welsh"], |
| 1459 | .tool-container .tool-items a[title="Welsh"], |
| 1460 | a.single-language[title="Welsh"] span.size20 { |
| 1461 | background: url('../images/flags20.png') -31px -381px no-repeat; |
| 1462 | } |
| 1463 | #flags.size20 a[title="Xhosa"], |
| 1464 | .tool-container .tool-items a[title="Xhosa"], |
| 1465 | a.single-language[title="Xhosa"] span.size20 { |
| 1466 | background: url('../images/flags20.png') -2px -4px no-repeat; |
| 1467 | } |
| 1468 | #flags.size20 a[title="Yiddish"], |
| 1469 | .tool-container .tool-items a[title="Yiddish"], |
| 1470 | a.single-language[title="Yiddish"] span.size20 { |
| 1471 | background: url('../images/flags20.png') -60px -381px no-repeat; |
| 1472 | } |
| 1473 | #flags.size20 a[title="Yoruba"], |
| 1474 | .tool-container .tool-items a[title="Yoruba"], |
| 1475 | a.single-language[title="Yoruba"] span.size20 { |
| 1476 | background: url('../images/flags20.png') -89px -381px no-repeat; |
| 1477 | } |
| 1478 | #flags.size20 a[title="Zulu"], |
| 1479 | .tool-container .tool-items a[title="Zulu"], |
| 1480 | a.single-language[title="Zulu"] span.size20 { |
| 1481 | background: url('../images/flags20.png') -118px -381px no-repeat; |
| 1482 | } |
| 1483 | /* Individual flag backgrounds (18px) */ |
| 1484 | |
| 1485 | #flags.size18 a[title="Afrikaans"], |
| 1486 | .tool-container .tool-items a[title="Afrikaans"], |
| 1487 | a.single-language[title="Afrikaans"] span.size18 { |
| 1488 | background: url('../images/flags18.png') -2px -4px no-repeat; |
| 1489 | } |
| 1490 | #flags.size18 a[title="Albanian"], |
| 1491 | .tool-container .tool-items a[title="Albanian"], |
| 1492 | a.single-language[title="Albanian"] span.size18 { |
| 1493 | background: url('../images/flags18.png') -31px -4px no-repeat; |
| 1494 | } |
| 1495 | #flags.size18 a[title="Amharic"], |
| 1496 | .tool-container .tool-items a[title="Amharic"], |
| 1497 | a.single-language[title="Amharic"] span.size18 { |
| 1498 | background: url('../images/flags18.png') -2px -468px no-repeat; |
| 1499 | } |
| 1500 | #flags.size18 a[title="Arabic"], |
| 1501 | .tool-container .tool-items a[title="Arabic"], |
| 1502 | a.single-language[title="Arabic"] span.size18 { |
| 1503 | background: url('../images/flags18.png') -60px -4px no-repeat; |
| 1504 | } |
| 1505 | #flags.size18 a[title="Armenian"], |
| 1506 | .tool-container .tool-items a[title="Armenian"], |
| 1507 | a.single-language[title="Armenian"] span.size18 { |
| 1508 | background: url('../images/flags18.png') -89px -4px no-repeat; |
| 1509 | } |
| 1510 | #flags.size18 a[title="Azerbaijani"], |
| 1511 | .tool-container .tool-items a[title="Azerbaijani"], |
| 1512 | a.single-language[title="Azerbaijani"] span.size18 { |
| 1513 | background: url('../images/flags18.png') -118px -4px no-repeat; |
| 1514 | } |
| 1515 | #flags.size18 a[title="Basque"], |
| 1516 | .tool-container .tool-items a[title="Basque"], |
| 1517 | a.single-language[title="Basque"] span.size18 { |
| 1518 | background: url('../images/flags18.png') -147px -4px no-repeat; |
| 1519 | } |
| 1520 | #flags.size18 a[title="Belarusian"], |
| 1521 | .tool-container .tool-items a[title="Belarusian"], |
| 1522 | a.single-language[title="Belarusian"] span.size18 { |
| 1523 | background: url('../images/flags18.png') -2px -33px no-repeat; |
| 1524 | } |
| 1525 | #flags.size18 a[title="Bengali"], |
| 1526 | .tool-container .tool-items a[title="Bengali"], |
| 1527 | a.single-language[title="Bengali"] span.size18 { |
| 1528 | background: url('../images/flags18.png') -31px -33px no-repeat; |
| 1529 | } |
| 1530 | #flags.size18 a[title="Bosnian"], |
| 1531 | .tool-container .tool-items a[title="Bosnian"], |
| 1532 | a.single-language[title="Bosnian"] span.size18 { |
| 1533 | background: url('../images/flags18.png') -60px -33px no-repeat; |
| 1534 | } |
| 1535 | #flags.size18 a[title="Bulgarian"], |
| 1536 | .tool-container .tool-items a[title="Bulgarian"], |
| 1537 | a.single-language[title="Bulgarian"] span.size18 { |
| 1538 | background: url('../images/flags18.png') -89px -33px no-repeat; |
| 1539 | } |
| 1540 | #flags.size18 a[title="Catalan"], |
| 1541 | .tool-container .tool-items a[title="Catalan"], |
| 1542 | a.single-language[title="Catalan"] span.size18 { |
| 1543 | background: url('../images/flags18.png') -118px -33px no-repeat; |
| 1544 | } |
| 1545 | #flags.size18 a[title="Cebuano"], |
| 1546 | .tool-container .tool-items a[title="Cebuano"], |
| 1547 | a.single-language[title="Cebuano"] span.size18 { |
| 1548 | background: url('../images/flags18.png') -147px -33px no-repeat; |
| 1549 | } |
| 1550 | #flags.size18 a[title="Chichewa"], |
| 1551 | .tool-container .tool-items a[title="Chichewa"], |
| 1552 | a.single-language[title="Chichewa"] span.size18 { |
| 1553 | background: url('../images/flags18.png') -89px -410px no-repeat; |
| 1554 | } |
| 1555 | #flags.size18 a[title="Chinese (Simplified)"], |
| 1556 | .tool-container .tool-items a[title="Chinese (Simplified)"], |
| 1557 | a.single-language[title="Chinese (Simplified)"] span.size18 { |
| 1558 | background: url('../images/flags18.png') -2px -62px no-repeat; |
| 1559 | } |
| 1560 | #flags.size18 a[title="Chinese (Traditional)"], |
| 1561 | .tool-container .tool-items a[title="Chinese (Traditional)"], |
| 1562 | a.single-language[title="Chinese (Traditional)"] span.size18 { |
| 1563 | background: url('../images/flags18.png') -31px -62px no-repeat; |
| 1564 | } |
| 1565 | #flags.size18 a[title="Corsican"], |
| 1566 | .tool-container .tool-items a[title="Corsican"], |
| 1567 | a.single-language[title="Corsican"] span.size18 { |
| 1568 | background: url('../images/flags18.png') -118px -91px no-repeat; |
| 1569 | } |
| 1570 | #flags.size18 a[title="Croatian"], |
| 1571 | .tool-container .tool-items a[title="Croatian"], |
| 1572 | a.single-language[title="Croatian"] span.size18 { |
| 1573 | background: url('../images/flags18.png') -60px -62px no-repeat; |
| 1574 | } |
| 1575 | #flags.size18 a[title="Czech"], |
| 1576 | .tool-container .tool-items a[title="Czech"], |
| 1577 | a.single-language[title="Czech"] span.size18 { |
| 1578 | background: url('../images/flags18.png') -89px -62px no-repeat; |
| 1579 | } |
| 1580 | #flags.size18 a[title="Danish"], |
| 1581 | .tool-container .tool-items a[title="Danish"], |
| 1582 | a.single-language[title="Danish"] span.size18 { |
| 1583 | background: url('../images/flags18.png') -118px -62px no-repeat; |
| 1584 | } |
| 1585 | #flags.size18 a[title="Dutch"], |
| 1586 | .tool-container .tool-items a[title="Dutch"], |
| 1587 | a.single-language[title="Dutch"] span.size18 { |
| 1588 | background: url('../images/flags18.png') -147px -62px no-repeat; |
| 1589 | } |
| 1590 | #flags.size18 a[title="English"], |
| 1591 | .tool-container .tool-items a[title="English"], |
| 1592 | a.single-language[title="English"] span.size18 { |
| 1593 | background: url('../images/flags18.png') -89px -352px no-repeat; |
| 1594 | } |
| 1595 | #flags.size18 a.united-states[title="English"], |
| 1596 | a.single-language.united-states[title="English"] span.size18 { |
| 1597 | background: url('../images/flags18.png') -118px -352px no-repeat; |
| 1598 | } |
| 1599 | #flags.size18 a.canada[title="English"] a.single-language.canada[title="English"] span.size18 { |
| 1600 | background: url('../images/flags18.png') -89px -439px no-repeat; |
| 1601 | } |
| 1602 | #flags.size18 a[title="Esperanto"], |
| 1603 | .tool-container .tool-items a[title="Esperanto"], |
| 1604 | a.single-language[title="Esperanto"] span.size18 { |
| 1605 | background: url('../images/flags18.png') -2px -91px no-repeat; |
| 1606 | } |
| 1607 | #flags.size18 a[title="Estonian"], |
| 1608 | .tool-container .tool-items a[title="Estonian"], |
| 1609 | a.single-language[title="Estonian"] span.size18 { |
| 1610 | background: url('../images/flags18.png') -31px -91px no-repeat; |
| 1611 | } |
| 1612 | #flags.size18 a[title="Filipino"], |
| 1613 | .tool-container .tool-items a[title="Filipino"], |
| 1614 | a.single-language[title="Filipino"] span.size18 { |
| 1615 | background: url('../images/flags18.png') -60px -91px no-repeat; |
| 1616 | } |
| 1617 | #flags.size18 a[title="Finnish"], |
| 1618 | .tool-container .tool-items a[title="Finnish"], |
| 1619 | a.single-language[title="Finnish"] span.size18 { |
| 1620 | background: url('../images/flags18.png') -89px -91px no-repeat; |
| 1621 | } |
| 1622 | #flags.size18 a[title="French"], |
| 1623 | .tool-container .tool-items a[title="French"], |
| 1624 | a.single-language[title="French"] span.size18 { |
| 1625 | background: url('../images/flags18.png') -118px -91px no-repeat; |
| 1626 | } |
| 1627 | #flags.size18 a[title="Frisian"], |
| 1628 | .tool-container .tool-items a[title="Frisian"], |
| 1629 | a.single-language[title="Frisian"] span.size18 { |
| 1630 | background: url('../images/flags18.png') -147px -62px no-repeat; |
| 1631 | } |
| 1632 | #flags.size18 a[title="Galician"], |
| 1633 | .tool-container .tool-items a[title="Galician"], |
| 1634 | a.single-language[title="Galician"] span.size18 { |
| 1635 | background: url('../images/flags18.png') -147px -91px no-repeat; |
| 1636 | } |
| 1637 | #flags.size18 a[title="Georgian"], |
| 1638 | .tool-container .tool-items a[title="Georgian"], |
| 1639 | a.single-language[title="Georgian"] span.size18 { |
| 1640 | background: url('../images/flags18.png') -2px -120px no-repeat; |
| 1641 | } |
| 1642 | #flags.size18 a[title="German"], |
| 1643 | .tool-container .tool-items a[title="German"], |
| 1644 | a.single-language[title="German"] span.size18 { |
| 1645 | background: url('../images/flags18.png') -31px -120px no-repeat; |
| 1646 | } |
| 1647 | #flags.size18 a[title="Greek"], |
| 1648 | .tool-container .tool-items a[title="Greek"], |
| 1649 | a.single-language[title="Greek"] span.size18 { |
| 1650 | background: url('../images/flags18.png') -60px -120px no-repeat; |
| 1651 | } |
| 1652 | #flags.size18 a[title="Gujarati"], |
| 1653 | .tool-container .tool-items a[title="Gujarati"], |
| 1654 | a.single-language[title="Gujarati"] span.size18 { |
| 1655 | background: url('../images/flags18.png') -89px -120px no-repeat; |
| 1656 | } |
| 1657 | #flags.size18 a[title="Haitian"], |
| 1658 | .tool-container .tool-items a[title="Haitian"], |
| 1659 | a.single-language[title="Haitian"] span.size18 { |
| 1660 | background: url('../images/flags18.png') -118px -120px no-repeat; |
| 1661 | } |
| 1662 | #flags.size18 a[title="Hawaiian"], |
| 1663 | .tool-container .tool-items a[title="Hawaiian"], |
| 1664 | a.single-language[title="Hawaiian"] span.size18 { |
| 1665 | background: url('../images/flags18.png') -89px -468px no-repeat; |
| 1666 | } |
| 1667 | #flags.size18 a[title="Hausa"], |
| 1668 | .tool-container .tool-items a[title="Hausa"], |
| 1669 | a.single-language[title="Hausa"] span.size18 { |
| 1670 | background: url('../images/flags18.png') -147px -120px no-repeat; |
| 1671 | } |
| 1672 | #flags.size18 a[title="Hebrew"], |
| 1673 | .tool-container .tool-items a[title="Hebrew"], |
| 1674 | a.single-language[title="Hebrew"] span.size18 { |
| 1675 | background: url('../images/flags18.png') -2px -149px no-repeat; |
| 1676 | } |
| 1677 | #flags.size18 a[title="Hindi"], |
| 1678 | .tool-container .tool-items a[title="Hindi"], |
| 1679 | a.single-language[title="Hindi"] span.size18 { |
| 1680 | background: url('../images/flags18.png') -31px -149px no-repeat; |
| 1681 | } |
| 1682 | #flags.size18 a[title="Hmong"], |
| 1683 | .tool-container .tool-items a[title="Hmong"], |
| 1684 | a.single-language[title="Hmong"] span.size18 { |
| 1685 | background: url('../images/flags18.png') -60px -149px no-repeat; |
| 1686 | } |
| 1687 | #flags.size18 a[title="Hungarian"], |
| 1688 | .tool-container .tool-items a[title="Hungarian"], |
| 1689 | a.single-language[title="Hungarian"] span.size18 { |
| 1690 | background: url('../images/flags18.png') -89px -149px no-repeat; |
| 1691 | } |
| 1692 | #flags.size18 a[title="Icelandic"], |
| 1693 | .tool-container .tool-items a[title="Icelandic"], |
| 1694 | a.single-language[title="Icelandic"] span.size18 { |
| 1695 | background: url('../images/flags18.png') -118px -149px no-repeat; |
| 1696 | } |
| 1697 | #flags.size18 a[title="Igbo"], |
| 1698 | .tool-container .tool-items a[title="Igbo"], |
| 1699 | a.single-language[title="Igbo"] span.size18 { |
| 1700 | background: url('../images/flags18.png') -147px -149px no-repeat; |
| 1701 | } |
| 1702 | #flags.size18 a[title="Indonesian"], |
| 1703 | .tool-container .tool-items a[title="Indonesian"], |
| 1704 | a.single-language[title="Indonesian"] span.size18 { |
| 1705 | background: url('../images/flags18.png') -2px -178px no-repeat; |
| 1706 | } |
| 1707 | #flags.size18 a[title="Irish"], |
| 1708 | .tool-container .tool-items a[title="Irish"], |
| 1709 | a.single-language[title="Irish"] span.size18 { |
| 1710 | background: url('../images/flags18.png') -31px -178px no-repeat; |
| 1711 | } |
| 1712 | #flags.size18 a[title="Italian"], |
| 1713 | .tool-container .tool-items a[title="Italian"], |
| 1714 | a.single-language[title="Italian"] span.size18 { |
| 1715 | background: url('../images/flags18.png') -60px -178px no-repeat; |
| 1716 | } |
| 1717 | #flags.size18 a[title="Japanese"], |
| 1718 | .tool-container .tool-items a[title="Japanese"], |
| 1719 | a.single-language[title="Japanese"] span.size18 { |
| 1720 | background: url('../images/flags18.png') -89px -178px no-repeat; |
| 1721 | } |
| 1722 | #flags.size18 a[title="Javanese"], |
| 1723 | .tool-container .tool-items a[title="Javanese"], |
| 1724 | a.single-language[title="Javanese"] span.size18 { |
| 1725 | background: url('../images/flags18.png') -118px -178px no-repeat; |
| 1726 | } |
| 1727 | #flags.size18 a[title="Kannada"], |
| 1728 | .tool-container .tool-items a[title="Kannada"], |
| 1729 | a.single-language[title="Kannada"] span.size18 { |
| 1730 | background: url('../images/flags18.png') -147px -178px no-repeat; |
| 1731 | } |
| 1732 | #flags.size18 a[title="Kazakh"], |
| 1733 | .tool-container .tool-items a[title="Kazakh"], |
| 1734 | a.single-language[title="Kazakh"] span.size18 { |
| 1735 | background: url('../images/flags18.png') -2px -410px no-repeat; |
| 1736 | } |
| 1737 | #flags.size18 a[title="Khmer"], |
| 1738 | .tool-container .tool-items a[title="Khmer"], |
| 1739 | a.single-language[title="Khmer"] span.size18 { |
| 1740 | background: url('../images/flags18.png') -2px -207px no-repeat; |
| 1741 | } |
| 1742 | #flags.size18 a[title="Korean"], |
| 1743 | .tool-container .tool-items a[title="Korean"], |
| 1744 | a.single-language[title="Korean"] span.size18 { |
| 1745 | background: url('../images/flags18.png') -31px -207px no-repeat; |
| 1746 | } |
| 1747 | #flags.size18 a[title="Kurdish"], |
| 1748 | .tool-container .tool-items a[title="Kurdish"], |
| 1749 | a.single-language[title="Kurdish"] span.size18 { |
| 1750 | background: url('../images/flags18.png') -118px -468px no-repeat; |
| 1751 | } |
| 1752 | #flags.size18 a[title="Kyrgyz"], |
| 1753 | .tool-container .tool-items a[title="Kyrgyz"], |
| 1754 | a.single-language[title="Kyrgyz"] span.size18 { |
| 1755 | background: url('../images/flags18.png') -147px -468px no-repeat; |
| 1756 | } |
| 1757 | #flags.size18 a[title="Lao"], |
| 1758 | .tool-container .tool-items a[title="Lao"], |
| 1759 | a.single-language[title="Lao"] span.size18 { |
| 1760 | background: url('../images/flags18.png') -60px -207px no-repeat; |
| 1761 | } |
| 1762 | #flags.size18 a[title="Latin"], |
| 1763 | .tool-container .tool-items a[title="Latin"], |
| 1764 | a.single-language[title="Latin"] span.size18 { |
| 1765 | background: url('../images/flags18.png') -89px -207px no-repeat; |
| 1766 | } |
| 1767 | #flags.size18 a[title="Latvian"], |
| 1768 | .tool-container .tool-items a[title="Latvian"], |
| 1769 | a.single-language[title="Latvian"] span.size18 { |
| 1770 | background: url('../images/flags18.png') -118px -207px no-repeat; |
| 1771 | } |
| 1772 | #flags.size18 a[title="Lithuanian"], |
| 1773 | .tool-container .tool-items a[title="Lithuanian"], |
| 1774 | a.single-language[title="Lithuanian"] span.size18 { |
| 1775 | background: url('../images/flags18.png') -147px -207px no-repeat; |
| 1776 | } |
| 1777 | #flags.size18 a[title="Luxembourgish"], |
| 1778 | .tool-container .tool-items a[title="Luxembourgish"], |
| 1779 | a.single-language[title="Luxembourgish"] span.size18 { |
| 1780 | background: url('../images/flags18.png') -2px -496px no-repeat; |
| 1781 | } |
| 1782 | #flags.size18 a[title="Macedonian"], |
| 1783 | .tool-container .tool-items a[title="Macedonian"], |
| 1784 | a.single-language[title="Macedonian"] span.size18 { |
| 1785 | background: url('../images/flags18.png') -2px -236px no-repeat; |
| 1786 | } |
| 1787 | #flags.size18 a[title="Malagasy"], |
| 1788 | .tool-container .tool-items a[title="Malagasy"], |
| 1789 | a.single-language[title="Malagasy"] span.size18 { |
| 1790 | background: url('../images/flags18.png') -60px -410px no-repeat; |
| 1791 | } |
| 1792 | #flags.size18 a[title="Malay"], |
| 1793 | .tool-container .tool-items a[title="Malay"], |
| 1794 | a.single-language[title="Malay"] span.size18 { |
| 1795 | background: url('../images/flags18.png') -31px -236px no-repeat; |
| 1796 | } |
| 1797 | #flags.size18 a[title="Malayalam"], |
| 1798 | .tool-container .tool-items a[title="Malayalam"], |
| 1799 | a.single-language[title="Malayalam"] span.size18 { |
| 1800 | background: url('../images/flags18.png') -118px -410px no-repeat; |
| 1801 | } |
| 1802 | #flags.size18 a[title="Maltese"], |
| 1803 | .tool-container .tool-items a[title="Maltese"], |
| 1804 | a.single-language[title="Maltese"] span.size18 { |
| 1805 | background: url('../images/flags18.png') -60px -236px no-repeat; |
| 1806 | } |
| 1807 | #flags.size18 a[title="Maori"], |
| 1808 | .tool-container .tool-items a[title="Maori"], |
| 1809 | a.single-language[title="Maori"] span.size18 { |
| 1810 | background: url('../images/flags18.png') -89px -236px no-repeat; |
| 1811 | } |
| 1812 | #flags.size18 a[title="Marathi"], |
| 1813 | .tool-container .tool-items a[title="Marathi"], |
| 1814 | a.single-language[title="Marathi"] span.size18 { |
| 1815 | background: url('../images/flags18.png') -118px -236px no-repeat; |
| 1816 | } |
| 1817 | #flags.size18 a[title="Mongolian"], |
| 1818 | .tool-container .tool-items a[title="Mongolian"], |
| 1819 | a.single-language[title="Mongolian"] span.size18 { |
| 1820 | background: url('../images/flags18.png') -147px -236px no-repeat; |
| 1821 | } |
| 1822 | #flags.size18 a[title="Myanmar (Burmese)"], |
| 1823 | .tool-container .tool-items a[title="Myanmar (Burmese)"], |
| 1824 | a.single-language[title="Myanmar (Burmese)"] span.size18 { |
| 1825 | background: url('../images/flags18.png') -147px -410px no-repeat; |
| 1826 | } |
| 1827 | #flags.size18 a[title="Nepali"], |
| 1828 | .tool-container .tool-items a[title="Nepali"], |
| 1829 | a.single-language[title="Nepali"] span.size18 { |
| 1830 | background: url('../images/flags18.png') -2px -265px no-repeat; |
| 1831 | } |
| 1832 | #flags.size18 a[title="Norwegian"], |
| 1833 | .tool-container .tool-items a[title="Norwegian"], |
| 1834 | a.single-language[title="Norwegian"] span.size18 { |
| 1835 | background: url('../images/flags18.png') -31px -265px no-repeat; |
| 1836 | } |
| 1837 | #flags.size18 a[title="Pashto"], |
| 1838 | .tool-container .tool-items a[title="Pashto"], |
| 1839 | a.single-language[title="Pashto"] span.size18 { |
| 1840 | background: url('../images/flags18.png') -31px -496px no-repeat; |
| 1841 | } |
| 1842 | #flags.size18 a[title="Persian"], |
| 1843 | .tool-container .tool-items a[title="Persian"], |
| 1844 | a.single-language[title="Persian"] span.size18 { |
| 1845 | background: url('../images/flags18.png') -60px -265px no-repeat; |
| 1846 | } |
| 1847 | #flags.size18 a[title="Polish"], |
| 1848 | .tool-container .tool-items a[title="Polish"], |
| 1849 | a.single-language[title="Polish"] span.size18 { |
| 1850 | background: url('../images/flags18.png') -89px -265px no-repeat; |
| 1851 | } |
| 1852 | #flags.size18 a[title="Portuguese"], |
| 1853 | .tool-container .tool-items a[title="Portuguese"], |
| 1854 | a.single-language[title="Portuguese"] span.size18 { |
| 1855 | background: url('../images/flags18.png') -118px -265px no-repeat; |
| 1856 | } |
| 1857 | #flags.size18 a.brazil[title="Portuguese"], |
| 1858 | a.single-language.brazil[title="Portuguese"] span.size18 { |
| 1859 | background: url('../images/flags18.png') -147px -439px no-repeat; |
| 1860 | } |
| 1861 | #flags.size18 a[title="Punjabi"], |
| 1862 | .tool-container .tool-items a[title="Punjabi"], |
| 1863 | a.single-language[title="Punjabi"] span.size18 { |
| 1864 | background: url('../images/flags18.png') -147px -265px no-repeat; |
| 1865 | } |
| 1866 | #flags.size18 a[title="Romanian"], |
| 1867 | .tool-container .tool-items a[title="Romanian"], |
| 1868 | a.single-language[title="Romanian"] span.size18 { |
| 1869 | background: url('../images/flags18.png') -2px -294px no-repeat; |
| 1870 | } |
| 1871 | #flags.size18 a[title="Russian"], |
| 1872 | .tool-container .tool-items a[title="Russian"], |
| 1873 | a.single-language[title="Russian"] span.size18 { |
| 1874 | background: url('../images/flags18.png') -31px -294px no-repeat; |
| 1875 | } |
| 1876 | #flags.size18 a[title="Samoan"], |
| 1877 | .tool-container .tool-items a[title="Samoan"], |
| 1878 | a.single-language[title="Samoan"] span.size18 { |
| 1879 | background: url('../images/flags18.png') -31px -468px no-repeat; |
| 1880 | } |
| 1881 | #flags.size18 a[title="Scots Gaelic"], |
| 1882 | .tool-container .tool-items a[title="Scots Gaelic"], |
| 1883 | a.single-language[title="Scots Gaelic"] span.size18 { |
| 1884 | background: url('../images/flags18.png') -60px -468px no-repeat; |
| 1885 | } |
| 1886 | #flags.size18 a[title="Serbian"], |
| 1887 | .tool-container .tool-items a[title="Serbian"], |
| 1888 | a.single-language[title="Serbian"] span.size18 { |
| 1889 | background: url('../images/flags18.png') -60px -294px no-repeat; |
| 1890 | } |
| 1891 | #flags.size18 a[title="Sesotho"], |
| 1892 | .tool-container .tool-items a[title="Sesotho"], |
| 1893 | a.single-language[title="Sesotho"] span.size18 { |
| 1894 | background: url('../images/flags18.png') -31px -410px no-repeat; |
| 1895 | } |
| 1896 | #flags.size18 a[title="Shona"], |
| 1897 | .tool-container .tool-items a[title="Shona"], |
| 1898 | a.single-language[title="Shona"] span.size18 { |
| 1899 | background: url('../images/flags18.png') -60px -496px no-repeat; |
| 1900 | } |
| 1901 | #flags.size18 a[title="Sindhi"], |
| 1902 | .tool-container .tool-items a[title="Sindhi"], |
| 1903 | a.single-language[title="Sindhi"] span.size18 { |
| 1904 | background: url('../images/flags18.png') -147px -352px no-repeat; |
| 1905 | } |
| 1906 | #flags.size18 a[title="Sinhala"], |
| 1907 | .tool-container .tool-items a[title="Sinhala"], |
| 1908 | a.single-language[title="Sinhala"] span.size18 { |
| 1909 | background: url('../images/flags18.png') -2px -439px no-repeat; |
| 1910 | } |
| 1911 | #flags.size18 a[title="Slovak"], |
| 1912 | .tool-container .tool-items a[title="Slovak"], |
| 1913 | a.single-language[title="Slovak"] span.size18 { |
| 1914 | background: url('../images/flags18.png') -89px -294px no-repeat; |
| 1915 | } |
| 1916 | #flags.size18 a[title="Slovenian"], |
| 1917 | .tool-container .tool-items a[title="Slovenian"], |
| 1918 | a.single-language[title="Slovenian"] span.size18 { |
| 1919 | background: url('../images/flags18.png') -118px -294px no-repeat; |
| 1920 | } |
| 1921 | #flags.size18 a[title="Somali"], |
| 1922 | .tool-container .tool-items a[title="Somali"], |
| 1923 | a.single-language[title="Somali"] span.size18 { |
| 1924 | background: url('../images/flags18.png') -147px -294px no-repeat; |
| 1925 | } |
| 1926 | #flags.size18 a[title="Spanish"], |
| 1927 | .tool-container .tool-items a[title="Spanish"], |
| 1928 | a.single-language[title="Spanish"] span.size18 { |
| 1929 | background: url('../images/flags18.png') -2px -323px no-repeat; |
| 1930 | } |
| 1931 | #flags.size18 a.mexico[title="Spanish"], |
| 1932 | a.single-language.mexico[title="Spanish"] span.size18 { |
| 1933 | background: url('../images/flags18.png') -118px -439px no-repeat; |
| 1934 | } |
| 1935 | #flags.size18 a[title="Sundanese"], |
| 1936 | .tool-container .tool-items a[title="Sundanese"], |
| 1937 | a.single-language[title="Sundanese"] span.size18 { |
| 1938 | background: url('../images/flags18.png') -147px -381px no-repeat; |
| 1939 | } |
| 1940 | #flags.size18 a[title="Swahili"], |
| 1941 | .tool-container .tool-items a[title="Swahili"], |
| 1942 | a.single-language[title="Swahili"] span.size18 { |
| 1943 | background: url('../images/flags18.png') -31px -323px no-repeat; |
| 1944 | } |
| 1945 | #flags.size18 a[title="Swedish"], |
| 1946 | .tool-container .tool-items a[title="Swedish"], |
| 1947 | a.single-language[title="Swedish"] span.size18 { |
| 1948 | background: url('../images/flags18.png') -60px -323px no-repeat; |
| 1949 | } |
| 1950 | #flags.size18 a[title="Tajik"], |
| 1951 | .tool-container .tool-items a[title="Tajik"], |
| 1952 | a.single-language[title="Tajik"] span.size18 { |
| 1953 | background: url('../images/flags18.png') -31px -439px no-repeat; |
| 1954 | } |
| 1955 | #flags.size18 a[title="Tamil"], |
| 1956 | .tool-container .tool-items a[title="Tamil"], |
| 1957 | a.single-language[title="Tamil"] span.size18 { |
| 1958 | background: url('../images/flags18.png') -89px -323px no-repeat; |
| 1959 | } |
| 1960 | #flags.size18 a[title="Telugu"], |
| 1961 | .tool-container .tool-items a[title="Telugu"], |
| 1962 | a.single-language[title="Telugu"] span.size18 { |
| 1963 | background: url('../images/flags18.png') -118px -323px no-repeat; |
| 1964 | } |
| 1965 | #flags.size18 a[title="Thai"], |
| 1966 | .tool-container .tool-items a[title="Thai"], |
| 1967 | a.single-language[title="Thai"] span.size18 { |
| 1968 | background: url('../images/flags18.png') -147px -323px no-repeat; |
| 1969 | } |
| 1970 | #flags.size18 a[title="Turkish"], |
| 1971 | .tool-container .tool-items a[title="Turkish"], |
| 1972 | a.single-language[title="Turkish"] span.size18 { |
| 1973 | background: url('../images/flags18.png') -31px -352px no-repeat; |
| 1974 | } |
| 1975 | #flags.size18 a[title="Ukrainian"], |
| 1976 | .tool-container .tool-items a[title="Ukrainian"], |
| 1977 | a.single-language[title="Ukrainian"] span.size18 { |
| 1978 | background: url('../images/flags18.png') -60px -352px no-repeat; |
| 1979 | } |
| 1980 | #flags.size18 a[title="Urdu"], |
| 1981 | .tool-container .tool-items a[title="Urdu"], |
| 1982 | a.single-language[title="Urdu"] span.size18 { |
| 1983 | background: url('../images/flags18.png') -147px -352px no-repeat; |
| 1984 | } |
| 1985 | #flags.size18 a[title="Uzbek"], |
| 1986 | .tool-container .tool-items a[title="Uzbek"], |
| 1987 | a.single-language[title="Uzbek"] span.size18 { |
| 1988 | background: url('../images/flags18.png') -60px -439px no-repeat; |
| 1989 | } |
| 1990 | #flags.size18 a[title="Vietnamese"], |
| 1991 | .tool-container .tool-items a[title="Vietnamese"], |
| 1992 | a.single-language[title="Vietnamese"] span.size18 { |
| 1993 | background: url('../images/flags18.png') -2px -381px no-repeat; |
| 1994 | } |
| 1995 | #flags.size18 a[title="Welsh"], |
| 1996 | .tool-container .tool-items a[title="Welsh"], |
| 1997 | a.single-language[title="Welsh"] span.size18 { |
| 1998 | background: url('../images/flags18.png') -31px -381px no-repeat; |
| 1999 | } |
| 2000 | #flags.size18 a[title="Xhosa"], |
| 2001 | .tool-container .tool-items a[title="Xhosa"], |
| 2002 | a.single-language[title="Xhosa"] span.size18 { |
| 2003 | background: url('../images/flags18.png') -2px -4px no-repeat; |
| 2004 | } |
| 2005 | #flags.size18 a[title="Yiddish"], |
| 2006 | .tool-container .tool-items a[title="Yiddish"], |
| 2007 | a.single-language[title="Yiddish"] span.size18 { |
| 2008 | background: url('../images/flags18.png') -60px -381px no-repeat; |
| 2009 | } |
| 2010 | #flags.size18 a[title="Yoruba"], |
| 2011 | .tool-container .tool-items a[title="Yoruba"], |
| 2012 | a.single-language[title="Yoruba"] span.size18 { |
| 2013 | background: url('../images/flags18.png') -89px -381px no-repeat; |
| 2014 | } |
| 2015 | #flags.size18 a[title="Zulu"], |
| 2016 | .tool-container .tool-items a[title="Zulu"], |
| 2017 | a.single-language[title="Zulu"] span.size18 { |
| 2018 | background: url('../images/flags18.png') -118px -381px no-repeat; |
| 2019 | } |
| 2020 | /* Individual flag backgrounds (16px) */ |
| 2021 | |
| 2022 | #flags.size16 a[title="Afrikaans"], |
| 2023 | #language .switcher .selected a[title="Afrikaans"] span, |
| 2024 | #language .switcher .option a[title="Afrikaans"] span, |
| 2025 | .tool-container .tool-items a[title="Afrikaans"], |
| 2026 | a.single-language[title="Afrikaans"] span.size16 { |
| 2027 | background: url('../images/flags16.png') -4px -5px no-repeat; |
| 2028 | } |
| 2029 | #flags.size16 a[title="Albanian"], |
| 2030 | #language .switcher .selected a[title="Albanian"] span, |
| 2031 | #language .switcher .option a[title="Albanian"] span, |
| 2032 | .tool-container .tool-items a[title="Albanian"], |
| 2033 | a.single-language[title="Albanian"] span.size16 { |
| 2034 | background: url('../images/flags16.png') -33px -5px no-repeat; |
| 2035 | } |
| 2036 | #flags.size16 a[title="Amharic"], |
| 2037 | #language .switcher .selected a[title="Amharic"] span, |
| 2038 | #language .switcher .option a[title="Amharic"] span, |
| 2039 | .tool-container .tool-items a[title="Amharic"], |
| 2040 | a.single-language[title="Amharic"] span.size16 { |
| 2041 | background: url('../images/flags16.png') -4px -469px no-repeat; |
| 2042 | } |
| 2043 | #flags.size16 a[title="Arabic"], |
| 2044 | #language .switcher .selected a[title="Arabic"] span, |
| 2045 | #language .switcher .option a[title="Arabic"] span, |
| 2046 | .tool-container .tool-items a[title="Arabic"], |
| 2047 | a.single-language[title="Arabic"] span.size16 { |
| 2048 | background: url('../images/flags16.png') -62px -5px no-repeat; |
| 2049 | } |
| 2050 | #flags.size16 a[title="Armenian"], |
| 2051 | #language .switcher .selected a[title="Armenian"] span, |
| 2052 | #language .switcher .option a[title="Armenian"] span, |
| 2053 | .tool-container .tool-items a[title="Armenian"], |
| 2054 | a.single-language[title="Armenian"] span.size16 { |
| 2055 | background: url('../images/flags16.png') -91px -5px no-repeat; |
| 2056 | } |
| 2057 | #flags.size16 a[title="Azerbaijani"], |
| 2058 | #language .switcher .selected a[title="Azerbaijani"] span, |
| 2059 | #language .switcher .option a[title="Azerbaijani"] span, |
| 2060 | .tool-container .tool-items a[title="Azerbaijani"], |
| 2061 | a.single-language[title="Azerbaijani"] span.size16 { |
| 2062 | background: url('../images/flags16.png') -120px -5px no-repeat; |
| 2063 | } |
| 2064 | #flags.size16 a[title="Basque"], |
| 2065 | #language .switcher .selected a[title="Basque"] span, |
| 2066 | #language .switcher .option a[title="Basque"] span, |
| 2067 | .tool-container .tool-items a[title="Basque"], |
| 2068 | a.single-language[title="Basque"] span.size16 { |
| 2069 | background: url('../images/flags16.png') -149px -5px no-repeat; |
| 2070 | } |
| 2071 | #flags.size16 a[title="Belarusian"], |
| 2072 | #language .switcher .selected a[title="Belarusian"] span, |
| 2073 | #language .switcher .option a[title="Belarusian"] span, |
| 2074 | .tool-container .tool-items a[title="Belarusian"], |
| 2075 | a.single-language[title="Belarusian"] span.size16 { |
| 2076 | background: url('../images/flags16.png') -4px -34px no-repeat; |
| 2077 | } |
| 2078 | #flags.size16 a[title="Bengali"], |
| 2079 | #language .switcher .selected a[title="Bengali"] span, |
| 2080 | #language .switcher .option a[title="Bengali"] span, |
| 2081 | .tool-container .tool-items a[title="Bengali"], |
| 2082 | a.single-language[title="Bengali"] span.size16 { |
| 2083 | background: url('../images/flags16.png') -33px -34px no-repeat; |
| 2084 | } |
| 2085 | #flags.size16 a[title="Bosnian"], |
| 2086 | #language .switcher .selected a[title="Bosnian"] span, |
| 2087 | #language .switcher .option a[title="Bosnian"] span, |
| 2088 | .tool-container .tool-items a[title="Bosnian"], |
| 2089 | a.single-language[title="Bosnian"] span.size16 { |
| 2090 | background: url('../images/flags16.png') -62px -34px no-repeat; |
| 2091 | } |
| 2092 | #flags.size16 a[title="Bulgarian"], |
| 2093 | #language .switcher .selected a[title="Bulgarian"] span, |
| 2094 | #language .switcher .option a[title="Bulgarian"] span, |
| 2095 | .tool-container .tool-items a[title="Bulgarian"], |
| 2096 | a.single-language[title="Bulgarian"] span.size16 { |
| 2097 | background: url('../images/flags16.png') -91px -34px no-repeat; |
| 2098 | } |
| 2099 | #flags.size16 a[title="Catalan"], |
| 2100 | #language .switcher .selected a[title="Catalan"] span, |
| 2101 | #language .switcher .option a[title="Catalan"] span, |
| 2102 | .tool-container .tool-items a[title="Catalan"], |
| 2103 | a.single-language[title="Catalan"] span.size16 { |
| 2104 | background: url('../images/flags16.png') -120px -34px no-repeat; |
| 2105 | } |
| 2106 | #flags.size16 a[title="Cebuano"], |
| 2107 | #language .switcher .selected a[title="Cebuano"] span, |
| 2108 | #language .switcher .option a[title="Cebuano"] span, |
| 2109 | .tool-container .tool-items a[title="Cebuano"], |
| 2110 | a.single-language[title="Cebuano"] span.size16 { |
| 2111 | background: url('../images/flags16.png') -149px -34px no-repeat; |
| 2112 | } |
| 2113 | #flags.size16 a[title="Chichewa"], |
| 2114 | #language .switcher .selected a[title="Chichewa"] span, |
| 2115 | #language .switcher .option a[title="Chichewa"] span, |
| 2116 | .tool-container .tool-items a[title="Chichewa"], |
| 2117 | a.single-language[title="Chichewa"] span.size16 { |
| 2118 | background: url('../images/flags16.png') -91px -411px no-repeat; |
| 2119 | } |
| 2120 | #flags.size16 a[title="Chinese (Simplified)"], |
| 2121 | #language .switcher .selected a[title="Chinese (Simplified)"] span, |
| 2122 | #language .switcher .option a[title="Chinese (Simplified)"] span, |
| 2123 | .tool-container .tool-items a[title="Chinese (Simplified)"], |
| 2124 | a.single-language[title="Chinese (Simplified)"] span.size16 { |
| 2125 | background: url('../images/flags16.png') -4px -63px no-repeat; |
| 2126 | } |
| 2127 | #flags.size16 a[title="Chinese (Traditional)"], |
| 2128 | #language .switcher .selected a[title="Chinese (Traditional)"] span, |
| 2129 | #language .switcher .option a[title="Chinese (Traditional)"] span, |
| 2130 | .tool-container .tool-items a[title="Chinese (Traditional)"], |
| 2131 | a.single-language[title="Chinese (Traditional)"] span.size16 { |
| 2132 | background: url('../images/flags16.png') -33px -63px no-repeat; |
| 2133 | } |
| 2134 | #flags.size16 a[title="Corsican"], |
| 2135 | #language .switcher .selected a[title="Corsican"] span, |
| 2136 | #language .switcher .option a[title="Corsican"] span, |
| 2137 | .tool-container .tool-items a[title="Corsican"], |
| 2138 | a.single-language[title="Corsican"] span.size16 { |
| 2139 | background: url('../images/flags16.png') -120px -92px no-repeat; |
| 2140 | } |
| 2141 | #flags.size16 a[title="Croatian"], |
| 2142 | #language .switcher .selected a[title="Croatian"] span, |
| 2143 | #language .switcher .option a[title="Croatian"] span, |
| 2144 | .tool-container .tool-items a[title="Croatian"], |
| 2145 | a.single-language[title="Croatian"] span.size16 { |
| 2146 | background: url('../images/flags16.png') -62px -63px no-repeat; |
| 2147 | } |
| 2148 | #flags.size16 a[title="Czech"], |
| 2149 | #language .switcher .selected a[title="Czech"] span, |
| 2150 | #language .switcher .option a[title="Czech"] span, |
| 2151 | .tool-container .tool-items a[title="Czech"], |
| 2152 | a.single-language[title="Czech"] span.size16 { |
| 2153 | background: url('../images/flags16.png') -91px -63px no-repeat; |
| 2154 | } |
| 2155 | #flags.size16 a[title="Danish"], |
| 2156 | #language .switcher .selected a[title="Danish"] span, |
| 2157 | #language .switcher .option a[title="Danish"] span, |
| 2158 | .tool-container .tool-items a[title="Danish"], |
| 2159 | a.single-language[title="Danish"] span.size16 { |
| 2160 | background: url('../images/flags16.png') -120px -63px no-repeat; |
| 2161 | } |
| 2162 | #flags.size16 a[title="Dutch"], |
| 2163 | #language .switcher .selected a[title="Dutch"] span, |
| 2164 | #language .switcher .option a[title="Dutch"] span, |
| 2165 | .tool-container .tool-items a[title="Dutch"], |
| 2166 | a.single-language[title="Dutch"] span.size16 { |
| 2167 | background: url('../images/flags16.png') -149px -63px no-repeat; |
| 2168 | } |
| 2169 | #flags.size16 a[title="English"], |
| 2170 | #language .switcher .selected a[title="English"] span, |
| 2171 | #language .switcher .option a[title="English"] span, |
| 2172 | .tool-container .tool-items a[title="English"], |
| 2173 | a.single-language[title="English"] span.size16 { |
| 2174 | background: url('../images/flags16.png') -91px -353px no-repeat; |
| 2175 | } |
| 2176 | #flags.size16 a.united-states[title="English"], |
| 2177 | #language .switcher .selected a[title="English"] span.united-states, |
| 2178 | #language .switcher .option a[title="English"] span.united-states, |
| 2179 | a.single-language.united-states[title="English"] span.size16 { |
| 2180 | background: url('../images/flags16.png') -120px -353px no-repeat; |
| 2181 | } |
| 2182 | #flags.size16 a.canada[title="English"], |
| 2183 | #language .switcher .selected a[title="English"] span.canada, |
| 2184 | #language .switcher .option a[title="English"] span.canada, |
| 2185 | a.single-language.canada[title="English"] span.size16 { |
| 2186 | background: url('../images/flags16.png') -91px -440px no-repeat; |
| 2187 | } |
| 2188 | #flags.size16 a[title="Esperanto"], |
| 2189 | #language .switcher .selected a[title="Esperanto"] span, |
| 2190 | #language .switcher .option a[title="Esperanto"] span, |
| 2191 | .tool-container .tool-items a[title="Esperanto"], |
| 2192 | a.single-language[title="Esperanto"] span.size16 { |
| 2193 | background: url('../images/flags16.png') -4px -92px no-repeat; |
| 2194 | } |
| 2195 | #flags.size16 a[title="Estonian"], |
| 2196 | #language .switcher .selected a[title="Estonian"] span, |
| 2197 | #language .switcher .option a[title="Estonian"] span, |
| 2198 | .tool-container .tool-items a[title="Estonian"], |
| 2199 | a.single-language[title="Estonian"] span.size16 { |
| 2200 | background: url('../images/flags16.png') -33px -92px no-repeat; |
| 2201 | } |
| 2202 | #flags.size16 a[title="Filipino"], |
| 2203 | #language .switcher .selected a[title="Filipino"] span, |
| 2204 | #language .switcher .option a[title="Filipino"] span, |
| 2205 | .tool-container .tool-items a[title="Filipino"], |
| 2206 | a.single-language[title="Filipino"] span.size16 { |
| 2207 | background: url('../images/flags16.png') -62px -92px no-repeat; |
| 2208 | } |
| 2209 | #flags.size16 a[title="Finnish"], |
| 2210 | #language .switcher .selected a[title="Finnish"] span, |
| 2211 | #language .switcher .option a[title="Finnish"] span, |
| 2212 | .tool-container .tool-items a[title="Finnish"], |
| 2213 | a.single-language[title="Finnish"] span.size16 { |
| 2214 | background: url('../images/flags16.png') -91px -92px no-repeat; |
| 2215 | } |
| 2216 | #flags.size16 a[title="French"], |
| 2217 | #language .switcher .selected a[title="French"] span, |
| 2218 | #language .switcher .option a[title="French"] span, |
| 2219 | .tool-container .tool-items a[title="French"], |
| 2220 | a.single-language[title="French"] span.size16 { |
| 2221 | background: url('../images/flags16.png') -120px -92px no-repeat; |
| 2222 | } |
| 2223 | #flags.size16 a[title="Frisian"], |
| 2224 | #language .switcher .selected a[title="Frisian"] span, |
| 2225 | #language .switcher .option a[title="Frisian"] span, |
| 2226 | .tool-container .tool-items a[title="Frisian"], |
| 2227 | a.single-language[title="Frisian"] span.size16 { |
| 2228 | background: url('../images/flags16.png') -149px -63px no-repeat; |
| 2229 | } |
| 2230 | #flags.size16 a[title="Galician"], |
| 2231 | #language .switcher .selected a[title="Galician"] span, |
| 2232 | #language .switcher .option a[title="Galician"] span, |
| 2233 | .tool-container .tool-items a[title="Galician"], |
| 2234 | a.single-language[title="Galician"] span.size16 { |
| 2235 | background: url('../images/flags16.png') -149px -92px no-repeat; |
| 2236 | } |
| 2237 | #flags.size16 a[title="Georgian"], |
| 2238 | #language .switcher .selected a[title="Georgian"] span, |
| 2239 | #language .switcher .option a[title="Georgian"] span, |
| 2240 | .tool-container .tool-items a[title="Georgian"], |
| 2241 | a.single-language[title="Georgian"] span.size16 { |
| 2242 | background: url('../images/flags16.png') -4px -121px no-repeat; |
| 2243 | } |
| 2244 | #flags.size16 a[title="German"], |
| 2245 | #language .switcher .selected a[title="German"] span, |
| 2246 | #language .switcher .option a[title="German"] span, |
| 2247 | .tool-container .tool-items a[title="German"], |
| 2248 | a.single-language[title="German"] span.size16 { |
| 2249 | background: url('../images/flags16.png') -33px -121px no-repeat; |
| 2250 | } |
| 2251 | #flags.size16 a[title="Greek"], |
| 2252 | #language .switcher .selected a[title="Greek"] span, |
| 2253 | #language .switcher .option a[title="Greek"] span, |
| 2254 | .tool-container .tool-items a[title="Greek"], |
| 2255 | a.single-language[title="Greek"] span.size16 { |
| 2256 | background: url('../images/flags16.png') -62px -121px no-repeat; |
| 2257 | } |
| 2258 | #flags.size16 a[title="Gujarati"], |
| 2259 | #language .switcher .selected a[title="Gujarati"] span, |
| 2260 | #language .switcher .option a[title="Gujarati"] span, |
| 2261 | .tool-container .tool-items a[title="Gujarati"], |
| 2262 | a.single-language[title="Gujarati"] span.size16 { |
| 2263 | background: url('../images/flags16.png') -91px -121px no-repeat; |
| 2264 | } |
| 2265 | #flags.size16 a[title="Haitian"], |
| 2266 | #language .switcher .selected a[title="Haitian"] span, |
| 2267 | #language .switcher .option a[title="Haitian"] span, |
| 2268 | .tool-container .tool-items a[title="Haitian"], |
| 2269 | a.single-language[title="Haitian"] span.size16 { |
| 2270 | background: url('../images/flags16.png') -120px -121px no-repeat; |
| 2271 | } |
| 2272 | #flags.size16 a[title="Hawaiian"], |
| 2273 | #language .switcher .selected a[title="Hawaiian"] span, |
| 2274 | #language .switcher .option a[title="Hawaiian"] span, |
| 2275 | .tool-container .tool-items a[title="Hawaiian"], |
| 2276 | a.single-language[title="Hawaiian"] span.size16 { |
| 2277 | background: url('../images/flags16.png') -91px -469px no-repeat; |
| 2278 | } |
| 2279 | #flags.size16 a[title="Hausa"], |
| 2280 | #language .switcher .selected a[title="Hausa"] span, |
| 2281 | #language .switcher .option a[title="Hausa"] span, |
| 2282 | .tool-container .tool-items a[title="Hausa"], |
| 2283 | a.single-language[title="Hausa"] span.size16 { |
| 2284 | background: url('../images/flags16.png') -149px -121px no-repeat; |
| 2285 | } |
| 2286 | #flags.size16 a[title="Hebrew"], |
| 2287 | #language .switcher .selected a[title="Hebrew"] span, |
| 2288 | #language .switcher .option a[title="Hebrew"] span, |
| 2289 | .tool-container .tool-items a[title="Hebrew"], |
| 2290 | a.single-language[title="Hebrew"] span.size16 { |
| 2291 | background: url('../images/flags16.png') -4px -150px no-repeat; |
| 2292 | } |
| 2293 | #flags.size16 a[title="Hindi"], |
| 2294 | #language .switcher .selected a[title="Hindi"] span, |
| 2295 | #language .switcher .option a[title="Hindi"] span, |
| 2296 | .tool-container .tool-items a[title="Hindi"], |
| 2297 | a.single-language[title="Hindi"] span.size16 { |
| 2298 | background: url('../images/flags16.png') -33px -150px no-repeat; |
| 2299 | } |
| 2300 | #flags.size16 a[title="Hmong"], |
| 2301 | #language .switcher .selected a[title="Hmong"] span, |
| 2302 | #language .switcher .option a[title="Hmong"] span, |
| 2303 | .tool-container .tool-items a[title="Hmong"], |
| 2304 | a.single-language[title="Hmong"] span.size16 { |
| 2305 | background: url('../images/flags16.png') -62px -150px no-repeat; |
| 2306 | } |
| 2307 | #flags.size16 a[title="Hungarian"], |
| 2308 | #language .switcher .selected a[title="Hungarian"] span, |
| 2309 | #language .switcher .option a[title="Hungarian"] span, |
| 2310 | .tool-container .tool-items a[title="Hungarian"], |
| 2311 | a.single-language[title="Hungarian"] span.size16 { |
| 2312 | background: url('../images/flags16.png') -91px -150px no-repeat; |
| 2313 | } |
| 2314 | #flags.size16 a[title="Icelandic"], |
| 2315 | #language .switcher .selected a[title="Icelandic"] span, |
| 2316 | #language .switcher .option a[title="Icelandic"] span, |
| 2317 | .tool-container .tool-items a[title="Icelandic"], |
| 2318 | a.single-language[title="Icelandic"] span.size16 { |
| 2319 | background: url('../images/flags16.png') -120px -150px no-repeat; |
| 2320 | } |
| 2321 | #flags.size16 a[title="Igbo"], |
| 2322 | #language .switcher .selected a[title="Igbo"] span, |
| 2323 | #language .switcher .option a[title="Igbo"] span, |
| 2324 | .tool-container .tool-items a[title="Igbo"], |
| 2325 | a.single-language[title="Igbo"] span.size16 { |
| 2326 | background: url('../images/flags16.png') -149px -150px no-repeat; |
| 2327 | } |
| 2328 | #flags.size16 a[title="Indonesian"], |
| 2329 | #language .switcher .selected a[title="Indonesian"] span, |
| 2330 | #language .switcher .option a[title="Indonesian"] span, |
| 2331 | .tool-container .tool-items a[title="Indonesian"], |
| 2332 | a.single-language[title="Indonesian"] span.size16 { |
| 2333 | background: url('../images/flags16.png') -4px -179px no-repeat; |
| 2334 | } |
| 2335 | #flags.size16 a[title="Irish"], |
| 2336 | #language .switcher .selected a[title="Irish"] span, |
| 2337 | #language .switcher .option a[title="Irish"] span, |
| 2338 | .tool-container .tool-items a[title="Irish"], |
| 2339 | a.single-language[title="Irish"] span.size16 { |
| 2340 | background: url('../images/flags16.png') -33px -179px no-repeat; |
| 2341 | } |
| 2342 | #flags.size16 a[title="Italian"], |
| 2343 | #language .switcher .selected a[title="Italian"] span, |
| 2344 | #language .switcher .option a[title="Italian"] span, |
| 2345 | .tool-container .tool-items a[title="Italian"], |
| 2346 | a.single-language[title="Italian"] span.size16 { |
| 2347 | background: url('../images/flags16.png') -62px -179px no-repeat; |
| 2348 | } |
| 2349 | #flags.size16 a[title="Japanese"], |
| 2350 | #language .switcher .selected a[title="Japanese"] span, |
| 2351 | #language .switcher .option a[title="Japanese"] span, |
| 2352 | .tool-container .tool-items a[title="Japanese"], |
| 2353 | a.single-language[title="Japanese"] span.size16 { |
| 2354 | background: url('../images/flags16.png') -91px -179px no-repeat; |
| 2355 | } |
| 2356 | #flags.size16 a[title="Javanese"], |
| 2357 | #language .switcher .selected a[title="Javanese"] span, |
| 2358 | #language .switcher .option a[title="Javanese"] span, |
| 2359 | .tool-container .tool-items a[title="Javanese"], |
| 2360 | a.single-language[title="Javanese"] span.size16 { |
| 2361 | background: url('../images/flags16.png') -120px -179px no-repeat; |
| 2362 | } |
| 2363 | #flags.size16 a[title="Kannada"], |
| 2364 | #language .switcher .selected a[title="Kannada"] span, |
| 2365 | #language .switcher .option a[title="Kannada"] span, |
| 2366 | .tool-container .tool-items a[title="Kannada"], |
| 2367 | a.single-language[title="Kannada"] span.size16 { |
| 2368 | background: url('../images/flags16.png') -149px -179px no-repeat; |
| 2369 | } |
| 2370 | #flags.size16 a[title="Kazakh"], |
| 2371 | #language .switcher .selected a[title="Kazakh"] span, |
| 2372 | #language .switcher .option a[title="Kazakh"] span, |
| 2373 | .tool-container .tool-items a[title="Kazakh"], |
| 2374 | a.single-language[title="Kazakh"] span.size16 { |
| 2375 | background: url('../images/flags16.png') -4px -411px no-repeat; |
| 2376 | } |
| 2377 | #flags.size16 a[title="Khmer"], |
| 2378 | #language .switcher .selected a[title="Khmer"] span, |
| 2379 | #language .switcher .option a[title="Khmer"] span, |
| 2380 | .tool-container .tool-items a[title="Khmer"], |
| 2381 | a.single-language[title="Khmer"] span.size16 { |
| 2382 | background: url('../images/flags16.png') -4px -208px no-repeat; |
| 2383 | } |
| 2384 | #flags.size16 a[title="Korean"], |
| 2385 | #language .switcher .selected a[title="Korean"] span, |
| 2386 | #language .switcher .option a[title="Korean"] span, |
| 2387 | .tool-container .tool-items a[title="Korean"], |
| 2388 | a.single-language[title="Korean"] span.size16 { |
| 2389 | background: url('../images/flags16.png') -33px -208px no-repeat; |
| 2390 | } |
| 2391 | #flags.size16 a[title="Kurdish"], |
| 2392 | #language .switcher .selected a[title="Kurdish"] span, |
| 2393 | #language .switcher .option a[title="Kurdish"] span, |
| 2394 | .tool-container .tool-items a[title="Kurdish"], |
| 2395 | a.single-language[title="Kurdish"] span.size16 { |
| 2396 | background: url('../images/flags16.png') -120px -469px no-repeat; |
| 2397 | } |
| 2398 | #flags.size16 a[title="Kyrgyz"], |
| 2399 | #language .switcher .selected a[title="Kyrgyz"] span, |
| 2400 | #language .switcher .option a[title="Kyrgyz"] span, |
| 2401 | .tool-container .tool-items a[title="Kyrgyz"], |
| 2402 | a.single-language[title="Kyrgyz"] span.size16 { |
| 2403 | background: url('../images/flags16.png') -149px -469px no-repeat; |
| 2404 | } |
| 2405 | #flags.size16 a[title="Lao"], |
| 2406 | #language .switcher .selected a[title="Lao"] span, |
| 2407 | #language .switcher .option a[title="Lao"] span, |
| 2408 | .tool-container .tool-items a[title="Lao"], |
| 2409 | a.single-language[title="Lao"] span.size16 { |
| 2410 | background: url('../images/flags16.png') -62px -208px no-repeat; |
| 2411 | } |
| 2412 | #flags.size16 a[title="Latin"], |
| 2413 | #language .switcher .selected a[title="Latin"] span, |
| 2414 | #language .switcher .option a[title="Latin"] span, |
| 2415 | .tool-container .tool-items a[title="Latin"], |
| 2416 | a.single-language[title="Latin"] span.size16 { |
| 2417 | background: url('../images/flags16.png') -91px -208px no-repeat; |
| 2418 | } |
| 2419 | #flags.size16 a[title="Latvian"], |
| 2420 | #language .switcher .selected a[title="Latvian"] span, |
| 2421 | #language .switcher .option a[title="Latvian"] span, |
| 2422 | .tool-container .tool-items a[title="Latvian"], |
| 2423 | a.single-language[title="Latvian"] span.size16 { |
| 2424 | background: url('../images/flags16.png') -120px -208px no-repeat; |
| 2425 | } |
| 2426 | #flags.size16 a[title="Lithuanian"], |
| 2427 | #language .switcher .selected a[title="Lithuanian"] span, |
| 2428 | #language .switcher .option a[title="Lithuanian"] span, |
| 2429 | .tool-container .tool-items a[title="Lithuanian"], |
| 2430 | a.single-language[title="Lithuanian"] span.size16 { |
| 2431 | background: url('../images/flags16.png') -149px -208px no-repeat; |
| 2432 | } |
| 2433 | #flags.size16 a[title="Luxembourgish"], |
| 2434 | #language .switcher .selected a[title="Luxembourgish"] span, |
| 2435 | #language .switcher .option a[title="Luxembourgish"] span, |
| 2436 | .tool-container .tool-items a[title="Luxembourgish"], |
| 2437 | a.single-language[title="Luxembourgish"] span.size16 { |
| 2438 | background: url('../images/flags16.png') -4px -498px no-repeat; |
| 2439 | } |
| 2440 | #flags.size16 a[title="Macedonian"], |
| 2441 | #language .switcher .selected a[title="Macedonian"] span, |
| 2442 | #language .switcher .option a[title="Macedonian"] span, |
| 2443 | .tool-container .tool-items a[title="Macedonian"], |
| 2444 | a.single-language[title="Macedonian"] span.size16 { |
| 2445 | background: url('../images/flags16.png') -4px -237px no-repeat; |
| 2446 | } |
| 2447 | #flags.size16 a[title="Malay"], |
| 2448 | #language .switcher .selected a[title="Malay"] span, |
| 2449 | #language .switcher .option a[title="Malay"] span, |
| 2450 | .tool-container .tool-items a[title="Malay"], |
| 2451 | a.single-language[title="Malay"] span.size16 { |
| 2452 | background: url('../images/flags16.png') -33px -237px no-repeat; |
| 2453 | } |
| 2454 | #flags.size16 a[title="Malagasy"], |
| 2455 | #language .switcher .selected a[title="Malagasy"] span, |
| 2456 | #language .switcher .option a[title="Malagasy"] span, |
| 2457 | .tool-container .tool-items a[title="Malagasy"], |
| 2458 | a.single-language[title="Malagasy"] span.size16 { |
| 2459 | background: url('../images/flags16.png') -62px -411px no-repeat; |
| 2460 | } |
| 2461 | #flags.size16 a[title="Malayalam"], |
| 2462 | #language .switcher .selected a[title="Malayalam"] span, |
| 2463 | #language .switcher .option a[title="Malayalam"] span, |
| 2464 | .tool-container .tool-items a[title="Malayalam"], |
| 2465 | a.single-language[title="Malayalam"] span.size16 { |
| 2466 | background: url('../images/flags16.png') -120px -411px no-repeat; |
| 2467 | } |
| 2468 | #flags.size16 a[title="Maltese"], |
| 2469 | #language .switcher .selected a[title="Maltese"] span, |
| 2470 | #language .switcher .option a[title="Maltese"] span, |
| 2471 | .tool-container .tool-items a[title="Maltese"], |
| 2472 | a.single-language[title="Maltese"] span.size16 { |
| 2473 | background: url('../images/flags16.png') -62px -237px no-repeat; |
| 2474 | } |
| 2475 | #flags.size16 a[title="Maori"], |
| 2476 | #language .switcher .selected a[title="Maori"] span, |
| 2477 | #language .switcher .option a[title="Maori"] span, |
| 2478 | .tool-container .tool-items a[title="Maori"], |
| 2479 | a.single-language[title="Maori"] span.size16 { |
| 2480 | background: url('../images/flags16.png') -91px -237px no-repeat; |
| 2481 | } |
| 2482 | #flags.size16 a[title="Marathi"], |
| 2483 | #language .switcher .selected a[title="Marathi"] span, |
| 2484 | #language .switcher .option a[title="Marathi"] span, |
| 2485 | .tool-container .tool-items a[title="Marathi"], |
| 2486 | a.single-language[title="Marathi"] span.size16 { |
| 2487 | background: url('../images/flags16.png') -120px -237px no-repeat; |
| 2488 | } |
| 2489 | #flags.size16 a[title="Mongolian"], |
| 2490 | #language .switcher .selected a[title="Mongolian"] span, |
| 2491 | #language .switcher .option a[title="Mongolian"] span, |
| 2492 | .tool-container .tool-items a[title="Mongolian"], |
| 2493 | a.single-language[title="Mongolian"] span.size16 { |
| 2494 | background: url('../images/flags16.png') -149px -237px no-repeat; |
| 2495 | } |
| 2496 | #flags.size16 a[title="Myanmar (Burmese)"], |
| 2497 | #language .switcher .selected a[title="Myanmar (Burmese)"] span, |
| 2498 | #language .switcher .option a[title="Myanmar (Burmese)"] span, |
| 2499 | .tool-container .tool-items a[title="Myanmar (Burmese)"], |
| 2500 | a.single-language[title="Myanmar (Burmese)"] span.size16 { |
| 2501 | background: url('../images/flags16.png') -149px -411px no-repeat; |
| 2502 | } |
| 2503 | #flags.size16 a[title="Nepali"], |
| 2504 | #language .switcher .selected a[title="Nepali"] span, |
| 2505 | #language .switcher .option a[title="Nepali"] span, |
| 2506 | .tool-container .tool-items a[title="Nepali"], |
| 2507 | a.single-language[title="Nepali"] span.size16 { |
| 2508 | background: url('../images/flags16.png') -4px -266px no-repeat; |
| 2509 | } |
| 2510 | #flags.size16 a[title="Norwegian"], |
| 2511 | #language .switcher .selected a[title="Norwegian"] span, |
| 2512 | #language .switcher .option a[title="Norwegian"] span, |
| 2513 | .tool-container .tool-items a[title="Norwegian"], |
| 2514 | a.single-language[title="Norwegian"] span.size16 { |
| 2515 | background: url('../images/flags16.png') -33px -266px no-repeat; |
| 2516 | } |
| 2517 | #flags.size16 a[title="Pashto"], |
| 2518 | #language .switcher .selected a[title="Pashto"] span, |
| 2519 | #language .switcher .option a[title="Pashto"] span, |
| 2520 | .tool-container .tool-items a[title="Pashto"], |
| 2521 | a.single-language[title="Pashto"] span.size16 { |
| 2522 | background: url('../images/flags16.png') -33px -498px no-repeat; |
| 2523 | } |
| 2524 | #flags.size16 a[title="Persian"], |
| 2525 | #language .switcher .selected a[title="Persian"] span, |
| 2526 | #language .switcher .option a[title="Persian"] span, |
| 2527 | .tool-container .tool-items a[title="Persian"], |
| 2528 | a.single-language[title="Persian"] span.size16 { |
| 2529 | background: url('../images/flags16.png') -62px -266px no-repeat; |
| 2530 | } |
| 2531 | #flags.size16 a[title="Polish"], |
| 2532 | #language .switcher .selected a[title="Polish"] span, |
| 2533 | #language .switcher .option a[title="Polish"] span, |
| 2534 | .tool-container .tool-items a[title="Polish"], |
| 2535 | a.single-language[title="Polish"] span.size16 { |
| 2536 | background: url('../images/flags16.png') -91px -266px no-repeat; |
| 2537 | } |
| 2538 | #flags.size16 a[title="Portuguese"], |
| 2539 | #language .switcher .selected a[title="Portuguese"] span, |
| 2540 | #language .switcher .option a[title="Portuguese"] span, |
| 2541 | .tool-container .tool-items a[title="Portuguese"], |
| 2542 | a.single-language[title="Portuguese"] span.size16 { |
| 2543 | background: url('../images/flags16.png') -120px -266px no-repeat; |
| 2544 | } |
| 2545 | #flags.size16 a.brazil[title="Portuguese"], |
| 2546 | #language .switcher .selected a[title="Portuguese"] span.brazil, |
| 2547 | #language .switcher .option a[title="Portuguese"] span.brazil, |
| 2548 | a.single-language.brazil[title="Portuguese"] span.size16 { |
| 2549 | background: url('../images/flags16.png') -149px -440px no-repeat; |
| 2550 | } |
| 2551 | #flags.size16 a[title="Punjabi"], |
| 2552 | #language .switcher .selected a[title="Punjabi"] span, |
| 2553 | #language .switcher .option a[title="Punjabi"] span, |
| 2554 | .tool-container .tool-items a[title="Punjabi"], |
| 2555 | a.single-language[title="Punjabi"] span.size16 { |
| 2556 | background: url('../images/flags16.png') -149px -266px no-repeat; |
| 2557 | } |
| 2558 | #flags.size16 a[title="Romanian"], |
| 2559 | #language .switcher .selected a[title="Romanian"] span, |
| 2560 | #language .switcher .option a[title="Romanian"] span, |
| 2561 | .tool-container .tool-items a[title="Romanian"], |
| 2562 | a.single-language[title="Romanian"] span.size16 { |
| 2563 | background: url('../images/flags16.png') -4px -295px no-repeat; |
| 2564 | } |
| 2565 | #flags.size16 a[title="Russian"], |
| 2566 | #language .switcher .selected a[title="Russian"] span, |
| 2567 | #language .switcher .option a[title="Russian"] span, |
| 2568 | .tool-container .tool-items a[title="Russian"], |
| 2569 | a.single-language[title="Russian"] span.size16 { |
| 2570 | background: url('../images/flags16.png') -33px -295px no-repeat; |
| 2571 | } |
| 2572 | #flags.size16 a[title="Samoan"], |
| 2573 | #language .switcher .selected a[title="Samoan"] span, |
| 2574 | #language .switcher .option a[title="Samoan"] span, |
| 2575 | .tool-container .tool-items a[title="Samoan"], |
| 2576 | a.single-language[title="Samoan"] span.size16 { |
| 2577 | background: url('../images/flags16.png') -33px -469px no-repeat; |
| 2578 | } |
| 2579 | #flags.size16 a[title="Scots Gaelic"], |
| 2580 | #language .switcher .selected a[title="Scots Gaelic"] span, |
| 2581 | #language .switcher .option a[title="Scots Gaelic"] span, |
| 2582 | .tool-container .tool-items a[title="Scots Gaelic"], |
| 2583 | a.single-language[title="Scots Gaelic"] span.size16 { |
| 2584 | background: url('../images/flags16.png') -62px -469px no-repeat; |
| 2585 | } |
| 2586 | #flags.size16 a[title="Serbian"], |
| 2587 | #language .switcher .selected a[title="Serbian"] span, |
| 2588 | #language .switcher .option a[title="Serbian"] span, |
| 2589 | .tool-container .tool-items a[title="Serbian"], |
| 2590 | a.single-language[title="Serbian"] span.size16 { |
| 2591 | background: url('../images/flags16.png') -62px -295px no-repeat; |
| 2592 | } |
| 2593 | #flags.size16 a[title="Sesotho"], |
| 2594 | #language .switcher .selected a[title="Sesotho"] span, |
| 2595 | #language .switcher .option a[title="Sesotho"] span, |
| 2596 | .tool-container .tool-items a[title="Sesotho"], |
| 2597 | a.single-language[title="Sesotho"] span.size16 { |
| 2598 | background: url('../images/flags16.png') -33px -411px no-repeat; |
| 2599 | } |
| 2600 | #flags.size16 a[title="Shona"], |
| 2601 | #language .switcher .selected a[title="Shona"] span, |
| 2602 | #language .switcher .option a[title="Shona"] span, |
| 2603 | .tool-container .tool-items a[title="Shona"], |
| 2604 | a.single-language[title="Shona"] span.size16 { |
| 2605 | background: url('../images/flags16.png') -62px -498px no-repeat; |
| 2606 | } |
| 2607 | #flags.size16 a[title="Sindhi"], |
| 2608 | #language .switcher .selected a[title="Sindhi"] span, |
| 2609 | #language .switcher .option a[title="Sindhi"] span, |
| 2610 | .tool-container .tool-items a[title="Sindhi"], |
| 2611 | a.single-language[title="Sindhi"] span.size16 { |
| 2612 | background: url('../images/flags16.png') -149px -353px no-repeat; |
| 2613 | } |
| 2614 | #flags.size16 a[title="Sinhala"], |
| 2615 | #language .switcher .selected a[title="Sinhala"] span, |
| 2616 | #language .switcher .option a[title="Sinhala"] span, |
| 2617 | .tool-container .tool-items a[title="Sinhala"], |
| 2618 | a.single-language[title="Sinhala"] span.size16 { |
| 2619 | background: url('../images/flags16.png') -4px -440px no-repeat; |
| 2620 | } |
| 2621 | #flags.size16 a[title="Slovak"], |
| 2622 | #language .switcher .selected a[title="Slovak"] span, |
| 2623 | #language .switcher .option a[title="Slovak"] span, |
| 2624 | .tool-container .tool-items a[title="Slovak"], |
| 2625 | a.single-language[title="Slovak"] span.size16 { |
| 2626 | background: url('../images/flags16.png') -91px -295px no-repeat; |
| 2627 | } |
| 2628 | #flags.size16 a[title="Slovenian"], |
| 2629 | #language .switcher .selected a[title="Slovenian"] span, |
| 2630 | #language .switcher .option a[title="Slovenian"] span, |
| 2631 | .tool-container .tool-items a[title="Slovenian"], |
| 2632 | a.single-language[title="Slovenian"] span.size16 { |
| 2633 | background: url('../images/flags16.png') -120px -295px no-repeat; |
| 2634 | } |
| 2635 | #flags.size16 a[title="Somali"], |
| 2636 | #language .switcher .selected a[title="Somali"] span, |
| 2637 | #language .switcher .option a[title="Somali"] span, |
| 2638 | .tool-container .tool-items a[title="Somali"], |
| 2639 | a.single-language[title="Somali"] span.size16 { |
| 2640 | background: url('../images/flags16.png') -149px -295px no-repeat; |
| 2641 | } |
| 2642 | #flags.size16 a[title="Spanish"], |
| 2643 | #language .switcher .selected a[title="Spanish"] span, |
| 2644 | #language .switcher .option a[title="Spanish"] span, |
| 2645 | .tool-container .tool-items a[title="Spanish"], |
| 2646 | a.single-language[title="Spanish"] span.size16 { |
| 2647 | background: url('../images/flags16.png') -4px -324px no-repeat; |
| 2648 | } |
| 2649 | #flags.size16 a.mexico[title="Spanish"], |
| 2650 | #language .switcher .selected a[title="Spanish"] span.mexico, |
| 2651 | #language .switcher .option a[title="Spanish"] span.mexico, |
| 2652 | a.single-language.mexico[title="Spanish"] span.size16 { |
| 2653 | background: url('../images/flags16.png') -120px -440px no-repeat; |
| 2654 | } |
| 2655 | #flags.size16 a[title="Swahili"], |
| 2656 | #language .switcher .selected a[title="Swahili"] span, |
| 2657 | #language .switcher .option a[title="Swahili"] span, |
| 2658 | .tool-container .tool-items a[title="Swahili"], |
| 2659 | a.single-language[title="Swahili"] span.size16 { |
| 2660 | background: url('../images/flags16.png') -33px -324px no-repeat; |
| 2661 | } |
| 2662 | #flags.size16 a[title="Swedish"], |
| 2663 | #language .switcher .selected a[title="Swedish"] span, |
| 2664 | #language .switcher .option a[title="Swedish"] span, |
| 2665 | .tool-container .tool-items a[title="Swedish"], |
| 2666 | a.single-language[title="Swedish"] span.size16 { |
| 2667 | background: url('../images/flags16.png') -62px -324px no-repeat; |
| 2668 | } |
| 2669 | #flags.size16 a[title="Sundanese"], |
| 2670 | #language .switcher .selected a[title="Sundanese"] span, |
| 2671 | #language .switcher .option a[title="Sundanese"] span, |
| 2672 | .tool-container .tool-items a[title="Sundanese"], |
| 2673 | a.single-language[title="Sundanese"] span.size16 { |
| 2674 | background: url('../images/flags16.png') -149px -382px no-repeat; |
| 2675 | } |
| 2676 | #flags.size16 a[title="Tajik"], |
| 2677 | #language .switcher .selected a[title="Tajik"] span, |
| 2678 | #language .switcher .option a[title="Tajik"] span, |
| 2679 | .tool-container .tool-items a[title="Tajik"], |
| 2680 | a.single-language[title="Tajik"] span.size16 { |
| 2681 | background: url('../images/flags16.png') -33px -440px no-repeat; |
| 2682 | } |
| 2683 | #flags.size16 a[title="Tamil"], |
| 2684 | #language .switcher .selected a[title="Tamil"] span, |
| 2685 | #language .switcher .option a[title="Tamil"] span, |
| 2686 | .tool-container .tool-items a[title="Tamil"], |
| 2687 | a.single-language[title="Tamil"] span.size16 { |
| 2688 | background: url('../images/flags16.png') -91px -324px no-repeat; |
| 2689 | } |
| 2690 | #flags.size16 a[title="Telugu"], |
| 2691 | #language .switcher .selected a[title="Telugu"] span, |
| 2692 | #language .switcher .option a[title="Telugu"] span, |
| 2693 | .tool-container .tool-items a[title="Telugu"], |
| 2694 | a.single-language[title="Telugu"] span.size16 { |
| 2695 | background: url('../images/flags16.png') -120px -324px no-repeat; |
| 2696 | } |
| 2697 | #flags.size16 a[title="Thai"], |
| 2698 | #language .switcher .selected a[title="Thai"] span, |
| 2699 | #language .switcher .option a[title="Thai"] span, |
| 2700 | .tool-container .tool-items a[title="Thai"], |
| 2701 | a.single-language[title="Thai"] span.size16 { |
| 2702 | background: url('../images/flags16.png') -149px -324px no-repeat; |
| 2703 | } |
| 2704 | #flags.size16 a[title="Turkish"], |
| 2705 | #language .switcher .selected a[title="Turkish"] span, |
| 2706 | #language .switcher .option a[title="Turkish"] span, |
| 2707 | .tool-container .tool-items a[title="Turkish"], |
| 2708 | a.single-language[title="Turkish"] span.size16 { |
| 2709 | background: url('../images/flags16.png') -33px -353px no-repeat; |
| 2710 | } |
| 2711 | #flags.size16 a[title="Ukrainian"], |
| 2712 | #language .switcher .selected a[title="Ukrainian"] span, |
| 2713 | #language .switcher .option a[title="Ukrainian"] span, |
| 2714 | .tool-container .tool-items a[title="Ukrainian"], |
| 2715 | a.single-language[title="Ukrainian"] span.size16 { |
| 2716 | background: url('../images/flags16.png') -62px -353px no-repeat; |
| 2717 | } |
| 2718 | #flags.size16 a[title="Urdu"], |
| 2719 | #language .switcher .selected a[title="Urdu"] span, |
| 2720 | #language .switcher .option a[title="Urdu"] span, |
| 2721 | .tool-container .tool-items a[title="Urdu"], |
| 2722 | a.single-language[title="Urdu"] span.size16 { |
| 2723 | background: url('../images/flags16.png') -149px -353px no-repeat; |
| 2724 | } |
| 2725 | #flags.size16 a[title="Uzbek"], |
| 2726 | #language .switcher .selected a[title="Uzbek"] span, |
| 2727 | #language .switcher .option a[title="Uzbek"] span, |
| 2728 | .tool-container .tool-items a[title="Uzbek"], |
| 2729 | a.single-language[title="Uzbek"] span.size16 { |
| 2730 | background: url('../images/flags16.png') -62px -440px no-repeat; |
| 2731 | } |
| 2732 | #flags.size16 a[title="Vietnamese"], |
| 2733 | #language .switcher .selected a[title="Vietnamese"] span, |
| 2734 | #language .switcher .option a[title="Vietnamese"] span, |
| 2735 | .tool-container .tool-items a[title="Vietnamese"], |
| 2736 | a.single-language[title="Vietnamese"] span.size16 { |
| 2737 | background: url('../images/flags16.png') -4px -382px no-repeat; |
| 2738 | } |
| 2739 | #flags.size16 a[title="Welsh"], |
| 2740 | #language .switcher .selected a[title="Welsh"] span, |
| 2741 | #language .switcher .option a[title="Welsh"] span, |
| 2742 | .tool-container .tool-items a[title="Welsh"], |
| 2743 | a.single-language[title="Welsh"] span.size16 { |
| 2744 | background: url('../images/flags16.png') -33px -382px no-repeat; |
| 2745 | } |
| 2746 | #flags.size16 a[title="Xhosa"], |
| 2747 | #language .switcher .selected a[title="Xhosa"] span, |
| 2748 | #language .switcher .option a[title="Xhosa"] span, |
| 2749 | .tool-container .tool-items a[title="Xhosa"], |
| 2750 | a.single-language[title="Xhosa"] span.size16 { |
| 2751 | background: url('../images/flags16.png') -4px -5px no-repeat; |
| 2752 | } |
| 2753 | #flags.size16 a[title="Yiddish"], |
| 2754 | #language .switcher .selected a[title="Yiddish"] span, |
| 2755 | #language .switcher .option a[title="Yiddish"] span, |
| 2756 | .tool-container .tool-items a[title="Yiddish"], |
| 2757 | a.single-language[title="Yiddish"] span.size16 { |
| 2758 | background: url('../images/flags16.png') -62px -382px no-repeat; |
| 2759 | } |
| 2760 | #flags.size16 a[title="Yoruba"], |
| 2761 | #language .switcher .selected a[title="Yoruba"] span, |
| 2762 | a.single-language[title="Yoruba"] span.size16 span, |
| 2763 | #language .switcher .option a[title="Yoruba"] span, |
| 2764 | .tool-container .tool-items a[title="Yoruba"], |
| 2765 | a.single-language[title="Yoruba"] span.size16 { |
| 2766 | background: url('../images/flags16.png') -91px -382px no-repeat; |
| 2767 | } |
| 2768 | #flags.size16 a[title="Zulu"], |
| 2769 | #language .switcher .selected a[title="Zulu"] span, |
| 2770 | #language .switcher .option a[title="Zulu"] span, |
| 2771 | .tool-container .tool-items a[title="Zulu"], |
| 2772 | a.single-language[title="Zulu"] span.size16 { |
| 2773 | background: url('../images/flags16.png') -120px -382px no-repeat; |
| 2774 | } |
| 2775 | /* Individual flag backgrounds (24px) */ |
| 2776 | |
| 2777 | #flags.size24 a[title="Afrikaans"], |
| 2778 | .tool-container .tool-items a[title="Afrikaans"], |
| 2779 | a.single-language[title="Afrikaans"] span.size24 { |
| 2780 | background: url('../images/flags.png') 0 -3px no-repeat; |
| 2781 | } |
| 2782 | #flags.size24 a[title="Albanian"], |
| 2783 | .tool-container .tool-items a[title="Albanian"], |
| 2784 | a.single-language[title="Albanian"] span.size24 { |
| 2785 | background: url('../images/flags.png') -29px -3px no-repeat; |
| 2786 | } |
| 2787 | #flags.size24 a[title="Amharic"], |
| 2788 | .tool-container .tool-items a[title="Amharic"], |
| 2789 | a.single-language[title="Amharic"] span.size24 { |
| 2790 | background: url('../images/flags.png') 0 -467px no-repeat; |
| 2791 | } |
| 2792 | #flags.size24 a[title="Arabic"], |
| 2793 | .tool-container .tool-items a[title="Arabic"], |
| 2794 | a.single-language[title="Arabic"] span.size24 { |
| 2795 | background: url('../images/flags.png') -58px -3px no-repeat; |
| 2796 | } |
| 2797 | #flags.size24 a[title="Armenian"], |
| 2798 | .tool-container .tool-items a[title="Armenian"], |
| 2799 | a.single-language[title="Armenian"] span.size24 { |
| 2800 | background: url('../images/flags.png') -87px -3px no-repeat; |
| 2801 | } |
| 2802 | #flags.size24 a[title="Azerbaijani"], |
| 2803 | .tool-container .tool-items a[title="Azerbaijani"], |
| 2804 | a.single-language[title="Azerbaijani"] span.size24 { |
| 2805 | background: url('../images/flags.png') -116px -3px no-repeat; |
| 2806 | } |
| 2807 | #flags.size24 a[title="Basque"], |
| 2808 | .tool-container .tool-items a[title="Basque"], |
| 2809 | a.single-language[title="Basque"] span.size24 { |
| 2810 | background: url('../images/flags.png') -145px -3px no-repeat; |
| 2811 | } |
| 2812 | #flags.size24 a[title="Belarusian"], |
| 2813 | .tool-container .tool-items a[title="Belarusian"], |
| 2814 | a.single-language[title="Belarusian"] span.size24 { |
| 2815 | background: url('../images/flags.png') 0 -32px no-repeat; |
| 2816 | } |
| 2817 | #flags.size24 a[title="Bengali"], |
| 2818 | .tool-container .tool-items a[title="Bengali"], |
| 2819 | a.single-language[title="Bengali"] span.size24 { |
| 2820 | background: url('../images/flags.png') -29px -32px no-repeat; |
| 2821 | } |
| 2822 | #flags.size24 a[title="Bosnian"], |
| 2823 | .tool-container .tool-items a[title="Bosnian"], |
| 2824 | a.single-language[title="Bosnian"] span.size24 { |
| 2825 | background: url('../images/flags.png') -58px -32px no-repeat; |
| 2826 | } |
| 2827 | #flags.size24 a[title="Bulgarian"], |
| 2828 | .tool-container .tool-items a[title="Bulgarian"], |
| 2829 | a.single-language[title="Bulgarian"] span.size24 { |
| 2830 | background: url('../images/flags.png') -87px -32px no-repeat; |
| 2831 | } |
| 2832 | #flags.size24 a[title="Catalan"], |
| 2833 | .tool-container .tool-items a[title="Catalan"], |
| 2834 | a.single-language[title="Catalan"] span.size24 { |
| 2835 | background: url('../images/flags.png') -116px -32px no-repeat; |
| 2836 | } |
| 2837 | #flags.size24 a[title="Cebuano"], |
| 2838 | .tool-container .tool-items a[title="Cebuano"], |
| 2839 | a.single-language[title="Cebuano"] span.size24 { |
| 2840 | background: url('../images/flags.png') -145px -32px no-repeat; |
| 2841 | } |
| 2842 | #flags.size24 a[title="Chichewa"], |
| 2843 | .tool-container .tool-items a[title="Chichewa"], |
| 2844 | a.single-language[title="Chichewa"] span.size24 { |
| 2845 | background: url('../images/flags.png') -87px -409px no-repeat; |
| 2846 | } |
| 2847 | #flags.size24 a[title="Chinese (Simplified)"], |
| 2848 | .tool-container .tool-items a[title="Chinese (Simplified)"], |
| 2849 | a.single-language[title="Chinese (Simplified)"] span.size24 { |
| 2850 | background: url('../images/flags.png') 0 -61px no-repeat; |
| 2851 | } |
| 2852 | #flags.size24 a[title="Chinese (Traditional)"], |
| 2853 | .tool-container .tool-items a[title="Chinese (Traditional)"], |
| 2854 | a.single-language[title="Chinese (Traditional)"] span.size24 { |
| 2855 | background: url('../images/flags.png') -29px -61px no-repeat; |
| 2856 | } |
| 2857 | #flags.size24 a[title="Corsican"], |
| 2858 | .tool-container .tool-items a[title="Corsican"], |
| 2859 | a.single-language[title="Corsican"] span.size24 { |
| 2860 | background: url('../images/flags.png') -116px -90px no-repeat; |
| 2861 | } |
| 2862 | #flags.size24 a[title="Croatian"], |
| 2863 | .tool-container .tool-items a[title="Croatian"], |
| 2864 | a.single-language[title="Croatian"] span.size24 { |
| 2865 | background: url('../images/flags.png') -58px -61px no-repeat; |
| 2866 | } |
| 2867 | #flags.size24 a[title="Czech"], |
| 2868 | .tool-container .tool-items a[title="Czech"], |
| 2869 | a.single-language[title="Czech"] span.size24 { |
| 2870 | background: url('../images/flags.png') -87px -61px no-repeat; |
| 2871 | } |
| 2872 | #flags.size24 a[title="Danish"], |
| 2873 | .tool-container .tool-items a[title="Danish"], |
| 2874 | a.single-language[title="Danish"] span.size24 { |
| 2875 | background: url('../images/flags.png') -116px -61px no-repeat; |
| 2876 | } |
| 2877 | #flags.size24 a[title="Dutch"], |
| 2878 | .tool-container .tool-items a[title="Dutch"], |
| 2879 | a.single-language[title="Dutch"] span.size24 { |
| 2880 | background: url('../images/flags.png') -145px -61px no-repeat; |
| 2881 | } |
| 2882 | #flags.size24 a[title="English"], |
| 2883 | .tool-container .tool-items a[title="English"], |
| 2884 | a.single-language[title="English"] span.size24 { |
| 2885 | background: url('../images/flags.png') -87px -351px no-repeat; |
| 2886 | } |
| 2887 | #flags.size24 a.united-states[title="English"], |
| 2888 | .tool-container a.united-states[title="English"], |
| 2889 | a.single-language.united-states[title="English"] span.size24 { |
| 2890 | background: url('../images/flags.png') -116px -351px no-repeat !important; |
| 2891 | } |
| 2892 | #flags.size24 a.canada[title="English"], |
| 2893 | .tool-container a.canada[title="English"], |
| 2894 | a.single-language.canada[title="English"] span.size24 { |
| 2895 | background: url('../images/flags.png') -87px -438px no-repeat !important; |
| 2896 | } |
| 2897 | #flags.size24 a[title="Esperanto"], |
| 2898 | .tool-container .tool-items a[title="Esperanto"], |
| 2899 | a.single-language[title="Esperanto"] span.size24 { |
| 2900 | background: url('../images/flags.png') 0 -90px no-repeat; |
| 2901 | } |
| 2902 | #flags.size24 a[title="Estonian"], |
| 2903 | .tool-container .tool-items a[title="Estonian"], |
| 2904 | a.single-language[title="Estonian"] span.size24 { |
| 2905 | background: url('../images/flags.png') -29px -90px no-repeat; |
| 2906 | } |
| 2907 | #flags.size24 a[title="Filipino"], |
| 2908 | .tool-container .tool-items a[title="Filipino"], |
| 2909 | a.single-language[title="Filipino"] span.size24 { |
| 2910 | background: url('../images/flags.png') -58px -90px no-repeat; |
| 2911 | } |
| 2912 | #flags.size24 a[title="Finnish"], |
| 2913 | .tool-container .tool-items a[title="Finnish"], |
| 2914 | a.single-language[title="Finnish"] span.size24 { |
| 2915 | background: url('../images/flags.png') -87px -90px no-repeat; |
| 2916 | } |
| 2917 | #flags.size24 a[title="French"], |
| 2918 | .tool-container .tool-items a[title="French"], |
| 2919 | a.single-language[title="French"] span.size24 { |
| 2920 | background: url('../images/flags.png') -116px -90px no-repeat; |
| 2921 | } |
| 2922 | #flags.size24 a[title="Frisian"], |
| 2923 | .tool-container .tool-items a[title="Frisian"], |
| 2924 | a.single-language[title="Frisian"] span.size24 { |
| 2925 | background: url('../images/flags.png') -145px -61px no-repeat; |
| 2926 | } |
| 2927 | #flags.size24 a[title="Galician"], |
| 2928 | .tool-container .tool-items a[title="Galician"], |
| 2929 | a.single-language[title="Galician"] span.size24 { |
| 2930 | background: url('../images/flags.png') -145px -90px no-repeat; |
| 2931 | } |
| 2932 | #flags.size24 a[title="Georgian"], |
| 2933 | .tool-container .tool-items a[title="Georgian"], |
| 2934 | a.single-language[title="Georgian"] span.size24 { |
| 2935 | background: url('../images/flags.png') 0 -119px no-repeat; |
| 2936 | } |
| 2937 | #flags.size24 a[title="German"], |
| 2938 | .tool-container .tool-items a[title="German"], |
| 2939 | a.single-language[title="German"] span.size24 { |
| 2940 | background: url('../images/flags.png') -29px -119px no-repeat; |
| 2941 | } |
| 2942 | #flags.size24 a[title="Greek"], |
| 2943 | .tool-container .tool-items a[title="Greek"], |
| 2944 | a.single-language[title="Greek"] span.size24 { |
| 2945 | background: url('../images/flags.png') -58px -119px no-repeat; |
| 2946 | } |
| 2947 | #flags.size24 a[title="Gujarati"], |
| 2948 | .tool-container .tool-items a[title="Gujarati"], |
| 2949 | a.single-language[title="Gujarati"] span.size24 { |
| 2950 | background: url('../images/flags.png') -87px -119px no-repeat; |
| 2951 | } |
| 2952 | #flags.size24 a[title="Haitian"], |
| 2953 | .tool-container .tool-items a[title="Haitian"], |
| 2954 | a.single-language[title="Haitian"] span.size24 { |
| 2955 | background: url('../images/flags.png') -116px -119px no-repeat; |
| 2956 | } |
| 2957 | #flags.size24 a[title="Hausa"], |
| 2958 | .tool-container .tool-items a[title="Hausa"], |
| 2959 | a.single-language[title="Hausa"] span.size24 { |
| 2960 | background: url('../images/flags.png') -145px -119px no-repeat; |
| 2961 | } |
| 2962 | #flags.size24 a[title="Hawaiian"], |
| 2963 | .tool-container .tool-items a[title="Hawaiian"], |
| 2964 | a.single-language[title="Hawaiian"] span.size24 { |
| 2965 | background: url('../images/flags.png') -87px -467px no-repeat; |
| 2966 | } |
| 2967 | #flags.size24 a[title="Hebrew"], |
| 2968 | .tool-container .tool-items a[title="Hebrew"], |
| 2969 | a.single-language[title="Hebrew"] span.size24 { |
| 2970 | background: url('../images/flags.png') 0 -148px no-repeat; |
| 2971 | } |
| 2972 | #flags.size24 a[title="Hindi"], |
| 2973 | .tool-container .tool-items a[title="Hindi"], |
| 2974 | a.single-language[title="Hindi"] span.size24 { |
| 2975 | background: url('../images/flags.png') -29px -148px no-repeat; |
| 2976 | } |
| 2977 | #flags.size24 a[title="Hmong"], |
| 2978 | .tool-container .tool-items a[title="Hmong"], |
| 2979 | a.single-language[title="Hmong"] span.size24 { |
| 2980 | background: url('../images/flags.png') -58px -148px no-repeat; |
| 2981 | } |
| 2982 | #flags.size24 a[title="Hungarian"], |
| 2983 | .tool-container .tool-items a[title="Hungarian"], |
| 2984 | a.single-language[title="Hungarian"] span.size24 { |
| 2985 | background: url('../images/flags.png') -87px -148px no-repeat; |
| 2986 | } |
| 2987 | #flags.size24 a[title="Icelandic"], |
| 2988 | .tool-container .tool-items a[title="Icelandic"], |
| 2989 | a.single-language[title="Icelandic"] span.size24 { |
| 2990 | background: url('../images/flags.png') -116px -148px no-repeat; |
| 2991 | } |
| 2992 | #flags.size24 a[title="Igbo"], |
| 2993 | .tool-container .tool-items a[title="Igbo"], |
| 2994 | a.single-language[title="Igbo"] span.size24 { |
| 2995 | background: url('../images/flags.png') -145px -148px no-repeat; |
| 2996 | } |
| 2997 | #flags.size24 a[title="Indonesian"], |
| 2998 | .tool-container .tool-items a[title="Indonesian"], |
| 2999 | a.single-language[title="Indonesian"] span.size24 { |
| 3000 | background: url('../images/flags.png') 0 -177px no-repeat; |
| 3001 | } |
| 3002 | #flags.size24 a[title="Irish"], |
| 3003 | .tool-container .tool-items a[title="Irish"], |
| 3004 | a.single-language[title="Irish"] span.size24 { |
| 3005 | background: url('../images/flags.png') -29px -177px no-repeat; |
| 3006 | } |
| 3007 | #flags.size24 a[title="Italian"], |
| 3008 | .tool-container .tool-items a[title="Italian"], |
| 3009 | a.single-language[title="Italian"] span.size24 { |
| 3010 | background: url('../images/flags.png') -58px -177px no-repeat; |
| 3011 | } |
| 3012 | #flags.size24 a[title="Japanese"], |
| 3013 | .tool-container .tool-items a[title="Japanese"], |
| 3014 | a.single-language[title="Japanese"] span.size24 { |
| 3015 | background: url('../images/flags.png') -87px -177px no-repeat; |
| 3016 | } |
| 3017 | #flags.size24 a[title="Javanese"], |
| 3018 | .tool-container .tool-items a[title="Javanese"], |
| 3019 | a.single-language[title="Javanese"] span.size24 { |
| 3020 | background: url('../images/flags.png') -116px -177px no-repeat; |
| 3021 | } |
| 3022 | #flags.size24 a[title="Kannada"], |
| 3023 | .tool-container .tool-items a[title="Kannada"], |
| 3024 | a.single-language[title="Kannada"] span.size24 { |
| 3025 | background: url('../images/flags.png') -145px -177px no-repeat; |
| 3026 | } |
| 3027 | #flags.size24 a[title="Kazakh"], |
| 3028 | .tool-container .tool-items a[title="Kazakh"], |
| 3029 | a.single-language[title="Kazakh"] span.size24 { |
| 3030 | background: url('../images/flags.png') 0 -409px no-repeat; |
| 3031 | } |
| 3032 | #flags.size24 a[title="Khmer"], |
| 3033 | .tool-container .tool-items a[title="Khmer"], |
| 3034 | a.single-language[title="Khmer"] span.size24 { |
| 3035 | background: url('../images/flags.png') 0 -206px no-repeat; |
| 3036 | } |
| 3037 | #flags.size24 a[title="Korean"], |
| 3038 | .tool-container .tool-items a[title="Korean"], |
| 3039 | a.single-language[title="Korean"] span.size24 { |
| 3040 | background: url('../images/flags.png') -29px -206px no-repeat; |
| 3041 | } |
| 3042 | #flags.size24 a[title="Kurdish"], |
| 3043 | .tool-container .tool-items a[title="Kurdish"], |
| 3044 | a.single-language[title="Kurdish"] span.size24 { |
| 3045 | background: url('../images/flags.png') -116px -467px no-repeat; |
| 3046 | } |
| 3047 | #flags.size24 a[title="Kyrgyz"], |
| 3048 | .tool-container .tool-items a[title="Kyrgyz"], |
| 3049 | a.single-language[title="Kyrgyz"] span.size24 { |
| 3050 | background: url('../images/flags.png') -145px -467px no-repeat; |
| 3051 | } |
| 3052 | #flags.size24 a[title="Lao"], |
| 3053 | .tool-container .tool-items a[title="Lao"], |
| 3054 | a.single-language[title="Lao"] span.size24 { |
| 3055 | background: url('../images/flags.png') -58px -206px no-repeat; |
| 3056 | } |
| 3057 | #flags.size24 a[title="Latin"], |
| 3058 | .tool-container .tool-items a[title="Latin"], |
| 3059 | a.single-language[title="Latin"] span.size24 { |
| 3060 | background: url('../images/flags.png') -87px -206px no-repeat; |
| 3061 | } |
| 3062 | #flags.size24 a[title="Latvian"], |
| 3063 | .tool-container .tool-items a[title="Latvian"], |
| 3064 | a.single-language[title="Latvian"] span.size24 { |
| 3065 | background: url('../images/flags.png') -116px -206px no-repeat; |
| 3066 | } |
| 3067 | #flags.size24 a[title="Lithuanian"], |
| 3068 | .tool-container .tool-items a[title="Lithuanian"], |
| 3069 | a.single-language[title="Lithuanian"] span.size24 { |
| 3070 | background: url('../images/flags.png') -145px -206px no-repeat; |
| 3071 | } |
| 3072 | #flags.size24 a[title="Luxembourgish"], |
| 3073 | .tool-container .tool-items a[title="Luxembourgish"], |
| 3074 | a.single-language[title="Luxembourgish"] span.size24 { |
| 3075 | background: url('../images/flags.png') 0 -496px no-repeat; |
| 3076 | } |
| 3077 | #flags.size24 a[title="Macedonian"], |
| 3078 | .tool-container .tool-items a[title="Macedonian"], |
| 3079 | a.single-language[title="Macedonian"] span.size24 { |
| 3080 | background: url('../images/flags.png') 0 -235px no-repeat; |
| 3081 | } |
| 3082 | #flags.size24 a[title="Malagasy"], |
| 3083 | .tool-container .tool-items a[title="Malagasy"], |
| 3084 | a.single-language[title="Malagasy"] span.size24 { |
| 3085 | background: url('../images/flags.png') -58px -409px no-repeat; |
| 3086 | } |
| 3087 | #flags.size24 a[title="Malay"], |
| 3088 | .tool-container .tool-items a[title="Malay"], |
| 3089 | a.single-language[title="Malay"] span.size24 { |
| 3090 | background: url('../images/flags.png') -29px -235px no-repeat; |
| 3091 | } |
| 3092 | #flags.size24 a[title="Malayalam"], |
| 3093 | .tool-container .tool-items a[title="Malayalam"], |
| 3094 | a.single-language[title="Malayalam"] span.size24 { |
| 3095 | background: url('../images/flags.png') -116px -409px no-repeat; |
| 3096 | } |
| 3097 | #flags.size24 a[title="Maltese"], |
| 3098 | .tool-container .tool-items a[title="Maltese"], |
| 3099 | a.single-language[title="Maltese"] span.size24 { |
| 3100 | background: url('../images/flags.png') -58px -235px no-repeat; |
| 3101 | } |
| 3102 | #flags.size24 a[title="Maori"], |
| 3103 | .tool-container .tool-items a[title="Maori"], |
| 3104 | a.single-language[title="Maori"] span.size24 { |
| 3105 | background: url('../images/flags.png') -87px -235px no-repeat; |
| 3106 | } |
| 3107 | #flags.size24 a[title="Marathi"], |
| 3108 | .tool-container .tool-items a[title="Marathi"], |
| 3109 | a.single-language[title="Marathi"] span.size24 { |
| 3110 | background: url('../images/flags.png') -116px -235px no-repeat; |
| 3111 | } |
| 3112 | #flags.size24 a[title="Mongolian"], |
| 3113 | .tool-container .tool-items a[title="Mongolian"], |
| 3114 | a.single-language[title="Mongolian"] span.size24 { |
| 3115 | background: url('../images/flags.png') -145px -235px no-repeat; |
| 3116 | } |
| 3117 | #flags.size24 a[title="Myanmar (Burmese)"], |
| 3118 | .tool-container .tool-items a[title="Myanmar (Burmese)"], |
| 3119 | a.single-language[title="Myanmar (Burmese)"] span.size24 { |
| 3120 | background: url('../images/flags.png') -145px -409px no-repeat; |
| 3121 | } |
| 3122 | #flags.size24 a[title="Nepali"], |
| 3123 | .tool-container .tool-items a[title="Nepali"], |
| 3124 | a.single-language[title="Nepali"] span.size24 { |
| 3125 | background: url('../images/flags.png') 0 -264px no-repeat; |
| 3126 | } |
| 3127 | #flags.size24 a[title="Norwegian"], |
| 3128 | .tool-container .tool-items a[title="Norwegian"], |
| 3129 | a.single-language[title="Norwegian"] span.size24 { |
| 3130 | background: url('../images/flags.png') -29px -264px no-repeat; |
| 3131 | } |
| 3132 | #flags.size24 a[title="Pashto"], |
| 3133 | .tool-container .tool-items a[title="Pashto"], |
| 3134 | a.single-language[title="Pashto"] span.size24 { |
| 3135 | background: url('../images/flags.png') -29px -496px no-repeat; |
| 3136 | } |
| 3137 | #flags.size24 a[title="Persian"], |
| 3138 | .tool-container .tool-items a[title="Persian"], |
| 3139 | a.single-language[title="Persian"] span.size24 { |
| 3140 | background: url('../images/flags.png') -58px -264px no-repeat; |
| 3141 | } |
| 3142 | #flags.size24 a[title="Polish"], |
| 3143 | .tool-container .tool-items a[title="Polish"], |
| 3144 | a.single-language[title="Polish"] span.size24 { |
| 3145 | background: url('../images/flags.png') -87px -264px no-repeat; |
| 3146 | } |
| 3147 | #flags.size24 a[title="Portuguese"], |
| 3148 | .tool-container .tool-items a[title="Portuguese"], |
| 3149 | a.single-language[title="Portuguese"] span.size24 { |
| 3150 | background: url('../images/flags.png') -116px -264px no-repeat !important; |
| 3151 | } |
| 3152 | #flags.size24 a.brazil[title="Portuguese"], |
| 3153 | .tool-container a.brazil[title="Portuguese"], |
| 3154 | a.single-language.brazil[title="Portuguese"] span.size24 { |
| 3155 | background: url('../images/flags.png') -145px -438px no-repeat !important; |
| 3156 | } |
| 3157 | #flags.size24 a[title="Punjabi"], |
| 3158 | .tool-container .tool-items a[title="Punjabi"], |
| 3159 | a.single-language[title="Punjabi"] span.size24 { |
| 3160 | background: url('../images/flags.png') -145px -264px no-repeat; |
| 3161 | } |
| 3162 | #flags.size24 a[title="Romanian"], |
| 3163 | .tool-container .tool-items a[title="Romanian"], |
| 3164 | a.single-language[title="Romanian"] span.size24 { |
| 3165 | background: url('../images/flags.png') 0 -293px no-repeat; |
| 3166 | } |
| 3167 | #flags.size24 a[title="Russian"], |
| 3168 | .tool-container .tool-items a[title="Russian"], |
| 3169 | a.single-language[title="Russian"] span.size24 { |
| 3170 | background: url('../images/flags.png') -29px -293px no-repeat; |
| 3171 | } |
| 3172 | #flags.size24 a[title="Samoan"], |
| 3173 | .tool-container .tool-items a[title="Samoan"], |
| 3174 | a.single-language[title="Samoan"] span.size24 { |
| 3175 | background: url('../images/flags.png') -29px -467px no-repeat; |
| 3176 | } |
| 3177 | #flags.size24 a[title="Scots Gaelic"], |
| 3178 | .tool-container .tool-items a[title="Scots Gaelic"], |
| 3179 | a.single-language[title="Scots Gaelic"] span.size24 { |
| 3180 | background: url('../images/flags.png') -58px -467px no-repeat; |
| 3181 | } |
| 3182 | #flags.size24 a[title="Serbian"], |
| 3183 | .tool-container .tool-items a[title="Serbian"], |
| 3184 | a.single-language[title="Serbian"] span.size24 { |
| 3185 | background: url('../images/flags.png') -58px -293px no-repeat; |
| 3186 | } |
| 3187 | #flags.size24 a[title="Sesotho"], |
| 3188 | .tool-container .tool-items a[title="Sesotho"], |
| 3189 | a.single-language[title="Sesotho"] span.size24 { |
| 3190 | background: url('../images/flags.png') -29px -409px no-repeat; |
| 3191 | } |
| 3192 | #flags.size24 a[title="Shona"], |
| 3193 | .tool-container .tool-items a[title="Shona"], |
| 3194 | a.single-language[title="Shona"] span.size24 { |
| 3195 | background: url('../images/flags.png') -58px -496px no-repeat; |
| 3196 | } |
| 3197 | #flags.size24 a[title="Sindhi"], |
| 3198 | .tool-container .tool-items a[title="Sindhi"], |
| 3199 | a.single-language[title="Sindhi"] span.size24 { |
| 3200 | background: url('../images/flags.png') -145px -351px no-repeat; |
| 3201 | } |
| 3202 | #flags.size24 a[title="Sinhala"], |
| 3203 | .tool-container .tool-items a[title="Sinhala"], |
| 3204 | a.single-language[title="Sinhala"] span.size24 { |
| 3205 | background: url('../images/flags.png') 0px -438px no-repeat; |
| 3206 | } |
| 3207 | #flags.size24 a[title="Slovak"], |
| 3208 | .tool-container .tool-items a[title="Slovak"], |
| 3209 | a.single-language[title="Slovak"] span.size24 { |
| 3210 | background: url('../images/flags.png') -87px -293px no-repeat; |
| 3211 | } |
| 3212 | #flags.size24 a[title="Slovenian"], |
| 3213 | .tool-container .tool-items a[title="Slovenian"], |
| 3214 | a.single-language[title="Slovenian"] span.size24 { |
| 3215 | background: url('../images/flags.png') -116px -293px no-repeat; |
| 3216 | } |
| 3217 | #flags.size24 a[title="Somali"], |
| 3218 | .tool-container .tool-items a[title="Somali"], |
| 3219 | a.single-language[title="Somali"] span.size24 { |
| 3220 | background: url('../images/flags.png') -145px -293px no-repeat; |
| 3221 | } |
| 3222 | #flags.size24 a[title="Spanish"], |
| 3223 | .tool-container .tool-items a[title="Spanish"], |
| 3224 | a.single-language[title="Spanish"] span.size24 { |
| 3225 | background: url('../images/flags.png') 0 -322px no-repeat; |
| 3226 | } |
| 3227 | #flags.size24 a.mexico[title="Spanish"], |
| 3228 | .tool-container a.mexico[title="Spanish"], |
| 3229 | a.single-language.mexico[title="Spanish"] span.size24 { |
| 3230 | background: url('../images/flags.png') -116px -438px no-repeat !important; |
| 3231 | } |
| 3232 | #flags.size24 a[title="Sundanese"], |
| 3233 | .tool-container .tool-items a[title="Sundanese"], |
| 3234 | a.single-language[title="Sundanese"] span.size24 { |
| 3235 | background: url('../images/flags.png') -145px -380px no-repeat; |
| 3236 | } |
| 3237 | #flags.size24 a[title="Swahili"], |
| 3238 | .tool-container .tool-items a[title="Swahili"], |
| 3239 | a.single-language[title="Swahili"] span.size24 { |
| 3240 | background: url('../images/flags.png') -29px -322px no-repeat; |
| 3241 | } |
| 3242 | #flags.size24 a[title="Swedish"], |
| 3243 | .tool-container .tool-items a[title="Swedish"], |
| 3244 | a.single-language[title="Swedish"] span.size24 { |
| 3245 | background: url('../images/flags.png') -58px -322px no-repeat; |
| 3246 | } |
| 3247 | #flags.size24 a[title="Tajik"], |
| 3248 | .tool-container .tool-items a[title="Tajik"], |
| 3249 | a.single-language[title="Tajik"] span.size24 { |
| 3250 | background: url('../images/flags.png') -29px -438px no-repeat; |
| 3251 | } |
| 3252 | #flags.size24 a[title="Tamil"], |
| 3253 | .tool-container .tool-items a[title="Tamil"], |
| 3254 | a.single-language[title="Tamil"] span.size24 { |
| 3255 | background: url('../images/flags.png') -87px -322px no-repeat; |
| 3256 | } |
| 3257 | #flags.size24 a[title="Telugu"], |
| 3258 | .tool-container .tool-items a[title="Telugu"], |
| 3259 | a.single-language[title="Telugu"] span.size24 { |
| 3260 | background: url('../images/flags.png') -116px -322px no-repeat; |
| 3261 | } |
| 3262 | #flags.size24 a[title="Thai"], |
| 3263 | .tool-container .tool-items a[title="Thai"], |
| 3264 | a.single-language[title="Thai"] span.size24 { |
| 3265 | background: url('../images/flags.png') -145px -322px no-repeat; |
| 3266 | } |
| 3267 | #flags.size24 a[title="Turkish"], |
| 3268 | .tool-container .tool-items a[title="Turkish"], |
| 3269 | a.single-language[title="Turkish"] span.size24 { |
| 3270 | background: url('../images/flags.png') -29px -351px no-repeat; |
| 3271 | } |
| 3272 | #flags.size24 a[title="Ukrainian"], |
| 3273 | .tool-container .tool-items a[title="Ukrainian"], |
| 3274 | a.single-language[title="Ukrainian"] span.size24 { |
| 3275 | background: url('../images/flags.png') -58px -351px no-repeat; |
| 3276 | } |
| 3277 | #flags.size24 a[title="Urdu"], |
| 3278 | .tool-container .tool-items a[title="Urdu"], |
| 3279 | a.single-language[title="Urdu"] span.size24 { |
| 3280 | background: url('../images/flags.png') -145px -351px no-repeat; |
| 3281 | } |
| 3282 | #flags.size24 a[title="Uzbek"], |
| 3283 | .tool-container .tool-items a[title="Uzbek"], |
| 3284 | a.single-language[title="Uzbek"] span.size24 { |
| 3285 | background: url('../images/flags.png') -58px -438px no-repeat; |
| 3286 | } |
| 3287 | #flags.size24 a[title="Vietnamese"], |
| 3288 | .tool-container .tool-items a[title="Vietnamese"], |
| 3289 | a.single-language[title="Vietnamese"] span.size24 { |
| 3290 | background: url('../images/flags.png') 0 -380px no-repeat; |
| 3291 | } |
| 3292 | #flags.size24 a[title="Welsh"], |
| 3293 | .tool-container .tool-items a[title="Welsh"], |
| 3294 | a.single-language[title="Welsh"] span.size24 { |
| 3295 | background: url('../images/flags.png') -29px -380px no-repeat; |
| 3296 | } |
| 3297 | #flags.size24 a[title="Xhosa"], |
| 3298 | .tool-container .tool-items a[title="Xhosa"], |
| 3299 | a.single-language[title="Xhosa"] span.size24 { |
| 3300 | background: url('../images/flags.png') 0 -3px no-repeat; |
| 3301 | } |
| 3302 | #flags.size24 a[title="Yiddish"], |
| 3303 | .tool-container .tool-items a[title="Yiddish"], |
| 3304 | a.single-language[title="Yiddish"] span.size24 { |
| 3305 | background: url('../images/flags.png') -58px -380px no-repeat; |
| 3306 | } |
| 3307 | #flags.size24 a[title="Yoruba"], |
| 3308 | .tool-container .tool-items a[title="Yoruba"], |
| 3309 | a.single-language[title="Yoruba"] span.size24 { |
| 3310 | background: url('../images/flags.png') -87px -380px no-repeat; |
| 3311 | } |
| 3312 | #flags.size24 a[title="Zulu"], |
| 3313 | .tool-container .tool-items a[title="Zulu"], |
| 3314 | a.single-language[title="Zulu"] span.size24 { |
| 3315 | background: url('../images/flags.png') -116px -380px no-repeat; |
| 3316 | } |
| 3317 | |
| 3318 | .glt-controls { |
| 3319 | margin-bottom: 15px; |
| 3320 | background: #f0f0f0; |
| 3321 | padding: 10px; |
| 3322 | } |
| 3323 | |
| 3324 | /* Some Dashboard mobile styles */ |
| 3325 | |
| 3326 | @media only screen and (max-width:1023px) { |
| 3327 | .metabox-holder { |
| 3328 | float:none !important; |
| 3329 | width:100% !important; |
| 3330 | } |
| 3331 | .flagdisplay { |
| 3332 | float:none !important; |
| 3333 | width:100% !important; |
| 3334 | } |
| 3335 | .flagdisplay div { |
| 3336 | margin-bottom:10px; |
| 3337 | } |
| 3338 | } /* End 1023px */ |