Skip to content
Snippets Groups Projects
styleSheet.css 810 B
Newer Older
/* General css for alle the main windows */

/*noinspection CssUnusedSymbol*/
.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;
}

#sideBar {
    -fx-pref-width: 250;
}

#sideBarLabel {
    -fx-pref-height: 17;
    -fx-translate-x: 10;
    -fx-max-height: infinity;
    -fx-max-width: infinity;
    /*-fx-alignment: center;*/
    -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;
    /*-fx-alignment: center;*/
    -fx-font-style: normal;