lewislulu--html-ppt-skill
a93138e1bf
World-class HTML presentation skill with keyboard navigation, theme/animation switching, headless Chrome rendering, and showcase decks for themes/layouts/animations. - 24 themes (minimal-white, dracula, catppuccin, tokyo-night, xiaohongshu-white, …) - 31 single-page layouts (cover, code, charts, timeline, gantt, mindmap, …) - 20+ named animations (rise-in, typewriter, confetti-burst, card-flip-3d, …) - theme/layout/animation showcase decks - runtime.js: arrow/space/F/S/O/T/A keybinds, hash routing, progress bar - render.sh headless Chrome PNG export - MIT, author lewis <sudolewis@gmail.com>
15 行
645 B
CSS
15 行
645 B
CSS
/* theme: solarized-light */
|
|
:root{
|
|
--bg:#fdf6e3;--bg-soft:#eee8d5;--surface:#ffffff;--surface-2:#f5efd7;
|
|
--border:rgba(88,110,117,.2);--border-strong:rgba(88,110,117,.4);
|
|
--text-1:#073642;--text-2:#586e75;--text-3:#93a1a1;
|
|
--accent:#268bd2;--accent-2:#2aa198;--accent-3:#d33682;
|
|
--good:#859900;--warn:#b58900;--bad:#dc322f;
|
|
--grad:linear-gradient(135deg,#268bd2,#2aa198 50%,#859900);
|
|
--grad-soft:linear-gradient(135deg,#fdf6e3,#eee8d5);
|
|
--radius:10px;--radius-sm:6px;--radius-lg:16px;
|
|
--shadow:0 6px 20px rgba(88,110,117,.14);
|
|
--shadow-lg:0 18px 50px rgba(88,110,117,.24);
|
|
--font-sans:'Inter','Noto Sans SC',sans-serif;
|
|
}
|