Thread: [RELEASE] OSX LEOPARD ADD-ONs
-
11-10-2008, 07:31 PM #401Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Las Vegas, NV
- Posts
- 1,525
- Thanks
- 162
- Thanked 136 Times in 95 Posts
I have an interesting bug maybe?
This morning when i woke up i noticed the weather temperatures for the week were all shifted down so that all the low temps were off the weather icon. I tried a hard restart and nothing changed. So i replaced the files with stock files and it was all center and in place again. After class i noticed that they were all shifted down again so i just put my phone to sleep and was going to post this after my next class to see what the problem was. Well after my next class everything is fine again and has been since. Is this just a bug or did i do something wrong with installation? It has only done this after i modified the clock widget to not show the second hand if that counts for anything
Nice thanks!Last edited by Bernie-Mac; 11-10-2008 at 07:31 PM. Reason: Automerged Doublepost
iLive an iLife
One of the few proud owners of a white iPhone 4 (that i built myself)
follow me @ berniemakaveli
-
11-10-2008, 08:15 PM #402My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
-
11-10-2008, 09:47 PM #403iPhoneaholic
- Join Date
- May 2008
- Location
- Beaverton, OR
- Posts
- 470
- Thanks
- 89
- Thanked 61 Times in 48 Posts
-
11-10-2008, 10:00 PM #404
Check it out guys...like I said, I'm no code expert, I took a 6 day forecast for lockscreen and converted to springboard. The 6 day forecast that I downloaded and modified did not have any extra visible information other than the forecast showing on the lockscreen. I collapsed the forecast information and moved it like I showed in the README file.
Since there were sporatic reports of the forecast dropping about 10px I looked a little harder, and it seems the code I adjusted was adjustment off of another hack to display only the forecast and not other information....like other weather information and an additional large weather icon. I looked a little harder at the twoline.css and wallpaper.js
I found that the wallpaper.js was written to show more than just the 6 day forecast. Here is just a portion:

Then looked at the twoline.css and found all this stuff in the middle:

When I collapsed the stuff in the middle of the .css file (below), and changed the top margin of the Widget html file.
I found that there is extra junk such as another weather icon, city, date, temp, conditions.Code:#middle { overflow: hidden; margin-top:174px;

So in theory...it would probably be possible to re-write this into one weather widget, without having to run separate current weather within your theme.
If anyone knows how to delete all the extra stuff in the 6 day forecast or combine it into one widget, that would be great. I think the sporatic dropping of the 6 day forecast it that other large icon changing.
I'm sorry guys... I'll look for another source for a weather forecast..I don't know enough about code in the "wallpaper.js" to tell in not to display the other junk you don't see that is off the screen.Last edited by Bear Hunter; 11-10-2008 at 10:09 PM.
-
11-10-2008, 10:06 PM #405iPhone? More like MyPhone
- Join Date
- Feb 2008
- Location
- On the Bayou
- Posts
- 143
- Thanks
- 19
- Thanked 3 Times in 3 Posts
I just noticed that my temps for the week had suddenly shifted down as well? I read every post since everything was working fine last week and bear had mentioned it. Has anyone figured anything that may be causing this bug?
-
11-10-2008, 11:11 PM #406
Mine hasn't shifted at all....weird, but I know it has to be the other information in the wallpaper.js and in the middle of the twoline.css as shown above that is doing it. I'm sure it is the large weather icon that you don't see changing and causting the shift.
I need to find a way to take all that other crap you don't see out of the .js and .css file.
Just to let you guys know. I have downloaded two different versions since my last post and they ALL show additional stuff when collapsed: Here is the latest one I am working with. We have to find a way to modify the "wallpaper.js" and "twoline.css" not to display this other stuff that is above the forecast.
Last edited by Bear Hunter; 11-10-2008 at 11:11 PM. Reason: Automerged Doublepost
-
11-10-2008, 11:29 PM #407iPhoneaholic
- Join Date
- May 2008
- Location
- Beaverton, OR
- Posts
- 470
- Thanks
- 89
- Thanked 61 Times in 48 Posts
Mine did too today. Funny, I was also trying to figure out how to merge the two weather widgets together to successfully run the wallpaper changer thingy when it happened. I thought I did it so I manually bumped it up 10px to fix it then a couple hours later it corrected itself and then it was too high. So I changed it back...
-
11-10-2008, 11:37 PM #408Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Las Vegas, NV
- Posts
- 1,525
- Thanks
- 162
- Thanked 136 Times in 95 Posts
-
11-10-2008, 11:48 PM #409
I deleted some of the middle stuff from the "twoline.css" and the smaller icon you see up in the previous post turned larger. I now think it is the "Widget.html" and "wallpaper.js" files that need to be modified so it does not load the additional icon, date, location, temp, and conditions you see up top near my taskbar. If we can get this out and adjust the forecast back into position...I guarantee it won't drop. Of course the optimal solution would be to adjust the code where it would combine current and and forecast......BUT if you look at the current icon at the top right near my taskbar and the current weather on my widget (embedded in Leopard theme) you see they do not match (even after I changed the icon sets to match). It shows moon cloudy (top right near taskbar) and on my current wx it shows the "moon and clear" which is accurate.
The fix is to adjust the "Widget.html", "wallpaper.js", and "twoline.css" not to display any additional information (see all the additional info near the top of my taskbar - pic above).
He just said he made an adjustment and it fixed the drop temporarily, because then it went back to being too high.Last edited by Bear Hunter; 11-10-2008 at 11:48 PM. Reason: Automerged Doublepost
-
11-10-2008, 11:49 PM #410My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
no the wallpaper rotation code is its own .html....
so what i did was i changed the wallpaper.html in the theme to widget.html...so everything from bears add ons are widget.html and then i run the wallpaper.html to run the wallpaper rotation.....let me know if you need further help....
If I Helped You Hit The Thanks Button
-
-
11-10-2008, 11:52 PM #411Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Las Vegas, NV
- Posts
- 1,525
- Thanks
- 162
- Thanked 136 Times in 95 Posts
-
The Following User Says Thank You to Bernie-Mac For This Useful Post:
mr.sparky (11-11-2008)
-
11-11-2008, 12:00 AM #412
I just have to play around with it until I see that junk up top disappear, then move the foreccast back in place. I'm not good at code either...so if anyone else can take a look at those three files I specified above to delete that extra stuff...that would fix it.
As stated earlier...I did a search on macthemes for "weather forecast), and downloaded two other versions and they all display the same extra stuff when margns are dropped in "widget.html" and "twoline.css". I'm convinced the answer is modifying the codes NOT to display that stuff.
For now I replaced everything back with my old files since mine does not shift at all.Last edited by Bear Hunter; 11-11-2008 at 12:04 AM.
-
The Following User Says Thank You to Bear Hunter For This Useful Post:
mr.sparky (11-11-2008)
-
11-11-2008, 12:43 AM #413My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
Bear,
Im not exactly sure what your trying to do ..but it looks like maybe your trying to get the 6 day and the current weather to be display from the same .html..like one weather theme?
Is that correct?
if so...here you go....this is a one weather widget displaing the 6 day and the current weather together..
my current pic attached is one weather widget
if your setup is a little lower youll have to adjust that in the twoLine.css b/c i dont use the google and yellow pages icons so my weather is higher up than yours
heres the widget.html
and here is the twoLine.cssHTML Code:<?xml version="1.0" encoding="UTF-8"?> <html><head> <base href="Private/"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style> body { background-color: none; margin: 310px 0 0 25px; padding: 0px 0 0 0; height: 480px; width: 320px; } </style> <script type="text/javascript" src="configureMe.js"/> <script type="text/javascript" src="Wallpaper.js"/> </head> <body onload="onLoad()"> </script> <div id="WeatherContainer"> <div id="TextContainer"> <p id="city">Loading...</p> <p id="temp">-ΒΊ</p> <p id="desc">-</p> </div> <img id="weatherIcon" src=""/> <div id="middle" > </div> <div id="Forecast" > <div id="day0" ></div> <div id="day1" ></div> <div id="day2" ></div> <div id="day3" ></div> <div id="day4" ></div> <div id="day5" ></div> </div><div id="Forecast" > <div id="icon0" ><img id="wIcon0" width="24" heigth="24" src=""/></div> <div id="icon1" ><img id="wIcon1" width="24" heigth="24 "src=""/></div> <div id="icon2" ><img id="wIcon2" width="24" heigth="24 "src=""/></div> <div id="icon3" ><img id="wIcon3" width="24" heigth="24 "src=""/></div> <div id="icon4" ><img id="wIcon4" width="24" heigth="24" src=""/></div> <div id="icon5" ><img id="wIcon5" width="24" heigth="24" src=""/></div> </div><div id="Forecast" > <div id="hi0" ></div> <div id="hi1" ></div> <div id="hi2" ></div> <div id="hi3" ></div> <div id="hi4" ></div> <div id="hi5" ></div> </div><div id="Forecast" > <div id="low0" ></div> <div id="low1" ></div> <div id="low2" ></div> <div id="low3" ></div> <div id="low4" ></div> <div id="low5" ></div> </div> </div> </body></html>
and the wallpaper.js which i didnt modify:HTML Code:#WeatherContainer{ margin-top:-225px; width:100%; color:#1826e0; background-color: transparent; height:27px; } #TextContainer{ font-size:17px; font-family: Helvetica; text-shadow: rgba(0,0,0,0.7) 0 0 2px; margin:none; width:160px; z-index:1; } #city{ text-transform:capitalize; font-variant: small-caps; font-size: 0.8em; padding-left:10px; } #TextContainer p{ margin:0; display:inline; } #city, #temp{ } #temp{ font-weight:bold; padding-left:10px; color:white; } #desc{ text-transform:capitalize; display:none; font-size: 13px; color:white; } #weatherIcon{ height:34px; width:34px; position:relative; margin-top:-46px; margin-left: 130px; z-index:2; } #middle { overflow:hidden; margin-top:10px; } #Forecast { font-size:11px; font-family: Helvetica; text-shadow: rgba(0,0,0,0.7) 0 0 2px; background-color: transparent; margin:none; text-align: center; width:160px; color:white; z-index:1; } #day1, #day2, #day3, #day4, #day5, #day0 { vertical-align:top; width:30em!important;width:13.3px; display:table-cell!important;display:inline; font-weight:bold; padding-top:3px; padding-left:2px; } #icon1, #icon2, #icon3, #icon4, #icon5, #icon0 { height:24px; width:24px; vertical-align:top; width:5em!important;width:13.3px; display:table-cell!important;display:inline; } #hi1, #hi2, #hi3, #hi4, #hi5, #hi0 { vertical-align:top; width:15em!important;width:33.3px; display:table-cell!important;display:inline; font-color:#eeeeee; } #low1, #low2, #low3, #low4, #low5, #low0 { vertical-align:top; width:15em!important;width:13.3px; display:table-cell!important;display:inline; font-color:#999999; padding-bottom:3px; }
HTML Code:var postal; var demoMode = false; var enabled; if (location.href.indexOf("Wallpaper") > 0){ stylesheet = stylesheetLock; iconSet = iconSetLock; iconExt = iconExtLock; enabled = enableLockScreen; }else{ stylesheet = stylesheetWall; iconSet = iconSetWall; iconExt = iconExtWall; enabled = enableWallpaper; } if(enabled == true){ if(iconSet == null || iconSet == 'null' || iconSet == ""){ var iconSet = stylesheet; } var headID = document.getElementsByTagName("head")[0]; var styleNode = document.createElement('link'); styleNode.type = 'text/css'; styleNode.rel = 'stylesheet'; styleNode.href = 'Stylesheets/'+stylesheet+'.css'; headID.appendChild(styleNode); var scriptNode = document.createElement('script'); scriptNode.type = 'text/javascript'; scriptNode.src = 'Sources/'+source+'.js'; headID.appendChild(scriptNode); } function onLoad(){ if (enabled == true){ if (demoMode == true){ document.getElementById("weatherIcon").src="IconSets/"+iconSet+"/"+"cloudy1"+iconExt; document.getElementById("city").innerText="Somewhere"; document.getElementById("desc").innerText="Partly Cloudy"; document.getElementById("temp").innerText="100Ί"; document.getElementById("forecast").innerText="Sun"; }else{ document.getElementById("weatherIcon").src="IconSets/"+iconSet+"/"+"dunno"+iconExt; validateWeatherLocation(escape(locale).replace(/^%u/g, "%"), setPostal) } }else{ document.getElementsByTagName("body")[0].innerText=''; } } function convertTemp(num) { if (isCelsius == true) return Math.round ((num - 32) * 5 / 9); else return num; } function setPostal(obj){ if (obj.error == false){ if(obj.cities.length > 0){ postal = escape(obj.cities[0].zip).replace(/^%u/g, "%") document.getElementById("WeatherContainer").className = ""; weatherRefresherTemp(); }else{ document.getElementById("city").innerText="Not Found"; document.getElementById("WeatherContainer").className = "errorLocaleNotFound"; } }else{ document.getElementById("city").innerText=obj.errorString; document.getElementById("WeatherContainer").className = "errorLocaleValidate"; setTimeout('validateWeatherLocation(escape(locale).replace(/^%u/g, "%"), setPostal)', Math.round(1000*60*5)); } } 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) } document.getElementById("temp").innerText=tempValue+"ΒΊ"; document.getElementById("weatherIcon").src="IconSets/"+iconSet+"/"+MiniIcons[obj.icon]+iconExt; /*ProductRed*/ lastResults = new Array; lastResults[0] = {daycode:obj.daycode, icon:obj.icon, hi:obj.hi, lo:obj.lo, now:obj.temp}; var c = obj.forecast.length; if (c > 6) c = 6; // just to be safe for (var i=0; i<c; ++i) { var forecast = obj.forecast[i]; document.getElementById('day'+i).innerText = forecast.daycode; document.getElementById('hi'+i).innerText = convertTemp(forecast.hi)+"ΒΊ";; document.getElementById('low'+i).innerText = convertTemp(forecast.lo)+"ΒΊ";; document.getElementById('wIcon'+i).src="IconSets/"+iconSet+"/"+MiniIcons[forecast.icon]+iconExt; lastResults[i+1] = {daycode:forecast.daycode, icon:forecast.icon, hi:forecast.hi, lo:forecast.lo}; } /*ProductRed*/ document.getElementById("WeatherContainer").className = ""; }else{ //Could be down to any number of things, which is unhelpful... document.getElementById("WeatherContainer").className = "errorWeatherDataFetch"; } var this_weekday_name_array = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat") var this_month_name_array = new Array("January","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") //predefine month names var this_date_timestamp = new Date() var this_weekday = this_date_timestamp.getDay() var this_date = this_date_timestamp.getDate() var this_month = this_date_timestamp.getMonth() var this_year = this_date_timestamp.getYear() if (this_year < 1000) this_year+= 1900; if (this_year==101) this_year=2001; document.getElementById("date").innerText=this_weekday_name_array[this_weekday] + ", " + this_month_name_array[this_month] + " " + this_date } function weatherRefresherTemp(){ //I'm a bastard ugly hack. Hate me. fetchWeatherData(dealWithWeather,postal); setTimeout(weatherRefresherTemp, 60*1000*updateInterval); }Last edited by Ice9812; 11-11-2008 at 12:51 AM.
If I Helped You Hit The Thanks Button
-
The Following 3 Users Say Thank You to Ice9812 For This Useful Post:
Bear Hunter (11-11-2008), mr.sparky (11-11-2008), oo3 (11-11-2008)
-
11-11-2008, 12:46 AM #414
Last edited by Bear Hunter; 11-11-2008 at 12:49 AM.
-
The Following User Says Thank You to Bear Hunter For This Useful Post:
mr.sparky (11-11-2008)
-
11-11-2008, 12:54 AM #415My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
-
-
11-11-2008, 01:05 AM #416Livin the iPhone Life
- Join Date
- Jul 2008
- Location
- On the open sea
- Posts
- 1,328
- Thanks
- 597
- Thanked 221 Times in 155 Posts
You guys are the BEST KEEP UP ALL THE GREAT WORK
Steroids are yummy
-
The Following User Says Thank You to mr.sparky For This Useful Post:
Ice9812 (11-11-2008)
-
11-11-2008, 01:17 AM #417My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
Here is the best i can get it for now...for some reason when i try to move the temp even over a px it splits the city and condition...im gonna work on it
twoLine.css
HTML Code:#WeatherContainer{ margin-top:-225px; width:100%; color:#1826e0; background-color: transparent; height:27px; } #TextContainer{ font-size:17px; font-family: Helvetica; text-shadow: rgba(0,0,0,0.7) 0 0 2px; margin:none; width:160px; z-index:1; } #city{ text-transform:capitalize; font-variant: small-caps; font-size: 0.8em; padding-left:0px; } #TextContainer p{ margin:0; display:inline; } #city, #temp{ } #temp{ font-weight:bold; padding-left:65px; color:white; } #desc{ text-transform:capitalize; display:none; font-size: 13px; color:white; z-index:2; } #weatherIcon{ height:34px; width:34px; position:relative; margin-top:-46px; margin-left: 90px; } #middle { overflow:hidden; margin-top:10px; } #Forecast { font-size:11px; font-family: Helvetica; text-shadow: rgba(0,0,0,0.7) 0 0 2px; background-color: transparent; margin:none; text-align: center; width:160px; color:white; z-index:1; } #day1, #day2, #day3, #day4, #day5, #day0 { vertical-align:top; width:30em!important;width:13.3px; display:table-cell!important;display:inline; font-weight:bold; padding-top:3px; padding-left:2px; } #icon1, #icon2, #icon3, #icon4, #icon5, #icon0 { height:24px; width:24px; vertical-align:top; width:5em!important;width:13.3px; display:table-cell!important;display:inline; } #hi1, #hi2, #hi3, #hi4, #hi5, #hi0 { vertical-align:top; width:15em!important;width:33.3px; display:table-cell!important;display:inline; font-color:#eeeeee; } #low1, #low2, #low3, #low4, #low5, #low0 { vertical-align:top; width:15em!important;width:13.3px; display:table-cell!important;display:inline; font-color:#999999; padding-bottom:3px; }Last edited by Ice9812; 11-11-2008 at 01:42 AM.
If I Helped You Hit The Thanks Button
-
The Following User Says Thank You to Ice9812 For This Useful Post:
oo3 (11-11-2008)
-
11-11-2008, 01:58 AM #418My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
Its starting to get alittle cleaner.....i only have two theme folders running this theme..i have the theme with the weather widget, wallpaper rotation and clock in it..and the second theme with the calendar .........now im gonna work on getting the calendar in with the weather...prolly not gonna work but ill give it a shot
Edit :..ok i got everything to display from one html (as you can see in pic 4)..but now i have to work on getting it in ther right spots
Edit 2:
in pic five i have everything running from one Widget.html....it took awhile but i got it...here are the codes for weather and 6 day and calendar(youll have to add the calendar.js to you Private folder) from one html...if you would like a simple clock display like in my picks ill post it if someone wants it:
Now this theme runs from only one folder and only one Widget.html...
Bear if we can just get that calendar to auto update.....
Widget.html
twoLine.css need to put everything in the right spot:HTML Code:<?xml version="1.0" encoding="UTF-8"?> <html><head> <base href="Private/"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style> body { background-color: none; margin: 0px 0 0 0px; padding: 0px 0 0 0; height: 480px; width: 320px; } TABLE.main { margin-left: 85px; } .month { color:#1826e0; font-family:Helvetica; font-size:12px; font-weight:bold; padding-top: 215px; } .daysofweek { font-size:9px; color: #808080; font-family:Helvetica; font-weight:bold; } .days { font-size:9px; color:white; font-family:Helvetica; font-weight:bold; } .days #today { font-size:9px; color: #1826e0; font-family:Helvetica; font-weight:bold; } </style> <script type="text/javascript" src="configureMe.js"/> <script type="text/javascript" src="Wallpaper.js"/> <script type="text/javascript" src="calendar.js"/> </head> <body onload="onLoad()"> <div class="info" id="DisplayCalendarIcon"> <script type="text/javascript"> var todaydate = new Date(); var curmonth = todaydate.getMonth()+1; var curyear = todaydate.getFullYear(); document.write(buildCal(curmonth ,curyear, "main", "month", "daysofweek", "days")); </script> <div id="WeatherContainer"> <div id="TextContainer"> <p id="city">Loading...</p> <p id="temp">-ΒΊ</p> <p id="desc">-</p> </div> <img id="weatherIcon" src=""/> <div id="middle" > </div> <div id="Forecast" > <div id="day0" ></div> <div id="day1" ></div> <div id="day2" ></div> <div id="day3" ></div> <div id="day4" ></div> <div id="day5" ></div> </div><div id="Forecast" > <div id="icon0" ><img id="wIcon0" width="24" heigth="24" src=""/></div> <div id="icon1" ><img id="wIcon1" width="24" heigth="24 "src=""/></div> <div id="icon2" ><img id="wIcon2" width="24" heigth="24 "src=""/></div> <div id="icon3" ><img id="wIcon3" width="24" heigth="24 "src=""/></div> <div id="icon4" ><img id="wIcon4" width="24" heigth="24" src=""/></div> <div id="icon5" ><img id="wIcon5" width="24" heigth="24" src=""/></div> </div><div id="Forecast" > <div id="hi0" ></div> <div id="hi1" ></div> <div id="hi2" ></div> <div id="hi3" ></div> <div id="hi4" ></div> <div id="hi5" ></div> </div><div id="Forecast" > <div id="low0" ></div> <div id="low1" ></div> <div id="low2" ></div> <div id="low3" ></div> <div id="low4" ></div> <div id="low5" ></div> </div> </div> </body></html>
HTML Code:#WeatherContainer{ margin-top:-210px; padding-left:25px; width:100%; color:#1826e0; background-color: transparent; height:27px; } #TextContainer{ font-size:17px; font-family: Helvetica; text-shadow: rgba(0,0,0,0.7) 0 0 2px; margin:none; width:160px; z-index:1; } #city{ text-transform:capitalize; font-variant: small-caps; font-size: 0.8em; padding-left:0px; } #TextContainer p{ margin:0; display:inline; } #city, #temp{ } #temp{ font-weight:bold; padding-left:65px; color:white; } #desc{ text-transform:capitalize; display:none; font-size: 13px; color:white; z-index:2; } #weatherIcon{ height:34px; width:34px; position:relative; margin-top:-46px; margin-left: 90px; } #middle { overflow:hidden; margin-top:10px; } #Forecast { font-size:11px; font-family: Helvetica; text-shadow: rgba(0,0,0,0.7) 0 0 2px; background-color: transparent; margin:none; text-align: center; width:160px; color:white; z-index:1; } #day1, #day2, #day3, #day4, #day5, #day0 { vertical-align:top; width:30em!important;width:13.3px; display:table-cell!important;display:inline; font-weight:bold; padding-top:3px; padding-left:2px; } #icon1, #icon2, #icon3, #icon4, #icon5, #icon0 { height:24px; width:24px; vertical-align:top; width:5em!important;width:13.3px; display:table-cell!important;display:inline; } #hi1, #hi2, #hi3, #hi4, #hi5, #hi0 { vertical-align:top; width:15em!important;width:33.3px; display:table-cell!important;display:inline; font-color:#eeeeee; } #low1, #low2, #low3, #low4, #low5, #low0 { vertical-align:top; width:15em!important;width:13.3px; display:table-cell!important;display:inline; font-color:#999999; padding-bottom:3px; }Last edited by Ice9812; 11-11-2008 at 02:40 AM.
If I Helped You Hit The Thanks Button
-
The Following User Says Thank You to Ice9812 For This Useful Post:
oo3 (11-11-2008)
-
11-11-2008, 02:56 AM #419Green Apple
- Join Date
- Oct 2007
- Location
- aix en provence
- Posts
- 72
- Thanks
- 5
- Thanked 23 Times in 17 Posts
-
11-11-2008, 03:08 AM #420My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
Ive never tried to change that but i just did and like you said it didnt work....the only thing that im thinking is that it gets the "Day Name" displays from the source weather.....but ill look into it more for you and let you know what i come up with...
Edit: here is and idea but it will only be acurate for the start of the week...if you edit the .css that your using for the #day0-5 to have the color: transparent..then edit the wallpaper to have the names you want there...like i said it would only be accurate in the start of the week but at least youll have those names there....Last edited by Ice9812; 11-11-2008 at 03:23 AM.
If I Helped You Hit The Thanks Button
-



LinkBack URL
About LinkBacks





Reply With Quote
