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

styles.glyphs.css Maven / Gradle / Ivy

There is a newer version: 8.9
Show newest version
.root{
    -icons-color: -fx-text-base-color;
    -top-icons-color: white;
    -base-icons-color: black;
}

.font-awesome{
    -fx-font-family:  FontAwesome;
    -fx-font-size: 16px;
    -fx-text-fill: -icons-color;
    -fx-fill: -icons-color;
}

.weather-icon{
    -fx-font-family:  'weather icons';
    -fx-font-size: 16px;
    -fx-text-fill: -icons-color;
    -fx-fill: -icons-color;

}

.stack-base{
    -fx-font-size: 3em;
    -fx-text-fill: -base-icons-color;
    -fx-fill: -base-icons-color;
}

.stack-top{
    -fx-font-size: 2em;
    -fx-text-fill: -top-icons-color;
    -fx-fill: -top-icons-color;
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy