PluginProbe
CoolClock / 4.3.6
CoolClock v4.3.6
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.6, at includes/moreskins.php

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