So I have come up with the following style sheet in jsfiddle http://jsfiddle.net/8FNZE/2/ and I want to use that as the base of a bunch of following web pages. My questions is can I use that page with the included stylesheet affecting only that HTML that is there and then for the child templates can I have a different CSS doc that affects only the child's HTML. I am using Jinja2 and coding the app with python.
If that won't work should I just make a big stylesheet with information for all of the pages or what would the best way to go about it be?
Thanks!