home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web31 / Section_35397 / Martins_Jaymn / tutorial.11 / case1 / faq.css next >
Cascading Style Sheet File  |  2011-05-07  |  1KB  |  33 lines

  1. /*
  2.    New Perspectives on XHTML and XML
  3.    Tutorial 11
  4.    Case Problem 1
  5.    Filename: faq.css
  6.  
  7.    This file contains styles used in the faq.xml file.
  8.  
  9. */
  10.  
  11. FAQ      {margin-top: 10px}
  12. title    {display: block; width: 500px; font-family: Arial, Helvetica, Sans-serif; 
  13.           font-size: 22px;
  14.           margin-left: 20px}
  15.  
  16. subtitle {display: block; width: 500px; font-family: Arial, Helvetica, Sans-serf; 
  17.           font-size: 18px; font-style:italic;
  18.           margin-left: 20px}
  19.  
  20. product  {display: block; width: 500px; background-color: ivory;
  21.           border: solid 2px black; margin-bottom: 20px; padding: 10px;
  22.           margin-left: 10px}
  23.  
  24. model    {display: block; width: 500px; font-family: Arial, Helvertica, Sans-serif; 
  25.           font-size: 18px; color:blue;
  26.           margin-left: 10px; margin-top: 5px}
  27.  
  28. question {display: list-item; list-style-type: disc; width: 500px;
  29.           margin-left: 30px; margin-top: 10px}
  30.  
  31. answer   {display:block; width: 450px; font-family: Times New Roman, Times, Serif;
  32.           color: green;
  33.           margin-left: 35px}