PluginProbe
CoolClock / 4.3.9
CoolClock v4.3.9
4.3.9 4.3.8 trunk 0.1 2.0 2.9.8 3.0 3.1 3.2 3.3 4.0 4.1 4.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7
coolclock / includes / moreskins.php

moreskins.php in CoolClock 4.3.9, at includes/moreskins.php

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