|
@@ -1,42 +0,0 @@
|
|
-<Styles xmlns="https://github.com/avaloniaui"
|
|
|
|
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
- <Design.PreviewWith>
|
|
|
|
- <Border Padding="20">
|
|
|
|
- <StackPanel Orientation="Vertical">
|
|
|
|
- <TextBlock Classes="h1" Text="h1"/>
|
|
|
|
- <TextBlock Classes="h2" Text="h2"/>
|
|
|
|
- <TextBlock Classes="h3" Text="h3"/>
|
|
|
|
- <TextBlock Classes="h4" Text="h4"/>
|
|
|
|
- </StackPanel>
|
|
|
|
- </Border>
|
|
|
|
- </Design.PreviewWith>
|
|
|
|
-
|
|
|
|
- <Style Selector="TextBlock">
|
|
|
|
- <Setter Property="FontSize" Value="16"/>
|
|
|
|
- </Style>
|
|
|
|
-
|
|
|
|
- <Style Selector="TextBlock.h1">
|
|
|
|
- <Setter Property="FontSize" Value="40"/>
|
|
|
|
- <Setter Property="FontWeight" Value="Bold"/>
|
|
|
|
- </Style>
|
|
|
|
-
|
|
|
|
- <Style Selector="TextBlock.h2">
|
|
|
|
- <Setter Property="FontSize" Value="32"/>
|
|
|
|
- <Setter Property="FontWeight" Value="Bold"/>
|
|
|
|
- </Style>
|
|
|
|
-
|
|
|
|
- <Style Selector="TextBlock.h3">
|
|
|
|
- <Setter Property="FontSize" Value="24"/>
|
|
|
|
- <Setter Property="FontWeight" Value="Bold"/>
|
|
|
|
- </Style>
|
|
|
|
-
|
|
|
|
- <Style Selector="TextBlock.h4">
|
|
|
|
- <Setter Property="FontSize" Value="20"/>
|
|
|
|
- <Setter Property="FontWeight" Value="Bold"/>
|
|
|
|
- </Style>
|
|
|
|
-
|
|
|
|
- <Style Selector="TextBlock.h5">
|
|
|
|
- <Setter Property="FontSize" Value="16"/>
|
|
|
|
- <Setter Property="FontWeight" Value="Bold"/>
|
|
|
|
- </Style>
|
|
|
|
-</Styles>
|
|
|