| Parameter |
Type |
Values |
Default |
Notes |
| time-zone |
int |
-12 to +12 |
- |
offset relative to GMT (in hours). If this parameter is not specified, the clock will show time in the user's time zone. |
| font |
String |
"Helvetica", "TimesRoman", "Courier" |
Helvetica |
font family used for the clock display. |
| fontsize |
int |
4+ |
14 |
size of font used for the clock display. |
| color |
Color |
#rrggbb |
#FF0000 |
color of clock text |
| frame-color |
Color |
#rrggbb |
#CCCCCC |
color of frame surrounding clock |
| back-color |
Color |
#rrggbb |
#000000 |
background color for clock display |
| frame-width |
int |
0+ |
2 |
width of frame around clock display |
| date-style |
String |
"us", "euro" |
none |
style of date display. If not specified, no date will be shown. |
| draw-in-relief |
boolean |
yes, no |
yes |
give the clock a 3D look. |
| draw-raised |
boolean |
yes, no |
yes |
draw the clock raised ("yes") or indented ("no"). |
| twenty-four-hour |
boolean |
yes, no |
yes |
Use the twenty-four hour clock. |
| show-seconds |
boolean |
yes, no |
yes |
Display seconds. |