VistaStyleBuilder

Help => Windows 7 => Topic started by: 3am on March 20, 2010, 03:57:36 am



Title: Text Location
Post by: 3am on March 20, 2010, 03:57:36 am
Where is this text located? Can it's size or font be changed? If it can't...why not?

(http://i632.photobucket.com/albums/uu41/3am_2009/docs.png)


Title: Re: Text Location
Post by: Panda X on March 20, 2010, 04:59:41 am
Where is this text located? Can it's size or font be changed? If it can't...why not?

(http://i632.photobucket.com/albums/uu41/3am_2009/docs.png)

Probably DUI.


Title: Re: Text Location
Post by: hjyknight on March 20, 2010, 05:31:58 am
do you mean here? I also want to know.

I just know how to change the color
    Explorer & shell > Explorer > CommandModule > <10>  > <1>



Title: Re: Text Location
Post by: rajtheeban on March 20, 2010, 09:25:45 am
In your shellstyle.dll file mate,
search this box text:

Quote
<if id="atom(LibraryIdentifier)">

to change its size and its police, add these properties (example):

fontface="Arial"
fontsize="10pt"
Quote
<if id="atom(LibraryIdentifier)">

<Element
padding="rect(4rp, 16rp, 0rp, 0rp)"
fontface="Arial"
fontsize="10pt"
fontstyle="shadow"
fontweight="bold"
fontquality="cleartype"
contentalign="endellipsis"
foreground="gtc(TextStyle, 9, 2, 3803)"
/>
</if>

gtc(TextStyle, 9, 2, 3803) determines the color for this text you can find here: Styles > TextStyle > ControlLabel > Disabled

or just replace this text:
foreground="gtc(TextStyle, 9, 2, 3803)"
by
foreground= "argb(255, x, x, x)"


Title: Re: Text Location
Post by: sunbeam2000 on March 20, 2010, 11:24:44 am
if interested, download my latest theme on dA http://sunbeam2000.deviantart.com/art/Firedance-Evolution-157217798

i've drawn the Library-Pane Fonts and  (Multicolor-)PreviewPane Fonts including Textcolors to the msstyle.

Documentation included.

Feel free to use the Shellstyle.dll for your themes, but don't forget to credit.


Title: Re: Text Location
Post by: Vzdorjii on March 20, 2010, 11:53:26 am
Alright, i was lookin for this part . ;)