{"id":13397714,"url":"https://github.com/vladocar/Hartija---CSS-Print-Framework","last_synced_at":"2025-03-14T00:32:36.097Z","repository":{"id":20531596,"uuid":"23810798","full_name":"vladocar/Hartija---CSS-Print-Framework","owner":"vladocar","description":"Universal CSS for web printing","archived":false,"fork":false,"pushed_at":"2021-08-10T11:24:05.000Z","size":57,"stargazers_count":532,"open_issues_count":0,"forks_count":41,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-10-30T02:36:48.632Z","etag":null,"topics":["boilerplate","css","css-framework","css-print","css3","print","starter","starter-kit","starter-template","template"],"latest_commit_sha":null,"homepage":"http://www.vcarrer.com/","language":"HTML","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/vladocar.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}},"created_at":"2014-09-08T22:28:48.000Z","updated_at":"2024-10-24T01:23:21.000Z","dependencies_parsed_at":"2022-07-23T05:48:08.926Z","dependency_job_id":null,"html_url":"https://github.com/vladocar/Hartija---CSS-Print-Framework","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/vladocar%2FHartija---CSS-Print-Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladocar%2FHartija---CSS-Print-Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladocar%2FHartija---CSS-Print-Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladocar%2FHartija---CSS-Print-Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladocar","download_url":"https://codeload.github.com/vladocar/Hartija---CSS-Print-Framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243285615,"owners_count":20266848,"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":["boilerplate","css","css-framework","css-print","css3","print","starter","starter-kit","starter-template","template"],"created_at":"2024-07-30T18:01:40.826Z","updated_at":"2025-03-14T00:32:36.065Z","avatar_url":"https://github.com/vladocar.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"Hartija---CSS-Print-Framework\n=============================\n\n#### What is Hartija?\n\nHartija is universal printing stylesheet or best printing CSS practices all in one.\n\n####  How Hartija works?\n\nJust use it like normal CSS:\n```html\n\u003clink rel=\"stylesheet\" href=\"print.css\" type=\"text/css\" media=\"print\"\u003e\n```\nThe \"magic\" is in  media=\"print\", this CSS file will be used by the browser only when you print. You can also use it inside CSS like: **@media print** { .. }.\n\nOnly work you need to do is **hide** the stuff you don't need in the final print. Basically you hide some id and class in the CSS like:\n```css\n#navbar, #footer, #someOtherID, .someClass, .otherClass { display : none; }\n```\n\nhttp://vladocar.github.io/Hartija---CSS-Print-Framework/\n\n\n[Demo Hartija](http://vladocar.github.io/Hartija---CSS-Print-Framework/hartija.html)\n\n### You can use direct download or:\n\n```bash\n$ npm i hartija---css-print-framework \n```\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/hartija---css-print-framework@1.0.0/print.css\" type=\"text/css\" media=\"print\" charset=\"utf-8\"\u003e\n```\n\n\n### License\n\nThis project is licensed under the [MIT License](https://github.com/vladocar/Hartija---CSS-Print-Framework/blob/master/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladocar%2FHartija---CSS-Print-Framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladocar%2FHartija---CSS-Print-Framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladocar%2FHartija---CSS-Print-Framework/lists"}