Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladocar/hartija---css-print-framework
Universal CSS for web printing
https://github.com/vladocar/hartija---css-print-framework
boilerplate css css-framework css-print css3 print starter starter-kit starter-template template
Last synced: 1 day ago
JSON representation
Universal CSS for web printing
- Host: GitHub
- URL: https://github.com/vladocar/hartija---css-print-framework
- Owner: vladocar
- License: mit
- Created: 2014-09-08T22:28:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T11:24:05.000Z (over 3 years ago)
- Last Synced: 2024-10-30T02:36:48.632Z (2 months ago)
- Topics: boilerplate, css, css-framework, css-print, css3, print, starter, starter-kit, starter-template, template
- Language: HTML
- Homepage: http://www.vcarrer.com/
- Size: 55.7 KB
- Stars: 532
- Watchers: 15
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hartija---CSS-Print-Framework
=============================#### What is Hartija?
Hartija is universal printing stylesheet or best printing CSS practices all in one.
#### How Hartija works?
Just use it like normal CSS:
```html```
The "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** { .. }.Only 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:
```css
#navbar, #footer, #someOtherID, .someClass, .otherClass { display : none; }
```http://vladocar.github.io/Hartija---CSS-Print-Framework/
[Demo Hartija](http://vladocar.github.io/Hartija---CSS-Print-Framework/hartija.html)
### You can use direct download or:
```bash
$ npm i hartija---css-print-framework
``````html
```
### License
This project is licensed under the [MIT License](https://github.com/vladocar/Hartija---CSS-Print-Framework/blob/master/LICENSE)