[TYPO3-english] how to change the look of typo3 site?

tom typostudy at gmail.com
Mon Jul 2 03:22:00 CEST 2012


Hi bernd,

Got it. thanks

Tom

On Mon, Jul 2, 2012 at 6:32 AM, bernd wilke <t3ng at pi-phi.tk> wrote:

> Am Fri, 29 Jun 2012 11:39:16 +0800 schrieb tom:
>
> > Hi bernd,
> >
> > Thanks for your input.
> > "another attempt would be to adapt the foreign CSS to only those parts
> > of TYPO3 which are used at all and do it just from look than from
> > CSS-files."
>
> > I would like do this way. could you give me some suggestions on doing
> > this way? Does this mean that I should open my typo3 site css file, and
> > edit each line to be similar like the site A(the one I want to put the
> > look on my typo3 site)?
> >
> that was what I meant.
> open your site and the example site with firebug (or similar)
> then compare the html and the corresponding css.
> maybe what is in the original a construct of ul/li-tags are boxed divs in
> your site.
> so you have to adapt the css in element-selection by ids, classes and tags
>
> you may have to change something from
>
> ul.element { padding:10px; }
> .element li { display:inline; }
>
> to
>
> div#menu { padding:20px; }
> #menu div { display:inline; }
>
> bernd
> --
> http://www.pi-phi.de/cheatsheet.html
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list