1234567891011121314151617181920212223242526272829303132333435 |
- /* XPM */
- /****************************************************************
- * Copyright (c) 1996 Sun Microsystems, Inc.
- * All Rights Reserved
- *****************************************************************/
- static char * SDthtml_t_pm[] = {
- /* width height ncolors cpp [x_hot y_hot] */
- "16 16 9 1 0 0",
- /* colors */
- " s iconColor2 m white c white",
- ". s none m none c none",
- "X s iconGray4 m white c #949494949494",
- "o s iconGray8 m black c #212121212121",
- "O s iconGray2 m white c #bdbdbdbdbdbd",
- "+ s iconColor1 m black c black",
- "@ s iconGray6 m black c #636363636363",
- "# s iconColor5 m black c blue",
- "$ s iconGray7 m black c #424242424242",
- /* pixels */
- " ...",
- " XoOooOooOoX+...",
- " Ooo@oo@oo@O+...",
- " OooOooOooOO+...",
- " OOOOOOOOOOO+...",
- " O##X#XOOOOO+...",
- " OOOOOOOOOOO+...",
- " O##############",
- " O# # # # ##",
- " O# # # # # ##",
- " O# # # # ##",
- " O# # # # # # ##",
- " O# # # # # # #",
- " O##############",
- " OO+@O@OX$$@+...",
- " ++++++++++++..."};
|