moreskins_json.php in CoolClock 4.3.6, at includes/moreskins_json.php
| 1 | <?php |
| 2 | $more_skins_json = '{ |
| 3 | "chunkyswiss":{ |
| 4 | "outerBorder":{ |
| 5 | "lineWidth":4, |
| 6 | "radius":97 |
| 7 | }, |
| 8 | "smallIndicator":{ |
| 9 | "lineWidth":4, |
| 10 | "startAt":89, |
| 11 | "endAt":93 |
| 12 | }, |
| 13 | "largeIndicator":{ |
| 14 | "lineWidth":8, |
| 15 | "startAt":80, |
| 16 | "endAt":93 |
| 17 | }, |
| 18 | "hourHand":{ |
| 19 | "lineWidth":12, |
| 20 | "startAt":-15, |
| 21 | "endAt":60 |
| 22 | }, |
| 23 | "minuteHand":{ |
| 24 | "lineWidth":10, |
| 25 | "startAt":-15, |
| 26 | "endAt":85 |
| 27 | }, |
| 28 | "secondHand":{ |
| 29 | "lineWidth":4, |
| 30 | "startAt":-20, |
| 31 | "endAt":85, |
| 32 | "color":"red" |
| 33 | }, |
| 34 | "secondDecoration":{ |
| 35 | "lineWidth":2, |
| 36 | "startAt":70, |
| 37 | "radius":8, |
| 38 | "fillColor":"red", |
| 39 | "color":"red" |
| 40 | } |
| 41 | }, |
| 42 | "chunkyswissonblack":{ |
| 43 | "outerBorder":{ |
| 44 | "lineWidth":4, |
| 45 | "radius":97, |
| 46 | "color":"white" |
| 47 | }, |
| 48 | "smallIndicator":{ |
| 49 | "lineWidth":4, |
| 50 | "startAt":89, |
| 51 | "endAt":93, |
| 52 | "color":"white" |
| 53 | }, |
| 54 | "largeIndicator":{ |
| 55 | "lineWidth":8, |
| 56 | "startAt":80, |
| 57 | "endAt":93, |
| 58 | "color":"white" |
| 59 | }, |
| 60 | "hourHand":{ |
| 61 | "lineWidth":12, |
| 62 | "startAt":-15, |
| 63 | "endAt":60, |
| 64 | "color":"white" |
| 65 | }, |
| 66 | "minuteHand":{ |
| 67 | "lineWidth":10, |
| 68 | "startAt":-15, |
| 69 | "endAt":85, |
| 70 | "color":"white" |
| 71 | }, |
| 72 | "secondHand":{ |
| 73 | "lineWidth":4, |
| 74 | "startAt":-20, |
| 75 | "endAt":85, |
| 76 | "color":"red" |
| 77 | }, |
| 78 | "secondDecoration":{ |
| 79 | "lineWidth":2, |
| 80 | "startAt":70, |
| 81 | "radius":8, |
| 82 | "fillColor":"red", |
| 83 | "color":"red" |
| 84 | } |
| 85 | }, |
| 86 | "fancy":{ |
| 87 | "outerBorder":{ |
| 88 | "lineWidth":5, |
| 89 | "radius":95, |
| 90 | "color":"green", |
| 91 | "alpha":0.7 |
| 92 | }, |
| 93 | "smallIndicator":{ |
| 94 | "lineWidth":1, |
| 95 | "startAt":80, |
| 96 | "endAt":93, |
| 97 | "alpha":0.4 |
| 98 | }, |
| 99 | "largeIndicator":{ |
| 100 | "lineWidth":1, |
| 101 | "startAt":30, |
| 102 | "endAt":93, |
| 103 | "alpha":0.5 |
| 104 | }, |
| 105 | "hourHand":{ |
| 106 | "lineWidth":8, |
| 107 | "startAt":-15, |
| 108 | "endAt":50, |
| 109 | "color":"blue", |
| 110 | "alpha":0.7 |
| 111 | }, |
| 112 | "minuteHand":{ |
| 113 | "lineWidth":7, |
| 114 | "startAt":-15, |
| 115 | "endAt":92, |
| 116 | "color":"red", |
| 117 | "alpha":0.7 |
| 118 | }, |
| 119 | "secondHand":{ |
| 120 | "lineWidth":10, |
| 121 | "startAt":80, |
| 122 | "endAt":85, |
| 123 | "color":"blue", |
| 124 | "alpha":0.3 |
| 125 | }, |
| 126 | "secondDecoration":{ |
| 127 | "lineWidth":1, |
| 128 | "startAt":30, |
| 129 | "radius":50, |
| 130 | "fillColor":"blue", |
| 131 | "color":"red", |
| 132 | "alpha":0.15 |
| 133 | } |
| 134 | }, |
| 135 | "machine":{ |
| 136 | "outerBorder":{ |
| 137 | "lineWidth":60, |
| 138 | "radius":55, |
| 139 | "color":"#dd6655" |
| 140 | }, |
| 141 | "smallIndicator":{ |
| 142 | "lineWidth":4, |
| 143 | "startAt":80, |
| 144 | "endAt":95, |
| 145 | "color":"white" |
| 146 | }, |
| 147 | "largeIndicator":{ |
| 148 | "lineWidth":14, |
| 149 | "startAt":77, |
| 150 | "endAt":92, |
| 151 | "color":"#dd6655" |
| 152 | }, |
| 153 | "hourHand":{ |
| 154 | "lineWidth":18, |
| 155 | "startAt":-15, |
| 156 | "endAt":40, |
| 157 | "color":"white" |
| 158 | }, |
| 159 | "minuteHand":{ |
| 160 | "lineWidth":14, |
| 161 | "startAt":24, |
| 162 | "endAt":100, |
| 163 | "color":"#771100", |
| 164 | "alpha":0.5 |
| 165 | }, |
| 166 | "secondHand":{ |
| 167 | "lineWidth":3, |
| 168 | "startAt":22, |
| 169 | "endAt":83, |
| 170 | "color":"green", |
| 171 | "alpha":0 |
| 172 | }, |
| 173 | "secondDecoration":{ |
| 174 | "lineWidth":1, |
| 175 | "startAt":52, |
| 176 | "radius":26, |
| 177 | "fillColor":"#ffcccc", |
| 178 | "color":"red", |
| 179 | "alpha":0.5 |
| 180 | } |
| 181 | }, |
| 182 | "simonbaird_com":{ |
| 183 | "hourHand":{ |
| 184 | "lineWidth":80, |
| 185 | "startAt":-15, |
| 186 | "endAt":35, |
| 187 | "color":"magenta", |
| 188 | "alpha":0.5 |
| 189 | }, |
| 190 | "minuteHand":{ |
| 191 | "lineWidth":80, |
| 192 | "startAt":-15, |
| 193 | "endAt":65, |
| 194 | "color":"cyan", |
| 195 | "alpha":0.5 |
| 196 | }, |
| 197 | "secondDecoration":{ |
| 198 | "lineWidth":1, |
| 199 | "startAt":40, |
| 200 | "radius":40, |
| 201 | "color":"#fff", |
| 202 | "fillColor":"yellow", |
| 203 | "alpha":0.5 |
| 204 | } |
| 205 | }, |
| 206 | "classic":{ |
| 207 | "outerBorder":{ |
| 208 | "lineWidth":185, |
| 209 | "radius":1, |
| 210 | "color":"#E5ECF9" |
| 211 | }, |
| 212 | "smallIndicator":{ |
| 213 | "lineWidth":2, |
| 214 | "startAt":89, |
| 215 | "endAt":94, |
| 216 | "color":"#3366CC" |
| 217 | }, |
| 218 | "largeIndicator":{ |
| 219 | "lineWidth":4, |
| 220 | "startAt":83, |
| 221 | "endAt":94, |
| 222 | "color":"#3366CC" |
| 223 | }, |
| 224 | "hourHand":{ |
| 225 | "lineWidth":5, |
| 226 | "startAt":0, |
| 227 | "endAt":60 |
| 228 | }, |
| 229 | "minuteHand":{ |
| 230 | "lineWidth":4, |
| 231 | "startAt":0, |
| 232 | "endAt":80 |
| 233 | }, |
| 234 | "secondHand":{ |
| 235 | "lineWidth":1, |
| 236 | "startAt":-20, |
| 237 | "endAt":85, |
| 238 | "color":"red", |
| 239 | "alpha":0.85 |
| 240 | }, |
| 241 | "secondDecoration":{ |
| 242 | "lineWidth":3, |
| 243 | "startAt":0, |
| 244 | "radius":2, |
| 245 | "fillColor":"black" |
| 246 | } |
| 247 | }, |
| 248 | "modern":{ |
| 249 | "outerBorder":{ |
| 250 | "lineWidth":185, |
| 251 | "radius":1, |
| 252 | "color":"#E5ECF9" |
| 253 | }, |
| 254 | "smallIndicator":{ |
| 255 | "lineWidth":5, |
| 256 | "startAt":88, |
| 257 | "endAt":94, |
| 258 | "color":"#3366CC" |
| 259 | }, |
| 260 | "largeIndicator":{ |
| 261 | "lineWidth":5, |
| 262 | "startAt":88, |
| 263 | "endAt":94, |
| 264 | "color":"#3366CC" |
| 265 | }, |
| 266 | "hourHand":{ |
| 267 | "lineWidth":8, |
| 268 | "startAt":0, |
| 269 | "endAt":60 |
| 270 | }, |
| 271 | "minuteHand":{ |
| 272 | "lineWidth":8, |
| 273 | "startAt":0, |
| 274 | "endAt":80 |
| 275 | }, |
| 276 | "secondHand":{ |
| 277 | "lineWidth":5, |
| 278 | "startAt":80, |
| 279 | "endAt":85, |
| 280 | "color":"red", |
| 281 | "alpha":0.85 |
| 282 | }, |
| 283 | "secondDecoration":{ |
| 284 | "lineWidth":3, |
| 285 | "startAt":0, |
| 286 | "radius":4, |
| 287 | "fillColor":"black" |
| 288 | } |
| 289 | }, |
| 290 | "simple":{ |
| 291 | "outerBorder":{ |
| 292 | "lineWidth":185, |
| 293 | "radius":1, |
| 294 | "color":"#E5ECF9" |
| 295 | }, |
| 296 | "smallIndicator":{ |
| 297 | "lineWidth":10, |
| 298 | "startAt":90, |
| 299 | "endAt":94, |
| 300 | "color":"#3366CC" |
| 301 | }, |
| 302 | "largeIndicator":{ |
| 303 | "lineWidth":10, |
| 304 | "startAt":90, |
| 305 | "endAt":94, |
| 306 | "color":"#3366CC" |
| 307 | }, |
| 308 | "hourHand":{ |
| 309 | "lineWidth":8, |
| 310 | "startAt":0, |
| 311 | "endAt":60 |
| 312 | }, |
| 313 | "minuteHand":{ |
| 314 | "lineWidth":8, |
| 315 | "startAt":0, |
| 316 | "endAt":80 |
| 317 | }, |
| 318 | "secondHand":{ |
| 319 | "lineWidth":5, |
| 320 | "startAt":80, |
| 321 | "endAt":85, |
| 322 | "color":"red", |
| 323 | "alpha":0.85 |
| 324 | }, |
| 325 | "secondDecoration":{ |
| 326 | "lineWidth":3, |
| 327 | "startAt":0, |
| 328 | "radius":4, |
| 329 | "fillColor":"black" |
| 330 | } |
| 331 | }, |
| 332 | "securephp":{ |
| 333 | "outerBorder":{ |
| 334 | "lineWidth":100, |
| 335 | "radius":0.45, |
| 336 | "color":"#669900", |
| 337 | "alpha":0.3 |
| 338 | }, |
| 339 | "smallIndicator":{ |
| 340 | "lineWidth":2, |
| 341 | "startAt":80, |
| 342 | "endAt":90, |
| 343 | "color":"green" |
| 344 | }, |
| 345 | "largeIndicator":{ |
| 346 | "lineWidth":8.5, |
| 347 | "startAt":20, |
| 348 | "endAt":40, |
| 349 | "color":"green", |
| 350 | "alpha":0.4 |
| 351 | }, |
| 352 | "hourHand":{ |
| 353 | "lineWidth":3, |
| 354 | "startAt":0, |
| 355 | "endAt":60 |
| 356 | }, |
| 357 | "minuteHand":{ |
| 358 | "lineWidth":2, |
| 359 | "startAt":0, |
| 360 | "endAt":75 |
| 361 | }, |
| 362 | "secondHand":{ |
| 363 | "lineWidth":1, |
| 364 | "startAt":-10, |
| 365 | "endAt":80, |
| 366 | "color":"blue", |
| 367 | "alpha":0.8 |
| 368 | }, |
| 369 | "secondDecoration":{ |
| 370 | "lineWidth":1, |
| 371 | "startAt":70, |
| 372 | "radius":4, |
| 373 | "fillColor":"blue", |
| 374 | "color":"red" |
| 375 | } |
| 376 | }, |
| 377 | "tes2":{ |
| 378 | "outerBorder":{ |
| 379 | "lineWidth":4, |
| 380 | "radius":95, |
| 381 | "alpha":0.5 |
| 382 | }, |
| 383 | "smallIndicator":{ |
| 384 | "lineWidth":1, |
| 385 | "startAt":10, |
| 386 | "endAt":50, |
| 387 | "color":"#66CCFF" |
| 388 | }, |
| 389 | "largeIndicator":{ |
| 390 | "lineWidth":8.5, |
| 391 | "startAt":60, |
| 392 | "endAt":70, |
| 393 | "color":"#6699FF" |
| 394 | }, |
| 395 | "hourHand":{ |
| 396 | "lineWidth":5, |
| 397 | "startAt":-15, |
| 398 | "endAt":60, |
| 399 | "alpha":0.7 |
| 400 | }, |
| 401 | "minuteHand":{ |
| 402 | "lineWidth":3, |
| 403 | "startAt":-25, |
| 404 | "endAt":75, |
| 405 | "alpha":0.7 |
| 406 | }, |
| 407 | "secondHand":{ |
| 408 | "lineWidth":1.5, |
| 409 | "startAt":-20, |
| 410 | "endAt":88, |
| 411 | "color":"red" |
| 412 | }, |
| 413 | "secondDecoration":{ |
| 414 | "lineWidth":1, |
| 415 | "startAt":20, |
| 416 | "radius":4, |
| 417 | "fillColor":"blue", |
| 418 | "color":"red" |
| 419 | } |
| 420 | }, |
| 421 | "lev":{ |
| 422 | "outerBorder":{ |
| 423 | "lineWidth":10, |
| 424 | "radius":95, |
| 425 | "color":"#CCFF33", |
| 426 | "alpha":0.65 |
| 427 | }, |
| 428 | "smallIndicator":{ |
| 429 | "lineWidth":5, |
| 430 | "startAt":84, |
| 431 | "endAt":90, |
| 432 | "color":"#996600" |
| 433 | }, |
| 434 | "largeIndicator":{ |
| 435 | "lineWidth":40, |
| 436 | "startAt":25, |
| 437 | "endAt":95, |
| 438 | "color":"#336600", |
| 439 | "alpha":0.55 |
| 440 | }, |
| 441 | "hourHand":{ |
| 442 | "lineWidth":4, |
| 443 | "startAt":0, |
| 444 | "endAt":65, |
| 445 | "alpha":0.9 |
| 446 | }, |
| 447 | "minuteHand":{ |
| 448 | "lineWidth":3, |
| 449 | "startAt":0, |
| 450 | "endAt":80, |
| 451 | "alpha":0.85 |
| 452 | }, |
| 453 | "secondHand":{ |
| 454 | "lineWidth":1, |
| 455 | "startAt":0, |
| 456 | "endAt":85 |
| 457 | }, |
| 458 | "secondDecoration":{ |
| 459 | "lineWidth":2, |
| 460 | "startAt":5, |
| 461 | "radius":10, |
| 462 | "fillColor":"black" |
| 463 | } |
| 464 | }, |
| 465 | "sand":{ |
| 466 | "outerBorder":{ |
| 467 | "lineWidth":1, |
| 468 | "radius":70, |
| 469 | "alpha":0.5 |
| 470 | }, |
| 471 | "smallIndicator":{ |
| 472 | "lineWidth":3, |
| 473 | "startAt":50, |
| 474 | "endAt":70, |
| 475 | "color":"#0066FF", |
| 476 | "alpha":0.5 |
| 477 | }, |
| 478 | "largeIndicator":{ |
| 479 | "lineWidth":200, |
| 480 | "startAt":80, |
| 481 | "endAt":95, |
| 482 | "color":"#996600", |
| 483 | "alpha":0.75 |
| 484 | }, |
| 485 | "hourHand":{ |
| 486 | "lineWidth":4, |
| 487 | "startAt":0, |
| 488 | "endAt":65, |
| 489 | "alpha":0.9 |
| 490 | }, |
| 491 | "minuteHand":{ |
| 492 | "lineWidth":3, |
| 493 | "startAt":0, |
| 494 | "endAt":80, |
| 495 | "alpha":0.85 |
| 496 | }, |
| 497 | "secondHand":{ |
| 498 | "lineWidth":1, |
| 499 | "startAt":0, |
| 500 | "endAt":85 |
| 501 | }, |
| 502 | "secondDecoration":{ |
| 503 | "lineWidth":2, |
| 504 | "startAt":5, |
| 505 | "radius":10, |
| 506 | "fillColor":"black" |
| 507 | } |
| 508 | }, |
| 509 | "sun":{ |
| 510 | "outerBorder":{ |
| 511 | "lineWidth":100, |
| 512 | "radius":140, |
| 513 | "color":"#99FFFF", |
| 514 | "alpha":0.2 |
| 515 | }, |
| 516 | "smallIndicator":{ |
| 517 | "lineWidth":300, |
| 518 | "startAt":50, |
| 519 | "endAt":70, |
| 520 | "alpha":0.1 |
| 521 | }, |
| 522 | "largeIndicator":{ |
| 523 | "lineWidth":5, |
| 524 | "startAt":80, |
| 525 | "endAt":95, |
| 526 | "alpha":0.65 |
| 527 | }, |
| 528 | "hourHand":{ |
| 529 | "lineWidth":4, |
| 530 | "startAt":0, |
| 531 | "endAt":65, |
| 532 | "alpha":0.9 |
| 533 | }, |
| 534 | "minuteHand":{ |
| 535 | "lineWidth":3, |
| 536 | "startAt":0, |
| 537 | "endAt":80, |
| 538 | "alpha":0.85 |
| 539 | }, |
| 540 | "secondHand":{ |
| 541 | "lineWidth":1, |
| 542 | "startAt":0, |
| 543 | "endAt":90 |
| 544 | }, |
| 545 | "secondDecoration":{ |
| 546 | "lineWidth":2, |
| 547 | "startAt":5, |
| 548 | "radius":10, |
| 549 | "fillColor":"black" |
| 550 | } |
| 551 | }, |
| 552 | "tor":{ |
| 553 | "outerBorder":{ |
| 554 | "lineWidth":10, |
| 555 | "radius":88, |
| 556 | "color":"#996600", |
| 557 | "alpha":0.9 |
| 558 | }, |
| 559 | "smallIndicator":{ |
| 560 | "lineWidth":6, |
| 561 | "startAt":-10, |
| 562 | "endAt":73, |
| 563 | "color":"green", |
| 564 | "alpha":0.3 |
| 565 | }, |
| 566 | "largeIndicator":{ |
| 567 | "lineWidth":6, |
| 568 | "startAt":73, |
| 569 | "endAt":100, |
| 570 | "alpha":0.65 |
| 571 | }, |
| 572 | "hourHand":{ |
| 573 | "lineWidth":4, |
| 574 | "startAt":0, |
| 575 | "endAt":65 |
| 576 | }, |
| 577 | "minuteHand":{ |
| 578 | "lineWidth":3, |
| 579 | "startAt":0, |
| 580 | "endAt":80 |
| 581 | }, |
| 582 | "secondHand":{ |
| 583 | "lineWidth":1, |
| 584 | "startAt":-73, |
| 585 | "endAt":73, |
| 586 | "alpha":0.8 |
| 587 | }, |
| 588 | "secondDecoration":{ |
| 589 | "lineWidth":2, |
| 590 | "startAt":5, |
| 591 | "radius":10, |
| 592 | "fillColor":"black" |
| 593 | } |
| 594 | }, |
| 595 | "cold":{ |
| 596 | "outerBorder":{ |
| 597 | "lineWidth":15, |
| 598 | "radius":90, |
| 599 | "alpha":0.3 |
| 600 | }, |
| 601 | "smallIndicator":{ |
| 602 | "lineWidth":15, |
| 603 | "startAt":-10, |
| 604 | "endAt":95, |
| 605 | "color":"blue", |
| 606 | "alpha":0.1 |
| 607 | }, |
| 608 | "largeIndicator":{ |
| 609 | "lineWidth":3, |
| 610 | "startAt":80, |
| 611 | "endAt":95, |
| 612 | "color":"blue", |
| 613 | "alpha":0.65 |
| 614 | }, |
| 615 | "hourHand":{ |
| 616 | "lineWidth":4, |
| 617 | "startAt":0, |
| 618 | "endAt":65 |
| 619 | }, |
| 620 | "minuteHand":{ |
| 621 | "lineWidth":3, |
| 622 | "startAt":0, |
| 623 | "endAt":80 |
| 624 | }, |
| 625 | "secondHand":{ |
| 626 | "lineWidth":1, |
| 627 | "startAt":0, |
| 628 | "endAt":85, |
| 629 | "alpha":0.8 |
| 630 | }, |
| 631 | "secondDecoration":{ |
| 632 | "lineWidth":5, |
| 633 | "startAt":30, |
| 634 | "radius":10, |
| 635 | "fillColor":"black" |
| 636 | } |
| 637 | }, |
| 638 | "babosa":{ |
| 639 | "outerBorder":{ |
| 640 | "lineWidth":100, |
| 641 | "radius":25, |
| 642 | "color":"blue", |
| 643 | "alpha":0.25 |
| 644 | }, |
| 645 | "smallIndicator":{ |
| 646 | "lineWidth":3, |
| 647 | "startAt":90, |
| 648 | "endAt":95, |
| 649 | "color":"#3366CC" |
| 650 | }, |
| 651 | "largeIndicator":{ |
| 652 | "lineWidth":4, |
| 653 | "startAt":75, |
| 654 | "endAt":95, |
| 655 | "color":"#3366CC" |
| 656 | }, |
| 657 | "hourHand":{ |
| 658 | "lineWidth":4, |
| 659 | "startAt":0, |
| 660 | "endAt":60 |
| 661 | }, |
| 662 | "minuteHand":{ |
| 663 | "lineWidth":3, |
| 664 | "startAt":0, |
| 665 | "endAt":85 |
| 666 | }, |
| 667 | "secondHand":{ |
| 668 | "lineWidth":12, |
| 669 | "startAt":75, |
| 670 | "endAt":90, |
| 671 | "color":"red", |
| 672 | "alpha":0.8 |
| 673 | }, |
| 674 | "secondDecoration":{ |
| 675 | "lineWidth":3, |
| 676 | "startAt":0, |
| 677 | "radius":4, |
| 678 | "fillColor":"black" |
| 679 | } |
| 680 | }, |
| 681 | "tumb":{ |
| 682 | "outerBorder":{ |
| 683 | "lineWidth":105, |
| 684 | "radius":5, |
| 685 | "color":"green", |
| 686 | "alpha":0.4 |
| 687 | }, |
| 688 | "smallIndicator":{ |
| 689 | "lineWidth":1, |
| 690 | "startAt":93, |
| 691 | "endAt":98, |
| 692 | "color":"green" |
| 693 | }, |
| 694 | "largeIndicator":{ |
| 695 | "lineWidth":50, |
| 696 | "startAt":0, |
| 697 | "endAt":89, |
| 698 | "color":"red", |
| 699 | "alpha":0.14 |
| 700 | }, |
| 701 | "hourHand":{ |
| 702 | "lineWidth":4, |
| 703 | "startAt":0, |
| 704 | "endAt":65 |
| 705 | }, |
| 706 | "minuteHand":{ |
| 707 | "lineWidth":3, |
| 708 | "startAt":0, |
| 709 | "endAt":80 |
| 710 | }, |
| 711 | "secondHand":{ |
| 712 | "lineWidth":1, |
| 713 | "startAt":0, |
| 714 | "endAt":85, |
| 715 | "alpha":0.8 |
| 716 | }, |
| 717 | "secondDecoration":{ |
| 718 | "lineWidth":5, |
| 719 | "startAt":50, |
| 720 | "radius":90, |
| 721 | "fillColor":"black", |
| 722 | "alpha":0.05 |
| 723 | } |
| 724 | }, |
| 725 | "stone":{ |
| 726 | "outerBorder":{ |
| 727 | "lineWidth":15, |
| 728 | "radius":80, |
| 729 | "color":"#339933", |
| 730 | "alpha":0.5 |
| 731 | }, |
| 732 | "smallIndicator":{ |
| 733 | "lineWidth":2, |
| 734 | "startAt":70, |
| 735 | "endAt":90, |
| 736 | "color":"#FF3300", |
| 737 | "alpha":0.7 |
| 738 | }, |
| 739 | "largeIndicator":{ |
| 740 | "lineWidth":15, |
| 741 | "startAt":0, |
| 742 | "endAt":29, |
| 743 | "color":"#FF6600", |
| 744 | "alpha":0.3 |
| 745 | }, |
| 746 | "hourHand":{ |
| 747 | "lineWidth":4, |
| 748 | "startAt":0, |
| 749 | "endAt":65 |
| 750 | }, |
| 751 | "minuteHand":{ |
| 752 | "lineWidth":3, |
| 753 | "startAt":0, |
| 754 | "endAt":75 |
| 755 | }, |
| 756 | "secondHand":{ |
| 757 | "lineWidth":1, |
| 758 | "startAt":0, |
| 759 | "endAt":85, |
| 760 | "alpha":0.8 |
| 761 | }, |
| 762 | "secondDecoration":{ |
| 763 | "lineWidth":5, |
| 764 | "startAt":50, |
| 765 | "radius":90, |
| 766 | "fillColor":"black", |
| 767 | "alpha":0.05 |
| 768 | } |
| 769 | }, |
| 770 | "disc":{ |
| 771 | "outerBorder":{ |
| 772 | "lineWidth":105, |
| 773 | "radius":1, |
| 774 | "color":"#666600", |
| 775 | "alpha":0.2 |
| 776 | }, |
| 777 | "smallIndicator":{ |
| 778 | "lineWidth":1, |
| 779 | "startAt":58, |
| 780 | "endAt":95, |
| 781 | "color":"#669900", |
| 782 | "alpha":0.8 |
| 783 | }, |
| 784 | "largeIndicator":{ |
| 785 | "lineWidth":6, |
| 786 | "startAt":25, |
| 787 | "endAt":35, |
| 788 | "color":"#666600" |
| 789 | }, |
| 790 | "hourHand":{ |
| 791 | "lineWidth":4, |
| 792 | "startAt":0, |
| 793 | "endAt":65 |
| 794 | }, |
| 795 | "minuteHand":{ |
| 796 | "lineWidth":3, |
| 797 | "startAt":0, |
| 798 | "endAt":75 |
| 799 | }, |
| 800 | "secondHand":{ |
| 801 | "lineWidth":1, |
| 802 | "startAt":-75, |
| 803 | "endAt":75, |
| 804 | "color":"#99CC00", |
| 805 | "alpha":0.8 |
| 806 | }, |
| 807 | "secondDecoration":{ |
| 808 | "lineWidth":5, |
| 809 | "startAt":50, |
| 810 | "radius":90, |
| 811 | "fillColor":"#00FF00", |
| 812 | "color":"green", |
| 813 | "alpha":0.05 |
| 814 | } |
| 815 | }, |
| 816 | "watermelon":{ |
| 817 | "outerBorder":{ |
| 818 | "lineWidth":100, |
| 819 | "radius":1.7, |
| 820 | "color":"#d93d04", |
| 821 | "alpha":0.75 |
| 822 | }, |
| 823 | "smallIndicator":{ |
| 824 | "lineWidth":2, |
| 825 | "startAt":50, |
| 826 | "endAt":70, |
| 827 | "color":"#d93d04", |
| 828 | "alpha":0.75 |
| 829 | }, |
| 830 | "largeIndicator":{ |
| 831 | "lineWidth":2, |
| 832 | "startAt":45, |
| 833 | "endAt":94, |
| 834 | "color":"#a9bf04" |
| 835 | }, |
| 836 | "hourHand":{ |
| 837 | "lineWidth":5, |
| 838 | "startAt":-20, |
| 839 | "endAt":65, |
| 840 | "color":"#d93d04" |
| 841 | }, |
| 842 | "minuteHand":{ |
| 843 | "lineWidth":3, |
| 844 | "startAt":-20, |
| 845 | "endAt":80, |
| 846 | "color":"#a9bf04", |
| 847 | "alpha":0.9 |
| 848 | }, |
| 849 | "secondHand":{ |
| 850 | "lineWidth":2, |
| 851 | "startAt":70, |
| 852 | "endAt":94, |
| 853 | "color":"#d93d04", |
| 854 | "alpha":0.75 |
| 855 | }, |
| 856 | "secondDecoration":{ |
| 857 | "lineWidth":1, |
| 858 | "startAt":70, |
| 859 | "radius":3, |
| 860 | "fillColor":"#d93d04", |
| 861 | "color":"#d93d04", |
| 862 | "alpha":0.75 |
| 863 | } |
| 864 | }, |
| 865 | "mister":{ |
| 866 | "largeIndicator":{ |
| 867 | "lineWidth":10, |
| 868 | "radius":5, |
| 869 | "startAt":78, |
| 870 | "endAt":98, |
| 871 | "color":"#76777b" |
| 872 | }, |
| 873 | "hourHand":{ |
| 874 | "lineWidth":7, |
| 875 | "startAt":10, |
| 876 | "endAt":47, |
| 877 | "color":"#76777b" |
| 878 | }, |
| 879 | "minuteHand":{ |
| 880 | "lineWidth":5, |
| 881 | "startAt":10, |
| 882 | "endAt":65, |
| 883 | "color":"#76777b" |
| 884 | }, |
| 885 | "secondHand":{ |
| 886 | "lineWidth":3, |
| 887 | "startAt":0, |
| 888 | "endAt":92, |
| 889 | "color":"#76777b" |
| 890 | } |
| 891 | } |
| 892 | }'; |
| 893 |