Forums / Setup & design / Removing SiteStyles

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Removing SiteStyles

Author Message

Martin Sanders

Wednesday 22 February 2006 7:20:50 am

I'm in the process of developing our first Exponential CMS website and would like to know how we can remove the default SiteStyle seen within the 'design / look and feel' section. I'm using Exponential 3.7.3.

Many thanks,

Martin Sanders

laurent le cadet

Wednesday 22 February 2006 8:00:37 am

What do you mean by remove ?

Siw Helen Thorslund

Wednesday 22 February 2006 10:29:46 am

When you go through the setup wizard in Exponential, you have the choice between some sitestyles. These sitestyles defines the colors (and layout) of your Exponential default installation.

Since Exponential by default separates content and layout through a css based layout, all you have to do is to edit the css-files included.

This is how the default css-files are included:

<style type="text/css">
    @import url({"stylesheets/core.css"|ezdesign});
{*    @import url({ezini('StylesheetSettings','MainCSS','design.ini')|ezdesign}); *}
    @import url({"stylesheets/site.css"|ezdesign});
{*    @import url({"stylesheets/t1/site-colors.css"|ezdesign});   todo -> read from design settings *}
    @import url({ezini('StylesheetSettings','SiteCSS','design.ini')|ezroot});
    @import url({"stylesheets/classes.css"|ezdesign});
 {*    @import url({"stylesheets/t1/classes-colors.css"|ezdesign}); todo -> read from design settings  *}
    @import url({ezini('StylesheetSettings','ClassesCSS','design.ini')|ezroot});
    @import url({"stylesheets/debug.css"|ezdesign});
    {section var=css_file loop=ezini( 'StylesheetSettings', 'CSSFileList', 'design.ini' )}
        @import url({concat( 'stylesheets/', $css_file )|ezdesign});
    {/section}
</style>

<b>Take a look at the following tutorials/demos for more information:</b>

Creating a custom style: Part II - shuffling layout elements
http://ez.no/products/ez_publish/demo/flash_demos/creating_a_custom_style_part_ii_shuffling_layout_elements

Creating a custom style: Part III - changing site colours
http://ez.no/products/ez_publish/demo/flash_demos/creating_a_custom_style_part_iii_changing_site_colours

For more flash demos
http://ez.no/products/ez_publish/demo/flash_demos

www.VZT.no ( http://www.VZT.no )
VZT References ( http://http://vzt.no/index.php/vzt_eng/referanser )
VZT Extensions ( http://vzt.no/index.php/vzt_eng/extensions )
www.MediaBase.no ( http://www.MediaBase.no )