{"id":44356082,"url":"https://github.com/vertigis/studio-base","last_synced_at":"2026-04-03T05:01:51.605Z","repository":{"id":288163752,"uuid":"927426421","full_name":"vertigis/studio-base","owner":"vertigis","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-06T03:02:07.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-11T22:14:47.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vertigis.png","metadata":{"files":{"readme":"README.css","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-04T23:47:59.000Z","updated_at":"2026-02-06T03:02:11.000Z","dependencies_parsed_at":"2025-04-15T22:20:47.392Z","dependency_job_id":"48e14a6f-a665-45f8-beda-19916ce668f1","html_url":"https://github.com/vertigis/studio-base","commit_stats":null,"previous_names":["vertigis/studio-base"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/vertigis/studio-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fstudio-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fstudio-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fstudio-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fstudio-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vertigis","download_url":"https://codeload.github.com/vertigis/studio-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fstudio-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29641927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T03:21:14.183Z","status":"ssl_error","status_checked_at":"2026-02-20T03:18:24.455Z","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":[],"created_at":"2026-02-11T16:08:48.287Z","updated_at":"2026-02-20T05:00:38.054Z","avatar_url":"https://github.com/vertigis.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"/* Base Reset */\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\nbody {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Non-code font */\n  font-size: 16px;\n  line-height: 1.6;\n  color: #97979f;\n  background-color: #1e1e1e;\n  padding: 20px;\n  margin: 20px; /* Normal page margins */\n}\n\n.logo {\n    width: 300px;\n    height: auto;\n}\n\n/* Headings */\nh1, h2, h3, h4, h5, h6 {\n  margin-top: 1.5em;\n  margin-bottom: 0.5em;\n  font-weight: bold;\n  color: #f2f2f3;\n  border-bottom: 2px solid #333;\n}\n\nh1 {\n    margin-bottom: 0;\n    border-bottom: none;\n    text-align: center;\n}\n\n/* Paragraphs */\np {\n  margin-bottom: 1.2em;\n  text-align: justify;\n}\n\np code {\n  white-space: nowrap;\n}\n\n/* Links */\na {\n  color: #42a169;\n  text-decoration: none;\n}\n\na:hover {\n  text-decoration: underline;\n}\n\n/* Lists */\nul, ol {\n  padding-left: 20px;\n}\n\nul li {\n  list-style-type: disc;\n}\n\nul li \u003e ul li {\n    list-style-type: circle;\n}\n\nol li {\n  list-style-type: decimal;\n}\n\n/* Tightened Code blocks */\npre {\n  position: relative;\n  background-color: #2e3440; /* Custom \"other\" color */\n  color: #eceff4;\n  padding: 12px;\n  border-radius: 5px;\n  margin-bottom: 1.2em;\n  border: 1px solid #4c566a;\n  overflow-x: auto;\n  font-family: 'Consolas', 'Courier New', monospace; /* Monospaced font */\n  padding-top: 58px;\n}\n\ncode {\n  background-color: #2e3440;\n  color: #88c0d0;\n  padding: 2px 4px;\n  border-radius: 3px;\n  font-family: 'Consolas', 'Courier New', monospace; /* Monospaced font */\n}\n\npre code {\n  background: none;\n  padding: 0;\n  color: inherit;\n}\n\npre::before {\n  display: block;\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  background-color: #4c566a;\n  padding: 10px;\n}\n\npre.inf::before {\n  content: \"host.inf\"\n}\n\npre.bash::before {\n  content: \"BASH\";\n}\n\npre.sh::before {\n  content: \"TERMINAL\";\n} \n\npre.powershell::before {\n  content: \"POWERSHELL\";\n}\n\npre.cmd::before {\n  content: \"CMD\";\n}\n\npre.git::before {\n  content: \"GIT\";\n}\n\n/* Code comments */\nspan.co {\n  color: #71b88e; /* Nice green color for comments */\n}\n\n/* Blockquotes */\nblockquote {\n  margin: 1.5em 0;\n  padding: 10px 20px;\n  background-color: #252526;\n  border-left: 5px solid #007acc;\n  color: #d4d4d4;\n}\n\nblockquote p {\n  margin: 0;\n}\n\n/* Tables */\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  margin-bottom: 1.5em;\n}\n\nth, td {\n  padding: 10px;\n  border: 1px solid #333;\n  white-space: nowrap;\n}\n\nth {\n  background-color: #252526;\n  color: #d4d4d4;\n  text-align: left;\n}\n\n/* Images */\nimg {\n  max-width: 100%;\n  height: auto;\n}\n\n/* Horizontal rule */\nhr {\n  border: 0;\n  height: 1px;\n  background-color: #333;\n  margin: 2em 0;\n}\n\n/* Inline elements like strong, em, and inline code */\nstrong {\n  color: #5fa2d8;\n}\n\nem {\n  color: #ce9178;\n}\n\ncode {\n  color: #c587c0;\n}\n\np.date {\n  font-style: italic;\n  text-align: center;\n  font-size: small;\n  color: #777;\n}\n\n/* Responsive typography */\n@media (max-width: 600px) {\n  body {\n    font-size: 14px;\n  }\n\n  h1 {\n    font-size: 1.75em;\n  }\n\n  h2 {\n    font-size: 1.5em;\n  }\n\n  .logo {\n    width: 300px;\n  }\n}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertigis%2Fstudio-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvertigis%2Fstudio-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertigis%2Fstudio-base/lists"}