Reorganized project to fit Maven's directory structure.
This commit is contained in:
81
src/main/resources/launcher/style.css
Normal file
81
src/main/resources/launcher/style.css
Normal file
@ -0,0 +1,81 @@
|
||||
#window {
|
||||
-fx-background-color: #131320;
|
||||
-fx-font-size: 1.25em;
|
||||
}
|
||||
|
||||
Text, Label {
|
||||
-fx-fill: #f2f2f2;
|
||||
-fx-text-fill: #f2f2f2;
|
||||
}
|
||||
|
||||
/*************/
|
||||
/* Sidepanel */
|
||||
/*************/
|
||||
|
||||
#sidepanel {
|
||||
-fx-background-color: #303050;
|
||||
-fx-alignment: center;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
Reference in New Issue
Block a user