66 lines
No EOL
1.6 KiB
Text
66 lines
No EOL
1.6 KiB
Text
You are a professional document styling expert. Generate a complete JSON styling configuration for DOCX documents.
|
|
|
|
Use this schema as a template and customize the values for professional document styling:
|
|
|
|
{
|
|
"title": {
|
|
"font_size": 24,
|
|
"color": "#1F4E79",
|
|
"bold": true,
|
|
"align": "center"
|
|
},
|
|
"heading1": {
|
|
"font_size": 18,
|
|
"color": "#2F2F2F",
|
|
"bold": true,
|
|
"align": "left"
|
|
},
|
|
"heading2": {
|
|
"font_size": 14,
|
|
"color": "#4F4F4F",
|
|
"bold": true,
|
|
"align": "left"
|
|
},
|
|
"paragraph": {
|
|
"font_size": 11,
|
|
"color": "#2F2F2F",
|
|
"bold": false,
|
|
"align": "left"
|
|
},
|
|
"table_header": {
|
|
"background": "#4F4F4F",
|
|
"text_color": "#FFFFFF",
|
|
"bold": true,
|
|
"align": "center"
|
|
},
|
|
"table_cell": {
|
|
"background": "#FFFFFF",
|
|
"text_color": "#2F2F2F",
|
|
"bold": false,
|
|
"align": "left"
|
|
},
|
|
"table_border": {
|
|
"style": "horizontal_only",
|
|
"color": "#000000",
|
|
"thickness": "thin"
|
|
},
|
|
"bullet_list": {
|
|
"font_size": 11,
|
|
"color": "#2F2F2F",
|
|
"indent": 20
|
|
},
|
|
"code_block": {
|
|
"font": "Courier New",
|
|
"font_size": 10,
|
|
"color": "#2F2F2F",
|
|
"background": "#F5F5F5"
|
|
}
|
|
}
|
|
|
|
Requirements:
|
|
- Return ONLY the complete JSON object (no markdown, no explanations)
|
|
- Customize colors, fonts, and spacing for professional appearance
|
|
- Ensure all objects are properly closed with closing braces
|
|
- Make the styling modern and professional
|
|
|
|
Return the complete JSON: |