![JAR search and dependency download from the Maven repository](/logo.png)
css.fontawesome-webfont.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of athi-fx-gui Show documentation
Show all versions of athi-fx-gui Show documentation
AthiFX project for creating JavaFX simple application GUI.
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