Update character PDF XML: refine table layouts, add Notes style, and adjust spacers for improved structure and layout consistency
This commit is contained in:
parent
b75382e5cb
commit
bc35782730
@ -88,8 +88,8 @@
|
|||||||
<MarginBottom>8</MarginBottom>
|
<MarginBottom>8</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="NoSpacer">
|
<Style Name="NoSpacer">
|
||||||
<MarginTop>0</MarginTop>
|
<MarginTop>1</MarginTop>
|
||||||
<MarginBottom>0</MarginBottom>
|
<MarginBottom>1</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="ChildSpacerXXS" Recursive="true" IgnoreSelf="true">
|
<Style Name="ChildSpacerXXS" Recursive="true" IgnoreSelf="true">
|
||||||
<MarginTop>2</MarginTop>
|
<MarginTop>2</MarginTop>
|
||||||
@ -519,30 +519,80 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
|
<TableLayout Styles="SpacerS">
|
||||||
|
<Columns>
|
||||||
|
<Column>
|
||||||
|
<Width>60</Width>
|
||||||
|
<Percent>true</Percent>
|
||||||
|
</Column>
|
||||||
|
<Column>
|
||||||
|
<Width>40</Width>
|
||||||
|
<Percent>true</Percent>
|
||||||
|
</Column>
|
||||||
|
</Columns>
|
||||||
|
<Content>
|
||||||
|
<Label Styles="SmallHeaderNoTopSpacer">
|
||||||
|
<Text>"Was ist dir wichtig? / Was sind deine Überzeugungen?"</Text>
|
||||||
|
</Label>
|
||||||
|
<Label Styles="Notes">
|
||||||
|
<Text>"Notizen"</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>[data.character.definition.importance]</Text>
|
||||||
|
</Label>
|
||||||
|
</Content>
|
||||||
|
</TableLayout>
|
||||||
|
|
||||||
<Label Styles="SmallHeader">
|
<TableLayout Styles="SpacerS">
|
||||||
<Text>"Was ist dir wichtig? / Was sind deine Überzeugungen?"</Text>
|
<Columns>
|
||||||
</Label>
|
<Column>
|
||||||
<Label>
|
<Width>60</Width>
|
||||||
<Text>[data.character.definition.importance]</Text>
|
<Percent>true</Percent>
|
||||||
</Label>
|
</Column>
|
||||||
|
<Column>
|
||||||
|
<Width>40</Width>
|
||||||
|
<Percent>true</Percent>
|
||||||
|
</Column>
|
||||||
|
</Columns>
|
||||||
|
<Content>
|
||||||
|
<Label Styles="SmallHeaderNoTopSpacer">
|
||||||
|
<Text>"Was sind deine größten Ängste?"</Text>
|
||||||
|
</Label>
|
||||||
|
<Label Styles="Notes">
|
||||||
|
<Text>"Notizen"</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>[data.character.definition.fears]</Text>
|
||||||
|
</Label>
|
||||||
|
</Content>
|
||||||
|
</TableLayout>
|
||||||
|
|
||||||
<Label Styles="SmallHeader">
|
<TableLayout Styles="SpacerS">
|
||||||
<Text>"Was sind deine größten Ängste?"</Text>
|
<Columns>
|
||||||
</Label>
|
<Column>
|
||||||
<Label>
|
<Width>60</Width>
|
||||||
<Text>[data.character.definition.fears]</Text>
|
<Percent>true</Percent>
|
||||||
</Label>
|
</Column>
|
||||||
|
<Column>
|
||||||
|
<Width>40</Width>
|
||||||
|
<Percent>true</Percent>
|
||||||
|
</Column>
|
||||||
|
</Columns>
|
||||||
|
<Content>
|
||||||
|
<Label Styles="SmallHeaderNoTopSpacer">
|
||||||
|
<Text>"Was sind deine Schwächen/schlechten Angewohnheiten?"</Text>
|
||||||
|
</Label>
|
||||||
|
<Label Styles="Notes">
|
||||||
|
<Text>"Notizen"</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>[data.character.definition.weaknesses]</Text>
|
||||||
|
</Label>
|
||||||
|
</Content>
|
||||||
|
</TableLayout>
|
||||||
|
|
||||||
<Label Styles="SmallHeader">
|
|
||||||
<Text>"Was sind deine Schwächen/schlechten Angewohnheiten?"</Text>
|
|
||||||
</Label>
|
|
||||||
<Label>
|
|
||||||
<Text>[data.character.definition.weaknesses]</Text>
|
|
||||||
</Label>
|
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
|
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
</Body>
|
</Body>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user