home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / tutorial.04 / tutorial4-review / printer.css < prev    next >
Cascading Style Sheet File  |  2011-02-16  |  574b  |  24 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Review Assignment
  5.  
  6.    Online Scrapbooks Printer Style Sheet
  7.    Author: Amber White Jowers
  8.    Date:   February 15, 2011
  9.  
  10.    Filename:         printer.css
  11.    Supporting Files: none
  12.  
  13. */
  14.  
  15.     @page {size: 8.5in 11in portrait; margin: 0.5in}
  16.     #head, #links, address, ul, h2, p {display: none}
  17.     .samples {page-break-after: always: 
  18.         text-align: center}
  19.     .samples: h3 {font-family: sans-serif; 
  20.         font-size: 18pt}
  21.     #sample_container img {width: 6.5in; height: 8.35in;
  22.         border-width: 0px}
  23.  
  24.