Skip to content
Snippets Groups Projects
Commit 631c9717 authored by Karin Pettersen's avatar Karin Pettersen
Browse files

Styled the application with moelvens color-pallet

parent 86dd5304
Branches Karins_branch
No related tags found
No related merge requests found
Showing
with 28 additions and 22 deletions
...@@ -63,9 +63,6 @@ ...@@ -63,9 +63,6 @@
-fx-pref-height: 25; -fx-pref-height: 25;
-fx-font-size: 20; -fx-font-size: 20;
-fx-font-family: Arial; -fx-font-family: Arial;
/* -fx-background-color: rgba(104, 229, 59, 1);
*/
-fx-background-color: rgba(12, 76, 81, 1); -fx-background-color: rgba(12, 76, 81, 1);
-fx-text-fill: white; -fx-text-fill: white;
} }
......
.circleindicator-container { .circleindicator-container {
circleindicator-color: red; circleindicator-color: rgba(94, 33, 27, 1);
-fx-padding: 5.0; -fx-padding: 5.0;
-fx-background-color: -fx-background; -fx-background-color: -fx-background;
} }
......
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
-fx-inner-radius: 60.0; -fx-inner-radius: 60.0;
} }
.ringindicator-inner-circle { .ringindicator-inner-circle {
-fx-opacity: 0.55; -fx-opacity: 1.0;
-fx-stroke: circleindicator-color;
-fx-stroke: rgba(94, 33, 27, 1);
-fx-stroke-width: 8.0px; -fx-stroke-width: 8.0px;
-fx-fill: -fx-background; -fx-fill: -fx-background;
} }
...@@ -20,6 +21,6 @@ ...@@ -20,6 +21,6 @@
-fx-fill: -fx-background; -fx-fill: -fx-background;
} }
.indeterminate { .indeterminate {
-fx-opacity: 0.55; -fx-opacity: 1.0;
-fx-stroke: linear-gradient(from 0.0% 0.0% to 70.0% 70.0%, circleindicator-color 70.0%, white 75.0%, white); -fx-stroke: linear-gradient(from 0.0% 0.0% to 70.0% 70.0%, circleindicator-color 70.0%, white 75.0%, white);
} }
...@@ -51,6 +51,8 @@ ...@@ -51,6 +51,8 @@
-fx-pref-height: 25; -fx-pref-height: 25;
-fx-font-size: 16; -fx-font-size: 16;
-fx-font-weight: 200; -fx-font-weight: 200;
-fx-background-color: rgba(12, 76, 81, 1);
-fx-text-fill: white;
-fx-font-family: Arial; -fx-font-family: Arial;
} }
...@@ -61,7 +63,8 @@ ...@@ -61,7 +63,8 @@
-fx-pref-height: 25; -fx-pref-height: 25;
-fx-font-size: 20; -fx-font-size: 20;
-fx-font-family: Arial; -fx-font-family: Arial;
-fx-background-color: rgba(104, 229, 59, 1); -fx-background-color: rgba(12, 76, 81, 1);
-fx-text-fill: white;
} }
#sideBarButtonExit { #sideBarButtonExit {
...@@ -71,7 +74,12 @@ ...@@ -71,7 +74,12 @@
-fx-pref-height: 25; -fx-pref-height: 25;
-fx-font-size: 20; -fx-font-size: 20;
-fx-font-family: Arial; -fx-font-family: Arial;
/*
-fx-background-color: Red; -fx-background-color: Red;
-fx-text-fill: white;
*/
-fx-background-color: rgba(94, 33, 27, 1);
-fx-text-fill: white; -fx-text-fill: white;
} }
......
...@@ -10,19 +10,19 @@ ...@@ -10,19 +10,19 @@
} }
.default-color0.chart-earlier-data-line{-fx-stroke: black; -fx-opacity: 1.0} .default-color0.chart-earlier-data-line{-fx-stroke: black; -fx-opacity: 1.0}
.default-color1.chart-series-line{-fx-stroke: green; -fx-opacity: 1.0} .default-color1.chart-series-line{-fx-stroke: rgba(85,198,229,0.3); -fx-opacity: 1.0}
.default-color2.chart-series-line{-fx-stroke: red; -fx-opacity: 0.1} .default-color2.chart-series-line{-fx-stroke: rgba(94, 33, 27, 1); -fx-opacity: 0.1}
.default-color3.chart-earlier-data-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1} .default-color3.chart-earlier-data-line{-fx-stroke: rgba(12, 76, 81, 1); -fx-opacity: 0.1}
.default-color4.chart-earlier-data-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1} .default-color4.chart-earlier-data-line{-fx-stroke: rgba(12, 76, 81, 1); -fx-opacity: 0.1}
.default-color5.chart-earlier-data-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1} .default-color5.chart-earlier-data-line{-fx-stroke: rgba(12, 76, 81, 1); -fx-opacity: 0.1}
.default-color6.chart-earlier-data-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1} .default-color6.chart-earlier-data-line{-fx-stroke: rgba(12, 76, 81, 1); -fx-opacity: 0.1}
.default-color7.chart-earlier-data-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1} .default-color7.chart-earlier-data-line{-fx-stroke: rgba(12, 76, 81, 1); -fx-opacity: 0.1}
.default-color0.chart-line-symbol{-fx-background-color: black,white;} .default-color0.chart-line-symbol{-fx-background-color: black,white;}
.default-color1.chart-line-symbol{-fx-background-color: green,green;} .default-color1.chart-line-symbol{-fx-background-color: rgba(85,198,229,0.3),rgba(85,198,229,0.3);}
.default-color2.chart-line-symbol{-fx-background-color: red,red;} .default-color2.chart-line-symbol{-fx-background-color: rgba(94, 33, 27, 1),rgba(94, 33, 27, 1);}
.default-color3.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;} .default-color3.chart-line-symbol{-fx-background-color: rgba(12, 76, 81, 1),rgba(12, 76, 81, 1);}
.default-color4.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;} .default-color4.chart-line-symbol{-fx-background-color: rgba(12, 76, 81, 1),rgba(12, 76, 81, 1);}
.default-color5.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;} .default-color5.chart-line-symbol{-fx-background-color: rgba(12, 76, 81, 1),rgba(12, 76, 81, 1);}
.default-color6.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;} .default-color6.chart-line-symbol{-fx-background-color: rgba(12, 76, 81, 1),rgba(12, 76, 81, 1);}
.default-color7.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;} .default-color7.chart-line-symbol{-fx-background-color: rgba(12, 76, 81, 1),rgba(12, 76, 81, 1);}
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment