[Typo3] Working with more than one template

Christopher bedlamhotel at gmail.com
Tue Sep 20 19:40:11 CEST 2005


On 20/09/05, Bernhard Kraft <kraftb at kraftb.at> wrote:
> Remco Zwaan wrote:
>
> Some of  the style-definitions such as font-size, font-family
> > are the same (not the layout!)...so my question is "what is the best
> > method of template-building".
> 

For THIS part, the best method is probably going to be the use of
separate stylesheets; one stylesheet for each site, and one or more
stylesheets containing styles common to all sites. So you'd have

/* In site_one.css: */
@import url(commonStyles.css);


/* In site_two.css: */
@import url(commonStyles.css);

...and so on.


-Christopher



More information about the TYPO3-english mailing list