{"id":19185981,"url":"https://github.com/daniruiz/skeuos-css","last_synced_at":"2025-05-08T01:16:36.627Z","repository":{"id":96325215,"uuid":"247789806","full_name":"daniruiz/skeuos-css","owner":"daniruiz","description":"A lightweight CSS library that provides a set of predesigned elements useful for rapid web development.  It follows the latest skeuomorphic design trends, using bright colors and subtle shadows for some depth.","archived":false,"fork":false,"pushed_at":"2020-08-30T12:56:17.000Z","size":251,"stargazers_count":71,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-08T01:16:30.976Z","etag":null,"topics":["css","design","lightweight","neumorphism","no-javascript","skeuomorphism","ui","web"],"latest_commit_sha":null,"homepage":"https://drasite.com/skeuos-css","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/daniruiz.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},"funding":{"github":["daniruiz"],"custom":"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=LXCXPZKEU3L24\u0026source=url"}},"created_at":"2020-03-16T18:33:23.000Z","updated_at":"2025-04-03T13:02:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b5cffcd-7e10-49d0-827b-7957652d10ea","html_url":"https://github.com/daniruiz/skeuos-css","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniruiz%2Fskeuos-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniruiz%2Fskeuos-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniruiz%2Fskeuos-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniruiz%2Fskeuos-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniruiz","download_url":"https://codeload.github.com/daniruiz/skeuos-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978811,"owners_count":21834920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","design","lightweight","neumorphism","no-javascript","skeuomorphism","ui","web"],"created_at":"2024-11-09T11:12:40.219Z","updated_at":"2025-05-08T01:16:36.612Z","avatar_url":"https://github.com/daniruiz.png","language":"CSS","funding_links":["https://github.com/sponsors/daniruiz","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=LXCXPZKEU3L24\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# [Skeuos CSS library](http://drasite.com/skeuos-css)\n\n###### Skeuos CSS is licensed under the MIT License\n\u003chr\u003e\n\n\n\n\nSkeuos CSS Palette\n------------------\n\n- ![#265ab1](https://placehold.it/15/265ab1/000000?text=+) `#265AB1`\n\n- ![#367bf0](https://placehold.it/15/367bf0/000000?text=+) `#367bf0`\n\n- ![#19a187](https://placehold.it/15/19a187/000000?text=+) `#19A187`\n\n- ![#d41919](https://placehold.it/15/d41919/000000?text=+) `#E43030`\n\n- ![#b8174c](https://placehold.it/15/b8174c/000000?text=+) `#B8174C`\n\n- ![#8c42ab](https://placehold.it/15/8c42ab/000000?text=+) `#8C42AB`\n\n* * * * *\n\nPaper class\n-----------\n\n``` html\n    \u003cdiv class=\"paper\"\u003e\n    \u003c/div\u003e\n```\n\n* * * * *\n\nShadow\n------\n\n``` html\n    \u003cdiv class=\"with-shadow\"\u003e\n    \u003c/div\u003e\n```\n\n* * * * *\n\nHeading 1\n=========\n\n``` html\n \u003ch1\u003eHeading 1\u003c/h1\u003e\n```\n \nHeading 2\n---------\n\n``` html\n  \u003ch2\u003eHeading 2\u003c/h2\u003e\n```\n\n### Heading 3\n\n``` html\n  \u003ch3\u003eHeading 3\u003c/h3\u003e\n```\n\n#### Heading 4\n\n``` html\n  \u003ch4\u003eHeading 4\u003c/h4\u003e\n```\n\n##### Heading 5\n\n``` html\n  \u003ch5\u003eHeading 5\u003c/h5\u003e\n```\n\n###### Heading 6\n\n``` html\n  \u003ch6\u003eHeading 6\u003c/h6\u003e\n```\n\n* * * * *\n\nSelectable text\n---------------\n\n``` html\n    \u003cdiv class=\"selectable\"\u003e\n    \u003c/div\u003e\n```\n\n* * * * *\n\nLinks\n-----\n\n``` html\n    \u003ca href=\"#\"\u003eMy link\u003c/a\u003e\n```\n\n* * * * *\n\nHorizontal rule\n---------------\n\n``` html\n    \u003chr\u003e\n```\n\n* * * * *\n\nForm elements\n-------------\n\n##### Input\n\n``` html\n  \u003cinput type=\"text\"\u003e\n```\n\n##### Select\n\n``` html\n\u003cselect\u003e\n    \u003coption\u003eLevel 1\u003c/option\u003e\n    \u003coption\u003eLevel 2\u003c/option\u003e\n\u003c/select\u003e\n```\n\n##### Textarea\n``` html\n  \u003ctextarea\u003e\u003c/textarea\u003e\n```\n\n##### Checkbox\n``` html\n    \u003clabel\u003e\n        \u003cinput type=\"checkbox\" name=\"my-checkbox\" checked\u003e Select me\n    \u003c/label\u003e\n    \u003clabel\u003e\n        \u003cinput type=\"checkbox\" name=\"my-checkbox\"\u003e Select me\n    \u003c/label\u003e\n``` \n\n##### Input Radio\n``` html\n    \u003clabel\u003e\n        \u003cinput type=\"radio\" name=\"my-input-radio\" checked\u003e Select me\n    \u003c/label\u003e\n    \u003clabel\u003e\n        \u003cinput type=\"radio\" name=\"my-input-radio\"\u003e Select me\n    \u003c/label\u003e\n```\n\n##### Checktext\n``` html\n    \u003clabel class=\"checktext\"\u003e\n        \u003cinput type=\"radio\" name=\"my-checktext\" checked\u003e\n        \u003cspan\u003e09:00\u003c/span\u003e\n    \u003c/label\u003e\n    \u003clabel class=\"checktext\"\u003e\n        \u003cinput type=\"radio\" name=\"my-checktext\" \u003e\n        \u003cspan\u003e09:30\u003c/span\u003e\n    \u003c/label\u003e\n```\n\n##### Switch\n``` html\n    \u003clabel class=\"switch\"\u003e\n        \u003cinput type=\"checkbox\" name=\"my-switch\"\u003e\n        \u003cdiv\u003e\u003c/div\u003e\n    \u003c/label\u003e\n```\n\n##### Buttons\n``` html\n  \u003cbutton class=\"blue-button\"\u003esave\u003c/button\u003e\n```\n\n``` html\n  \u003cbutton class=\"green-button\"\u003eenter\u003c/button\u003e\n```\n\n``` html\n  \u003cbutton class=\"red-button\"\u003eexit\u003c/button\u003e\n```\n\n``` html\n  \u003cbutton\u003eSend\u003c/button\u003e\n```\n\u003cbr\u003e\n\u003chr\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/daniruiz/skeuos-css/master/Images/preview.png\" width=900\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniruiz%2Fskeuos-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniruiz%2Fskeuos-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniruiz%2Fskeuos-css/lists"}