Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I much prefer this version:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>

<key>UndockedIconLabelStyle</key>
<string>color: white; text-shadow: #000000 0px 2px 3px</string>

<key>DockedIconLabelStyle</key>
<string>color: white; text-shadow: #000000 0px 2px 3px</string>

</dict></plist>

S-


What the difference then?
 
Oh yesss, looks much better doesn't it.

I'm wondering if the shadow can be added to the status bar with transparent satus bar tweak activated or the iWeather Widget?
 
is there a way to also change the shadow color of carrier/3g/wifi/%/battery/status at the top like you can for the dock and undocked icon labels?
 
Could you post a pic please of what it looks like with the fix?

First one - default iOS 4, second one - fix by the OP
The font looks VERY different, what could it be?
 

Attachments

  • IMG_0053.PNG
    IMG_0053.PNG
    895.3 KB · Views: 684
  • IMG_0127.PNG
    IMG_0127.PNG
    878.7 KB · Views: 653
I figured out the code 99% identical to apple's! http://www.ipodtouchfans.com/forums/attachment.php?attachmentid=50359the pic on the left is default, middle is 2nd option below, and right is 1st option.

Ok, here is your first option:


Code:
<key>UndockedIconLabelStyle</key>
<string>color: white; text-shadow: #000 0px 2px 1px</string>

<key>DockedIconLabelStyle</key>
<string>color: white; text-shadow: #000 0px 2px 1px</string>

You may notice that the shadow is 100% opaque, but that isn't semi transparent like apple's, i thought maybe someone would like that so that's why i included it.

Here is the 99% accurate version (not 100 because of the way winterboard aligns the text)


Code:
<key>UndockedIconLabelStyle</key>
<string>color: white; text-shadow: 0px 2px 1px rgba(0,0,0, .6)</string>

<key>DockedIconLabelStyle</key>
<string>color: white; text-shadow: 0px 2px 1px rgba(0,0,0, .6)</string>

There you go! If you post this somewhere give me, Nafon, credit!

If you are wondering how i figured this out, go to the below website and scroll down to point #4 on the page. It explains the code and has a few other cool effects you could use.

http://www.kremalicious.com/2008/04/make-cool-and-clever-text-effects-with-css-text-shadow/
 
I wont install winterboard because of this issue
the developer needs to find a fix

also, why cant we just steal apples way of shading?
it should be in there somewhere, right?
 
Nafon, how would i go about in adding text shadow to my iWeather Widget text (see screenshot, top left)?
 

Attachments

  • IMG_1013.PNG
    IMG_1013.PNG
    467.2 KB · Views: 2,078
Nafon, how would i go about in adding text shadow to my iWeather Widget text (see screenshot, top left)?
Go into the Stylesheets folder and find the stylesheet you are using(if you havent changed it is iWeather3.css). Then change the text-shadow values all of the way through to whatever you want .
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.