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>
|
<MarginTop>16</MarginTop>
|
||||||
<MarginBottom>4</MarginBottom>
|
<MarginBottom>4</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
|
<Style Name="SmallHeaderNoTopSpacer">
|
||||||
|
<FontSize>14</FontSize>
|
||||||
|
<Bold>true</Bold>
|
||||||
|
<MarginBottom>4</MarginBottom>
|
||||||
|
</Style>
|
||||||
<Style Name="Page">
|
<Style Name="Page">
|
||||||
<Margin>8</Margin>
|
<Margin>8</Margin>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="SpacerXXS">
|
<Style Name="SpacerXXS">
|
||||||
<MarginTop>4</MarginTop>
|
<MarginTop>2</MarginTop>
|
||||||
<MarginBottom>4</MarginBottom>
|
<MarginBottom>2</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="SpacerXS">
|
<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>
|
<MarginTop>4</MarginTop>
|
||||||
<MarginBottom>4</MarginBottom>
|
<MarginBottom>4</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="ChildSpacerXS" Recursive="true" IgnoreSelf="true">
|
<Style Name="SpacerS">
|
||||||
<MarginTop>8</MarginTop>
|
<MarginTop>8</MarginTop>
|
||||||
<MarginBottom>8</MarginBottom>
|
<MarginBottom>8</MarginBottom>
|
||||||
</Style>
|
</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">
|
<Style Name="ChildSpacerS" Recursive="true" IgnoreSelf="true">
|
||||||
<MarginTop>16</MarginTop>
|
<MarginTop>8</MarginTop>
|
||||||
<MarginBottom>16</MarginBottom>
|
<MarginBottom>8</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
</Styles>
|
</Styles>
|
||||||
<Pages>
|
<Pages>
|
||||||
@ -403,14 +408,15 @@
|
|||||||
</TableLayout>>
|
</TableLayout>>
|
||||||
<ColumnLayout Styles="SpacerS">
|
<ColumnLayout Styles="SpacerS">
|
||||||
|
|
||||||
<Label Styles="SmallHeader">
|
|
||||||
<Text>Erscheinungsbild</Text>
|
|
||||||
</Label>
|
|
||||||
<Label>
|
|
||||||
<Text>[data.character.definition.optics]</Text>
|
|
||||||
</Label>
|
|
||||||
|
|
||||||
<Content>
|
<Content>
|
||||||
|
|
||||||
|
<Label Styles="SmallHeader">
|
||||||
|
<Text>Erscheinungsbild</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>[data.character.definition.optics]</Text>
|
||||||
|
</Label>
|
||||||
|
|
||||||
<TableLayout>
|
<TableLayout>
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
@ -423,7 +429,7 @@
|
|||||||
</Column>
|
</Column>
|
||||||
</Columns>
|
</Columns>
|
||||||
<Content>
|
<Content>
|
||||||
<Label Styles="SmallHeader">
|
<Label Styles="SmallHeaderNoTopSpacer">
|
||||||
<Text>"Lebensgeschichte - Was geschah bis jetzt?"</Text>
|
<Text>"Lebensgeschichte - Was geschah bis jetzt?"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user