Is the Wordpress style.css template element syntax available?
Is the syntax for the Wordpress style.css template element available anywhere? I've recently embarked upon the grand voyage of Wordpress theming and I've been reading through the Wordpress documentation for how to write a theme. One thing I came across here was that the style.css file must contain a specific header in order to be used by the Wordpress engine. They give a brief example but I haven't been able to turn up any formal description of what must be in the style.css header portion. Does this exist on the Wordpress site? If it doesn't could we perhaps describe it here? I think all of the answers so far are valid (obviously, I linked to the docs myself). What I'm looking for is a more formal description, i.e. Case Insensitive, What's the Template element, How free can your version number be (Oracle style x.x.x.x.x?). Thanks though, so far! aha, that makes a little more sense. It's pretty much free-text as far as I know, no requirements at all. I...