Newer
Older
Eilert Tunheim
committed
/*
Css for main window styling
*/
.root {
-fx-pref-width: 1150;
-fx-pref-height: 600;
-fx-fill-height: true;
-fx-max-width: infinity;
-fx-font-size: 14;
}
#logoBar {
-fx-pref-height: 100;
-fx-max-width: infinity;
-fx-background-color: rgba(12, 76, 81, 1);
-fx-alignment: center;
}
Eilert Tunheim
committed
/*
Sidebar styling
*/
#sideBar {
-fx-pref-width: 250;
-fx-pref-height: infinity;
}
#sideBarLabel {
-fx-pref-height: 17;
-fx-translate-x: 10;
-fx-max-height: infinity;
-fx-max-width: infinity;
-fx-font-family: Arial;
}
#sideBarLabelText {
-fx-pref-height: 17;
-fx-translate-x: 5;
-fx-max-height: infinity;
-fx-max-width: infinity;
-fx-font-family: Arial;
Eilert Tunheim
committed
#sideBarButtonInputParameters {
-fx-translate-x: 5;
-fx-translate-y: 20;
-fx-pref-width: infinity;
-fx-pref-height: 25;
Eilert Tunheim
committed
-fx-font-size: 16;
-fx-font-weight: 200;
-fx-background-color: rgba(12, 76, 81, 1);
-fx-text-fill: white;
Eilert Tunheim
committed
-fx-font-family: Arial;
}
#sideBarButtonFinish {
-fx-translate-x: 5;
-fx-translate-y: 50;
-fx-pref-width: infinity;
-fx-pref-height: 25;
-fx-font-size: 20;
-fx-font-family: Arial;
-fx-background-color: rgba(12, 76, 81, 1);
-fx-text-fill: white;
}
#sideBarButtonExit {
-fx-translate-x: 5;
-fx-translate-y: 75;
-fx-pref-width: infinity;
-fx-pref-height: 25;
-fx-font-size: 20;
-fx-font-family: Arial;
-fx-background-color: Red;
-fx-text-fill: white;
*/
-fx-background-color: rgba(94, 33, 27, 1);
-fx-text-fill: white;
}
/*
BottomBar styling
*/
#bottomBar {
-fx-pref-width: infinity;
-fx-pref-height: 50;
}
#bottomBarButtons {
-fx-alignment: center-right;
-fx-tile-alignment: center-right;
-fx-translate-x: -5;
-fx-pref-width: 150;
-fx-pref-height: 25;
}
Eilert Tunheim
committed
/*
Input popup window
*/
#inputTop {
-fx-alignment: top-center;
-fx-font-size: 24;
-fx-font-weight: 700;
Eilert Tunheim
committed
-fx-font-family: Arial;
-fx-text-fill: rgba(12, 76, 81, 1);
Eilert Tunheim
committed
-fx-pref-width: 200;
}
#inputCenter {
-fx-alignment: center;
}
#inputBottom {
-fx-alignment: bottom-center;
}
#inputLabel {
-fx-pref-height: 17;
-fx-translate-x: 10;
-fx-pref-width: 100;
-fx-max-height: infinity;
-fx-max-width: infinity;
-fx-font-size: 16;
-fx-font-family: Arial;
}
Eilert Tunheim
committed
#inputDropDownBox {
Eilert Tunheim
committed
-fx-pref-height: 17;
Eilert Tunheim
committed
-fx-translate-x: 5;
-fx-max-height: infinity;
-fx-alignment: center-left;
Eilert Tunheim
committed
-fx-font-size: 16;
-fx-font-family: Arial;
}
#inputButtonStart {
Eilert Tunheim
committed
-fx-pref-height: 25;
-fx-font-size: 20;
-fx-font-family: Arial;
-fx-background-color: rgba(12, 76, 81, 1);
-fx-text-fill: white;
Eilert Tunheim
committed
-fx-alignment: bottom-center;
Eilert Tunheim
committed
}
#inputButtonExit {
-fx-pref-width: infinity;
-fx-translate-y: 10;
-fx-pref-height: 25;
-fx-font-size: 20;
-fx-font-family: Arial;
-fx-background-color: rgba(12, 76, 81, 1);
-fx-text-fill: white;
-fx-alignment: bottom-center;
}