Hi Moonchild,
If there's not a percentage transparency being applied I guess what you're saying is that the "lightness" of the glow is baked into the pixels in the .png files in the skin. I guess I would have to replace those with ones with slightly less transparent glows to achieve just what I was thinking about. I like that the buttons are dark with light glows, though. I didn't care for the inverted ones, but thanks for the tips on identifying the userChrome.css elements that affect those button graphics.
There is blur involved. But perhaps by "actual glass" you mean that I don't have the same color schemes and theme atlas elements as with Windows 7's theme in play. That's true, I have reworked the graphic elements so it's a bit different than (though reasonably similar to) the stock theme used by Windows 7.
It's all good; I'm splitting hairs, and it's easy to get used to this combo. I've adjusted the font color downward a little from pure white and it is all feeling pretty decently integrated...
Code: Select all
menubar#main-menubar > menu {
color: #E8E8E8 !important;
text-shadow: 0px 0px 6px #000 !important;
font-weight: 600 !important;
}
menubar#main-menubar > menu:hover {
color: #FFFFFF !important;
text-shadow: 0px 0px 6px #000 !important;
font-weight: 600 !important;
}
-Noel