.root{ -fx-font-size: 16pt; -fx-font-family: "Courier New"; -fx-base: white; -fx-background: white; -fx-background-repeat: no-repeat; -fx-background-size: 900 506; -fx-background-position: center center; -fx-effect: dropshadow(three-pass-box, black, 30, 0.5, 0, 0); -fx-border-radius: 30; -fx-border-width:5; -fx-border-color: #D00019; } #cLayout { -fx-spacing: 35; -fx-padding: 35; } .progress-bar > .bar { -fx-background-color: linear-gradient( from 0px .75em to .75em 0px, repeat, -fx-accent 0%, -fx-accent 50%, derive(-fx-accent, 30%) 50%, derive(-fx-accent, 30%) 99% ); -fx-box-border: goldenrod; } #pText { -fx-font: 24px Tahoma; -fx-text-fill: #D00019; -fx-stroke-width: 1; } #header { -fx-font: 48px Tahoma; -fx-text-fill: #D00019; -fx-stroke-width: 1; -fx-box-border: goldenrod; } .chart-title { -fx-text-fill: darkgoldenrod; -fx-font-size: 1.6em; -fx-font-weight:bold; } .chart-legend-item{ -fx-text-fill: #191970; -fx-font-weight:bold; } .-fx-pie-label { -fx-text-fill: #4682b4; -fx-font-weight:bold; } .chart-legend { -fx-background-color: cyan; } .data0.chart-pie { -fx-pie-color: grey; } .data1.chart-pie { -fx-pie-color: green; } .data2.chart-pie { -fx-pie-color: red; } #window-close,#startButton,#details,#chart-button { -fx-background-color: linear-gradient(#f2f2f2, #d6d6d6), linear-gradient(#fcfcfc 0%, #d9d9d9 20%, #d6d6d6 100%), linear-gradient(#dddddd 0%, #f6f6f6 50%); -fx-background-radius: 8,7,6; -fx-background-insets: 0,1,2; -fx-text-fill: black; -fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 ); }