sisga / src / main / resources / css / otro.css
otro.css
Raw
.root {
    -fx-background-image: url("https://img.gadgethacks.com/img/86/37/63601592852769/0/get-ios-10s-new-wallpaper-any-phone.w1456.jpg");
    -fx-background-repeat: stretch;
    -fx-background-size: cover;
    -fx-background-position: center center;
}

.text {
    -fx-font-smoothing-type: gray;
}

.frosty-box {
    -fx-background-radius: 20;
    -fx-effect: dropshadow(gaussian, rgba(0, 0, 0, .5), 15, 0, 0, 5);
}

.frosty-box > * {
    -fx-background-color: rgba(255, 255, 255, .4);
    -fx-background-radius: inherit;
}

.frosty-box .label {
    -fx-font-family: 'Karla';
    -fx-font-size: 25;
    -fx-text-fill: black;
}