Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
1cd9548f.jpg

When you used this image for your LS down theme did you just zoom in or do you have this image in the correct size? When I zoom in it gets pixelated.
 
Image
Here's the wallpaper. Give me a few and I'll post what numbers I used to place the icons where they are. You would just have to change the numbers and it would be much easier.

Image
Here's for the weather icon.

Image
And here's for the temp icon.
Navigate to Private/Stylesheets and edit the wStyle.css file.

Thanks a lot for this...
I got a one problem, which setting i have to change if i want to drag the weather icon bit down? I tried changing height in wcss file bt it doent move atall....Plz suggest!
Thanks once again!
 
the HTML code make it to display in the right size




lol in fact thats my image ...





LiveOS by Bluemetal
Lol...yeah I told him it was your image. Thanks for the info...I asked this to you on your deviant page>>>How can I put the month before the date?
 
How can I put the month before the date?

search this code

document.getElementById("date").firstChild.nodeValue = this_date + "." + this_month_name_array[this_month] + "." + this_year //concat long date string


and replace with this

document.getElementById("date").firstChild.nodeValue = this_month_name_array[this_month]+ "." + this_date + "." + this_year //concat long date string
 
Thanks a lot for this...
I got a one problem, which setting i have to change if i want to drag the weather icon bit down? I tried changing height in wcss file bt it doent move atall....Plz suggest!
Thanks once again!

You have to change the numbers next to "top:"
 
search this code

document.getElementById("date").firstChild.nodeValue = this_date + "." + this_month_name_array[this_month] + "." + this_year //concat long date string


and replace with this

document.getElementById("date").firstChild.nodeValue = this_month_name_array[this_month]+ "." + this_date + "." + this_year //concat long date string

Thank you!!!
 
search this code

document.getElementById("date").firstChild.nodeValue = this_date + "." + this_month_name_array[this_month] + "." + this_year //concat long date string


and replace with this

document.getElementById("date").firstChild.nodeValue = this_month_name_array[this_month]+ "." + this_date + "." + this_year //concat long date string
I just noticed something about the temp. Don't know if it was me but I changed my degrees from celcius to farenheit and it shows the little "c" still
a81b2916.jpg
 
I just noticed something about the temp. Don't know if it was me but I changed my degrees from celcius to farenheit and it shows the little "c" still
Image

Search for something like this and remove the C of change to F

document.getElementById("temp").innerHTML =tempValue+ "°C";

Respring


Nice theme BTW!
 
Can you say NOOB?
SO, I had to use my fiance unfortunately to help me decrypt the HTML file. because text edit makes is all funky and I don't under stand it THEN I had to file the area I could edit the location and change from celsius. AND THEN, I decided I want the time to have seconds and make the time font bigger but also adjust the weather icon over to the left because the date gets cut off.
it still needs work because of how large i made the font it falls over one of the lines. but its fun now I understand how to decrypt the file.

Strange!

Try re-downloading/unzipping the file




I posted earlier what files/folders to keep

SO I totally missed your message and went back to find it. FOUND IT.
 
Last edited:
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.