You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
2.3 KiB
2.3 KiB
layout, permalink, title, subtitle, description, theme_name, theme_name_short, theme_class, icon, color, has_assets, visual_features, accessibility_features, css_variables, html_structure
| layout | permalink | title | subtitle | description | theme_name | theme_name_short | theme_class | icon | color | has_assets | visual_features | accessibility_features | css_variables | html_structure | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| theme | /theme/crystal/ | Crystal Theme | Clean, monochromatic notification system | Enhance your notifications with the elegant Crystal theme for PHPFlasher. Featuring a clean, monochromatic design with colored text and subtle animation effects. | theme.crystal | crystal | fl-crystal | fa-diamond | indigo | true |
|
|
:root { /* Base appearance */ --crystal-bg-light: #ffffff; /* Light mode background */ --crystal-bg-dark: rgba(30, 30, 30, 0.95); /* Dark mode background */ --crystal-text-light: #2c3e50; /* Light mode text */ --crystal-text-dark: rgba(255, 255, 255, 0.95); /* Dark mode text */ --crystal-shadow: rgba(0, 0, 0, 0.08); /* Light mode shadow */ --crystal-shadow-dark: rgba(0, 0, 0, 0.25); /* Dark mode shadow */ /* Type colors (uses default PHPFlasher colors) */ --fl-success: #10b981; /* Success color */ --fl-info: #3b82f6; /* Info color */ --fl-warning: #f59e0b; /* Warning color */ --fl-error: #ef4444; /* Error color */ } | <div class="fl-crystal fl-[type]" role="[role]" aria-live="[ariaLive]" aria-atomic="true"> <div class="fl-content"> <div class="fl-text"> <p class="fl-message">Message text</p> </div> <button class="fl-close" aria-label="Close [type] message">×</button> </div> <div class="fl-progress-bar"> <div class="fl-progress"></div> </div> </div> |