dimcode-darwin-x64 0.1.2-beta.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/dimcode +0 -0
- package/package.json +1 -1
- package/bin/runtime/sandbox/dim-sandbox-runner +0 -0
- package/bin/runtime/sandbox/manifest.json +0 -15
- package/bin/skills-assets/deep-investigate/SKILL.md +0 -101
- package/bin/skills-assets/deep-investigate/references/prompts.md +0 -75
- package/bin/skills-assets/deep-investigate/references/templates.md +0 -73
- package/bin/skills-assets/deep-investigate/references/thinking-tools.md +0 -36
- package/bin/skills-assets/docs-sprint/SKILL.md +0 -73
- package/bin/skills-assets/docs-sprint/agents/openai.yaml +0 -4
- package/bin/skills-assets/docs-sprint/references/contract-discipline.md +0 -30
- package/bin/skills-assets/docs-sprint/references/delivery-plan.md +0 -162
- package/bin/skills-assets/docs-sprint/references/documentation-system.md +0 -109
- package/bin/skills-assets/docs-sprint/references/ui-layout.md +0 -73
- package/bin/skills-assets/docs-sprint/references/worktree-guide.md +0 -45
- package/bin/skills-assets/docx/SKILL.md +0 -273
- package/bin/skills-assets/docx/assets/styles/academic_styles.xml +0 -250
- package/bin/skills-assets/docx/assets/styles/corporate_styles.xml +0 -284
- package/bin/skills-assets/docx/assets/styles/default_styles.xml +0 -449
- package/bin/skills-assets/docx/assets/xsd/aesthetic-rules.xsd +0 -470
- package/bin/skills-assets/docx/assets/xsd/business-rules.xsd +0 -130
- package/bin/skills-assets/docx/assets/xsd/common-types.xsd +0 -159
- package/bin/skills-assets/docx/assets/xsd/wml-subset.xsd +0 -589
- package/bin/skills-assets/docx/references/cjk_typography.md +0 -357
- package/bin/skills-assets/docx/references/cjk_university_template_guide.md +0 -184
- package/bin/skills-assets/docx/references/comments_guide.md +0 -191
- package/bin/skills-assets/docx/references/design_good_bad_examples.md +0 -829
- package/bin/skills-assets/docx/references/design_principles.md +0 -819
- package/bin/skills-assets/docx/references/openxml_element_order.md +0 -308
- package/bin/skills-assets/docx/references/openxml_encyclopedia_part1.md +0 -4061
- package/bin/skills-assets/docx/references/openxml_encyclopedia_part2.md +0 -2820
- package/bin/skills-assets/docx/references/openxml_encyclopedia_part3.md +0 -3381
- package/bin/skills-assets/docx/references/openxml_namespaces.md +0 -82
- package/bin/skills-assets/docx/references/openxml_units.md +0 -72
- package/bin/skills-assets/docx/references/scenario_a_create.md +0 -284
- package/bin/skills-assets/docx/references/scenario_b_edit_content.md +0 -295
- package/bin/skills-assets/docx/references/scenario_c_apply_template.md +0 -456
- package/bin/skills-assets/docx/references/track_changes_guide.md +0 -200
- package/bin/skills-assets/docx/references/troubleshooting.md +0 -506
- package/bin/skills-assets/docx/references/typography_guide.md +0 -294
- package/bin/skills-assets/docx/references/xsd_validation_guide.md +0 -158
- package/bin/skills-assets/docx/scripts/doc_to_docx.sh +0 -40
- package/bin/skills-assets/docx/scripts/docx_preview.sh +0 -37
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Cli/Docx.Cli.csproj +0 -19
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Cli/Program.cs +0 -18
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/AnalyzeCommand.cs +0 -147
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/ApplyTemplateCommand.cs +0 -322
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/CreateCommand.cs +0 -324
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/DiffCommand.cs +0 -155
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/EditContentCommand.cs +0 -487
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/FixOrderCommand.cs +0 -108
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/MergeRunsCommand.cs +0 -122
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/ValidateCommand.cs +0 -107
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Docx.Core.csproj +0 -15
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/CommentSynchronizer.cs +0 -169
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/ElementOrder.cs +0 -80
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/NamespaceConstants.cs +0 -42
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/RunMerger.cs +0 -81
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/StyleAnalyzer.cs +0 -81
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/TrackChangesHelper.cs +0 -99
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/UnitConverter.cs +0 -23
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples.cs +0 -1832
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples_Batch1.cs +0 -910
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples_Batch2.cs +0 -999
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples_Batch3.cs +0 -1048
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples_Batch4.cs +0 -1038
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/CharacterFormattingSamples.cs +0 -1020
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/DocumentCreationSamples.cs +0 -1121
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/FieldAndTocSamples.cs +0 -624
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/FootnoteAndCommentSamples.cs +0 -675
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/HeaderFooterSamples.cs +0 -838
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/ImageSamples.cs +0 -917
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/ListAndNumberingSamples.cs +0 -826
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/ParagraphFormattingSamples.cs +0 -1199
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/StyleSystemSamples.cs +0 -1487
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/TableSamples.cs +0 -1163
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/TrackChangesSamples.cs +0 -595
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Typography/CjkHelper.cs +0 -39
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Typography/FontDefaults.cs +0 -24
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Typography/PageSizes.cs +0 -20
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Validation/BusinessRuleValidator.cs +0 -224
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Validation/GateCheckValidator.cs +0 -148
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Validation/ValidationResult.cs +0 -23
- package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Validation/XsdValidator.cs +0 -69
- package/bin/skills-assets/docx/scripts/dotnet/Docx.slnx +0 -4
- package/bin/skills-assets/docx/scripts/env_check.sh +0 -196
- package/bin/skills-assets/docx/scripts/setup.ps1 +0 -274
- package/bin/skills-assets/docx/scripts/setup.sh +0 -504
- package/bin/skills-assets/pdf/README.md +0 -222
- package/bin/skills-assets/pdf/SKILL.md +0 -191
- package/bin/skills-assets/pdf/design/design.md +0 -381
- package/bin/skills-assets/pdf/scripts/cover.py +0 -1579
- package/bin/skills-assets/pdf/scripts/fill_inspect.py +0 -200
- package/bin/skills-assets/pdf/scripts/fill_write.py +0 -242
- package/bin/skills-assets/pdf/scripts/make.sh +0 -491
- package/bin/skills-assets/pdf/scripts/merge.py +0 -112
- package/bin/skills-assets/pdf/scripts/palette.py +0 -521
- package/bin/skills-assets/pdf/scripts/reformat_parse.py +0 -374
- package/bin/skills-assets/pdf/scripts/render_body.py +0 -1052
- package/bin/skills-assets/pdf/scripts/render_cover.js +0 -111
- package/bin/skills-assets/pptx-generator/SKILL.md +0 -248
- package/bin/skills-assets/pptx-generator/references/design-system.md +0 -392
- package/bin/skills-assets/pptx-generator/references/editing.md +0 -162
- package/bin/skills-assets/pptx-generator/references/pitfalls.md +0 -112
- package/bin/skills-assets/pptx-generator/references/pptxgenjs.md +0 -420
- package/bin/skills-assets/pptx-generator/references/slide-types.md +0 -413
- package/bin/skills-assets/skill-creator/SKILL.md +0 -368
- package/bin/skills-assets/skill-creator/agents/openai.yaml +0 -5
- package/bin/skills-assets/skill-creator/assets/skill-creator-small.svg +0 -3
- package/bin/skills-assets/skill-creator/assets/skill-creator.png +0 -0
- package/bin/skills-assets/skill-creator/license.txt +0 -202
- package/bin/skills-assets/skill-creator/references/openai_yaml.md +0 -49
- package/bin/skills-assets/skill-creator/scripts/generate_openai_yaml.py +0 -226
- package/bin/skills-assets/skill-creator/scripts/init_skill.py +0 -397
- package/bin/skills-assets/skill-creator/scripts/quick_validate.py +0 -101
- package/bin/skills-assets/skill-installer/LICENSE.txt +0 -202
- package/bin/skills-assets/skill-installer/SKILL.md +0 -58
- package/bin/skills-assets/skill-installer/agents/openai.yaml +0 -5
- package/bin/skills-assets/skill-installer/assets/skill-installer-small.svg +0 -3
- package/bin/skills-assets/skill-installer/assets/skill-installer.png +0 -0
- package/bin/skills-assets/skill-installer/scripts/github_utils.py +0 -21
- package/bin/skills-assets/skill-installer/scripts/install-skill-from-github.py +0 -308
- package/bin/skills-assets/skill-installer/scripts/list-skills.py +0 -107
- package/bin/skills-assets/xlsx/SKILL.md +0 -137
- package/bin/skills-assets/xlsx/references/create.md +0 -691
- package/bin/skills-assets/xlsx/references/edit.md +0 -684
- package/bin/skills-assets/xlsx/references/fix.md +0 -37
- package/bin/skills-assets/xlsx/references/format.md +0 -768
- package/bin/skills-assets/xlsx/references/ooxml-cheatsheet.md +0 -231
- package/bin/skills-assets/xlsx/references/read-analyze.md +0 -97
- package/bin/skills-assets/xlsx/references/validate.md +0 -772
- package/bin/skills-assets/xlsx/scripts/formula_check.py +0 -422
- package/bin/skills-assets/xlsx/scripts/libreoffice_recalc.py +0 -248
- package/bin/skills-assets/xlsx/scripts/shared_strings_builder.py +0 -163
- package/bin/skills-assets/xlsx/scripts/style_audit.py +0 -575
- package/bin/skills-assets/xlsx/scripts/xlsx_add_column.py +0 -395
- package/bin/skills-assets/xlsx/scripts/xlsx_insert_row.py +0 -274
- package/bin/skills-assets/xlsx/scripts/xlsx_pack.py +0 -87
- package/bin/skills-assets/xlsx/scripts/xlsx_reader.py +0 -362
- package/bin/skills-assets/xlsx/scripts/xlsx_shift_rows.py +0 -396
- package/bin/skills-assets/xlsx/scripts/xlsx_unpack.py +0 -130
- package/bin/skills-assets/xlsx/templates/minimal_xlsx/[Content_Types].xml +0 -9
- package/bin/skills-assets/xlsx/templates/minimal_xlsx/_rels/.rels +0 -6
- package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/_rels/workbook.xml.rels +0 -19
- package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/sharedStrings.xml +0 -33
- package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/styles.xml +0 -160
- package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/workbook.xml +0 -30
- package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/worksheets/sheet1.xml +0 -70
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
-
<w:styles xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
|
|
3
|
-
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
|
4
|
-
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006">
|
|
5
|
-
|
|
6
|
-
<!-- Document Defaults -->
|
|
7
|
-
<w:docDefaults>
|
|
8
|
-
<w:rPrDefault>
|
|
9
|
-
<w:rPr>
|
|
10
|
-
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:eastAsia="SimSun" w:cs="Times New Roman" />
|
|
11
|
-
<w:sz w:val="24" />
|
|
12
|
-
<w:szCs w:val="24" />
|
|
13
|
-
<w:lang w:val="en-US" w:eastAsia="zh-CN" w:bidi="ar-SA" />
|
|
14
|
-
</w:rPr>
|
|
15
|
-
</w:rPrDefault>
|
|
16
|
-
<w:pPrDefault>
|
|
17
|
-
<w:pPr>
|
|
18
|
-
<w:spacing w:after="0" w:line="480" w:lineRule="auto" />
|
|
19
|
-
</w:pPr>
|
|
20
|
-
</w:pPrDefault>
|
|
21
|
-
</w:docDefaults>
|
|
22
|
-
|
|
23
|
-
<w:latentStyles w:defLockedState="0" w:defUIPriority="99" w:defSemiHidden="0" w:defUnhideWhenUsed="0" w:defQFormat="0" w:count="376" />
|
|
24
|
-
|
|
25
|
-
<!-- Normal — Times New Roman 12pt, double spaced, first line indent -->
|
|
26
|
-
<w:style w:type="paragraph" w:default="1" w:styleId="Normal">
|
|
27
|
-
<w:name w:val="Normal" />
|
|
28
|
-
<w:qFormat />
|
|
29
|
-
<w:pPr>
|
|
30
|
-
<w:spacing w:after="0" w:line="480" w:lineRule="auto" />
|
|
31
|
-
<w:ind w:firstLine="720" />
|
|
32
|
-
</w:pPr>
|
|
33
|
-
<w:rPr>
|
|
34
|
-
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" />
|
|
35
|
-
<w:sz w:val="24" />
|
|
36
|
-
<w:szCs w:val="24" />
|
|
37
|
-
</w:rPr>
|
|
38
|
-
</w:style>
|
|
39
|
-
|
|
40
|
-
<!-- Default Paragraph Font -->
|
|
41
|
-
<w:style w:type="character" w:default="1" w:styleId="DefaultParagraphFont">
|
|
42
|
-
<w:name w:val="Default Paragraph Font" />
|
|
43
|
-
<w:uiPriority w:val="1" />
|
|
44
|
-
<w:semiHidden />
|
|
45
|
-
<w:unhideWhenUsed />
|
|
46
|
-
</w:style>
|
|
47
|
-
|
|
48
|
-
<!-- Heading 1 — Bold, 14pt, no color, no indent -->
|
|
49
|
-
<w:style w:type="paragraph" w:styleId="Heading1">
|
|
50
|
-
<w:name w:val="heading 1" />
|
|
51
|
-
<w:basedOn w:val="Normal" />
|
|
52
|
-
<w:next w:val="Normal" />
|
|
53
|
-
<w:qFormat />
|
|
54
|
-
<w:uiPriority w:val="9" />
|
|
55
|
-
<w:pPr>
|
|
56
|
-
<w:keepNext />
|
|
57
|
-
<w:keepLines />
|
|
58
|
-
<w:spacing w:before="480" w:after="240" w:line="480" w:lineRule="auto" />
|
|
59
|
-
<w:ind w:firstLine="0" />
|
|
60
|
-
<w:jc w:val="center" />
|
|
61
|
-
<w:outlineLvl w:val="0" />
|
|
62
|
-
</w:pPr>
|
|
63
|
-
<w:rPr>
|
|
64
|
-
<w:b />
|
|
65
|
-
<w:sz w:val="28" />
|
|
66
|
-
<w:szCs w:val="28" />
|
|
67
|
-
</w:rPr>
|
|
68
|
-
</w:style>
|
|
69
|
-
|
|
70
|
-
<!-- Heading 2 — Bold, 13pt -->
|
|
71
|
-
<w:style w:type="paragraph" w:styleId="Heading2">
|
|
72
|
-
<w:name w:val="heading 2" />
|
|
73
|
-
<w:basedOn w:val="Normal" />
|
|
74
|
-
<w:next w:val="Normal" />
|
|
75
|
-
<w:qFormat />
|
|
76
|
-
<w:uiPriority w:val="9" />
|
|
77
|
-
<w:pPr>
|
|
78
|
-
<w:keepNext />
|
|
79
|
-
<w:keepLines />
|
|
80
|
-
<w:spacing w:before="360" w:after="120" w:line="480" w:lineRule="auto" />
|
|
81
|
-
<w:ind w:firstLine="0" />
|
|
82
|
-
<w:outlineLvl w:val="1" />
|
|
83
|
-
</w:pPr>
|
|
84
|
-
<w:rPr>
|
|
85
|
-
<w:b />
|
|
86
|
-
<w:sz w:val="26" />
|
|
87
|
-
<w:szCs w:val="26" />
|
|
88
|
-
</w:rPr>
|
|
89
|
-
</w:style>
|
|
90
|
-
|
|
91
|
-
<!-- Heading 3 — Bold, 12pt -->
|
|
92
|
-
<w:style w:type="paragraph" w:styleId="Heading3">
|
|
93
|
-
<w:name w:val="heading 3" />
|
|
94
|
-
<w:basedOn w:val="Normal" />
|
|
95
|
-
<w:next w:val="Normal" />
|
|
96
|
-
<w:qFormat />
|
|
97
|
-
<w:uiPriority w:val="9" />
|
|
98
|
-
<w:pPr>
|
|
99
|
-
<w:keepNext />
|
|
100
|
-
<w:keepLines />
|
|
101
|
-
<w:spacing w:before="240" w:after="80" w:line="480" w:lineRule="auto" />
|
|
102
|
-
<w:ind w:firstLine="0" />
|
|
103
|
-
<w:outlineLvl w:val="2" />
|
|
104
|
-
</w:pPr>
|
|
105
|
-
<w:rPr>
|
|
106
|
-
<w:b />
|
|
107
|
-
<w:sz w:val="24" />
|
|
108
|
-
<w:szCs w:val="24" />
|
|
109
|
-
</w:rPr>
|
|
110
|
-
</w:style>
|
|
111
|
-
|
|
112
|
-
<!-- Title — Centered, bold, 14pt (academic title page) -->
|
|
113
|
-
<w:style w:type="paragraph" w:styleId="Title">
|
|
114
|
-
<w:name w:val="Title" />
|
|
115
|
-
<w:basedOn w:val="Normal" />
|
|
116
|
-
<w:next w:val="Normal" />
|
|
117
|
-
<w:qFormat />
|
|
118
|
-
<w:uiPriority w:val="10" />
|
|
119
|
-
<w:pPr>
|
|
120
|
-
<w:spacing w:after="480" w:line="480" w:lineRule="auto" />
|
|
121
|
-
<w:ind w:firstLine="0" />
|
|
122
|
-
<w:jc w:val="center" />
|
|
123
|
-
</w:pPr>
|
|
124
|
-
<w:rPr>
|
|
125
|
-
<w:b />
|
|
126
|
-
<w:sz w:val="28" />
|
|
127
|
-
<w:szCs w:val="28" />
|
|
128
|
-
</w:rPr>
|
|
129
|
-
</w:style>
|
|
130
|
-
|
|
131
|
-
<!-- Subtitle -->
|
|
132
|
-
<w:style w:type="paragraph" w:styleId="Subtitle">
|
|
133
|
-
<w:name w:val="Subtitle" />
|
|
134
|
-
<w:basedOn w:val="Normal" />
|
|
135
|
-
<w:next w:val="Normal" />
|
|
136
|
-
<w:qFormat />
|
|
137
|
-
<w:uiPriority w:val="11" />
|
|
138
|
-
<w:pPr>
|
|
139
|
-
<w:spacing w:after="240" w:line="480" w:lineRule="auto" />
|
|
140
|
-
<w:ind w:firstLine="0" />
|
|
141
|
-
<w:jc w:val="center" />
|
|
142
|
-
</w:pPr>
|
|
143
|
-
<w:rPr>
|
|
144
|
-
<w:sz w:val="24" />
|
|
145
|
-
<w:szCs w:val="24" />
|
|
146
|
-
</w:rPr>
|
|
147
|
-
</w:style>
|
|
148
|
-
|
|
149
|
-
<!-- Quote — Block quote, indented 0.5 inch on both sides -->
|
|
150
|
-
<w:style w:type="paragraph" w:styleId="Quote">
|
|
151
|
-
<w:name w:val="Quote" />
|
|
152
|
-
<w:basedOn w:val="Normal" />
|
|
153
|
-
<w:next w:val="Normal" />
|
|
154
|
-
<w:qFormat />
|
|
155
|
-
<w:uiPriority w:val="29" />
|
|
156
|
-
<w:pPr>
|
|
157
|
-
<w:spacing w:before="240" w:after="240" w:line="480" w:lineRule="auto" />
|
|
158
|
-
<w:ind w:left="720" w:right="720" w:firstLine="0" />
|
|
159
|
-
</w:pPr>
|
|
160
|
-
</w:style>
|
|
161
|
-
|
|
162
|
-
<!-- Table Normal -->
|
|
163
|
-
<w:style w:type="table" w:default="1" w:styleId="TableNormal">
|
|
164
|
-
<w:name w:val="Normal Table" />
|
|
165
|
-
<w:uiPriority w:val="99" />
|
|
166
|
-
<w:semiHidden />
|
|
167
|
-
<w:unhideWhenUsed />
|
|
168
|
-
<w:tblPr>
|
|
169
|
-
<w:tblInd w:w="0" w:type="dxa" />
|
|
170
|
-
<w:tblCellMar>
|
|
171
|
-
<w:top w:w="0" w:type="dxa" />
|
|
172
|
-
<w:left w:w="108" w:type="dxa" />
|
|
173
|
-
<w:bottom w:w="0" w:type="dxa" />
|
|
174
|
-
<w:right w:w="108" w:type="dxa" />
|
|
175
|
-
</w:tblCellMar>
|
|
176
|
-
</w:tblPr>
|
|
177
|
-
</w:style>
|
|
178
|
-
|
|
179
|
-
<!-- Table Grid — Simple borders, no color -->
|
|
180
|
-
<w:style w:type="table" w:styleId="TableGrid">
|
|
181
|
-
<w:name w:val="Table Grid" />
|
|
182
|
-
<w:basedOn w:val="TableNormal" />
|
|
183
|
-
<w:uiPriority w:val="39" />
|
|
184
|
-
<w:tblPr>
|
|
185
|
-
<w:tblBorders>
|
|
186
|
-
<w:top w:val="single" w:sz="4" w:space="0" w:color="auto" />
|
|
187
|
-
<w:left w:val="single" w:sz="4" w:space="0" w:color="auto" />
|
|
188
|
-
<w:bottom w:val="single" w:sz="4" w:space="0" w:color="auto" />
|
|
189
|
-
<w:right w:val="single" w:sz="4" w:space="0" w:color="auto" />
|
|
190
|
-
<w:insideH w:val="single" w:sz="4" w:space="0" w:color="auto" />
|
|
191
|
-
<w:insideV w:val="single" w:sz="4" w:space="0" w:color="auto" />
|
|
192
|
-
</w:tblBorders>
|
|
193
|
-
</w:tblPr>
|
|
194
|
-
</w:style>
|
|
195
|
-
|
|
196
|
-
<!-- Header -->
|
|
197
|
-
<w:style w:type="paragraph" w:styleId="Header">
|
|
198
|
-
<w:name w:val="header" />
|
|
199
|
-
<w:basedOn w:val="Normal" />
|
|
200
|
-
<w:uiPriority w:val="99" />
|
|
201
|
-
<w:semiHidden />
|
|
202
|
-
<w:unhideWhenUsed />
|
|
203
|
-
<w:pPr>
|
|
204
|
-
<w:tabs>
|
|
205
|
-
<w:tab w:val="center" w:pos="4680" />
|
|
206
|
-
<w:tab w:val="right" w:pos="9360" />
|
|
207
|
-
</w:tabs>
|
|
208
|
-
<w:spacing w:after="0" w:line="240" w:lineRule="auto" />
|
|
209
|
-
<w:ind w:firstLine="0" />
|
|
210
|
-
</w:pPr>
|
|
211
|
-
<w:rPr>
|
|
212
|
-
<w:sz w:val="24" />
|
|
213
|
-
<w:szCs w:val="24" />
|
|
214
|
-
</w:rPr>
|
|
215
|
-
</w:style>
|
|
216
|
-
|
|
217
|
-
<!-- Footer -->
|
|
218
|
-
<w:style w:type="paragraph" w:styleId="Footer">
|
|
219
|
-
<w:name w:val="footer" />
|
|
220
|
-
<w:basedOn w:val="Normal" />
|
|
221
|
-
<w:uiPriority w:val="99" />
|
|
222
|
-
<w:semiHidden />
|
|
223
|
-
<w:unhideWhenUsed />
|
|
224
|
-
<w:pPr>
|
|
225
|
-
<w:tabs>
|
|
226
|
-
<w:tab w:val="center" w:pos="4680" />
|
|
227
|
-
<w:tab w:val="right" w:pos="9360" />
|
|
228
|
-
</w:tabs>
|
|
229
|
-
<w:spacing w:after="0" w:line="240" w:lineRule="auto" />
|
|
230
|
-
<w:ind w:firstLine="0" />
|
|
231
|
-
<w:jc w:val="center" />
|
|
232
|
-
</w:pPr>
|
|
233
|
-
<w:rPr>
|
|
234
|
-
<w:sz w:val="24" />
|
|
235
|
-
<w:szCs w:val="24" />
|
|
236
|
-
</w:rPr>
|
|
237
|
-
</w:style>
|
|
238
|
-
|
|
239
|
-
<!-- Hyperlink -->
|
|
240
|
-
<w:style w:type="character" w:styleId="Hyperlink">
|
|
241
|
-
<w:name w:val="Hyperlink" />
|
|
242
|
-
<w:uiPriority w:val="99" />
|
|
243
|
-
<w:unhideWhenUsed />
|
|
244
|
-
<w:rPr>
|
|
245
|
-
<w:color w:val="0563C1" />
|
|
246
|
-
<w:u w:val="single" />
|
|
247
|
-
</w:rPr>
|
|
248
|
-
</w:style>
|
|
249
|
-
|
|
250
|
-
</w:styles>
|
|
@@ -1,284 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
-
<w:styles xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
|
|
3
|
-
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
|
4
|
-
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006">
|
|
5
|
-
|
|
6
|
-
<!-- Document Defaults -->
|
|
7
|
-
<w:docDefaults>
|
|
8
|
-
<w:rPrDefault>
|
|
9
|
-
<w:rPr>
|
|
10
|
-
<w:rFonts w:ascii="Calibri" w:hAnsi="Calibri" w:eastAsia="Microsoft YaHei" w:cs="Arial" />
|
|
11
|
-
<w:color w:val="333333" />
|
|
12
|
-
<w:sz w:val="22" />
|
|
13
|
-
<w:szCs w:val="22" />
|
|
14
|
-
<w:lang w:val="en-US" w:eastAsia="zh-CN" w:bidi="ar-SA" />
|
|
15
|
-
</w:rPr>
|
|
16
|
-
</w:rPrDefault>
|
|
17
|
-
<w:pPrDefault>
|
|
18
|
-
<w:pPr>
|
|
19
|
-
<w:spacing w:after="160" w:line="259" w:lineRule="auto" />
|
|
20
|
-
</w:pPr>
|
|
21
|
-
</w:pPrDefault>
|
|
22
|
-
</w:docDefaults>
|
|
23
|
-
|
|
24
|
-
<w:latentStyles w:defLockedState="0" w:defUIPriority="99" w:defSemiHidden="0" w:defUnhideWhenUsed="0" w:defQFormat="0" w:count="376" />
|
|
25
|
-
|
|
26
|
-
<!-- Normal -->
|
|
27
|
-
<w:style w:type="paragraph" w:default="1" w:styleId="Normal">
|
|
28
|
-
<w:name w:val="Normal" />
|
|
29
|
-
<w:qFormat />
|
|
30
|
-
<w:pPr>
|
|
31
|
-
<w:spacing w:after="160" w:line="240" w:lineRule="auto" />
|
|
32
|
-
</w:pPr>
|
|
33
|
-
<w:rPr>
|
|
34
|
-
<w:rFonts w:ascii="Calibri" w:hAnsi="Calibri" />
|
|
35
|
-
<w:color w:val="333333" />
|
|
36
|
-
<w:sz w:val="22" />
|
|
37
|
-
<w:szCs w:val="22" />
|
|
38
|
-
</w:rPr>
|
|
39
|
-
</w:style>
|
|
40
|
-
|
|
41
|
-
<!-- Default Paragraph Font -->
|
|
42
|
-
<w:style w:type="character" w:default="1" w:styleId="DefaultParagraphFont">
|
|
43
|
-
<w:name w:val="Default Paragraph Font" />
|
|
44
|
-
<w:uiPriority w:val="1" />
|
|
45
|
-
<w:semiHidden />
|
|
46
|
-
<w:unhideWhenUsed />
|
|
47
|
-
</w:style>
|
|
48
|
-
|
|
49
|
-
<!-- Heading 1 — Dark Blue -->
|
|
50
|
-
<w:style w:type="paragraph" w:styleId="Heading1">
|
|
51
|
-
<w:name w:val="heading 1" />
|
|
52
|
-
<w:basedOn w:val="Normal" />
|
|
53
|
-
<w:next w:val="Normal" />
|
|
54
|
-
<w:qFormat />
|
|
55
|
-
<w:uiPriority w:val="9" />
|
|
56
|
-
<w:pPr>
|
|
57
|
-
<w:keepNext />
|
|
58
|
-
<w:keepLines />
|
|
59
|
-
<w:spacing w:before="480" w:after="240" w:line="240" w:lineRule="auto" />
|
|
60
|
-
<w:outlineLvl w:val="0" />
|
|
61
|
-
</w:pPr>
|
|
62
|
-
<w:rPr>
|
|
63
|
-
<w:rFonts w:ascii="Calibri Light" w:hAnsi="Calibri Light" />
|
|
64
|
-
<w:b />
|
|
65
|
-
<w:color w:val="1F3864" />
|
|
66
|
-
<w:sz w:val="56" />
|
|
67
|
-
<w:szCs w:val="56" />
|
|
68
|
-
</w:rPr>
|
|
69
|
-
</w:style>
|
|
70
|
-
|
|
71
|
-
<!-- Heading 2 -->
|
|
72
|
-
<w:style w:type="paragraph" w:styleId="Heading2">
|
|
73
|
-
<w:name w:val="heading 2" />
|
|
74
|
-
<w:basedOn w:val="Normal" />
|
|
75
|
-
<w:next w:val="Normal" />
|
|
76
|
-
<w:qFormat />
|
|
77
|
-
<w:uiPriority w:val="9" />
|
|
78
|
-
<w:pPr>
|
|
79
|
-
<w:keepNext />
|
|
80
|
-
<w:keepLines />
|
|
81
|
-
<w:spacing w:before="360" w:after="120" w:line="240" w:lineRule="auto" />
|
|
82
|
-
<w:outlineLvl w:val="1" />
|
|
83
|
-
</w:pPr>
|
|
84
|
-
<w:rPr>
|
|
85
|
-
<w:rFonts w:ascii="Calibri Light" w:hAnsi="Calibri Light" />
|
|
86
|
-
<w:b />
|
|
87
|
-
<w:color w:val="1F3864" />
|
|
88
|
-
<w:sz w:val="48" />
|
|
89
|
-
<w:szCs w:val="48" />
|
|
90
|
-
</w:rPr>
|
|
91
|
-
</w:style>
|
|
92
|
-
|
|
93
|
-
<!-- Heading 3 -->
|
|
94
|
-
<w:style w:type="paragraph" w:styleId="Heading3">
|
|
95
|
-
<w:name w:val="heading 3" />
|
|
96
|
-
<w:basedOn w:val="Normal" />
|
|
97
|
-
<w:next w:val="Normal" />
|
|
98
|
-
<w:qFormat />
|
|
99
|
-
<w:uiPriority w:val="9" />
|
|
100
|
-
<w:pPr>
|
|
101
|
-
<w:keepNext />
|
|
102
|
-
<w:keepLines />
|
|
103
|
-
<w:spacing w:before="240" w:after="80" w:line="240" w:lineRule="auto" />
|
|
104
|
-
<w:outlineLvl w:val="2" />
|
|
105
|
-
</w:pPr>
|
|
106
|
-
<w:rPr>
|
|
107
|
-
<w:rFonts w:ascii="Calibri Light" w:hAnsi="Calibri Light" />
|
|
108
|
-
<w:b />
|
|
109
|
-
<w:color w:val="1F3864" />
|
|
110
|
-
<w:sz w:val="36" />
|
|
111
|
-
<w:szCs w:val="36" />
|
|
112
|
-
</w:rPr>
|
|
113
|
-
</w:style>
|
|
114
|
-
|
|
115
|
-
<!-- Heading 4 -->
|
|
116
|
-
<w:style w:type="paragraph" w:styleId="Heading4">
|
|
117
|
-
<w:name w:val="heading 4" />
|
|
118
|
-
<w:basedOn w:val="Normal" />
|
|
119
|
-
<w:next w:val="Normal" />
|
|
120
|
-
<w:qFormat />
|
|
121
|
-
<w:uiPriority w:val="9" />
|
|
122
|
-
<w:pPr>
|
|
123
|
-
<w:keepNext />
|
|
124
|
-
<w:keepLines />
|
|
125
|
-
<w:spacing w:before="160" w:after="80" w:line="240" w:lineRule="auto" />
|
|
126
|
-
<w:outlineLvl w:val="3" />
|
|
127
|
-
</w:pPr>
|
|
128
|
-
<w:rPr>
|
|
129
|
-
<w:rFonts w:ascii="Calibri Light" w:hAnsi="Calibri Light" />
|
|
130
|
-
<w:b />
|
|
131
|
-
<w:i />
|
|
132
|
-
<w:color w:val="1F3864" />
|
|
133
|
-
<w:sz w:val="28" />
|
|
134
|
-
<w:szCs w:val="28" />
|
|
135
|
-
</w:rPr>
|
|
136
|
-
</w:style>
|
|
137
|
-
|
|
138
|
-
<!-- Title -->
|
|
139
|
-
<w:style w:type="paragraph" w:styleId="Title">
|
|
140
|
-
<w:name w:val="Title" />
|
|
141
|
-
<w:basedOn w:val="Normal" />
|
|
142
|
-
<w:next w:val="Normal" />
|
|
143
|
-
<w:qFormat />
|
|
144
|
-
<w:uiPriority w:val="10" />
|
|
145
|
-
<w:pPr>
|
|
146
|
-
<w:spacing w:after="240" w:line="240" w:lineRule="auto" />
|
|
147
|
-
<w:jc w:val="center" />
|
|
148
|
-
</w:pPr>
|
|
149
|
-
<w:rPr>
|
|
150
|
-
<w:rFonts w:ascii="Calibri Light" w:hAnsi="Calibri Light" />
|
|
151
|
-
<w:color w:val="1F3864" />
|
|
152
|
-
<w:sz w:val="72" />
|
|
153
|
-
<w:szCs w:val="72" />
|
|
154
|
-
</w:rPr>
|
|
155
|
-
</w:style>
|
|
156
|
-
|
|
157
|
-
<!-- Subtitle -->
|
|
158
|
-
<w:style w:type="paragraph" w:styleId="Subtitle">
|
|
159
|
-
<w:name w:val="Subtitle" />
|
|
160
|
-
<w:basedOn w:val="Normal" />
|
|
161
|
-
<w:next w:val="Normal" />
|
|
162
|
-
<w:qFormat />
|
|
163
|
-
<w:uiPriority w:val="11" />
|
|
164
|
-
<w:pPr>
|
|
165
|
-
<w:spacing w:after="360" w:line="240" w:lineRule="auto" />
|
|
166
|
-
<w:jc w:val="center" />
|
|
167
|
-
</w:pPr>
|
|
168
|
-
<w:rPr>
|
|
169
|
-
<w:i />
|
|
170
|
-
<w:color w:val="595959" />
|
|
171
|
-
<w:sz w:val="32" />
|
|
172
|
-
<w:szCs w:val="32" />
|
|
173
|
-
</w:rPr>
|
|
174
|
-
</w:style>
|
|
175
|
-
|
|
176
|
-
<!-- Table Grid — Corporate with blue header -->
|
|
177
|
-
<w:style w:type="table" w:default="1" w:styleId="TableNormal">
|
|
178
|
-
<w:name w:val="Normal Table" />
|
|
179
|
-
<w:uiPriority w:val="99" />
|
|
180
|
-
<w:semiHidden />
|
|
181
|
-
<w:unhideWhenUsed />
|
|
182
|
-
<w:tblPr>
|
|
183
|
-
<w:tblInd w:w="0" w:type="dxa" />
|
|
184
|
-
<w:tblCellMar>
|
|
185
|
-
<w:top w:w="0" w:type="dxa" />
|
|
186
|
-
<w:left w:w="108" w:type="dxa" />
|
|
187
|
-
<w:bottom w:w="0" w:type="dxa" />
|
|
188
|
-
<w:right w:w="108" w:type="dxa" />
|
|
189
|
-
</w:tblCellMar>
|
|
190
|
-
</w:tblPr>
|
|
191
|
-
</w:style>
|
|
192
|
-
|
|
193
|
-
<w:style w:type="table" w:styleId="TableGrid">
|
|
194
|
-
<w:name w:val="Table Grid" />
|
|
195
|
-
<w:basedOn w:val="TableNormal" />
|
|
196
|
-
<w:uiPriority w:val="39" />
|
|
197
|
-
<w:tblPr>
|
|
198
|
-
<w:tblBorders>
|
|
199
|
-
<w:top w:val="single" w:sz="4" w:space="0" w:color="BFBFBF" />
|
|
200
|
-
<w:left w:val="single" w:sz="4" w:space="0" w:color="BFBFBF" />
|
|
201
|
-
<w:bottom w:val="single" w:sz="4" w:space="0" w:color="BFBFBF" />
|
|
202
|
-
<w:right w:val="single" w:sz="4" w:space="0" w:color="BFBFBF" />
|
|
203
|
-
<w:insideH w:val="single" w:sz="4" w:space="0" w:color="BFBFBF" />
|
|
204
|
-
<w:insideV w:val="single" w:sz="4" w:space="0" w:color="BFBFBF" />
|
|
205
|
-
</w:tblBorders>
|
|
206
|
-
</w:tblPr>
|
|
207
|
-
<w:tblStylePr w:type="firstRow">
|
|
208
|
-
<w:rPr>
|
|
209
|
-
<w:b />
|
|
210
|
-
<w:color w:val="FFFFFF" />
|
|
211
|
-
</w:rPr>
|
|
212
|
-
<w:tcPr>
|
|
213
|
-
<w:shd w:val="clear" w:color="auto" w:fill="2F5496" />
|
|
214
|
-
<w:tcBorders>
|
|
215
|
-
<w:top w:val="single" w:sz="4" w:space="0" w:color="2F5496" />
|
|
216
|
-
<w:left w:val="single" w:sz="4" w:space="0" w:color="2F5496" />
|
|
217
|
-
<w:bottom w:val="single" w:sz="4" w:space="0" w:color="2F5496" />
|
|
218
|
-
<w:right w:val="single" w:sz="4" w:space="0" w:color="2F5496" />
|
|
219
|
-
<w:insideH w:val="single" w:sz="4" w:space="0" w:color="3A6BC5" />
|
|
220
|
-
<w:insideV w:val="single" w:sz="4" w:space="0" w:color="3A6BC5" />
|
|
221
|
-
</w:tcBorders>
|
|
222
|
-
</w:tcPr>
|
|
223
|
-
</w:tblStylePr>
|
|
224
|
-
<w:tblStylePr w:type="band1Horz">
|
|
225
|
-
<w:tcPr>
|
|
226
|
-
<w:shd w:val="clear" w:color="auto" w:fill="D9E2F3" />
|
|
227
|
-
</w:tcPr>
|
|
228
|
-
</w:tblStylePr>
|
|
229
|
-
</w:style>
|
|
230
|
-
|
|
231
|
-
<!-- Header -->
|
|
232
|
-
<w:style w:type="paragraph" w:styleId="Header">
|
|
233
|
-
<w:name w:val="header" />
|
|
234
|
-
<w:basedOn w:val="Normal" />
|
|
235
|
-
<w:uiPriority w:val="99" />
|
|
236
|
-
<w:semiHidden />
|
|
237
|
-
<w:unhideWhenUsed />
|
|
238
|
-
<w:pPr>
|
|
239
|
-
<w:tabs>
|
|
240
|
-
<w:tab w:val="center" w:pos="4680" />
|
|
241
|
-
<w:tab w:val="right" w:pos="9360" />
|
|
242
|
-
</w:tabs>
|
|
243
|
-
<w:spacing w:after="0" w:line="240" w:lineRule="auto" />
|
|
244
|
-
</w:pPr>
|
|
245
|
-
<w:rPr>
|
|
246
|
-
<w:sz w:val="18" />
|
|
247
|
-
<w:szCs w:val="18" />
|
|
248
|
-
<w:color w:val="808080" />
|
|
249
|
-
</w:rPr>
|
|
250
|
-
</w:style>
|
|
251
|
-
|
|
252
|
-
<!-- Footer -->
|
|
253
|
-
<w:style w:type="paragraph" w:styleId="Footer">
|
|
254
|
-
<w:name w:val="footer" />
|
|
255
|
-
<w:basedOn w:val="Normal" />
|
|
256
|
-
<w:uiPriority w:val="99" />
|
|
257
|
-
<w:semiHidden />
|
|
258
|
-
<w:unhideWhenUsed />
|
|
259
|
-
<w:pPr>
|
|
260
|
-
<w:tabs>
|
|
261
|
-
<w:tab w:val="center" w:pos="4680" />
|
|
262
|
-
<w:tab w:val="right" w:pos="9360" />
|
|
263
|
-
</w:tabs>
|
|
264
|
-
<w:spacing w:after="0" w:line="240" w:lineRule="auto" />
|
|
265
|
-
</w:pPr>
|
|
266
|
-
<w:rPr>
|
|
267
|
-
<w:sz w:val="18" />
|
|
268
|
-
<w:szCs w:val="18" />
|
|
269
|
-
<w:color w:val="808080" />
|
|
270
|
-
</w:rPr>
|
|
271
|
-
</w:style>
|
|
272
|
-
|
|
273
|
-
<!-- Hyperlink -->
|
|
274
|
-
<w:style w:type="character" w:styleId="Hyperlink">
|
|
275
|
-
<w:name w:val="Hyperlink" />
|
|
276
|
-
<w:uiPriority w:val="99" />
|
|
277
|
-
<w:unhideWhenUsed />
|
|
278
|
-
<w:rPr>
|
|
279
|
-
<w:color w:val="0563C1" />
|
|
280
|
-
<w:u w:val="single" />
|
|
281
|
-
</w:rPr>
|
|
282
|
-
</w:style>
|
|
283
|
-
|
|
284
|
-
</w:styles>
|