WOW, Schnedi, love this everything about this one! What icon set is that?
Image
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.
Sorry for stealing your image and thanks for sharing.
![]()
Image
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.
Sorry for stealing your image and thanks for sharing.
![]()
WOW, Schnedi, love this everything about this one! What icon set is that?
the HTML code make it to display in the right size
lol in fact thats my image ...
LiveOS by Bluemetal
What clock is that on your lockscreen?
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.
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?the HTML code make it to display in the right size
lol in fact thats my image ...
LiveOS by Bluemetal
How can I put the month before the date?
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!
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
You have to change the numbers next to "top:"
i had issues... i dont know, maybe never?? when i fix it will be released
btw, this is my noki set up
Image
still working on this...
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" stillsearch 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
Image
Strange!
Try re-downloading/unzipping the file
I posted earlier what files/folders to keep
Search for something like this and remove the C of change to F
document.getElementById("temp").innerHTML =tempValue+ "°C";
Respring
Nice theme BTW!