home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 September / CMYCHA200309.iso / Uzytki / DirectX9 / DXNT.CAB / dxdiacht.chm / couaprint.css < prev    next >
Cascading Style Sheet File  |  2002-12-12  |  2KB  |  79 lines

  1. /* last updated 01/16/01 - RWF */
  2. /* Added Table.nested margin nested tables -- 02/26/01 */
  3.  
  4.  
  5. body        { font-size: 9pt            
  6.         font-family: ╖s▓╙⌐·┼Θ, ▓╙⌐·┼Θ, PMingLiU, MingLiU;
  7.         margin-left: 0em;
  8.         padding-left: 1.5em;  }
  9.         
  10. H1        { font-size: 9pt; }
  11.  
  12. H2        { font-size: 9pt; }
  13.  
  14. H3        { font-size: 9pt; }
  15.  
  16. p        { margin-top: .5em; margin-bottom: .75em; }
  17.  
  18. p.procLabel    { font-weight: bold; }
  19.  
  20. p.note        { margin-bottom: 0em; }
  21. p.important    { margin-bottom: 0em; }
  22. p.caution    { margin-bottom: 0em;  }
  23. p.warning    { margin-bottom: 0em; }
  24.  
  25. p.relTopics    { margin-left: 1.5em; margin-top: -1.7em; margin-bottom: 1em; }
  26.  
  27. ul        { margin-top: 0em; margin-left: 1.5em; list-style-type: disc; }
  28. ul li        { margin-top: .25em; }
  29.  
  30. ol        { margin-top: 1em; margin-left: 2em; }
  31.  
  32.  
  33. table          { font-size: 9pt; border-collapse: collapse; }
  34. th         { text-align:left; border-style: solid; border-width: 1px; border-bottom-width: 2px;  }
  35. td         { border-style: solid; border-width: 1px; }
  36.  
  37. dt        { margin-top: 1em; }
  38. dd        { margin-left: 1.5em; }
  39.  
  40. img.shortcut     { border: none; margin-right: 0.5em; }
  41.  
  42.  
  43. /* Styles used for expand/collapse information */
  44.  
  45. div.expand        { margin-left: 1.5em; display: block !important;  }
  46. img.expand         { margin-left: 1.5em; display: none !important; }             
  47.  
  48.  
  49. /* Styles used for (not) printing thumbnails */
  50.  
  51. span.webOnly    {display:none !important; }
  52. span.printonly    { display:inline !important; }
  53.  
  54.  
  55. /* Styles used for Previous/Next navigation */
  56.  
  57. #nav    { display:none; }
  58. #text    { overflow:visible; }
  59.  
  60. /* Testing to see if this removes underline and color from bookmarks */
  61.  
  62. H1 a:link     { text-decoration: none; }
  63. H2 a:link     { text-decoration: none; }
  64. H3 a:link     { text-decoration: none; }
  65. dt a:link     { text-decoration: none; }
  66.  
  67. a:link, a:visited     { color: #000000; text-decoration: underline; }
  68.  
  69. /* Indent this tag to match the online display */
  70. p.indent    { margin-left: 1.3em; }   
  71. p.indent2    { margin-left: 3.5em; }
  72.  
  73. TABLE.nested
  74. {
  75.     MARGIN-LEFT: .5em;
  76.     MARGIN-RIGHT: .5em;
  77.     MARGIN-TOP: .25em;
  78.     MARGIN-BOTTOM: .25em;
  79. }