發新話題
打印

help me!!

唔係中毒,佢只不過係Winterboard Lock Screen Server的一個html example, 去Winterboard 熄左佢就得。

LockBackground.html (http://sidonuke.com/lock/lockbackground.html)
HTML Code:

<html><head>
</head><body style="
     padding: 0;
     margin: 0;
">

<iframe
     frameborder="0"
     width="320"
     height="480"
     src="http://cydia.saurik.com/lock/"
></iframe></div>

</body></html>

http://cydia.saurik.com/lock/
HTML Code:

<html><head>
    <meta name="viewport" content="width=320, minimum-scale=1.0, maximum-scale=1.0"/>

    <style>
        body {
            background-color: transparent;
            margin: 0;
            height: 480px;
            padding: 0;
            width: 320px;
        }

        body > div {
            height: 270px;
            position: absolute;
            top: 115px;
            width: 320px;
        }

        body > div {
            color: white;
            text-align: center;
        }
    </style>
</head><body>
This doesn't really do anything yet, but it /did/ get loaded off the server . (Awesome, huh?)
</div>


<</body></html>



如果你鐘意,仲可以自已做改動,文件晌: /Library/Themes/Server Lock Example.theme/LockBackground.html
Ref: http://www.modmyi.com/

TOP

發新話題
最近訪問的版塊