css combiner in module?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
8/21/2009 1:28:42 PM
Gravatar
Total Posts 71

css combiner in module?

:)

me again :D

Is it possible to use stylesheetCombiner in module? :O

other word, how can create skinable modules? :-\

example:

1 forum module --- 1....2 ... or any numbers skin(css file) than can use ;)

 

8/21/2009 1:30:44 PM
Gravatar
Total Posts 18439

Re: css combiner in module?

Css combiner works for the whole page.

You can add css for your module into the existing css files in the skin or you can make a new css file for your module and add it to the list in the style.config file so it will combine your file with the others.

Hope it helps,

Joe

8/21/2009 1:45:31 PM
Gravatar
Total Posts 71

Re: css combiner in module?

thanks Joe,Buth I want that all skin and module styles  be separated .so user donot have to encounter skin file, just upload module and use it,

8/21/2009 1:50:14 PM
Gravatar
Total Posts 18439

Re: css combiner in module?

Then you should structure the html and css classes in your module similar as other features so the existing css will style it. There are lots of css classes used over and over in each existing feature to style features in a consistent way. You need to study the rendered page markup and/or code of existing features to learn which css classes may be useful for you. For example module titles are always an <h2 class="moduletitle", but there are others too that may help.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.