theme.css.local - HOW?

Makc666
Makc666's picture

Joined: 2003-12-26
Posts: 78
Posted: Sun, 2005-03-06 16:34

I want to change one of the theme's file
/themes/veloria/styles/theme.css
I tried to create directory local and put modified file in it:
/themes/veloria/styles/local/theme.css
don't work

I tried to make a new file:
/themes/veloria/styles/theme.css.local
don't work.

How I have to make changes?
Create a new theme, like:
/themes/MY_THEME/styles/
????

I can't find any documentation for G2 connected this issues for 2 days.
But it is BETA 1 already.
Any help is appriciated.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2005-03-06 16:39

cd themes
mkdir mytheme
cp veloria/theme.inc mytheme
Edit mytheme/theme.inc, replace Veloria with MyTheme
mkdir mytheme/styles
cp veloria/styles/theme.css mytheme/styles
Edit mytheme/styles/theme.css any way you want

Also please see Known Issue #1 in the README.

 
Makc666
Makc666's picture

Joined: 2003-12-26
Posts: 78
Posted: Sun, 2005-03-06 17:19
mindless wrote:
cd themes
mkdir mytheme
cp veloria/theme.inc mytheme
Edit mytheme/theme.inc, replace Veloria with MyTheme
mkdir mytheme/styles
cp veloria/styles/theme.css mytheme/styles
Edit mytheme/styles/theme.css any way you want

Also please see Known Issue #1 in the README.

Thank you very much for quick reply.
Made this way.

As for "Issue #1" I hope you will inform as when layout and theme architecture will be changed.