| name | 5chan | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| description | A decentralized imageboard with a classic imageboard user experience. | ||||||||||||||||||||||||||||||||||||||||||||||||
| colors |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| typography |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| rounded |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| spacing |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| components |
|
Creative North Star: "The Preserved Imageboard"
5chan's visual system is intentionally conservative. The product should feel like a classic imageboard with a decentralized substrate, not like a redesigned forum or a modern community platform. The default answer for any board, thread, catalog, post, reply, or post-form UI is to preserve familiar imageboard density, typography, color, and interaction shape.
Most surfaces are flat, compact, text-first, and visibly old web. Controls may look plain by modern standards because that plainness is part of the product promise. New decentralized features should enter through the same visual language: small links, square fields, compact tables, simple modal bars, terse labels, and theme-aware colors.
Key Characteristics:
- Dense layouts with minimal padding.
- Square edges and 1px borders.
- Arial/Helvetica body text with Tahoma board titles.
- Yotsuba, Yotsuba B, and Futaba-style palettes as first-class themes.
- Text links and bracketed actions over large button components.
- Visual compatibility with classic imageboard user expectations.
The palette is inherited from classic imageboard themes and should remain recognizable. Use the existing CSS variables in src/themes.css as the source of truth for implementation.
- Yotsuba Body (
#ffffee): default warm page background for NSFW-style boards. - Yotsuba Reply (
#f0e0d6): reply containers, modal surfaces, pagination, menu backgrounds, and compact UI panels. - Yotsuba Title Red (
#880000): board headers, bars, button text, and theme-defining chrome. - Yotsuba B Body (
#eef2ff): default cool page background for SFW-style boards. - Yotsuba B Reply (
#d6daf0): reply containers and panel surfaces in the blue theme.
- Classic Link Blue (
#0000ee/#34345c): links, post actions, desktop text buttons, and navigational affordances. - Hover Red (
#ff0000/#dd0000): hover states for links and compact actions. - Name Green (
#117743): poster names and identity markers. - Subject Red (
#cc1105): post subjects and title emphasis. - Greentext (
#789922): quote text and imageboard-specific content convention.
- Black (
#000000): body text in light themes and table borders where the original style calls for it. - White (
#ffffff): homepage boxes, input fields, and legacy modal surfaces where defined by the theme. - Hairline Borders (
#d9bfb7/#b7c5d9): dividers, reply borders, modal edges, pagination, and mobile post separators. - Preview Dark (
#181f24): catalog and quote preview overlays only.
The Theme Fidelity Rule. Use existing theme variables before adding new colors. If a color is needed for a new feature, derive its role from the closest established imageboard component in the active theme.
The No Modern Accent Rule. Do not introduce a new brand accent, gradient palette, neon crypto palette, or marketing color system for core product UI.
Display Font: Tahoma, sans-serif. Body Font: Arial, Helvetica, sans-serif. Label/Mono Font: Use inherited body fonts unless a compact error or technical address requires monospace.
Character: Typography should feel like a browser-native imageboard, not a designed publication. Small sizes, simple weights, default line wrapping, and dense text are expected.
- Board Title (bold,
28px, Tahoma): board names and top-level board identity. - Box Heading (bold,
131%, Arial/Helvetica): homepage bars and compact panel headings. - Body (regular,
13px, Arial/Helvetica): global app text, board chrome, metadata, and link rows. - Post Content (regular,
11pton mobile): comment bodies and mobile post content. - Form Label (bold,
10pt): post form field headers, modal bars, and compact control labels. - Small Metadata (
9ptto10pt): board bars, file info, timestamps, addresses, and post counts.
The Browser-Native Rule. Do not add custom web fonts, variable-font display systems, negative letter spacing, oversized headings, or marketing typography to product surfaces.
5chan is flat by default. Depth is conveyed through background color, 1px borders, hard separators, and occasional legacy-style hard shadows on small menus. Avoid soft elevation, glass, blur, ambient shadows, floating cards, and layered dashboard surfaces.
- Small Legacy Menu Shadow (
box-shadow: 2px 2px 0 1px rgba(0, 0, 0, .1)): small popover menus such as compact filters, when a flat border alone is not enough.
The Flat Surface Rule. If a surface can be separated with a border or theme background, do that instead of adding shadow.
- Shape: square corners (
0radius). - Desktop: prefer text links, bracketed actions, or image-backed icon buttons over filled button components.
- Mobile: use theme-colored rectangular buttons with compact padding, bold
10pttext, and existing button fade assets. - Hover / Focus: hover changes color to the theme hover red; focus must stay visible and keyboard accessible.
- Corner Style: square.
- Background: theme surfaces such as Yotsuba reply, Yotsuba B reply, homepage white, or the active post/mobile background token.
- Shadow Strategy: none except the small legacy menu shadow.
- Border: 1px theme borders.
- Internal Padding: compact, commonly
2px,5px, or0.5em.
- Style: square native fields, white or theme-defined background,
1px solid #aaaby default. - Focus: border shifts to the theme focus color, such as Yotsuba
#ea8. - Sizing: preserve compact desktop sizes; on mobile, raise text size where needed to prevent browser zoom.
- Boards bar: compact slash-separated board links, small text, theme separators, no pill navigation.
- Pagination: small flat cells using theme background and border colors.
- Directory navigation: preserve classic board code patterns such as
/a/,/b/, and category groupings.
- Post metadata: compact inline text, subject red, name green, timestamps, IDs, roles, and action links in the expected order.
- Replies: theme-colored blocks with square borders and minimal padding.
- Greentext and quote links: preserve classic color behavior and hover states.
- Media: thumbnails should fit the existing imageboard layout and should not create modern card previews unless the current surface already uses that pattern.
- Style: compact movable bars, square borders, theme backgrounds, and legacy close icons where available.
- Copy: short labels and direct status messages.
- Behavior: custom features such as challenges, settings, and posting flows should feel like imageboard utilities, not app dialogs.
- Start UI changes by checking the closest established imageboard behavior and the existing 5chan implementation.
- Preserve theme variables and add new variables only when a new role is genuinely needed.
- Keep layouts dense, square, and text-first.
- Make decentralized concepts understandable without redesigning the familiar browsing flow.
- Verify desktop and mobile because 5chan intentionally has different post and control treatments across viewports.
- Do not modernize core imageboard UI for taste.
- Do not add rounded cards, gradient hero areas, glass panels, soft shadows, dark-mode defaults, or large marketing sections to product surfaces.
- Do not replace compact text links with large icon-button toolbars unless the existing surface already uses that pattern.
- Do not introduce a new design system that competes with Yotsuba, Yotsuba B, Futaba, or the existing theme variable model.
- Do not make Bitsocial, crypto, or decentralization visuals dominate routine browsing.