blob: 3f5854ae80c6e6b7b4830aa6d70c555c0a8effa4 [file] [log] [blame]
Nicolas Jager998fbd72016-08-08 11:41:28 -04001<!-- **********************************************************************
2* Copyright (C) 2016 by Savoir-faire Linux *
3* Author: Jäger Nicolas<nicolas.jager@savoirfairelinux.com> *
atraczyk61b28422016-08-24 09:25:59 -04004* Author: Traczyk Andreas<andreas.traczyk@savoirfairelinux.com> *
Nicolas Jager998fbd72016-08-08 11:41:28 -04005* *
6* This program is free software; you can redistribute it and/or modify *
7* it under the terms of the GNU General Public License as published by *
8* the Free Software Foundation; either version 3 of the License, or *
9* (at your option) any later version. *
10* *
11* This program is distributed in the hope that it will be useful, *
12* but WITHOUT ANY WARRANTY; without even the implied warranty of *
13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14* GNU General Public License for more details. *
15* *
16* You should have received a copy of the GNU General Public License *
17* along with this program. If not, see <http://www.gnu.org/licenses/> . *
18*********************************************************************** -->
19<ResourceDictionary
20 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
21 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
22
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -040023 <!-- general -->
24 <Style x:Key="GridLightBlue" TargetType="Grid">
25 <Setter Property="Background"
26 Value="#FFE4F1F9"/>
27 </Style>
28 <Style x:Key="StackLightBlue" TargetType="StackPanel">
29 <Setter Property="Background"
30 Value="#FFE4F1F9"/>
31 </Style>
Nicolas Jager998fbd72016-08-08 11:41:28 -040032 <Style x:Key="TextStyle1"
33 TargetType="TextBlock">
34 <Setter Property="FontSize"
35 Value="20"/>
36 <Setter Property="Foreground"
37 Value="Black"/>
38 </Style>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -040039 <Style x:Key="TextStyle2"
40 TargetType="TextBlock">
41 <Setter Property="FontSize"
42 Value="20"/>
43 <Setter Property="VerticalAlignment"
44 Value="Center"/>
45 <Setter Property="Foreground"
46 Value="White"/>
47 </Style>
48 <Style x:Key="TextStyle3"
49 TargetType="TextBlock">
50 <Setter Property="FontSize"
51 Value="15"/>
52 <Setter Property="HorizontalAlignment"
53 Value="Center"/>
54 <Setter Property="VerticalAlignment"
55 Value="Center"/>
56 <Setter Property="Foreground"
57 Value="White"/>
58 </Style>
59 <Style x:Key="TextSegoeStyle1"
60 TargetType="TextBlock">
61 <Setter Property="FontFamily"
62 Value="Segoe MDL2 Assets"/>
63 <Setter Property="FontSize"
64 Value="15"/>
65 <Setter Property="HorizontalAlignment"
66 Value="Center"/>
67 <Setter Property="VerticalAlignment"
68 Value="Center"/>
69 <Setter Property="Foreground"
70 Value="White"/>
71 </Style>
Nicolas Jager15861202016-08-12 11:13:05 -040072 <Style x:Key="ButtonStyle1"
73 TargetType="Button">
74 <Setter Property="Width"
75 Value="50"/>
76 <Setter Property="Height"
77 Value="50"/>
78 <Setter Property="FontFamily"
79 Value="Segoe MDL2 Assets"/>
80 <Setter Property="Foreground"
81 Value="White"/>
82 </Style>
atraczyk0cf42d72016-09-06 11:16:37 -040083 <Style x:Key="HamburgerButtonStyle"
84 TargetType="Button">
85 <Setter Property="Width"
86 Value="50"/>
87 <Setter Property="Height"
88 Value="30"/>
89 <Setter Property="FontFamily"
90 Value="Segoe MDL2 Assets"/>
91 <Setter Property="Foreground"
92 Value="White"/>
93 <Setter Property="Background"
94 Value="Transparent"/>
95 </Style>
Nicolas Jager15861202016-08-12 11:13:05 -040096 <Style x:Key="ButtonStyle2"
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -040097 TargetType="Button">
98 <Setter Property="Width"
atraczyk61b28422016-08-24 09:25:59 -040099 Value="400"/>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400100 <Setter Property="Height"
101 Value="30"/>
102 <Setter Property="FontFamily"
103 Value="Segoe MDL2 Assets"/>
104 <Setter Property="Foreground"
105 Value="White"/>
106 <Setter Property="Background"
107 Value="Transparent"/>
108 </Style>
109 <Style x:Key="ButtonStyle3"
Nicolas Jager15861202016-08-12 11:13:05 -0400110 TargetType="Button">
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400111 <Setter Property="Foreground"
112 Value="Black"/>
113 <Setter Property="Background"
114 Value="Transparent"/>
115 <Setter Property="FontFamily"
116 Value="Segoe MDL2 Assets"/>
117 <Setter Property="Width"
118 Value="80"/>
119 <Setter Property="Width"
120 Value="120"/>
121 <Setter Property="FontSize"
122 Value="70"/>
123 </Style>
atraczyk61b28422016-08-24 09:25:59 -0400124 <Style x:Key="ButtonStyle4"
125 TargetType="Button">
126 <Setter Property="Foreground"
127 Value="White"/>
128 <Setter Property="Background"
129 Value="LightBlue"/>
130 </Style>
atraczyk196936e2016-09-02 15:31:53 -0400131 <Style x:Key="ButtonStyle5"
132 TargetType="Button">
133 <Setter Property="Width"
134 Value="160"/>
135 <Setter Property="Height"
136 Value="30"/>
137 <Setter Property="FontFamily"
138 Value="Segoe MDL2 Assets"/>
139 <Setter Property="Foreground"
140 Value="White"/>
141 <Setter Property="Background"
142 Value="Transparent"/>
143 </Style>
atraczyke87716f2016-09-20 13:46:22 -0400144 <Style x:Key="ButtonStyle6"
145 TargetType="Button">
146 <Setter Property="Width"
147 Value="320"/>
148 <Setter Property="Height"
149 Value="30"/>
150 <Setter Property="FontFamily"
151 Value="Segoe MDL2 Assets"/>
152 <Setter Property="Foreground"
153 Value="White"/>
154 <Setter Property="Background"
155 Value="Transparent"/>
156 </Style>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400157 <Style x:Key="ToggleButtonStyle1"
158 TargetType="ToggleButton">
Nicolas Jager15861202016-08-12 11:13:05 -0400159 <Setter Property="Width"
160 Value="50"/>
161 <Setter Property="Height"
162 Value="30"/>
163 <Setter Property="FontFamily"
164 Value="Segoe MDL2 Assets"/>
165 <Setter Property="Foreground"
166 Value="White"/>
167 <Setter Property="Background"
168 Value="Transparent"/>
169 </Style>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400170 <Style x:Key="TextBoxStyle2"
171 TargetType="TextBox">
172 <Setter Property="IsReadOnly" Value="True"/>
173 <Setter Property="FontWeight" Value="Bold"/>
174 <Setter Property="Foreground" Value="Black"/>
175 <Setter Property="Background" Value="Transparent"/>
176 <Setter Property="BorderBrush" Value="Transparent"/>
177 <Setter Property="BorderThickness" Value="0"/>
178 <Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}"/>
179 <Setter Property="FontSize" Value="12"/>
180 </Style>
181
182 <!-- console -->
Nicolas Jager998fbd72016-08-08 11:41:28 -0400183 <Style x:Key="ConsoleScrollViewerStyle"
184 TargetType="ScrollViewer">
185 <Setter Property="Background"
186 Value="Black"/>
187 </Style>
188 <Style x:Key="ConsoleTextStyle1"
189 TargetType="RichTextBlock">
190 <Setter Property="FontSize"
191 Value="12"/>
192 <Setter Property="Foreground"
193 Value="GreenYellow"/>
194 </Style>
195 <Style x:Key="ButtonSendCmdStyle"
196 TargetType="Button">
197 <Setter Property="FontFamily"
198 Value="Segoe MDL2 Assets"/>
199 <Setter Property="Width"
200 Value="50"/>
201 <Setter Property="Height"
202 Value="30"/>
203 <Setter Property="Foreground"
204 Value="Black"/>
205 <Setter Property="FontSize"
206 Value="17"/>
207 <Setter Property="Content"
208 Value="&#xE751;"/>
209 <Setter Property="Background"
210 Value="Transparent"/>
211 </Style>
212 <Style x:Key="ConsoleTextBoxStyle"
213 TargetType="TextBox">
214 <Setter Property="Height"
215 Value="30"/>
216 </Style>
217
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400218 <!-- smartlist -->
219 <Style x:Key="contactsListBoxStyle" TargetType="ListBoxItem">
220 <Setter Property="MinWidth" Value="{StaticResource SplitViewCompactPaneThemeLength}"/>
221 <Setter Property="Height" Value="auto"/>
222 <Setter Property="Padding" Value="0"/>
223 </Style>
224
225 <Style x:Key ="greenRoundedButtonStyle1" TargetType ="Button">
226 <Setter Property="Height" Value="50"/>
227 <Setter Property="FontSize" Value="30"/>
228
229 <Setter Property ="Template">
230 <Setter.Value>
231 <ControlTemplate TargetType ="Button">
232 <Grid>
233 <Ellipse Name ="OuterRing" Width ="50" Height ="50" Fill ="LightGreen"/>
234 <ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White"/>
235 </Grid>
236 </ControlTemplate>
237 </Setter.Value>
238 </Setter>
239 </Style>
240 <Style x:Key ="redRoundedButtonStyle1" TargetType ="Button">
241 <Setter Property ="Foreground" Value ="Black"/>
242 <Setter Property ="FontWeight" Value ="Bold"/>
243 <Setter Property ="Template">
244 <Setter.Value>
245 <ControlTemplate TargetType ="Button">
246 <Grid>
247 <Ellipse Name ="OuterRing" Width ="50" Height ="50" Fill ="LightCoral"/>
248 <ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White"/>
249 </Grid>
250 </ControlTemplate>
251 </Setter.Value>
252 </Setter>
253 </Style>
254
255 <Style x:Key="BorderStyle1"
256 TargetType="Border">
257 <Setter Property="Background" Value="LightBlue"/>
258 <Setter Property="CornerRadius" Value="6"/>
259 <Setter Property="Width" Value="25"/>
260 <Setter Property="Height" Value="23"/>
261 <Setter Property="Padding" Value="4"/>
262 </Style>
263 <Style x:Key="BorderStyle2"
264 TargetType="Border">
265 <Setter Property="Background" Value="Red"/>
266 <Setter Property="CornerRadius" Value="6"/>
267 <Setter Property="Width" Value="25"/>
268 <Setter Property="Height" Value="23"/>
269 <Setter Property="Padding" Value="4"/>
270 </Style>
Nicolas Jager7bef1492016-09-14 11:23:29 -0400271 <Style x:Key="messageBubleStyle"
272 TargetType="ListBoxItem">
273 <Setter Property="HorizontalAlignment" Value="Stretch" />
274 <Setter Property="HorizontalContentAlignment" Value="Stretch" />
275 <Setter Property="Margin" Value="20,0,40,0"/>
276 <Setter Property="Template">
277 <Setter.Value>
278 <ControlTemplate TargetType="ListBoxItem">
279 <Border Background="Transparent">
280 <VisualStateManager.VisualStateGroups>
281 <VisualStateGroup x:Name="SelectionStates">
282 <VisualState x:Name="Selected" />
283 <VisualState x:Name="Unselected">
284 </VisualState>
285 </VisualStateGroup>
286 </VisualStateManager.VisualStateGroups>
287 <ContentPresenter />
288 </Border>
289 </ControlTemplate>
290 </Setter.Value>
291 </Setter>
292 </Style>
Nicolas Jagerc551c362016-10-01 19:24:50 -0400293 <!-- rounded button for call -->
294 <Style x:Key ="roundButtonTemplate" TargetType ="Button">
295 <Setter Property ="Foreground" Value ="Black"/>
296 <Setter Property ="FontWeight" Value ="Bold"/>
297 <Setter Property ="Template">
298 <Setter.Value>
299 <ControlTemplate TargetType ="Button">
300 <Grid>
301 <Ellipse Name ="OuterRing" Width ="30" Height ="30" Fill ="LightBlue"/>
302 <ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White"/>
303 </Grid>
304 </ControlTemplate>
305 </Setter.Value>
306 </Setter>
307 </Style>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400308
Nicolas Jager998fbd72016-08-08 11:41:28 -0400309</ResourceDictionary>