What's that website, I believe it was private, was called evolution something, they posted all kind of iphone widgets, LS and themes in there?? is it still around??
What's that website, I believe it was private, was called evolution something, they posted all kind of iphone widgets, LS and themes in there?? is it still around??
Proud to present my new setup! Looks similar to my old one, but this time, the inspiration came from my own head haha. Still working on it.
How did you add the date to LS Serenity? That's the only thing my lockscreen is currently lacking.
I know the feeling. I love everything about LS Serenity except that it lacked a date on the lockscreen. I spent a long time combing through the code finding out how (cause I didn't know it had to be declared in the html file before you could put into style.css).
Here is a snippit from my LockBackground.html
.... above
<div id="Clock">
<a id="hour"></a><a id="minute"></a><a id="minutesunit"></a>
</div>
<div id="Calendar">
<a id="weekday"></a><a id="date"></a><a id="month"></a>
</div>
<div id="city">
<a id="cityname"></a><a id="cityname0"></a><a id="space"> </a><a id="temp"></a>
</div>
... below
By adding that bolded section of code, it creates a new set of objects that can be put in the style.css file and then placed/themed accordingly. (The not bold is code that was originally there).
Then you play in styles.css like you normally would. Following the names from the bold part, in style you could add sections for #Calendar, #weekday, #date, #month now that they are declared in the html file. The variables are case sensitive. They come from the function codes where the clock works. So don't change the case. Then when you put them in styles.css, it is case sensitive there as well.
Does that help? If not I can try again to explain it.
Even after adding it to the groovy lock folder?
Got it on there, the only issue is that it overlaps the time. How do I get it below the time?
Bright and colorful.
Now, answer your emails!
![]()
Want to have some fun?
Download Color Profiles (for iOS7), if you haven't already... check the profile, bold and slide the slider to about 30%.
You're iPhone will nearly explode with brilliance and you will then thank me.