I am trying to understand the CSS effects that jQTouch implements. http://www.jqtouch.com/
It has some CSS definitions that contain syntax like body > *<
body > *
* is a wildcard selector and simply matches all elements, so body > * will match all direct children of the body element.
*
body