Files
Progetto-ingegneria-del-sof…/src/main/resources/GUIScene/styles.css
T
2026-05-10 18:52:33 +02:00

39 lines
783 B
CSS

.card-list {
-fx-background-color: rgba(255,255,255,0.35);
-fx-background-radius: 15;
-fx-padding: 10;
}
.side-panel {
-fx-background-color: rgba(255,255,255,0.35);
-fx-background-radius: 15;
}
.label-small {
-fx-font-family: 'Inknut Antiqua';
-fx-font-size: 12px;
-fx-font-weight: bold;
-fx-text-fill: black;
}
.label-medium {
-fx-font-family: 'Inknut Antiqua';
-fx-font-size: 18px;
-fx-font-weight: bold;
-fx-text-fill: black;
}
.label-large {
-fx-font-family: 'Inknut Antiqua';
-fx-font-size: 50px;
-fx-font-weight: bold;
-fx-text-fill: black;
}
.player-card {
-fx-border-color: black;
-fx-border-width: 2;
-fx-border-radius: 15;
-fx-background-radius: 15;
-fx-background-color: white;
}