#window { -fx-background-color: #131320; -fx-font-size: 1.25em; } Text, Label { -fx-fill: #f2f2f2; -fx-text-fill: #f2f2f2; } /*************/ /* Sidepanel */ /*************/ #sidepanel { -fx-background-color: #000000; -fx-alignment: top-center; -fx-padding: 30 0 0 0; } /* Logo */ .title { -fx-font-weight: bold; -fx-font-size: 1.5em; -fx-padding: 1; } /* Buttons */ #btn { -fx-alignment: center; } #btn Button { -fx-cursor: hand; -fx-border-radius: 0; -fx-border: none; -fx-font-weight: bold; } #btn_launch { -fx-background-color: #30c130; -fx-text-fill: #f2f2f2; } #btn_quit { -fx-background-color: #c13030; -fx-text-fill: #f2f2f2; } /* Settings */ ChoiceBox Label { -fx-fill: #000000; -fx-text-fill: #000000; } .fs_box { -fx-alignment: center; } /* Project details */ #prgm { -fx-alignment: bottom-center; -fx-padding: 5; } /* Link to project */ Hyperlink:visited { -fx-text-fill: #0095c8; } /**********/ /* Picker */ /**********/ #picker { -fx-alignment: top-center; } #picker VBox { -fx-alignment: top-center; }