home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 August / maximum-cd-2010-08.iso / DiscContents / AutoHotkey104805_Install.exe / AutoHotkey.chm / docs / css / print.css < prev   
Encoding:
Cascading Style Sheet File  |  2009-09-25  |  1.3 KB  |  63 lines

  1. /* AutoHotkey Documentation Print CSS v2 - by Titan */
  2.  
  3. * { font-family: "Times New Roman", Times, serif; }
  4. a {
  5.     font-family: inherit;
  6.     color: #000;
  7.     font-style: oblique;
  8.     background: inherit;
  9. }
  10. p { line-height: 1.5; }
  11. li { line-height: 1.3; }
  12. h2, h4 { border-bottom: 1px solid #333; }
  13. h4 {
  14.     font-size: x-large;
  15.     font-weight: normal;
  16. }
  17. body table:first-child, body table:first-child + hr, pre + hr, pre + hr + p { display: none; }
  18. .CommandSyntax {
  19.     font-size: xx-large;
  20.     background: #fbfbfb;
  21.     padding-left: .3em;
  22. }
  23. pre {
  24.     background: #fafafa;
  25.     margin-left: 1em;
  26.     padding: .5em;
  27.     border: 1px solid #ccc;
  28. }
  29. .CodeCom {
  30.     font-weight: bold;
  31.     background: inherit;
  32. }
  33. pre, .CommandSyntax, .CodeCom {
  34.     font-family: "Andale Mono", "Courier New", Courier, monospace;
  35.     color: inherit;
  36. }
  37. table {
  38.     border-collapse: collapse;
  39.     border-top: 1px solid #ccc;
  40.     border-right: 1px solid #ccc;
  41.     border-bottom: none;
  42.     border-left: 1px solid #ccc;
  43. }
  44. td {
  45.     margin: .2em;
  46.     width: auto;
  47.     padding: .4em;
  48.     border-bottom: 1px solid #ccc;
  49.     border-top-style: none;
  50.     border-right-style: none;
  51.     border-left-style: none;
  52. }
  53. table p { margin: 0em; }
  54. table p + p { margin-top: 1em; }
  55. tr td:first-child {
  56.     vertical-align: top;
  57.     text-decoration: underline;
  58.     background: #fcfcfc;
  59.     padding-left: 1em;
  60.     padding-right: 1em;
  61.     color: inherit;
  62. }
  63.