home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web10 / tutorial.04 / case1 / print.css < prev    next >
Cascading Style Sheet File  |  2011-03-14  |  813b  |  33 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Case Problem 1
  5.  
  6.    Willet Creek Print Style Sheet
  7.   Author: Edina Fuzesi
  8.    Date:   03/14/2011
  9.  
  10.    Filename:         print.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. @page                   {size: 8.5in 11in portrait; margin: 0.5in}
  16.  
  17. #hole_list, #flags    {display: none}
  18.  
  19. h1, h2, h3        {font: sans-serif}
  20.  
  21. #head            {text-align: center}
  22.  
  23. #hole_stats        {float: left; margin-right: 0.2in; padding: 0.1in; border-right: double black 0.1in; border-bottom: double black 0.1in}
  24.  
  25. #hole_stats h2        {font-size: 12pt}
  26.  
  27. #hole_image        {position: absolute; top: 3in; left: 3in}
  28.  
  29. #hole_image img        {width: 3.54in; height: 5in}
  30.  
  31. #hole_description span  {display: block; font: bold 20pt sans-serif}
  32.  
  33. #hole_description span:before        {content: "Hole "}