home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / JDiskReport / jdiskreport-1_2_1-win.exe / jdiskreport-1.2.1.jar / docs / help / style.css < prev   
Cascading Style Sheet File  |  2004-02-16  |  723b  |  17 lines

  1. body, p, td, li, h1, h2, h3 { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; }
  2. body, p, td, li    { font-size: 10px; }
  3. h1, h2, h3  { font-weight: bold; color:#323777; margin-bottom: 12px; }
  4. h1          { font-size:14px;   }
  5. h2, h3      { font-size:11px; margin-top: 17px;  }
  6.  
  7. pre         { font-family:Courier New, Courier, monospace; font-size:12px; }
  8.  
  9. .header     { font-weight: bold; color:#323777; margin-bottom: 11px; }
  10.  
  11. p           { margin-top: 13px; }
  12.  
  13. a:link    { color:#111177; text-decoration:underline; }
  14. a:visited { color:#600060; text-decoration:underline; }
  15. a:active  { color:#000000; text-decoration:underline; }
  16.  
  17. ul          { list-style-type: circle; margin-top: 2px;        }