1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 18:13:23 +00:00

Backgrounds

This commit is contained in:
Yan Maniez 2018-08-15 01:17:41 +02:00
parent d4a3cf7614
commit 10ee730f75
20 changed files with 1899 additions and 3142 deletions

View file

@ -263,6 +263,25 @@
<EmbeddedResource Include="..\..\Data\spellcasting_hd.md" Link="Data\spellcasting_hd.md" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\..\Data\background_brigand_hd.md" Link="Data\background_brigand_hd.md" />
<EmbeddedResource Include="..\..\Data\background_crapule_hd.md" Link="Data\background_crapule_hd.md" />
<EmbeddedResource Include="..\..\Data\background_devot_hd.md" Link="Data\background_devot_hd.md" />
<EmbeddedResource Include="..\..\Data\background_erudit_hd.md" Link="Data\background_erudit_hd.md" />
<EmbeddedResource Include="..\..\Data\background_explorateur_hd.md" Link="Data\background_explorateur_hd.md" />
<EmbeddedResource Include="..\..\Data\background_hommedeloi_hd.md" Link="Data\background_hommedeloi_hd.md" />
<EmbeddedResource Include="..\..\Data\background_itinerant_hd.md" Link="Data\background_itinerant_hd.md" />
<EmbeddedResource Include="..\..\Data\background_manouvrier_hd.md" Link="Data\background_manouvrier_hd.md" />
<EmbeddedResource Include="..\..\Data\background_membredeguilde_hd.md" Link="Data\background_membredeguilde_hd.md" />
<EmbeddedResource Include="..\..\Data\background_militaire_hd.md" Link="Data\background_militaire_hd.md" />
<EmbeddedResource Include="..\..\Data\background_misereux_hd.md" Link="Data\background_misereux_hd.md" />
<EmbeddedResource Include="..\..\Data\background_primitif_hd.md" Link="Data\background_primitif_hd.md" />
<EmbeddedResource Include="..\..\Data\background_sangbleu_hd.md" Link="Data\background_sangbleu_hd.md" />
<EmbeddedResource Include="..\..\Data\background_serviteur_hd.md" Link="Data\background_serviteur_hd.md" />
<EmbeddedResource Include="..\..\Data\background_solitaire_hd.md" Link="Data\background_solitaire_hd.md" />
<EmbeddedResource Include="..\..\Data\background_villageois_hd.md" Link="Data\background_villageois_hd.md" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Views\MainNavigationPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>

View file

@ -205,6 +205,20 @@
<Setter Property="FontAttributes" Value="Bold" />
</Style>
<Style TargetType="Label" x:Key="heading5">
<Setter Property="FontSize" Value="16" />
<Setter Property="TextColor" Value="{StaticResource titlered}" />
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitalsBold}" />
<Setter Property="FontAttributes" Value="Bold" />
</Style>
<Style TargetType="Label" x:Key="heading6">
<Setter Property="FontSize" Value="14" />
<Setter Property="TextColor" Value="{StaticResource titlered}" />
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitalsBold}" />
<Setter Property="FontAttributes" Value="Bold" />
</Style>
<Style TargetType="NavigationPage">
<Setter Property="BarBackgroundColor" Value="{StaticResource titlered}" />
<Setter Property="BarTextColor" Value="{StaticResource bgtan}" />