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.

163 lines
2.0 KiB

  1. /* Cascading Style Sheet for MSDN Content */
  2. body
  3. {
  4. padding: 0px 0px 0px 26px;
  5. background: #ffffff;
  6. color: #555555;
  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. background: #cccccc;
  16. }
  17. h1, h2, h3, h4
  18. {
  19. font-family: Verdana, Arial, Helvetica, sans-serif;
  20. margin-left: -26px;
  21. font-size: 90%;
  22. }
  23. p, h5, h6, h7
  24. {
  25. font-family: Verdana, Arial, Helvetica, sans-serif;
  26. font-size: 70%;
  27. }
  28. ul
  29. {
  30. list-style-type: disc;
  31. font-family: Verdana, Arial, Helvetica, sans-serif;
  32. font-size: 90%;
  33. }
  34. ol
  35. {
  36. font-family: Verdana, Arial, Helvetica, sans-serif;
  37. font-size: 90%;
  38. }
  39. li
  40. {
  41. font-family: Verdana, Arial, Helvetica, sans-serif;
  42. }
  43. pre,code
  44. {
  45. font: 100% Courier New, Courier, mono;
  46. font-size: 90%;
  47. color: #660000;
  48. }
  49. table
  50. {
  51. width: 90%;
  52. background: #999999;
  53. font-family: Verdana, Arial, Helvetica, sans-serif;
  54. font-size: 70%;
  55. }
  56. th
  57. {
  58. padding: 4px 8px;
  59. background: #cccccc;
  60. text-align: left;
  61. vertical-align: bottom;
  62. font-family: Verdana, Arial, Helvetica, sans-serif;
  63. font-size: 70%;
  64. }
  65. td
  66. {
  67. padding: 4px 8px;
  68. background: #ffffff;
  69. vertical-align: top;
  70. font-family: Verdana, Arial, Helvetica, sans-serif;
  71. font-size: 70%;
  72. }
  73. blockquote
  74. {
  75. }
  76. sup
  77. {
  78. text-decoration: none;
  79. font-size: smaller;
  80. }
  81. a:link
  82. {
  83. color: #0000FF;
  84. }
  85. a:visited
  86. {
  87. color: #660066;
  88. }
  89. A:HOVER
  90. {
  91. color: #FF9900;
  92. }
  93. .label
  94. {
  95. font-weight: bold;
  96. }
  97. .tl
  98. {
  99. margin-bottom: .75em;
  100. }
  101. .atl
  102. {
  103. padding-left: 1.5em;
  104. }
  105. .cfe
  106. {
  107. font-weight: bold;
  108. }
  109. .mini
  110. {
  111. font-size: smaller;
  112. }
  113. .fineprint
  114. {
  115. font-size: 90%;
  116. }
  117. .dt
  118. {
  119. margin-bottom: -.6em;
  120. }
  121. .indent
  122. {
  123. margin-left: 1.9em;
  124. margin-right: 1.9em;
  125. }
  126. div.header
  127. {
  128. width: 100%;
  129. border: none;
  130. background: #ffffff;
  131. font-family: Verdana, Arial, Helvetica, sans-serif;
  132. color: #ff0000;
  133. text-align: center;
  134. font-size: 50%;
  135. }