STYLE CHANGES:
~~~~~~~~~~~~~~

If you want to use your own style files, please note that the file names
have changed in v 0.12.

Here is a little description about the changes:

Usually your style can be used either with the fixed navigation on the
left hand or the fold-out navigation on the right hand.

So you first have the universal settings, where the colors, fonts etc.
are defined. Herefore you should make a seperate .css file e.g.
general_(stylename).css

Then you should define the individual settings for the available
album navigation methods:

leftnavi_(stylename).css is used for the fixed navigation.
formnavi_(stylename).css is used for the fold-out navigation.

As only these files are used, you have to import the universal settings
yourself using:
@import "general_(stylename).css";


If you don't want to make such huge changes to your style sheet files,
you can also use the little workaround:

To get a "left fixed navigation" style sheet file working with 0.12,
create a file 'leftnavi_(stylename).css' with the content:
@import "(stylename).css";

To get a "fold-out navigation" style sheet file working with 0.12,
create a file 'formnavi_(stylename).css' with the content:
@import "(stylename)__form.css";

But don't forget to add the new styles (some were introduced before
v 0.12):
	/* EXIF data inside the information box */
	table.exif
	tr.exif
	td.exif_key
	td.exif_value
	/* information box beneath the image */
	#tftimginfohead
	#tftimginfohead span
	#tftimginfohead span.current
	.tftimginfo
	.tftimginfo input
	.tftimginfo input.submit
	.tftimginfo select
	.tftimginfo textarea
	.tftimgadmin
	/* preloading image */
	#tftpreloading
	/* slide show buttons */
	#tftdiashowleft,
	#tftdiashowright
	/* thumbnail form */
	.thumbform input.checkbox
	.thumbform input.submit
	/* personal settings */
	div.settingtable
	div.settingtable span.onecolperrow
	div.settingtable span.multicolperrow