Gandi.net Groups

Blog General: Any way to import new themes ?

You should be logged in to post new messages. Create an account.

I have a theme that I would like to use. I know how to use custom
template with css but is there a way to fully import the theme or at
least get the files like images to the right places so my custom theme
could use those files ?

Cheers,
Markus
Figured that out: just dump text from style.css  from theme you would
like to use to the custom theme place in themes. Then go to the file
media manager and you will see the same style.css file. Add all the
files you need to get the theme work into the same folder or in some
cases you have to make subfolders where you can dump those files.

Cheers,
Markus


On Feb, 11 2007 15:30 CET, Markus Räipiö wrote:
I have a theme that I would like to use. I know how to use custom
template with css but is there a way to fully import the theme or at
least get the files like images to the right places so my custom theme
could use those files ?

Cheers,
Markus
Markus Räipiö wrote:
Figured that out: just dump text from style.css  from theme you would
like to use to the custom theme place in themes. Then go to the file
media manager and you will see the same style.css file. Add all the
files you need to get the theme work into the same folder or in some
cases you have to make subfolders where you can dump those files.

Cheers,
Markus


On Feb, 11 2007 15:30 CET, Markus Räipiö wrote:
I have a theme that I would like to use. I know how to use custom
template with css but is there a way to fully import the theme or at
least get the files like images to the right places so my custom theme
could use those files ?

Cheers,
Markus
Of course you can also add

@import url(/themes/gandibar/style.css);

in your stylesheet (replace the theme name by the one that you want to
use as the base), and then change the attributes below that line as you
wish...
On Feb, 12 2007 12:20 CET, Ryan (Gandi) wrote:
Of course you can also add

@import url(/themes/gandibar/style.css);

in your stylesheet (replace the theme name by the one that you want to
use as the base), and then change the attributes below that line as
you wish...
This porcedure it's now available? I think all this has been changed and
the customized stylesheets are wrong now.