-============== CitySkin 1.x ==============-
-=====================================-
Winamp Classic skin for Winamp v5.x
Skinned using Winamp v2.9 Files.
Skinned using just Photoshop. Sure it's nothing special, but it's functional, and not a memory hog like the modern skins. Music is great, but some of us like doing -other- things at the same time.
Designed to fit my windows/livejournal themes, all with a low-profile color scheme not to distract from ..other things. Highlights added so the slider bounderies are more visible in windowshade mode.
That's about it.
Released: June 25th, 2005
Yue~san
-----------------------------
http://daovanveries.livejournal.com/
info-is@in-file
The pixels in Genex.bmp, from left to right, specify the color for the following items in Winamp's API-generated windows:
1. Pane background
2. Pane text
3. Window background
4. Button text
5. Window text
6. Seperator
7. Playlist selection
8. List title bevel background
9. List title bevel text
10. List title bevel hilight
11. List title bevel lolight
12. List title padding
13. List title background
14. Scrollbar chequer background A
15. Scrollbar chequer background B
16. Scrollbar chequer hilight A
17. Scrollbar chequer hilight B
18. Scrollbar corner color
var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)
//if NS 4+
if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://www.crayola.com")
//if IE 4+
else if (browser_type=="Mic ...