Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

219 lines
3.1 KiB

  1. H1 {
  2. font-size : 12pt;
  3. font-weight : bold;
  4. margin-left : 0;
  5. margin-top : 0;
  6. margin-bottom : 18pt;
  7. }
  8. H2 {
  9. font-size : 10pt;
  10. font-weight : bold;
  11. margin-left : 0;
  12. margin-top : 24 pt;
  13. margin-bottom : 6pt;
  14. }
  15. H3 {
  16. font-size : 10pt;
  17. font-weight : bold;
  18. margin-left : .15in;
  19. margin-top : 18pt;
  20. margin-bottom : 6pt;
  21. }
  22. A:Visited {
  23. color : Maroon;
  24. }
  25. A:Active {
  26. color : Blue;
  27. }
  28. A:Hover {
  29. color : Red;
  30. }
  31. BODY {
  32. font-family : Verdana, Arial, Helvetica, sans-serif;
  33. font-style : normal;
  34. color : Black;
  35. text-align : left;
  36. text-decoration : none;
  37. margin-right : .1in;
  38. font-size : 8pt;
  39. background-color : White;
  40. }
  41. P {
  42. font-size : 8pt;
  43. font-weight : normal;
  44. margin-left : .15in;
  45. margin-top : 0;
  46. margin-bottom : 6pt;
  47. }
  48. P.TaskIntro {
  49. font-weight : bold;
  50. font-size : 8pt;
  51. margin-bottom : 6pt;
  52. margin-top : 6pt;
  53. margin-left : .15in;
  54. }
  55. P.Indent {
  56. font-size : 8pt;
  57. font-weight : normal;
  58. margin-left : 0in;
  59. margin-top : 4pt;
  60. margin-bottom : 4pt;
  61. }
  62. P.DL {
  63. font-size : 8pt;
  64. font-weight : normal;
  65. margin-left : 0in;
  66. margin-top : 6pt;
  67. margin-bottom : 6pt;
  68. }
  69. UL {
  70. margin-top : 0in;
  71. margin-bottom : 6pt;
  72. list-style-type : disk;
  73. }
  74. UL.Level2 {
  75. margin-top : 4pt;
  76. margin-bottom : 4pt;
  77. list-style-type : circle;
  78. }
  79. OL {
  80. margin-top : 0in;
  81. margin-bottom : 6pt;
  82. list-style-type : decimal;
  83. }
  84. OL.Level2 {
  85. margin-top : 4pt;
  86. margin-bottom : 4pt;
  87. list-style-type : lower-alpha;
  88. }
  89. LI {
  90. margin-top : 0in;
  91. margin-bottom : 4pt;
  92. }
  93. DL {
  94. margin-top : 0in;
  95. margin-bottom : 6pt;
  96. }
  97. DT {
  98. margin-top : 6pt;
  99. margin-bottom : 0pt;
  100. font-weight : bold;
  101. margin-left : .15in;
  102. }
  103. DD {
  104. margin-left : .5in;
  105. margin-bottom : 0pt;
  106. }
  107. DL.Indent {
  108. margin-top : 0pt;
  109. margin-bottom : 6pt;
  110. }
  111. DT.Indent {
  112. margin-top : 6pt;
  113. margin-bottom : 0pt;
  114. font-weight : bold;
  115. margin-left : 0in;
  116. }
  117. DD.Indent {
  118. margin-left : .35in;
  119. margin-bottom : 0pt;
  120. }
  121. PRE {
  122. font-family : Courier New, Courier, monospace;
  123. margin-left : .15in;
  124. margin-bottom : 10pt;
  125. font-size : 8pt;
  126. }
  127. PRE.Indent {
  128. font-family : Courier New, Courier, monospace;
  129. font-size : 8pt;
  130. font-weight : normal;
  131. margin-left : 0in;
  132. margin-top : 4pt;
  133. margin-bottom : 4pt;
  134. }
  135. PRE.IndentLevel2 {
  136. font-family : Courier New, Courier, monospace;
  137. font-size : 8pt;
  138. font-weight : normal;
  139. margin-left : 0in;
  140. margin-top : 4pt;
  141. margin-bottom : 4pt;
  142. }
  143. TABLE {
  144. margin-bottom : 6pt;
  145. margin-top : 6pt;
  146. }
  147. TH {
  148. font-weight : bold;
  149. font-family : Verdana, Arial, Helvetica, sans-serif;
  150. font-size : 8pt;
  151. }
  152. TR {
  153. margin-bottom : 6pt;
  154. }
  155. TD {
  156. font-size : 8pt;
  157. font-family : Verdana, Arial, Helvetica, sans-serif;
  158. }
  159. IMG {
  160. margin-bottom : 10pt;
  161. margin-left : .15in;
  162. margin-top : 0;
  163. }
  164. B {
  165. font-weight : bold;
  166. }
  167. CITE {
  168. font-style : italic;
  169. }
  170. CODE {
  171. font-family : Courier New, Courier, monospace;
  172. font-size : 8pt;
  173. }
  174. I {
  175. font-style : italic;
  176. }
  177. KBD {
  178. font-family : Courier New, Courier, monospace;
  179. font-size : 8pt;
  180. }
  181. VAR {
  182. font-style : italic;
  183. }