2 <meta name=
"viewport" content=
"width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
7 -webkit-border-radius:
0;
8 box-sizing: border-box;
9 -moz-box-sizing: border-box;
10 -ms-box-sizing: border-box;
11 -webkit-box-sizing: border-box;
12 /*font-family: inherit;*/
19 text-decoration: none;
20 vertical-align: baseline;
28 background: url(cydget://_UIImageWithName/UILCDBackground.png);
34 font-family: "LockClock-Light";
39 text-shadow: -
0.5px -
1px
1px black;
44 font-family: "LockClock-Light";
49 text-shadow: -
0.5px -
1px
1px black;
54 <h1><script type=
"text/javascript">with (Cycript.all) {
55 var locale = CFLocaleCopyCurrent();
56 var formatter = CFDateFormatterCreate(NULL, locale, kCFDateFormatterNoStyle, kCFDateFormatterNoStyle);
58 var format = UIDateFormatStringForFormatType(UINoAMPMTimeFormat);
59 CFDateFormatterSetFormat(formatter, format);
60 var now = CFDateCreate(NULL, CFAbsoluteTimeGetCurrent());
61 var string = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
63 document.write(string);
67 <h2>Lock Cydget Example
</h2>
70 <script type=
"text/javascript" src=
"Index.js"></script>