PDA

View Full Version : Editing a style


Scho
19th of November 2002 (Tue), 13:39
How many and which php and graphics files need to be changed if I simply want to change the background color of the "white" style to a neutral grey?

Pekka
19th of November 2002 (Tue), 15:26
Scho wrote:
How many and which php and graphics files need to be changed if I simply want to change the background color of the "white" style to a neutral grey?

Change one line in white.php:

$s_back_color = "ffffff";

to e.g.

$s_back_color = "cfcfcf";

Then you need to change all graphic files except microthumbseparator.gif and value4.gif inside folder styles/white/

If you think this is too much work, I can do it after my trip to england (that means after couple of weeks).

Scho
19th of November 2002 (Tue), 16:15
Thanks Pekka. I'll give it a try. Have a great time on your trip to England!

petero
11th of January 2003 (Sat), 05:57
Hi Pekka,

Just wanted to make a suggestion to include one style with black background. Black is very popular with photo galleries as it brings out colours of the image.

Best Regards,
Peter