← Back to Examples

🎭 Theming

Customize appearance with CSS custom properties. Dark mode, neon, corporate, and more

📏 Input Sizes

Control input field dimensions with the input-size attribute. Five sizes available: xs, sm, md (default), lg, xl.

Size Height Font Calc Formula
xs 31px 12px calc(3.1 * var(--ms-rem))
sm 33px 13px calc(3.3 * var(--ms-rem))
md (default) 35px 14px calc(3.5 * var(--ms-rem))
lg 38px 16px calc(3.8 * var(--ms-rem))
xl 41px 18px calc(4.1 * var(--ms-rem))

Note: Heights use Pure Admin standard. Base unit --ms-rem: 10px (default). Set --ms-rem: 1rem for Pure Admin integration.

🎨 Theme Examples

🌙 Dark Mode

High contrast dark theme for low-light environments

Dark backgrounds with light text and purple accents

⚡ Neon/Cyberpunk

Bright neon colors with glowing effects

Cyan and magenta with glowing shadows

🚗 Audi Corporate

Clean, minimal corporate styling with subtle borders

Professional gray with Audi red accents

🌸 Rounded/Soft

Large border-radius with soft shadows and pastel colors

Warm gradient background with pink accents

▪️ Sharp/Minimal

No border-radius, flat design, pure black and white

Brutalist design with sharp edges

📐 Material Design

Elevation shadows, vibrant colors, standard radius

Google Material Design principles

🔮 Glassmorphism

Frosted glass effect with backdrop blur and transparency

Translucent with blur effect (requires modern browser)