Difference between revisions of "Theme Stylesheets"

From unroole CMS wiki
Jump to: navigation, search
m
Line 14: Line 14:
 
}}
 
}}
  
As a part of each theme package stylesheets can be added which allow a theme builder to included the css files that will be loaded up when this theme is active. Each stylesheet that is added to a theme can be added into the css load system along with the system css files and channel level [[Stylesheets]]. The <noinclude>[[Theme Structure|properties.xml]]</noinclude><includeonly>[[{{PAGENAME}}#Management properties.xml]]</includeonly> file allows theme designers to change the ordering of the css to ensure that files are loaded in the correct way. All stylesheet files add to this list will be added to the header of a page using that theme.  
+
As a part of each theme package stylesheets can be added which allow a theme builder to included the css files that will be loaded up when this theme is active. Each stylesheet that is added to a theme can be added into the css load system along with the system css files and channel level [[Stylesheets]]. The <noinclude>[[Theme Structure|properties.xml]]</noinclude><includeonly>[[Themes#Management properties.xml]]</includeonly> file allows theme designers to change the ordering of the css to ensure that files are loaded in the correct way. All stylesheet files add to this list will be added to the header of a page using that theme.  
  
 
In each theme package stylesheet files can be found under the "stylesheets" folder. Some additional stylesheets may be found in frameworks. See <noinclude>[[Theme Structure]]</noinclude><includeonly>[[{{PAGENAME}}#Management]]</includeonly> for more details.
 
In each theme package stylesheet files can be found under the "stylesheets" folder. Some additional stylesheets may be found in frameworks. See <noinclude>[[Theme Structure]]</noinclude><includeonly>[[{{PAGENAME}}#Management]]</includeonly> for more details.
  
 
{{clear}}
 
{{clear}}

Revision as of 09:42, 30 July 2012


Unroole Admin Panel - Themes Stylesheets.png

The highlighted panel displays the stylesheet files that will be loaded as part of the theme. In this case the system css files are loaded after the reset.css.

As a part of each theme package stylesheets can be added which allow a theme builder to included the css files that will be loaded up when this theme is active. Each stylesheet that is added to a theme can be added into the css load system along with the system css files and channel level Stylesheets. The properties.xml file allows theme designers to change the ordering of the css to ensure that files are loaded in the correct way. All stylesheet files add to this list will be added to the header of a page using that theme.

In each theme package stylesheet files can be found under the "stylesheets" folder. Some additional stylesheets may be found in frameworks. See Theme Structure for more details.