Update character PDF XML: add new styles, rename spacer styles, and adjust label formatting for improved layout consistency
This commit is contained in:
parent
8f82b9cd51
commit
fcc30107ea
@ -64,32 +64,37 @@
|
||||
<MarginTop>16</MarginTop>
|
||||
<MarginBottom>4</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="SmallHeaderNoTopSpacer">
|
||||
<FontSize>14</FontSize>
|
||||
<Bold>true</Bold>
|
||||
<MarginBottom>4</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="Page">
|
||||
<Margin>8</Margin>
|
||||
</Style>
|
||||
<Style Name="SpacerXXS">
|
||||
<MarginTop>4</MarginTop>
|
||||
<MarginBottom>4</MarginBottom>
|
||||
<MarginTop>2</MarginTop>
|
||||
<MarginBottom>2</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="SpacerXS">
|
||||
<MarginTop>8</MarginTop>
|
||||
<MarginBottom>8</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="SpacerS">
|
||||
<MarginTop>16</MarginTop>
|
||||
<MarginBottom>16</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="ChildSpacerXXS" Recursive="true" IgnoreSelf="true">
|
||||
<MarginTop>4</MarginTop>
|
||||
<MarginBottom>4</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="ChildSpacerXS" Recursive="true" IgnoreSelf="true">
|
||||
<Style Name="SpacerS">
|
||||
<MarginTop>8</MarginTop>
|
||||
<MarginBottom>8</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="ChildSpacerXXS" Recursive="true" IgnoreSelf="true">
|
||||
<MarginTop>2</MarginTop>
|
||||
<MarginBottom>2</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="ChildSpacerXS" Recursive="true" IgnoreSelf="true">
|
||||
<MarginTop>4</MarginTop>
|
||||
<MarginBottom>4</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="ChildSpacerS" Recursive="true" IgnoreSelf="true">
|
||||
<MarginTop>16</MarginTop>
|
||||
<MarginBottom>16</MarginBottom>
|
||||
<MarginTop>8</MarginTop>
|
||||
<MarginBottom>8</MarginBottom>
|
||||
</Style>
|
||||
</Styles>
|
||||
<Pages>
|
||||
@ -403,14 +408,15 @@
|
||||
</TableLayout>>
|
||||
<ColumnLayout Styles="SpacerS">
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Erscheinungsbild</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.optics]</Text>
|
||||
</Label>
|
||||
|
||||
<Content>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Erscheinungsbild</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.optics]</Text>
|
||||
</Label>
|
||||
|
||||
<TableLayout>
|
||||
<Columns>
|
||||
<Column>
|
||||
@ -423,7 +429,7 @@
|
||||
</Column>
|
||||
</Columns>
|
||||
<Content>
|
||||
<Label Styles="SmallHeader">
|
||||
<Label Styles="SmallHeaderNoTopSpacer">
|
||||
<Text>"Lebensgeschichte - Was geschah bis jetzt?"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user