Small graphical fixes

This commit is contained in:
2026-05-27 19:49:32 +02:00
parent 195d5301f2
commit a673c9cfaa
3 changed files with 16 additions and 12 deletions
+6 -2
View File
@@ -24,8 +24,12 @@
</VBox>
</ScrollPane>
<Button fx:id="newGameButton" text="NUOVA PARTITA"
styleClass="action-button"
<Button fx:id="newGameButton" text="NEW GAME"
style="-fx-font-family: 'Cinzel'; -fx-font-size: 12; -fx-font-weight: bold;
-fx-letter-spacing: 4; -fx-text-fill: #0c0601;
-fx-background-color: linear-gradient(to right, #f4c05a, #c8791a, #f4c05a);
-fx-padding: 12 48 12 48; -fx-background-radius: 2;
-fx-cursor: hand;"
onAction="#onNewGame"/>
</VBox>
+1 -1
View File
@@ -38,7 +38,7 @@
<padding><Insets top="40" bottom="40" left="40" right="40"/></padding>
<!-- Banner turno -->
<Label fx:id="turnBanner" maxWidth="640" wrapText="true" textAlignment="CENTER"
<Label fx:id="turnBanner" maxWidth="640" wrapText="true" textAlignment="CENTER" alignment="CENTER"
style="-fx-font-family: 'Cinzel'; -fx-font-size: 12; -fx-letter-spacing: 3;
-fx-padding: 10 28 10 28; -fx-background-radius: 3; -fx-border-radius: 3;
-fx-background-color: linear-gradient(to right, #f4c05a, #c8791a, #f4c05a)">