forked from rds1983/Myra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_stylesheet.xmms
87 lines (87 loc) · 3.23 KB
/
ui_stylesheet.xmms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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
<?xml version="1.0" encoding="utf-8"?>
<Stylesheet TextureRegionAtlas="ui_stylesheet.xmat">
<Fonts>
<Font Id="commodore-64" File="commodore-64.fnt"/>
</Fonts>
<DesktopStyle Background="blue" />
<LabelStyles>
<LabelStyle Font="commodore-64" TextColor="white" />
</LabelStyles>
<TextBoxStyles>
<TextBoxStyle Background="white" TextColor="black" Font="commodore-64" Cursor="cursor-black" Selection="light-blue" />
</TextBoxStyles>
<ScrollViewerStyles>
<ScrollViewerStyle HorizontalScrollBackground="scroll-bar" HorizontalScrollKnob="scroll-bar-horizontal-knob" VerticalScrollBackground="scroll-bar" VerticalScrollKnob="scroll-bar-vertical-knob" />
</ScrollViewerStyles>
<ButtonStyles>
<ButtonStyle Background="button" Padding="8, 5" PressedBackground="button-down">
<LabelStyle Font="commodore-64" TextColor="white" />
</ButtonStyle>
</ButtonStyles>
<CheckBoxStyles>
<CheckBoxStyle>
<LabelStyle Font="commodore-64" TextColor="white" />
<ImageStyle Image="check-box-off" PressedImage="check-box" />
</CheckBoxStyle>
</CheckBoxStyles>
<HorizontalSliderStyles>
<HorizontalSliderStyle Background="slider">
<KnobStyle>
<ImageStyle Image="slider-knob" />
</KnobStyle>
</HorizontalSliderStyle>
</HorizontalSliderStyles>
<VerticalSliderStyles>
<VerticalSliderStyle Background="slider">
<KnobStyle>
<ImageStyle Image="slider-knob" />
</KnobStyle>
</VerticalSliderStyle>
</VerticalSliderStyles>
<HorizontalProgressBarStyles>
<HorizontalProgressBarStyle Background="progress-bar" Filler="progress-bar-knob" Height="16" />
</HorizontalProgressBarStyles>
<VerticalProgressBarStyles>
<VerticalProgressBarStyle Background="progress-bar" Filler="progress-bar-knob" Width="16" />
</VerticalProgressBarStyles>
<ComboBoxStyles>
<ComboBoxStyle Background="list">
<LabelStyle Font="commodore-64" TextColor="white" />
<ListBoxStyle Background="blue">
<ListItemStyle OverBackground="white" Padding="8, 5" PressedBackground="button-down">
<LabelStyle Font="commodore-64" TextColor="white" OverTextColor="blue" PressedTextColor="blue" />
</ListItemStyle>
</ListBoxStyle>
</ComboBoxStyle>
</ComboBoxStyles>
<ListBoxStyles>
<ListBoxStyle>
<ListItemStyle PressedBackground="white">
<LabelStyle Font="commodore-64" TextColor="white" PressedTextColor="blue" />
</ListItemStyle>
</ListBoxStyle>
</ListBoxStyles>
<TreeStyles>
<TreeStyle SelectionBackground="progress-bar">
<MarkStyle>
<ImageStyle Image="plus" PressedImage="minus" />
</MarkStyle>
<LabelStyle Font="commodore-64" TextColor="white" />
</TreeStyle>
</TreeStyles>
<HorizontalSplitPaneStyles>
<HorizontalSplitPaneStyle>
<HandleStyle Background="horizontal-split-pane" />
</HorizontalSplitPaneStyle>
</HorizontalSplitPaneStyles>
<VerticalSplitPaneStyles>
<VerticalSplitPaneStyle>
<HandleStyle Background="vertical-split-pane" />
</VerticalSplitPaneStyle>
</VerticalSplitPaneStyles>
<WindowStyles>
<WindowStyle Background="window" Padding="25">
<TitleStyle Font="commodore-64" TextColor="white" />
</WindowStyle>
</WindowStyles>
</Stylesheet>