home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FileRS / SETUP.msi / _BA78815DB95316D1C22F708F3607CBAA / _B54343C35A3247B1A4D9703E019FFA00 / htmlfiles / styl.css < prev    next >
Cascading Style Sheet File  |  2004-09-08  |  451b  |  42 lines

  1. body
  2. {
  3.     font-family: Verdana, Arial, Sans-Serif;
  4.     font-size: 10px;
  5.     background-color: #f4f6fe;
  6. }
  7.  
  8. .term
  9. {
  10.     font-weight: bold;
  11.     padding-top: 10px;
  12. }
  13.  
  14. DIV.description
  15. {
  16.     width: 100%;
  17.     padding-left: 60px;
  18. }
  19.  
  20. H1
  21. {
  22.     font-size: 16px;
  23.     font-weight: bold;
  24.     font-family: Verdana, Arial, Sans-Serif;
  25. }
  26.  
  27. .name
  28. {
  29.     font-style: italic;
  30. }
  31.  
  32. .programitem
  33. {
  34.     font-weight: bold;
  35.     font-style: italic;
  36. }
  37.  
  38. LI
  39. {
  40.     padding-top: 4px;
  41. }
  42.