John Poltorak wrote:
On Tue, Sep 28, 2004 at 02:36:28PM +0200, Tonico Strasser wrote:
John Poltorak wrote:
I'm not very well up on stylesheets so apologies for my newbie questions, but how should I incorporate the lines above into my own website? Do I just need to import the files ploneNS4.css and ploneCustom.css into my own instance of Zope?
What do you want? I quess you want a look and feel similar to zope.org?
Initially, I just want local copies of the stylesheets so that I can familiarise myself with them, but I'm not sure whether stylesheets should be copied into ZODB or exist in the filesystem as ordinary files.
CSS stylesheets are typically file objects with the content-type 'text/css' in the ZODB. Some people use DTML or Python scripts for dynamic CSS. Tonico