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>
|
||||
</Style>
|
||||
<Style Name="NoSpacer">
|
||||
<MarginTop>0</MarginTop>
|
||||
<MarginBottom>0</MarginBottom>
|
||||
<MarginTop>1</MarginTop>
|
||||
<MarginBottom>1</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="ChildSpacerXXS" Recursive="true" IgnoreSelf="true">
|
||||
<MarginTop>2</MarginTop>
|
||||
@ -519,32 +519,82 @@
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<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">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
<Percent>true</Percent>
|
||||
</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">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
<Percent>true</Percent>
|
||||
</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>
|
||||
</ColumnLayout>
|
||||
</TableLayout>
|
||||
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</Body>
|
||||
<!--<Footer></Footer>-->
|
||||
</Page>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user