|
|
|
@ -3,9 +3,9 @@
|
|
|
|
|
|
|
|
|
|
<FontFamily x:Key="Police1">Candara Light</FontFamily>
|
|
|
|
|
<FontFamily x:Key="Police2">Candara</FontFamily>
|
|
|
|
|
<Brush x:Key="Couleur1">CadetBlue</Brush>
|
|
|
|
|
<Brush x:Key="Couleur2">PowderBlue</Brush>
|
|
|
|
|
<Brush x:Key="Couleur3">AliceBlue</Brush>
|
|
|
|
|
<Brush x:Key="Couleur1">Black</Brush>
|
|
|
|
|
<Brush x:Key="Couleur2">Gray</Brush>
|
|
|
|
|
<Brush x:Key="Couleur3">LightGray</Brush>
|
|
|
|
|
<Style TargetType="DockPanel" x:Key="Docky">
|
|
|
|
|
<Setter Property="Background" Value="{StaticResource Couleur3}"/>
|
|
|
|
|
</Style>
|
|
|
|
|