Each line in your code snippet is overriding the previous line. I suspect you want to be concatenating those Strings (if you want all that CSS applied to the TextArea, not just the last line) as follows:
This is the full JavaFX CSS reference: https://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html . If what you want can't be found in there, it probably can't be found. Pay special attention to the stuff that various Nodes inherit from other Nodes. You might have to check a Node's ancestors to find for what you are looking.