Hello Bill,
While I created the Dream in Blue skin, I do think Blue Steel is a fantastic looking skin too. If you prefer the Blue Steel skin, you can independently control the Meta-data text size in the Player Bar just as you wanted. The problem is, skins of that “vintage” do not have the necessary input lines in the XML file by default, so you have to add them yourself.
The relevant xml input lines for each skin are shown below for reference. If you add the bolded lines to the Blue Steel skin, you can make the Title & Status text quite large, and do so without changing the text size elsewhere in the skin. NOTE: text size values for these inputs are not “font points” - I am not sure what units they represent (HTML/CSS related perhaps?), but clearly they mean something to MC. Bottom line, bigger value = bigger font. Based on your screenshots, I updated the Blue Steel main.xml to match the previous font sizes you preferred (as best I can by eye anyway). Just replace the existing main.xml in the Blue Steel skin folder with the attached version.
For additional info/guidance, take a look at the “main+comments.xml” (in Dream in Blue skin folder), and read the PLAYERBAR section’s meta-data display settings comments. Note that for Blue Steel, the Data Style input (= 0 or 1) does not behave exactly as I describe in my comments, which I attribute to age of the Blue Steel skin. That said, make sure you use 1 for Data Style, otherwise the status text gets pushed outside of the display window for larger fonts.
BLUE STEEL
<PLAYERBAR>
<Entry Name="Display" Bitmap="Playerbar_Display.png" NumberImages="1" Columns="80,?-Flex,80" Row="25,?-Flex,25" Scale="2" >
<Colors TitleText="132243" StatusText="0E1A34" WaveformBarA="c4cfdd" WaveformBarB="132243" />
</Entry>
DREAM IN BLUE
<PLAYERBAR>
<Data AllowEnlargeForFont="1" />
<Entry Name="Display" Bitmap="Display-W2.png" Margins="20,20,20,20" Scale="2" >
<Colors TitleText="FFFFFF" StatusText="FFFFFF" WaveformBarA="FFFFFF" WaveformBarB="0094FF"/>
<DisplayFont TitleSize="130" StatusSize="88" TitleWeight="200" StatusWeight="100" />
<Data Style="1" />
</Entry>