{"id":42042797,"url":"https://github.com/nanraizen/quintsea-css","last_synced_at":"2026-01-26T06:00:37.305Z","repository":{"id":318908968,"uuid":"1077424644","full_name":"nanraizen/quintsea-css","owner":"nanraizen","description":"A CSS framework built around five aesthetics (4+1), which includes Minimalism (+ dark mode), Neubrutalism, Flat and Retro UI Design.","archived":false,"fork":false,"pushed_at":"2025-11-25T03:09:48.000Z","size":571,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-28T12:32:57.985Z","etag":null,"topics":["css","css-framework","dark-mode","flatui","minimalism","neobrutalism","neubrutalism","retroui"],"latest_commit_sha":null,"homepage":"https://quintsea.nanraizen.me","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanraizen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-16T08:28:51.000Z","updated_at":"2025-11-25T03:09:51.000Z","dependencies_parsed_at":"2025-10-17T06:00:43.463Z","dependency_job_id":"c13dc67c-77b5-4f02-b127-a3562d1ea023","html_url":"https://github.com/nanraizen/quintsea-css","commit_stats":null,"previous_names":["nanraizen/quintsea-css"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nanraizen/quintsea-css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanraizen%2Fquintsea-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanraizen%2Fquintsea-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanraizen%2Fquintsea-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanraizen%2Fquintsea-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanraizen","download_url":"https://codeload.github.com/nanraizen/quintsea-css/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanraizen%2Fquintsea-css/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28767989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","css-framework","dark-mode","flatui","minimalism","neobrutalism","neubrutalism","retroui"],"created_at":"2026-01-26T06:00:36.658Z","updated_at":"2026-01-26T06:00:37.276Z","avatar_url":"https://github.com/nanraizen.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![banner](media/banner.webp)\n\n# Quintsea CSS\n\nQuintsea is a CSS framework built around five aesthetics (4+1), which includes Minimalism (+ dark mode), Neubrutalism, ~~Flat~~ and ~~Retro~~ UI Design.\n\nCheck out the [live demo](https://quintsea.nanraizen.me) and detailed [documentation](https://quintsea.nanraizen.me/docs) to see Quintsea CSS in action, or explore the available components.\n\n\u003e This project is dedicated to [Nakano Nino](https://5hanayome.fandom.com/wiki/Nino_Nakano) 💜🥰\n\n## Overview\n\n- 🎭 **4+1 Aesthetics** -  four design aesthetics with Dark Mode available for Minimalism.\n- 🧩 **Components** - reusable building blocks.\n- ⚡ **States** - smooth interactions and feedback.\n- 🔤 **Formatting** - clean, readable text styling.\n- 🎨 **Colors** - palettes that bring designs to life.\n- 🌄 **Backgrounds** - subtle textures and visuals that set the mood.\n\n## Installation\n\n### Install Manually\n\nDownload from the [Releases](../../releases), extract and link it to your project (e.g., `quintsea-css/`). \n\n```html\n\u003c!-- base css (default appearance) --\u003e\n\u003clink rel=\"stylesheet\" href=\"quintsea-css/css/quintsea.min.css\"\u003e\n\n\u003c!-- additional appearance (e.g., neubrutalism) --\u003e\n\u003clink rel=\"stylesheet\" href=\"quintsea-css/css/themes/quintsea-neubrutalism.min.css\"\u003e\n\n\u003c!-- js for interactive components--\u003e\n\u003cscript src=\"quintsea-css/js/quintsea.min.js\"\u003e\u003c/script\u003e\n```\n\n### Using CDN\n\nYou can also use the CDN for a quick setup. See the package on [jsDelivr](https://www.jsdelivr.com/package/npm/quintsea-css).\n\n```html\n\u003c!-- css --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/quintsea-css@latest/css/quintsea.min.css\"\u003e\n\n\u003c!-- js --\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/quintsea-css@latest/js/quintsea.min.js\"\u003e\u003c/script\u003e\n```\n\n### Install with NPM\n\n```html\nnpm install quintsea-css\n```\n\n## Usage Example\n\n```html\n\u003c!-- Button --\u003e\n\u003cbutton class=\"btn primary\"\u003eClick Me\u003c/button\u003e\n\n\u003c!-- Card --\u003e\n\u003cdiv class=\"card\"\u003e\n    \u003ca href=\"#\" class=\"img-th\"\u003e\u003cimg src=\"img/nino.webp\" alt=\"nino\"\u003e\u003c/a\u003e\n    \u003ch6\u003e\u003ca href=\"#\"\u003eNakano Nino\u003c/a\u003e\u003c/h6\u003e\n    \u003cp class=\"text-14 color secondary\"\u003eGotoubun no Hanayome\u003c/p\u003e\n\u003c/div\u003e\n```\n\n### Layout Philosophy\n\nQuintsea CSS is not a complete layout system. You'll still need to use additional css `grid`, `flex`, or other layout methods for advanced layouts. However, a set of starter `grid` and `flex` classes is included for convenience, and they remain intentionally minimal.\n\nbase example :\n\n```html\n\u003cdiv class=\"grid grid-3 gap-12\"\u003e ... \u003c/div\u003e\n\u003c!-- or --\u003e\n\u003cdiv class=\"cardset grid-3 gap-12\"\u003e ... \u003c/div\u003e\n\u003c!-- or --\u003e\n\u003cdiv class=\"flex gap-12\"\u003e ... \u003c/div\u003e\n```\n\ngrid/cardset example :\n\n```html\n\u003cdiv class=\"cardset grid-3 gap-12\"\u003e\n    \u003cdiv class=\"card row-span-2\"\u003e1 (row span 2)\u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e2\u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e3\u003c/div\u003e\n    \u003cdiv class=\"card col-span-2\"\u003e4 (span 2)\u003c/div\u003e\n\u003c/div\u003e\n```\n\nflex example :\n\n```html\n\u003cnav class=\"flex gap-12\"\u003e\n    \u003ca href=\"#\" class=\"btn primary\"\u003e1\u003c/a\u003e\n    \u003ca href=\"#\" class=\"btn primary\"\u003e2\u003c/a\u003e\n    \u003ca href=\"#\" class=\"btn primary\"\u003e3\u003c/a\u003e\n\u003c/nav\u003e\n```\n\n## Dark Mode\n\nAdd the inline init script before `\u003c/head\u003e`.\n\n```html\n\u003cscript\u003e\n    (function initTheme() {\n        const root = document.documentElement;\n        const savedTheme = localStorage.getItem('theme') || 'system';\n        const preference = window.matchMedia('(prefers-color-scheme: dark)').matches;\n\n        let theme;\n\n        if (savedTheme === 'system') {\n            theme = preference ? 'dark' : 'light';\n        } else {\n            theme = savedTheme;\n        }\n\n        root.setAttribute('data-theme', theme);\n    })();\n\u003c/script\u003e\n```\nThere are three ways to switch between light and dark mode.\n\n```html\n\u003c!-- set a specific theme --\u003e\n\u003cbutton data-theme-trigger=\"dark\"\u003eDark\u003c/button\u003e\n\u003cbutton data-theme-trigger=\"light\"\u003eLight\u003c/button\u003e\n\n\u003c!-- toggle between themes --\u003e\n\u003cbutton data-theme-trigger=\"toggle\"\u003eToggle\u003c/button\u003e\n\n\u003c!-- follow your system's theme --\u003e\n\u003cbutton data-theme-trigger=\"system\"\u003eSystem Default\u003c/button\u003e\n```\n\n## Browser Support\n\nQuintsea CSS uses [normalize.css](https://necolas.github.io/normalize.css) to reset default browser styles, and [Material Symbols](https://fonts.google.com/icons) for the icons.\n\n- Chromium-based, 2020 and newer (Chromium 85+).\n- Firefox, 2020 and newer (Firefox 80+).\n- Safari, untested. 🙏\n- IE is dead, forget it. 🙏\n\n## License\n\nCode licensed under [MIT](https://github.com/nanraizen/quintsea-css/blob/main/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanraizen%2Fquintsea-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanraizen%2Fquintsea-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanraizen%2Fquintsea-css/lists"}