Hi Karol

To make your CSS dynamic you could use one of the following extensions:

http://typo3.org/extensions/repository/view/rf_dynamiccss/
http://typo3.org/extensions/repository/view/af_dynamiccss/

With those you can put "variables/placeholders" into CSS and they get
replaced by Values you out into TS of a page.

You could also try the t3s extensions/packages as you can edit he CSS files
here from within TYPO3

Andi

2007/12/16, Karol Martinka <[EMAIL PROTECTED]>:
>
> Hmm. I think, I still do not understand the basic concept. I have a
> template
> with CSS styles, but I don't want to rewrite or rename the styles inside
> the
> HTML, I would like to have a customizable CMS instead.
>
> Btw. I'm not the designer of this site, I'm developing the logic. IMHO
> designers have to focus on the design, not the code. If they have to apply
> for standards, defined by CMS, they will most probably have more work and
> they have to learn something "non-importand" as the TYPO3 :) .
>
> And also, I don't want to have such a komplex styles as the Typo3
> generates.
> I don't need the "special wrapping" and formatting.. I will RTFM about
> this
> CSS extension and I hope, I will learn how to use it.. Sorry for bothering
> you and thanks for the tips and any further hints you may have.
>
> Karol
>
>
>
> "Dmitry Dulepov [typo3]" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Karol Martinka wrote:
> >> Should I write to my page template a code like this ?? :
> >>  tt_content.image.20 = USER
> >> tt_content.image.20 {
> >>  layout = CASE
> >>  layout {
> >>   # above-right
> >>   1 = TEXT
> >>   1.value = <div class="mystyle_right_image
> >> ###CLASSES###">###IMAGES######TEXT###</div><div
> >> class="csc-textpic-clear"><!-- --></div>
> >
> > Difficult to say. Normall such things go to html template, not to TS.
> >
> > --
> > Dmitry Dulepov
> > TYPO3 core team
> > Web: http://typo3bloke.net/
> > Skype: callto:liels_bugs
> > "Nothing is impossible. There are only limits to our knowledge"
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english@lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to