Hello everyone, I am a new user
This is my theme for LockScreen
Image

Image

Image

To work needs "Statusnotifer" and "LockScreen Clock Hide". Free download from Cydia.

DOWNLOAD

Hope you like it ;)
I like it, thanks.
Hmm, great !..
In action (without status icons and different bg)
Image

Edit : How can i change clock font (by adding "font-family" to stile.css ?)

Edit 2 : Thanks Seraphan. Updated SS !
Last edited by kyle007 on June 5th, 2010, 1:32 pm, edited 1 time in total.
kyle007 wrote:Hmm, great !..
In action (without status icons and different bg)
http://i49.tinypic.com/2h4m343.png

Edit : How can i change clock font (by adding "font-family" to stile.css ?)

In the file "stile.css" add font-family to "td.ora" and "td.secondi" with your favorite font.
But using only the native Font iPhone (for example "ARIAL").
Is there an English version? :*)
kyle007 wrote:Hmm, great !..
In action (without status icons and different bg)
http://i49.tinypic.com/afbrjc.png

Edit : How can i change clock font (by adding "font-family" to stile.css ?)

Edit 2 : Thanks Seraphan. Updated SS !

How do you managed to display LockInfo below the clock widget? Thank you.
8lias wrote:
kyle007 wrote:Hmm, great !..
In action (without status icons and different bg)
http://i49.tinypic.com/afbrjc.png

Edit : How can i change clock font (by adding "font-family" to stile.css ?)

Edit 2 : Thanks Seraphan. Updated SS !

How do you managed to display LockInfo below the clock widget? Thank you.

In LockInfo settings go to layout and use the slider to move the content down.... ;o)
The link seems dead...
karimedia wrote:
8lias wrote:
kyle007 wrote:Hmm, great !..
In action (without status icons and different bg)
http://i49.tinypic.com/afbrjc.png

Edit : How can i change clock font (by adding "font-family" to stile.css ?)

Edit 2 : Thanks Seraphan. Updated SS !

How do you managed to display LockInfo below the clock widget? Thank you.

In LockInfo settings go to layout and use the slider to move the content down.... ;o)

Nevermind: updated LockInfo
Last edited by 8lias on June 6th, 2010, 4:57 am, edited 1 time in total.
i second the english version please :'(
This is so nice man, good work
if anybody knows how to translate this to english please let me know :'(
Last edited by angelgirl204 on June 6th, 2010, 2:53 am, edited 1 time in total.
this is a sweet looking lock theme

angelgirl204 try this English mod
I downloaded this theme and have to admit this is an awesome theme :)
I am noob but learn quickly (I hope so). So I can explain how to translate this theme.
Hope Seraphan will not be angry :)
- don't touch the html. This is for the position of the notification.
- go to private folder
- edit the calendario.js

Now the line >
var giorni_sett = new Array('D','L','M','M','G','V','S','D'); Remplace le capital letters by the ones in your language (D is for Sunday, L is for Monday, etc.)

Now the line >
var mesi_anno = new Array('Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno','Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'); Remplace the months by your language months (Gennaio is January, Febbraio is for February, etc.).

I didn't find the way to change the clock format ;) Sorry...

I jailbreaked my device few days ago and have difficulties sometimes, no everytimes LOL
plaese make a german version possible!
thank you and greetz from berlin!

@DSG do you have a german version too?

EDIT: egrezie... my english is not so good but i will try it :)
whats about the silence text?
Last edited by der_sascha on June 6th, 2010, 10:07 am, edited 1 time in total.
I tried to create an English version of LockScreen

Image

DOWNLOAD
Thanks for the translate ;)
German Version: Download
basic theme without color green

Image

LINK
thanks for the english and white version!!! :cool:


just a quick question...how can i change the hour format to 12hrs???

i didn't see anything that i can edit to make it 12hrs....

Thank you very much! This work is very pleasing to me.!!
how come when i put a new lockbackground it doesnt change? it just stays a black background...i put the image file where the old one was and it's still blank

any ideas?

using english btw
Last edited by corpheus on June 7th, 2010, 1:25 am, edited 1 time in total.
corpheus wrote:how come when i put a new lockbackground it doesnt change? it just stays a black background...i put the image file where the old one was and it's still blank

any ideas?

using english btw

Remove LockBackground.html
^if you do that the theme won't work

Edit: you need to edit the LockBackground.html where it says

Code: Select all
<body background="file://localhost/User/Library/LockBackground.jpg" style="font-family:Arial;" onload="doLoad()">

to

Code: Select all
<body background="file://private/var/stash/Themes.XXXXXX/Seraphan.theme/private/LockBackground.png" style="font-family:Arial;" onload="doLoad()">

Themes.XXXXXX = your themes folder found in:

//private/var/stash/
Last edited by dsg on June 7th, 2010, 2:13 am, edited 1 time in total.
this code is in the middle of the Lockbaground.html file

Code: Select all
<link rel="stylesheet" type="text/css" href="private/stile.css">
<title>lockscreen</title>
</head>
<body background="file://localhost/User/Library/LockBackground.jpg" style="font-family:Arial;" onload="doLoad()">
<!-- <body background="private/LockBackground.png" style="font-family:Arial;" onload="doLoad()"> -->
<table style="position: absolute; top: 0px; left: 0px;" width="320" cellspacing="0px" cellpadding="0px" border="0px">
<tr>
<td height="20px" colspan="5" style="text-align:center; vertical-align:bottom">
<img src="private/upBar.png" />
</td>
</tr>

i thinlk the <body> tag with the <!-- and --> tags is in the wrong place it should be in the first <body> tag or remove at all, i think thats the issue
go with seven77 solution:

Code: Select all
<body background="private/LockBackground.png" style="font-family:Arial;" onload="doLoad()">

Download my modded English LockBackground.html
Last edited by dsg on June 7th, 2010, 2:23 am, edited 1 time in total.