Can I get the background please?
Its posted in this thread somewhere, a link to mediafire of lots of backgrounds.
Can I get the background please?
I also normalized the days of the week so they are all the same length. Attached is a zipfile of all the .png files I changed.
What's the wallpaper for first one?
Yes the answer is back around page twelve, its a very easy line change.
Where exactly do I place the .png files to normalize the month and day sizes? I see some new files and dont know where to place them what is the png_bak where does that go?
chakraj said:Yes the answer is back around page twelve, its a very easy line change.
Where exactly do I place the .png files to normalize the month and day sizes? I see some new files and dont know where to place them what is the png_bak where does that go?
Being a web developer myself, I started tinkering with the code and positioning... Here's what I ended up with. Now I see how theming is done. Lets see what I can brew up with my web skill.
![]()
Much thanks to OP for getting me a kick start!
hehe, those dates are not correct, but I had used the widest width of the texts to ensure I give it enough space.![]()
some days i do better than others...
i found THE CORRECT file, and added the line for "F" in the weather, and got this; anyone tell me how i can fix this? (or even just get rid of the box around the weather...)
function dealWithWeather(obj){
if (obj.error == false){
document.getElementById("city").innerText=obj.city;
document.getElementById("desc").innerText=obj.description.toLowerCase();
if(useRealFeel == true){
tempValue = convertTemp(obj.realFeel);
}else{
tempValue = convertTemp(obj.temp)
}
if (isCelsius) gradeSign = "C"; else gradeSign = "F";
document.getElementById("temp").innerHTML=tempValue + "°" + gradeSign;
document.getElementById("weatherIcon").src="Private/weather/Icon Sets/"+iconSet+"/"+MiniIcons[obj.icon]+iconExt;
}
setTimeout('fetchWeatherData(dealWithWeather,postal)', 1000*60*updateInterval);
}
Anyone else having trouble with the LockMS-TOP package in Cydia? It fails to install after being downloaded.
Anyone else having trouble with the LockMS-TOP package in Cydia? It fails to install after being downloaded.
YES! Some unable to create nonsense! I love the look of this theme and I'm gettin' antsy!
Being a web developer myself, I started tinkering with the code and positioning... Here's what I ended up with. Now I see how theming is done. Lets see what I can brew up with my web skill.
![]()
Much thanks to OP for getting me a kick start!
hehe, those dates are not correct, but I had used the widest width of the texts to ensure I give it enough space.![]()
Can you post a zip file with your edited theme please?
How do I change the chevron slide arrows to this one? Or even the default slide to unlock version
Claude, I know absolutely nothing about HTML; but would you mind posting the background image for me? Thanks!Here's a screenshot of the entire thing using Arial font. I know it looks rather crude and lacking with just plain old Arial font, but I haven't found a nice font mix that works on the iPhone, yet.
![]()
Here's the html file I'm using:
http://www.mediafire.com/?oi7h4ourz326jw4
Its posted in this thread somewhere, a link to mediafire of lots of backgrounds.