2017 © Pedro Peláez
 

library css-print-framework

Universal CSS for web printing

image

mazurva/css-print-framework

Universal CSS for web printing

  • Friday, October 16, 2015
  • by mazurva
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 37 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Hartija---CSS-Print-Framework

What is Hartija?

Hartija is universal printing stylesheet or best printing CSS practices all in one., (*1)

How Hartija works?

Just use it like normal CSS:, (*2)

<link rel="stylesheet" href="print.css" type="text/css" media="print">

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 { .. }., (*3)

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:, (*4)

#navbar, #footer, #someOtherID, .someClass, .otherClass { display : none; }

The Versions

16/10 2015

dev-master

9999999-dev

Universal CSS for web printing

  Sources   Download

MIT

framework css js print