Thanks Jean for the fast reply!

Patxi

Sean Cribbs schrieb:
Patxi,

You could create children of your style pages and include their contents directly in the parent like so:

 <r:children:each:content />

Or if you want to cherry-pick individual style pages, you could do something like this:

 <r:find url="/stylesheets/basemod.css"><r:content /></r:find>

Sean

Patxi wrote:
Hi,

I´m just thinking about using the YAML css framework in radiant. (
http://www.yaml.de/en/home.html )
This framework is based on a few yaml core css files AND user defined ones.
Now I thaught to leave the yaml core css as files (so updates should be
easy) and write the user defined ones as pages.

So my question now is, if I can also make childs for stylepages
or use a style which loads the core files and the needed pages:

---------------------------------
@charset "UTF-8";
/* import core styles */
@import url(yaml/core/base.css);

/* import screen layout */
@import url(yaml/navigation/nav_vlist.css);
@import url(basemod.css); /* <<< user defined style
FROM DB ? */
@import url(content.css); /* <<< user defined style
FROM DB ? */

/* import print layout */
@import url(yaml/print/print_003_draft.css);
-----------------------------------

Thanks for help,
Patxi



_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to