Newer
Older
* {
-fx-dark-brown: #3c2014;
-fx-brown: #956233;
}
.root {
-fx-font-family: "Starship Shadow";
-fx-background-color: black;
/*#tips {*/
/* -fx-font-size: 60;*/
/*}*/

Tran Peter
committed
-fx-background-image: url("../textures/images/background.png");
#gameTitle {
-fx-font-size: 100;
}
.button {
-fx-skin: "de.hdm_stuttgart.battlearena.Controller.Utilities.ButtonTransition";

Tran Peter
committed
}
#btnLeft {
-fx-skin: none;

Tran Peter
committed
.accordion {
-fx-font-size: 30;
}
.titled-pane:focused > .title > .arrow-button > .arrow {
-fx-effect: null;
}
.accordion .titled-pane > *.content{
-fx-background-color: transparent ;
-fx-border-width: 0;
}
.accordion .titled-pane > .title {
-fx-background-color: transparent;
-fx-border-width: 0;
}
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.scroll-pane > .viewport {
-fx-background-color: none;
}
.scroll-pane {
-fx-background-color: transparent;
}
/*scroll pane scroll bar*/
.scroll-pane .scroll-bar:horizontal .track,
.scroll-pane .scroll-bar:vertical .track {
-fx-background-color: -fx-dark-brown;
-fx-border-color: none;
-fx-background-radius: 1em;
-fx-border-radius: 1em;
}
/* The increment and decrement button CSS class of scrollbar */
.scroll-pane .scroll-bar:vertical .increment-button ,
.scroll-pane .scroll-bar:vertical .decrement-button {
-fx-background-color: transparent;
-fx-background-radius: 0em;
-fx-padding:0 12 0 0;
}
.scroll-pane .scroll-bar .increment-arrow,
.scroll-pane .scroll-bar .decrement-arrow {
-fx-shape: " ";
-fx-padding: 0;
}
/* The main scrollbar **thumb** CSS class which we drag every time (movable) */
.scroll-pane .scroll-bar:horizontal .thumb,
.scroll-pane .scroll-bar:vertical .thumb {
-fx-background-color: white;
-fx-background-insets: 2, 0, 0;
-fx-background-radius: 1em;
}
#boxBox {
-fx-background-color: none;
}
/* https://dx.dragan.ba/javafx-radiobutton-custom-css/ */
.radio-button .radio {
-fx-border-width: 1px;
-fx-border-color: -fx-dark-brown;
-fx-background-color: none;
-fx-background-image: null;
-fx-border-radius: 15px;
-fx-padding: 3px;
}
.radio-button .dot {
-fx-padding: 8px;
}
.radio-button:selected .dot {
-fx-background-color: -fx-dark-brown;
-fx-background-insets: 0;
}
-fx-background-color: rgba(0, 0, 0, 0.5);
-fx-pref-height: 0.2em;
}
.slider .thumb {
-fx-pref-height: 0.6em;
-fx-pref-width: 0.4em;
-fx-background-color: -fx-brown;
}
-fx-skin: "de.hdm_stuttgart.battlearena.Controller.Utilities.ToggleButtonTransition";
.skinSelection:pressed {
-fx-background-color: rgba(255, 255, 255, 0.3);
.table-view {
-fx-background-color: transparent;
}
.table-view .column-header {
-fx-background-color: -fx-brown;
}
.table-view .table-cell{
-fx-font-size: 30;
-fx-alignment: center;
}
.table-row-cell {
-fx-background-color: rgba(0, 0, 0, 0.2);
}
.table-row-cell:hover {
-fx-background-color: rgba(0, 0, 0, 0.1);
}
.table-row-cell:selected {
-fx-background-color: rgba(255, 255, 255, 0.3);
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
}
.chart {
-fx-pref-width: 600;
-fx-pref-height: 620;
-fx-min-width: 600;
-fx-min-height: 620;
-fx-max-width: 916;
-fx-max-height: 620;
}
.chart-pie {
-fx-border-color: black;
}
.chart-pie-label {
-fx-font-size: 0.7em;
}
.chart-legend {
-fx-background-color: rgba(60, 32, 20, 0.2);
}
.default-color0.chart-pie {-fx-pie-color: transparent;}
.default-color1.chart-pie {-fx-pie-color: transparent;}
.default-color2.chart-pie {-fx-pie-color: transparent;}