A huge amount of work on GUI and Gameplay

This commit is contained in:
2020-07-07 22:51:15 +02:00
parent 2249ddbc68
commit dbd645e6d6
24 changed files with 936 additions and 219 deletions

View File

@@ -27,16 +27,21 @@ Label.green {
}
.side-pane {
-fx-border-width: 0 1;
-fx-border-color: #aaaaaa;
-fx-background-color: linear-gradient(to bottom, #dddddd, #aaaaaa);
}
.quest-bar {
-fx-border-width: 0 0 1 0;
-fx-border-color: #aaaaaa;
}
.quest-container {
-fx-border-width: 1 0 0 0;
-fx-border-width: 0 0 1 0;
-fx-border-color: #aaaaaa;
-fx-background-color: #eeeeee;
}
.quest-container.quest-out ImageView {
-fx-blend-mode: hard-light;
}
.quest-reward {
-fx-text-fill: #457229;
}
@@ -49,7 +54,31 @@ Label.green {
.table-column {
-fx-padding: 0 5;
}
.split-pane:horizontal > .split-pane-divider {
-fx-padding: 0 1 0 1;
-fx-background-color: #aaaaaa;
}
.tab-pane:top > .tab-header-area {
-fx-min-height: 34;
-fx-pref-height: 34;
}
.tab-pane:top > .tab-header-area > .headers-region > .tab {
-fx-padding: 4;
-fx-end-margin: 5;
}
.tab-pane:top > .tab-header-area > .headers-region > .tab .focus-indicator {
-fx-focus-color: transparent;
-fx-faint-focus-color: transparent;
}
#main {
-fx-background-color: #dddddd;
}
#storage-grid > * {
-fx-border-color: #dddddd;
-fx-border-width: 1;
}
.storage-slot-item-title {
-fx-end-margin: 10;
}