All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fxsampler.fxsampler.css Maven / Gradle / Ivy

.samples-tree {
    -fx-background-color: -fx-outer-border, -fx-background;
    -fx-background-insets: 0, 1;
    -fx-background-radius: 2, 0;
}

.right-panel {
    -fx-padding: 5;
}

.right-panel > .sample-name {
    -fx-font-size: 18;
    -fx-font-weight: bold;
}

.right-panel > .separator {
    -fx-padding: 5 0 5 0;
}

.right-panel > .description {
    -fx-text-alignment: justify;
}

.right-panel > * > .project-name-title, 
.right-panel > * > .property {
    -fx-font-weight: bold;
}

.right-panel > * > .project-name {
    -fx-text-alignment: justify;
}

/* 
 * The area beneath the description specifically to allow people to interact with
 * the sample.
 */
.right-panel > .control-panel {
    -fx-padding: 5 0 0 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy