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

css.fontawesome-webfont.css Maven / Gradle / Ivy

The newest version!
.root {
    -icons-color: rgb(61, 114, 144);
}

.icons {
    -fx-font-family: FontAwesome;
    -fx-font-size: 16px;
    -fx-effect: innershadow(three-pass-box, derive(-icons-color, -70%), 0.1em, 0.0, 0.07em, 0.07em);
    -fx-text-fill: linear-gradient(to bottom, derive(-icons-color, 20%) 10%, derive(-icons-color, -40%) 80%);
}

.icons:hover {
    -fx-effect: dropshadow(three-pass-box, derive(-icons-color, 0%), 0.01em, 0.0, 0, 0);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy