Initial code refactoring

This commit is contained in:
2026-05-10 18:52:33 +02:00
parent 558f5b8d9c
commit 0f7095fc4e
4 changed files with 239 additions and 160 deletions
+35 -4
View File
@@ -1,8 +1,39 @@
@font-face {
src: url('/Fonts/InknutAntiqua-Regular.ttf');
font-family: 'Inknut Antiqua';
.card-list {
-fx-background-color: rgba(255,255,255,0.35);
-fx-background-radius: 15;
-fx-padding: 10;
}
.label {
.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;
}