diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-22 22:06:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-22 22:06:43 +0300 |
| commit | 3af674aebad9e3792fbf13b3cbda7b1691b1f4f3 (patch) | |
| tree | c70f6033d21628579d96044c89a060e9031dbf8b /extras/html/themes/business/style.css | |
| parent | 99078f90bf5222c618a60e536cb148850e4b89e2 (diff) | |
Add 50 new experimental HTML themes for Gemtexter
- Generated 50 unique themes with creative layouts and color schemes
- Each theme includes:
- Custom CSS with W3C validated styles
- Example HTML preview page
- Font files with proper licensing
- Theme configuration file
- License documentation
- Layout types include: centered, wide, magazine, card, brutalist,
terminal, book, hero, sidebar, and more creative designs
- All themes support both light and dark color schemes
- Fixed CSS validation issues for W3C compliance
- Created theme gallery page at extras/html/themes/index.html
- Added screenshot previews for all themes
- Utility scripts included:
- generate_50_themes.py - Main theme generator
- fix_css_validation.py - CSS validator/fixer
- create_theme_previews.py - Screenshot generator
- Theme gallery with filtering at index.html
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'extras/html/themes/business/style.css')
| -rw-r--r-- | extras/html/themes/business/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/themes/business/style.css b/extras/html/themes/business/style.css index 43898f7..cd85c94 100644 --- a/extras/html/themes/business/style.css +++ b/extras/html/themes/business/style.css @@ -33,7 +33,7 @@ body { border: 1px solid #ccc; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-radius: 8px; - word-wrap: break-word; + overflow-wrap: break-word; } h1, h2, h3 { |
