home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / CrystalX / css / print.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-12-05  |  861 b   |  30 lines

  1. /*
  2.     Project: CrystalX
  3.     URL: http://www.nuvio.cz
  4.  
  5.     Output device: print
  6.  
  7.     Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz)
  8.     Last revision: 2006-12-05, 12:00 GMT+1
  9.  
  10.     Structure:
  11.         display | position | float | overflow | width | height | border | margin | padding | background | align | font
  12. */
  13.  
  14. body {border:0; margin:0; padding:0; font-size:12pt}
  15.  
  16. a {color:#000; text-decoration:none;}
  17.  
  18. h1, h2, h3 {page-break-after:avoid; page-break-inside:avoid;}
  19.  
  20. table {border-collapse: collapse; border-width:1px; border-style:solid;}
  21. th, td {display:table-cell; border-width:1px; border-style:solid;}
  22.  
  23.  
  24. hr {display:block; height:2px; margin:0; padding:0; background:#000; border:0 solid #000; color:#000;}
  25.  
  26. blockquote {page-break-inside:avoid}
  27. ul, ol, dl {page-break-before:avoid}
  28.  
  29. .noprint {display:none;}
  30.