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

  1. /* Last updated - 05/15/02 - AMS */
  2.  
  3.  
  4. body        { font-size: 70%;            
  5.         font-family: Verdana, Arial, MS Sans Serif;
  6.         margin-left: 0em;
  7.         padding-left: 1.5em;  }
  8.         
  9. h1
  10.         { font-size: 150%; 
  11.         margin-bottom: .5em; clear:both; width: 85%; }
  12.  
  13. h2
  14.         { font-size: 130%;  
  15.         margin-top: 1.5em;
  16.         margin-bottom: .5em; clear:both; }
  17.  
  18. h3
  19.         { font-size: 115%; 
  20.         margin-top: 1.2em;  
  21.         margin-bottom: .5em; clear:both; }
  22.  
  23. h4
  24.         { font-size: 107%; 
  25.         margin-top: 1.2em;  
  26.         margin-bottom: .5em; clear:both; }
  27.  
  28. h5
  29.         { font-size: 105%; 
  30.         margin-top: 1.2em;  
  31.         margin-bottom: .5em; clear:both; }
  32.  
  33.  
  34. p        { margin-top: .5em; margin-bottom: .75em; }
  35.  
  36. p.procLabel    { font-weight: bold; }
  37.  
  38. p.note        { margin-bottom: 0em; }
  39. p.important    { margin-bottom: 0em; }
  40. p.caution    { margin-bottom: 0em;  }
  41. p.warning    { margin-bottom: 0em; }
  42.  
  43. p.relTopics    { margin-left: 1.5em; margin-top: -1.7em; margin-bottom: 1em; }
  44.  
  45. ul        { margin-top: 0em; margin-left: 1.5em; list-style-type: disc; }
  46. ul li        { margin-top: .25em; }
  47.  
  48. ol        { margin-top: 1em; margin-left: 2em; }
  49.  
  50.  
  51. table          { font-size: 100%; border-collapse: collapse; }
  52. th         { text-align:left; border-style: solid; border-width: 1px; border-bottom-width: 2px;  }
  53. td         { border-style: solid; border-width: 1px; }
  54.  
  55. dt        { margin-top: 1em; margin-left: 1em; }
  56. dd        { margin-left: 1.5em; }
  57. dl.indent    { margin-left: 2.0em; }
  58.  
  59. img.shortcut     { border: none; margin-right: 0.5em; }
  60.  
  61.  
  62. /* Styles used for expand/collapse information */
  63.  
  64. div.expand        { margin-left: 1.5em; display: block !important;  }
  65. img.expand         { margin-left: 1.5em; display: none !important; }             
  66.  
  67.  
  68. /* Styles used for (not) printing thumbnails */
  69.  
  70. span.webOnly    {display:none !important; }
  71. span.printonly    { display:inline !important; }
  72.  
  73.  
  74. /* Styles used for Previous/Next navigation */
  75.  
  76. #nav    { display:none; }
  77. #text    { overflow:visible; }
  78.  
  79. /* Testing to see if this removes underline and color from bookmarks */
  80.  
  81. H1 a:link     { text-decoration: none; }
  82. H2 a:link     { text-decoration: none; }
  83. H3 a:link     { text-decoration: none; }
  84. dt a:link     { text-decoration: none; }
  85.  
  86. a:link, a:visited     { color: #000000; text-decoration: underline; }
  87.  
  88. /* Indent this tag to match the online display */
  89. p.indent    { margin-left: 1.3em; }   
  90. p.indent2    { margin-left: 3.5em; }
  91.  
  92. TABLE.nested
  93. {
  94.     MARGIN-LEFT: .5em;
  95.     MARGIN-RIGHT: .5em;
  96.     MARGIN-TOP: .25em;
  97.     MARGIN-BOTTOM: .25em;
  98. }
  99.  
  100. /* Added the following DIV 05/15/02 to create a new indent for use by anyone but required by the .NET Server Implementation Guides. - AMS*/
  101.  
  102. DIV.indent    {margin-left: 1.3em; }
  103.  
  104. DIV.pagebreak    { page-break-before: always; }