With Andromeda version 1.4 and greater, you can change the appearance of your site to suit your taste. You can download Andromeda skin files, or create your own.
Like the andromedaPrefs file, an andromedaSkin.txt file is a tab/return delimited list of keys and values, and it goes in the same folder as the Andromeda script. Unlike the prefs file, it is saved as a .txt file, and can be shared between asp and php installations of Andromeda.
Most keys require values which are colors. Many keys also require values which are dividing bars.
Colors can be defined in either of two ways: hexadecimal triplets and English color names. I prefer to use hexadecimal triplets.
Dividing bars consist of zero or more pairs of colors and heights. Color and height values are separated by a comma. Pairs are separated by a semicolon. Do not include a trailing semicolon. See below for examples.
a sample andromedaSkin.txt file:
bodyBgColor[tab] | ffffff |
bodyLinkColor[tab] | 0000ff |
rowColor1[tab] | cccccc |
rowColor1[tab] | ccccff |
rowDiv[tab] | 999999,1;ffffff,1 |
| |
siteWidth
default: 100%
The width of your site within the browser window, in percent or pixels.
bodyBgColor
default: 9999cc
The background color of your site.
bodyTextColor
default: 333333
The color of text which does not appear in the folder/file rows, and is not a link.
bodyLinkColor
default: 666699
The color of the links which do not appear in the folder/file rows.
bodyVlinkColor
default: 996699
The visited color of the links which do not appear in the folder/file rows.
bodyAlinkColor
default: 999966
The active color of the links which do not appear in the folder/file rows.
bodyMarginSize
default: 0
The width in pixels of the frame around your site.
headDiv
default:
The dividing bar at the top of your site, above the menubar.
menubarColor
default: 999999
The color of the menubar.
siteNameColor
default: ffff00
The color of the site name appearing in the menubar.
menubarDiv
default: cccc99,1;9999cc,3;cccc99,1;999999,8;666666,1
The dividing bar below the menubar.
bodyFgColor
default: cccc99
The foreground color of your site.
formStyle
default: font-size:9pt;color:000000;background-color:ffffff;
Style atributes used on form elements.
bodyFgDiv
default: 999966,1;efefcc,1
The dividing bar used in the foreground.
bodyFgToRowDiv
default: ffffcc,1
The dividing bar leading from the foreground to the folder/file rows.
rowColor1
default: efefd0
The first folder/file row color.
rowColor2
default: efefef
The first folder/file row color.
rowLinkColor
default:
The color of the links which appear in the folder/file rows.
rowTextColor
default: 333333
The color of the text which appears in the folder/file rows.
newFileColor
default: cc6666
The color of the 'new mp3' text which appears in the folder/file rows.
rowDiv
default: d0d0d0,1
The dividing bar between folder/file rows.
rowToBodyFgDiv
default: 666666,1
The dividing bar leading from the folder/file rows to the foreground.
footDiv
default: ffffcc,1;999999,2;666666,1
The dividing bar at the bottom of your site.