Re: Website themes in django

2010-02-03 Thread Michel Thadeu Sabchuk
Hi Waqqas, > Ideally, yes, the design should only by in CSS, but how about we want to > make a theme for mobile user? The contents of the page (html) can not be the > same. > Having different html for theme helps in incorporating different CSS. I working on a CMS that uses that idea. I have theme

Re: Website themes in django

2010-02-03 Thread Waqqas Jabbar
Ideally, yes, the design should only by in CSS, but how about we want to make a theme for mobile user? The contents of the page (html) can not be the same. Having different html for theme helps in incorporating different CSS. A middle ground can be to have different "base.html" for each theme. Thi

Re: Website themes in django

2010-02-03 Thread Matthias Kestenholz
On Wed, Feb 3, 2010 at 7:46 AM, Waqqas Jabbar wrote: > Hi, > > I am thinking of making a "theme" application. The idea is to change the > theme of the site easily from a list of available them (like in gmail). > The theme selection can be based on > - User (every user can choose her own theme) > -

Website themes in django

2010-02-02 Thread Waqqas Jabbar
Hi, I am thinking of making a "theme" application. The idea is to change the theme of the site easily from a list of available them (like in gmail). The theme selection can be based on - User (every user can choose her own theme) - Site (every site can have its own theme) - Browser specific - Rand