Black Mesa


Recommended Posts

Hi Valkyre,

Please note a little bug in the Compact version. The Lauchbar only hold 3 visible icons while the normal version can hold 4 visible icons for the same space.

post-38169-1117854197.gif

Link to comment
Share on other sites

I find this one works pretty nicely with it..

http://www.deviantart.com/deviation/13453010/

586010300[/snapback]

yeah this one looks pretty good. thanks

Hi Valkyre,

Please note a little bug in the Compact version. The Lauchbar only hold 3 visible icons while the normal version can hold 4 visible icons for the same space.

586013138[/snapback]

not very compact at all. i had to widen it - first vs ever where i had to set it so wide to fit 6 icons.. need a fix.

Link to comment
Share on other sites

I found three little quirks/bugs to poke at. I'd help, but I really don't know enough about the msstyles format to even begin to help. And yeah, even with these little quirks, I'm using this theme (and loving it) - usually themes with this kinda stuff head straight to my Trash bin ;) Oh yeah, for anyone wanting a Winamp skin, the City Night color theme for the WA5 Modern skin works quite well.

1: Can't resize using the upper edge of the window, or the left/right upper corners. I think Stefanka's Royale Inspirat and the Inspirational Royale mod of it suffer from the same problem. I'm under the impression that it's a heck of a lot of work to fix it, though :cry:

2: Minimized MDI windows with restore and maximize on them use the same pixmap. It's just a little weird.

3: Can't read the subtitle text in the XP Start Panel entries for Internet/Email. Alright, now I'm just getting nitpicky. Somebody slap me :rolleyes:

Edited by vertigosity
Link to comment
Share on other sites

Thanks for point those bugs out. #1 happens from any style that uses a small title bar, to the best of my knoweldge. #2 is normal, I think, just how windows displays it. @3 will be fixed in the next release. Thanks. :)

Link to comment
Share on other sites

When you update it , please give us version numbers to go by so we'll know if it's been changed, especially if you decide to change stuff.

I'm really digging this theme, it works better than most other themes, because it's closer to luna i guess. or you're just really good.

Anyway The gray shade is so nice and I don't even have a bug with the MSN deskbar like I do on almost all other themes !

Link to comment
Share on other sites

Nice work, using it now.(Y)

Anybody know of a Winamp skin being made for this or one that kind of goes with it?

Link to comment
Share on other sites

tight vs man... quick question, how did you changed the color of the text in the detail box of the shellstyle?? have asked in the forum but no one qiven me an answer

Link to comment
Share on other sites

toastyghost; Still shows up as 'BlackMesa' in 'Appearance', with the BlueMesa substyle.  Might wanna change that.

586021458[/snapback]

Woops, thanks. Fixed and re-uploaded.

tight vs man... quick question, how did you changed the color of the text in the detail box of the shellstyle?? have asked in the forum but no one qiven me an answer

586021492[/snapback]

Someone told him how to on DeviantArt, I'll just copy and paste it.

1: The black text in the details box in the shellstyle. Could not figure out how to change this, if it was at all possible.

at the very end/bottom of UIFILE1 you'll find this:
(I hope all this shows up right - *crosses fingers that DevArt doesnt strip any of the tags*)

/style
style resid=NameSpaceItemInfoList
NameSpaceItemInfo
{
contentalign: wrapleft;
background: argb(0,0,0,0);
margin: rect(0rp,5rp,0rp,0rp);
}
NameSpaceItemInfo [id=atom(InfoName)]
{
fontweight: rcint(10);
}
NameSpaceItemInfo [id=atom(InfoType)]
{
margin: rect(0rp,0rp,0rp,0rp);
}
/style

add a line after each 'margin: etc" so it looks like this

/style
style resid=NameSpaceItemInfoList
NameSpaceItemInfo
{
contentalign: wrapleft;
background: argb(0,0,0,0);
margin: rect(0rp,5rp,0rp,0rp);
foreground: white;
}
NameSpaceItemInfo [id=atom(InfoName)]
{
fontweight: rcint(10);
}
NameSpaceItemInfo [id=atom(InfoType)]
{
margin: rect(0rp,0rp,0rp,0rp);
foreground: white;
}
/style

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.