Update character PDF XML: add new spacer styles, refine label text formatting, and adjust layouts for improved structure and readability
This commit is contained in:
parent
41f901a723
commit
8f82b9cd51
@ -61,13 +61,35 @@
|
||||
<Style Name="SmallHeader">
|
||||
<FontSize>14</FontSize>
|
||||
<Bold>true</Bold>
|
||||
<Margin>8</Margin>
|
||||
<MarginTop>16</MarginTop>
|
||||
<MarginBottom>4</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="Page">
|
||||
<Margin>8</Margin>
|
||||
</Style>
|
||||
<Style Name="SpacerXXS">
|
||||
<MarginTop>4</MarginTop>
|
||||
<MarginBottom>4</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="SpacerXS">
|
||||
<MarginTop>8</MarginTop>
|
||||
<MarginBottom>8</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="SpacerS">
|
||||
<Margin>16</Margin>
|
||||
<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">
|
||||
<MarginTop>8</MarginTop>
|
||||
<MarginBottom>8</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="ChildSpacerS" Recursive="true" IgnoreSelf="true">
|
||||
<MarginTop>16</MarginTop>
|
||||
<MarginBottom>16</MarginBottom>
|
||||
</Style>
|
||||
</Styles>
|
||||
<Pages>
|
||||
@ -287,7 +309,7 @@
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
<TableLayout Styles="SpacerS">
|
||||
<TableLayout Styles="SpacerS;ChildSpacerXXS">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>12</Width>
|
||||
@ -380,21 +402,41 @@
|
||||
</Content>
|
||||
</TableLayout>>
|
||||
<ColumnLayout Styles="SpacerS">
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Erscheinungsbild</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.optics]</Text>
|
||||
</Label>
|
||||
|
||||
<Content>
|
||||
<TableLayout>
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>40</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
</Columns>
|
||||
<Content>
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>"Lebensgeschichte - Was geschah bis jetzt?"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"Notizen"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.background]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Erscheinungsbild</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.optics]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Lebensgeschichte - Was geschah bis jetzt?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.background]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Motivation - Was möchtest du erreichen?</Text>
|
||||
@ -404,28 +446,28 @@
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine Passionen/Begabungen?</Text>
|
||||
<Text>"Was sind deine Passionen/Begabungen?"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.passions]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was ist dir wichtig? / Was sind deine Überzeugungen?</Text>
|
||||
<Text>"Was ist dir wichtig? / Was sind deine Überzeugungen?"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.importance]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine größten Ängste?</Text>
|
||||
<Text>"Was sind deine größten Ängste?"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.fears]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine Schwächen/schlechten Angewohnheiten?</Text>
|
||||
<Text>"Was sind deine Schwächen/schlechten Angewohnheiten?"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.weaknesses]</Text>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user