This document details the minimal CSS paradigms and presentational rules used across bbsys.net. Our goal is to maintain a stark, functional, and brutalist aesthetic while keeping style definitions to near-zero bytes.
Styling Principles & Design Rules:
Browser Standard Defaults: Rely on native browser user-agent stylesheets for typography, link colors, and margins whenever possible.
Embedded Minimal Stylesheets: Use small inline <style> blocks to define layout and spacing, eliminating render-blocking external HTTP requests.
System Monospace & Sans-Serif Fonts: Use default system fonts to avoid flash of unstyled text (FOUT) and eliminate font file downloads completely.
High Contrast Palette: Enforce pure black text on white backgrounds with traditional blue and purple hyperlink states for maximum visual clarity.