visual update

This commit is contained in:
ramollia
2025-10-15 16:46:19 +02:00
parent 56ebe1347c
commit e71369f7ff
10 changed files with 67 additions and 54 deletions

View File

@@ -73,11 +73,6 @@
-fx-text-fill: #e0f2e9;
}
.container {
-fx-background-color: linear-gradient(to bottom, #2b3a3e, #1a2224);
-fx-background-radius: 6;
}
.input {
-fx-background-color: linear-gradient(to bottom, #1f3a3b, #124040);
-fx-background-radius: 6;

View File

@@ -6,9 +6,11 @@
.container,
.credits-container {
-fx-alignment: TOP_CENTER;
-fx-background-color: transparent;
}
.fit {
.fit,
.fit .viewport {
-fx-background-color: transparent;
-fx-border-color: transparent;
}

View File

@@ -73,11 +73,6 @@
-fx-text-fill: #f0fff0;
}
.container {
-fx-background-color: linear-gradient(to bottom, #121e1c, #0c1210);
-fx-background-radius: 6;
}
.input {
-fx-background-color: linear-gradient(to bottom, #15331a, #0e2b15);
-fx-background-radius: 6;

View File

@@ -23,11 +23,6 @@
-fx-spacing: 14;
}
.credits-container {
-fx-alignment: CENTER;
-fx-padding: 28;
}
.current-player {
-fx-font-size: 32px;
}

View File

@@ -1,13 +1,13 @@
.bg-primary {
-fx-background-color: linear-gradient(to bottom, #f0f6f4, #dbe9e5);
-fx-background-color: linear-gradient(to bottom, #e8f1ef, #cfded9);
}
.bg-secondary {
-fx-background-color: linear-gradient(to bottom, #d0e0db, #b7cdc6);
-fx-background-color: linear-gradient(to bottom, #c3d6d1, #a9c2bb);
}
.bg-popup {
-fx-background-color: rgba(240, 248, 250, 0.9);
-fx-background-color: rgba(224, 240, 242, 0.95);
-fx-background-radius: 8;
-fx-effect: dropshadow(gaussian, #a0c4b088, 6, 0, 0, 2);
}
@@ -18,7 +18,7 @@
-fx-border-color: #5caf5c;
-fx-cursor: hand;
-fx-effect: dropshadow(gaussian, #7abf7aaa, 5, 0, 0, 2);
-fx-text-fill: #2a3a2a;
-fx-text-fill: #2e4d2e;
-fx-font-weight: bold;
}
@@ -51,7 +51,7 @@
.combo-box .list-cell {
-fx-background-color: transparent;
-fx-text-fill: #588758;
-fx-text-fill: #2e4d2e;
}
.combo-box .list-view {
@@ -61,7 +61,7 @@
}
.combo-box-popup .list-cell {
-fx-text-fill: #588758;
-fx-text-fill: #2e4d2e;
}
.combo-box-popup .list-cell:hover {
@@ -70,19 +70,14 @@
.combo-box-popup .list-cell:selected {
-fx-background-color: #7ac27a;
-fx-text-fill: #f0faf0;
}
.container {
-fx-background-color: linear-gradient(to bottom, #e9f2ee, #cde3d9);
-fx-background-radius: 6;
-fx-text-fill: #ffffff;
}
.input {
-fx-background-color: linear-gradient(to bottom, #e6f0ec, #c8dbcd);
-fx-background-radius: 6;
-fx-border-color: #5caf5c;
-fx-text-fill: #588758;
-fx-text-fill: #2e4d2e;
-fx-font-weight: normal;
}
@@ -127,13 +122,13 @@
}
.text {
-fx-fill: #588758;
-fx-fill: #2e4d2e;
-fx-font-weight: normal;
-fx-text-fill: #588758;
-fx-text-fill: #2e4d2e;
}
.header {
-fx-fill: #aad3aa;
-fx-fill: #2b5c2b;
-fx-font-weight: bold;
-fx-text-fill: #aad3aa;
-fx-text-fill: #2b5c2b;
}

View File

@@ -23,11 +23,6 @@
-fx-spacing: 10;
}
.credits-container {
-fx-alignment: CENTER;
-fx-padding: 20;
}
.current-player {
-fx-font-size: 24px;
}

View File

@@ -23,11 +23,6 @@
-fx-spacing: 6;
}
.credits-container {
-fx-alignment: CENTER;
-fx-padding: 12;
}
.current-player {
-fx-font-size: 16px;
}