|
| 1 | +/******************************************************************************* |
| 2 | + * * |
| 3 | + * Root * |
| 4 | + * * |
| 5 | + ******************************************************************************/ |
| 6 | + |
| 7 | +#Root { |
| 8 | + -fx-background-color: -var-background-color; |
| 9 | +} |
1 | 10 |
|
2 | 11 | #RootContainer { |
3 | 12 | -fx-alignment: top-center; |
4 | 13 | } |
5 | 14 |
|
| 15 | +/******************************************************************************* |
| 16 | + * * |
| 17 | + * Editor MenuBar Component * |
| 18 | + * * |
| 19 | + ******************************************************************************/ |
| 20 | + |
6 | 21 | #EditorMenuBarComponent { |
7 | 22 | -fx-padding: 0px; |
8 | 23 | -fx-min-height: 30px; |
|
12 | 27 | -fx-border-color: -var-split-line-color; |
13 | 28 | } |
14 | 29 |
|
15 | | -#EditorLoadingLayer { |
16 | | - -fx-background-color: rgba(0, 0, 0, 0.3); |
17 | | - -fx-alignment: center; |
18 | | -} |
19 | | - |
20 | | -#EditorLoadingProgress { |
21 | | - -fx-min-height: 150; |
22 | | - -fx-pref-height: -fx-min-height; |
23 | | - -fx-max-height: -fx-min-height; |
24 | | - -fx-min-width: 150; |
25 | | - -fx-pref-width: -fx-min-width; |
26 | | - -fx-max-width: -fx-min-width; |
27 | | -} |
28 | | - |
29 | 30 | /******************************************************************************* |
30 | 31 | * * |
31 | | - * Main Split Pane * |
| 32 | + * Editor Area Component * |
32 | 33 | * * |
33 | 34 | ******************************************************************************/ |
34 | 35 |
|
35 | | -#MainSplitPane { |
36 | | - -fx-background-color: transparent; |
| 36 | +#EditorAreaComponent { |
| 37 | + -fx-min-width: 500; |
| 38 | + -fx-tab-max-height: 18; |
37 | 39 | } |
38 | 40 |
|
39 | 41 | /******************************************************************************* |
|
58 | 60 | -fx-tab-max-height: 18; |
59 | 61 | } |
60 | 62 |
|
| 63 | +/******************************************************************************* |
| 64 | + * * |
| 65 | + * Log View * |
| 66 | + * * |
| 67 | + ******************************************************************************/ |
| 68 | + |
| 69 | +#LogView { |
| 70 | + -fx-background-color: -var-background-color; |
| 71 | + -fx-fill: -var-font-color; |
| 72 | + -fx-text-fill: -var-font-color; |
| 73 | + -fx-font-family: "Ubuntu Mono"; |
| 74 | + -fx-font-size: 13px; |
| 75 | +} |
| 76 | + |
| 77 | +#LogView .caret { |
| 78 | + -fx-stroke: transparent; |
| 79 | +} |
| 80 | + |
| 81 | +#LogView .content { |
| 82 | + -fx-background-color: -var-background-color; |
| 83 | + -fx-fill: -var-font-color; |
| 84 | + -fx-text-fill: -var-font-color; |
| 85 | +} |
| 86 | + |
| 87 | +/******************************************************************************* |
| 88 | + * * |
| 89 | + * Editor Loading * |
| 90 | + * * |
| 91 | + ******************************************************************************/ |
| 92 | + |
| 93 | +#EditorLoadingLayer { |
| 94 | + -fx-background-color: rgba(0, 0, 0, 0.3); |
| 95 | + -fx-alignment: center; |
| 96 | +} |
| 97 | + |
| 98 | +#EditorLoadingProgress { |
| 99 | + -fx-min-height: 150; |
| 100 | + -fx-pref-height: -fx-min-height; |
| 101 | + -fx-max-height: -fx-min-height; |
| 102 | + -fx-min-width: 150; |
| 103 | + -fx-pref-width: -fx-min-width; |
| 104 | + -fx-max-width: -fx-min-width; |
| 105 | +} |
| 106 | + |
| 107 | +/******************************************************************************* |
| 108 | + * * |
| 109 | + * Asset Component * |
| 110 | + * * |
| 111 | + ******************************************************************************/ |
| 112 | + |
61 | 113 | #AssetComponent { |
62 | 114 | -fx-background-color: -var-background-color; |
63 | 115 | -fx-alignment: top-center; |
|
81 | 133 | -fx-max-width: -fx-min-width; |
82 | 134 | } |
83 | 135 |
|
84 | | -#EditorAreaComponent { |
85 | | - -fx-min-width: 500; |
86 | | - -fx-tab-max-height: 18; |
87 | | -} |
88 | | - |
89 | 136 | #AssetEditorDialogButtonContainer { |
90 | 137 | -fx-alignment: center-right; |
91 | 138 | -fx-padding: 0 0 0 0; |
|
212 | 259 | #JmePreviewManagerImageView { |
213 | 260 | } |
214 | 261 |
|
215 | | -#LogView { |
216 | | - -fx-background-color: -var-background-color; |
217 | | - -fx-fill: white; |
218 | | - -fx-text-fill: white; |
219 | | -} |
220 | | - |
221 | | -#LogView .caret { |
222 | | - -fx-stroke: white; |
223 | | -} |
224 | | - |
225 | | -#LogView .content { |
226 | | - -fx-background-color: -var-background-color; |
227 | | - -fx-fill: white; |
228 | | - -fx-text-fill: white; |
229 | | -} |
230 | | - |
231 | 262 | #GenerateLoDDialogListView { |
232 | 263 | -fx-min-height: 160px; |
233 | 264 | -fx-pref-height: -fx-min-height; |
|
252 | 283 | -fx-hgap: 2px; |
253 | 284 | } |
254 | 285 |
|
255 | | -#Root { |
256 | | - -fx-background-color: -var-background-color; |
257 | | -} |
258 | | - |
259 | 286 | #AbstractDialogGridSettingsContainer { |
260 | 287 | -fx-alignment: center-left; |
261 | 288 | -fx-vgap: 2; |
|
0 commit comments