1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-19 08:40:36 +00:00
This commit is contained in:
Yan Maniez 2018-09-16 16:18:13 +02:00
parent cd3e556837
commit 921546d3c2

View file

@ -89,13 +89,13 @@
<Color x:Key="monstertan">#FDF1DC</Color> <Color x:Key="monstertan">#FDF1DC</Color>
<Color x:Key="monstertandark">#F0DBB5</Color>--> <Color x:Key="monstertandark">#F0DBB5</Color>-->
<Style TargetType="ContentPage"> <Style TargetType="ContentPage" ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" /> <Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" />
</Style> </Style>
<Style TargetType="StackLayout"> <Style TargetType="StackLayout" ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" /> <Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" />
</Style> </Style>
<Style TargetType="ScrollView"> <Style TargetType="ScrollView" ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" /> <Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" />
</Style> </Style>
@ -169,11 +169,11 @@
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitals}" /> <Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitals}" />
</Style> </Style>
--> -->
<Style TargetType="Label" x:Key="content"> <!--<Style TargetType="Label" x:Key="content">
<Setter Property="FontSize" Value="Medium" /> <Setter Property="FontSize" Value="Medium" />
<Setter Property="TextColor" Value="{StaticResource HDBlack}" /> <Setter Property="TextColor" Value="{StaticResource HDBlack}" />
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertine}" /> <Setter Property="FontFamily" Value="{DynamicResource LinuxLibertine}" />
</Style> </Style>-->
<Style TargetType="Label" x:Key="paragraph"> <Style TargetType="Label" x:Key="paragraph">
<Setter Property="FontSize" Value="12" /> <Setter Property="FontSize" Value="12" />