home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / IconTweaker / IconTweaker.exe / IconTweaker.chm / style / help.css
Cascading Style Sheet File  |  2004-08-12  |  678b  |  51 lines

  1. body {
  2.     padding: 10px;
  3.     background-color: #FFFFFF;
  4.     color: #000000;
  5.     font-family: Verdana, Arial, Helvetica, sans-serif;
  6.     font-weight: normal;
  7. }
  8.  
  9. table {
  10.     border: 0px;
  11.     vertical-align: top;
  12. }
  13.  
  14. a:link, a:visited, a:active    {
  15.     color: #4C4C56;
  16.     text-decoration: none;
  17.     font-size: 10pt;
  18. }
  19.     
  20. a:hover    {
  21.     color: #D23323;
  22.     text-decoration: none;
  23.     font-size: 10pt;
  24. }
  25.  
  26. p, li, td {
  27.     font-size: 10pt;
  28. }
  29.  
  30. h1 {
  31.     font-size: 14pt;
  32.     font-weight: bold;
  33.     color: #D23323;
  34. }
  35.  
  36. h2 {
  37.     font-size: 11pt;
  38.     font-weight: bold;
  39.     color: #7E6664;
  40. }
  41.  
  42. h3 {
  43.     font-size: 10pt;
  44.     font-weight: bold;
  45. }
  46.  
  47. .footer {
  48.     text-align: right;
  49.     font-size: 8pt;
  50.     color: #8E8E8E;
  51. }