home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Help / Viewer.German.chm / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-10-09  |  550 b   |  50 lines

  1. body
  2. {
  3. font-family: Arial, Helvetica, sans-serif;
  4. font-size: 0.9em;
  5. background: #FFF;
  6. }
  7.  
  8. table
  9. {
  10. border: 2px #CCC solid;
  11. border-collapse: collapse;
  12. border-spacing: 0px;
  13. margin-top: 0px;
  14. }
  15.  
  16. td
  17. {
  18. border: 2px #CCC solid;
  19. font-family: Arial, Helvetica, sans-serif;
  20. font-size: 0.9em;
  21. }
  22.  
  23. td.big
  24. {
  25. font-size: 1.1em;
  26. font-weight: bold;
  27. text-align: center;
  28. background-color: #EEE;
  29. }
  30.  
  31. td.pre
  32. {
  33. font-size: 0.7em;
  34. background-color: #EEE;
  35. }
  36.  
  37. hr
  38. {
  39. border: 0;
  40. color: #CCC;
  41. background-color: #CCC;
  42. height: 2px;
  43. text-align: center;
  44. }
  45.  
  46. h1, h2, h3
  47. {
  48. color: darkblue;
  49. }
  50.