data:text/css,
                    .text-area {
                        -fx-font-family: 'Arial';
                        -fx-text-fill: %s;
                        -fx-font-size: 11pt;
                        -fx-highlight-fill: #7ecfff;
                        -fx-border-radius: 8 8 8 8;
                        -fx-background-radius: 8 8 8 8;
                        -fx-padding: 0;
                        -fx-background-insets: 0;
                        -fx-background-color: transparent, %s, transparent, %s;
                    }

                    .text-area .content {
                        -fx-padding: 0;
                        -fx-background-radius: 0 ;
                        -fx-background-insets: 0;
                        -fx-background-color: transparent, %s, transparent, %s;
                    }

                    .text-area:focused .content {
                        -fx-font-family: 'Arial';
                        -fx-text-fill: %s;
                        -fx-font-size: 11pt;
                        -fx-highlight-fill: #7ecfff;
                        -fx-padding: 0;
                        -fx-background-color: transparent, %s, transparent, %s;
                    }

                    .text-area:focused {
                        -fx-padding: 0;
                        -fx-highlight-fill: #7ecfff;
                    }
                    .text-area .scroll-pane {
                        -fx-hbar-policy: never;
                        -fx-vbar-policy: never;
                    }