Files
typogenie/src-tauri/templates/core/silent-film-intertitle.json
TypoGenie 60f39ed961 feat: port all template categories to JSON format
- Ported Minimalist templates to JSON (Swiss Grid, Brutalist, etc.)
- Ported Tech templates to JSON (SaaS, Terminal, Cyberpunk, etc.)
- Ported Creative templates to JSON (Art Gallery, Zine, Pop Art, etc.)
- Ported Industrial templates to JSON (Blueprint, Factory, Schematic, etc.)
- Ported Nature templates to JSON (Botanical, Ocean, Mountain, etc.)
- Ported Lifestyle templates to JSON (Cookbook, Travel, Coffee House, etc.)
- Ported Vintage templates to JSON (Art Deco, Medieval, Retro 80s, etc.)
- Updated README.md to reflect the new JSON-based style system (example configuration and contribution workflow)
- Completed migration of over 150 styles to the new architecture
2026-02-01 18:51:43 +02:00

316 lines
8.1 KiB
JSON

{
"id": "silent-film-intertitle",
"name": "Silent Film Intertitle",
"category": "Cinema",
"description": "Authentic 1920s intertitle aesthetic. High contrast, ornate art deco borders, and projected silver screen typography.",
"vibe": "Cinematic, Vintage, Silent",
"googleFontsImport": "https://fonts.googleapis.com/css2?family=Limelight:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant+SC:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Parkside:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap",
"typography": {
"fonts": {
"heading": "Limelight",
"body": "Cormorant SC",
"code": "Parkside"
},
"colors": {
"text": "F5F5F5",
"textSecondary": "BDBDBD",
"background": "000000",
"accent": "E0E0E0",
"border": "FFFFFF",
"codeBg": "212121",
"blockquoteBorder": "FFFFFF"
}
},
"elements": {
"h1": {
"font": "heading",
"size": 48,
"color": "FFFFFF",
"bold": false,
"align": "center",
"spacing": {
"before": 40,
"after": 20,
"line": 1.1
},
"allCaps": true,
"textShadow": "0px 0px 8px rgba(255,255,255,0.8)"
},
"h2": {
"font": "body",
"size": 24,
"color": "E0E0E0",
"bold": true,
"align": "center",
"spacing": {
"before": 24,
"after": 12,
"line": 1.2
},
"borderBottom": {
"color": "FFFFFF",
"width": 1,
"style": "solid"
},
"borderTop": {
"color": "FFFFFF",
"width": 1,
"style": "solid"
},
"padding": 8,
"display": "inline-block"
},
"h3": {
"font": "body",
"size": 20,
"color": "text",
"bold": true,
"align": "center",
"spacing": {
"before": 20,
"after": 10,
"line": 1.3
},
"allCaps": true
},
"h4": {
"font": "heading",
"size": 18,
"color": "textSecondary",
"bold": false,
"align": "center",
"spacing": {
"before": 16,
"after": 8,
"line": 1.3
}
},
"h5": {
"font": "body",
"size": 16,
"color": "textSecondary",
"bold": true,
"align": "center",
"spacing": {
"before": 14,
"after": 6,
"line": 1.4
}
},
"h6": {
"font": "body",
"size": 14,
"color": "textSecondary",
"italic": true,
"align": "center",
"spacing": {
"before": 14,
"after": 6,
"line": 1.4
}
},
"p": {
"font": "body",
"size": 20,
"color": "F5F5F5",
"align": "center",
"spacing": {
"before": 0,
"after": 20,
"line": 1.5
},
"weight": 600
},
"blockquote": {
"font": "code",
"size": 24,
"color": "000000",
"align": "center",
"spacing": {
"before": 30,
"after": 30,
"line": 1.6
},
"padding": 40,
"background": "FFFFFF",
"border": {
"color": "000000",
"width": 4,
"style": "double"
},
"rotation": 1
},
"code": {
"font": "heading",
"size": 16,
"color": "text",
"background": "codeBg",
"spacing": {
"before": 0,
"after": 0,
"line": 1.4
}
},
"pre": {
"font": "heading",
"size": 16,
"color": "text",
"background": "codeBg",
"padding": 20,
"spacing": {
"before": 20,
"after": 20,
"line": 1.4
},
"border": {
"color": "border",
"width": 1,
"style": "solid"
}
},
"ul": {
"spacing": {
"before": 16,
"after": 16,
"line": 1.6
},
"indent": 30,
"bullet": "diamond"
},
"ol": {
"spacing": {
"before": 16,
"after": 16,
"line": 1.6
},
"indent": 30,
"numbering": "roman"
},
"li": {
"font": "body",
"size": 18,
"color": "text",
"spacing": {
"before": 6,
"after": 6,
"line": 1.6
}
},
"strong": {
"font": "heading",
"bold": false
},
"em": {
"font": "code",
"italic": false,
"size": 22
},
"a": {
"font": "heading",
"color": "FFFFFF",
"underline": true,
"bold": false
},
"table": {
"spacing": {
"before": 24,
"after": 24,
"line": 1.3
},
"border": {
"color": "FFFFFF",
"width": 2,
"style": "solid"
}
},
"th": {
"font": "heading",
"size": 16,
"color": "000000",
"bold": false,
"background": "FFFFFF",
"padding": 12
},
"td": {
"font": "body",
"size": 18,
"color": "text",
"padding": 12,
"borderBottom": {
"color": "border",
"width": 1,
"style": "solid"
}
},
"hr": {
"spacing": {
"before": 40,
"after": 40
},
"border": {
"color": "FFFFFF",
"width": 1,
"style": "double"
}
},
"img": {
"align": "center",
"spacing": {
"before": 30,
"after": 30
},
"border": {
"color": "FFFFFF",
"width": 8,
"style": "double"
}
},
"del": {
"font": "body",
"strikethrough": true,
"color": "757575"
},
"sup": {
"font": "body",
"size": 12,
"superScript": true
},
"sub": {
"font": "body",
"size": 12,
"subScript": true
},
"mark": {
"font": "body",
"background": "424242",
"color": "FFFFFF"
},
"footnote": {
"font": "body",
"size": 14,
"color": "textSecondary",
"superScript": true
},
"footnoteRef": {
"font": "body",
"size": 14,
"color": "textSecondary",
"spacing": {
"before": 6,
"after": 6,
"line": 1.3
}
}
},
"page": {
"margins": {
"top": 40,
"bottom": 40,
"left": 40,
"right": 40
},
"columns": 1,
"header": false,
"footer": false
}
}