I have a body elemnt containing textnodes as a direct children, but patragraphs too.
Now, i would like to create my css so that this textnodes get specific css settings.
On the other hand i do not want to style textnodes that are deeper down the hierachie (i.e. children of one of the paragraphs).
How can i style this textnodes that are direct children of a body-element without styling textnodes that are not direct children?
AFAIK there is no way to targer text nodes directly.
You can set your text node styles for BODY and then apply different styles for your Ps.
Alternatively you can put your textnodes in SPANs and you can style them.