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.

243 lines
2.7 KiB

  1. /* Cascading Style Sheet for MSDN Content */
  2. body
  3. {
  4. padding: 0px 0px 0px 26px;
  5. background: #ffffff;
  6. color: #000000;
  7. font-family: Verdana, Arial, Helvetica, sans-serif;
  8. font-size: 70%;
  9. }
  10. div
  11. {
  12. width: 90%;
  13. border: 2px solid #999999;
  14. padding: 4px 8px;
  15. }
  16. h1, h2, h3, h4
  17. {
  18. font-family: Verdana, Arial, Helvetica, sans-serif;
  19. margin-left: -26px;
  20. }
  21. h1
  22. {
  23. font-size: 145%;
  24. margin-top: .5em;
  25. margin-bottom: .5em;
  26. }
  27. h2
  28. {
  29. font-size: 130%;
  30. margin-top: 1em;
  31. margin-bottom: .6em;
  32. }
  33. h3
  34. {
  35. font-size: 115%;
  36. margin-top: 1em;
  37. margin-bottom: .6em;
  38. }
  39. h4
  40. {
  41. font-size: 100%;
  42. margin-top: 1em;
  43. margin-bottom: .6em;
  44. }
  45. ul p, ol p, dl p
  46. {
  47. margin-left: 0em;
  48. }
  49. p
  50. {
  51. margin-top: .6em;
  52. margin-bottom: .6em;
  53. }
  54. dl
  55. {
  56. margin-top: 0em;
  57. }
  58. dd
  59. {
  60. margin-bottom: 0em;
  61. margin-left: 1.9em;
  62. }
  63. dt
  64. {
  65. margin-top: .6em;
  66. }
  67. ul, ol
  68. {
  69. margin-top: .6em;
  70. margin-bottom: 0em;
  71. }
  72. ol
  73. {
  74. margin-left: 3.6em;
  75. }
  76. ul
  77. {
  78. list-style-type: disc;
  79. margin-left: 1.9em;
  80. }
  81. li
  82. {
  83. margin-bottom: .6em;
  84. }
  85. pre
  86. {
  87. margin-top: .6em;
  88. margin-bottom: .6em;
  89. }
  90. pre,code
  91. {
  92. font: 100% Courier New, Courier, mono;
  93. color: #660000;
  94. }
  95. table
  96. {
  97. width: 90%;
  98. background: #999999;
  99. margin-top: .6em;
  100. margin-bottom: .3em;
  101. }
  102. th
  103. {
  104. padding: 4px 8px;
  105. background: #cccccc;
  106. text-align: left;
  107. font-size: 70%;
  108. vertical-align: bottom;
  109. }
  110. td
  111. {
  112. padding: 4px 8px;
  113. background: #ffffff;
  114. vertical-align: top;
  115. font-size: 70%;
  116. }
  117. blockquote
  118. {
  119. margin-left: 3.8em;
  120. margin-right: 3.8em;
  121. margin-top: .6em;
  122. margin-bottom: .6em;
  123. }
  124. sup
  125. {
  126. text-decoration: none;
  127. font-size: smaller;
  128. }
  129. a:link
  130. {
  131. color: #0000FF;
  132. }
  133. a:visited
  134. {
  135. color: #660066;
  136. }
  137. A:HOVER
  138. {
  139. color: #FF9900;
  140. }
  141. .label
  142. {
  143. font-weight: bold;
  144. margin-top: 1em;
  145. margin-left: -26px;
  146. }
  147. .tl
  148. {
  149. margin-bottom: .75em;
  150. }
  151. .atl
  152. {
  153. padding-left: 1.5em;
  154. padding-bottom: .75em;
  155. }
  156. .cfe
  157. {
  158. font-weight: bold;
  159. }
  160. .mini
  161. {
  162. font-size: smaller;
  163. }
  164. .fineprint
  165. {
  166. font-size: 90%;
  167. }
  168. .dt
  169. {
  170. margin-bottom: -.6em;
  171. }
  172. .indent
  173. {
  174. margin-left: 1.9em;
  175. margin-right: 1.9em;
  176. }
  177. .product
  178. {
  179. text-align: right;
  180. color: #333333;
  181. font-size: smaller;
  182. font-style: italic;
  183. }
  184. div.header
  185. {
  186. width: 100%;
  187. border: none;
  188. background: #ffffff;
  189. margin-top: 6 pt;
  190. padding-bottom: 6pt;
  191. color: #ff0000;
  192. text-align: center;
  193. font-size: 76%;
  194. }
  195. div.footer
  196. {
  197. width: 100%;
  198. border: none;
  199. background: #ffffff;
  200. margin-top: 18pt;
  201. padding-bottom: 12pt;
  202. color: #228B22;
  203. text-align: center;
  204. font-size: 76%;
  205. }