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.

237 lines
5.1 KiB

  1. A
  2. {
  3. color: navy;
  4. text-decoration: underline;
  5. }
  6. A:active
  7. {
  8. text-decoration: underline;
  9. }
  10. A:hover
  11. {
  12. color: #b00a20;
  13. text-decoration: underline;
  14. }
  15. BODY
  16. {
  17. visibility: hidden;
  18. color: black;
  19. background-color: white;
  20. behavior: url(rstrui.htc);
  21. cursor: default;
  22. margin-left: 0;
  23. margin-right: 0;
  24. margin-top: 0;
  25. margin-bottom: 0;
  26. overflow: auto;
  27. scrollbar-base-color: "#b7d7f0";
  28. }
  29. .styHeaderBlock
  30. {
  31. background-repeat: no-repeat;
  32. cursor: default;
  33. filter: expression(window.document.dir=="rtl"?"flipH":"");
  34. }
  35. .styContentBlock
  36. {
  37. cursor: default;
  38. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  39. font-size: 8pt;
  40. vertical-align: top
  41. }
  42. .styButton
  43. {
  44. cursor: hand;
  45. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  46. font-size: 9pt;
  47. margin-top: 0px;
  48. margin-bottom: 0px;
  49. padding-left: 8px;
  50. padding-right: 8px;
  51. padding-top: 0px;
  52. }
  53. .styHorzLine
  54. {
  55. background-color: "#6699cc";
  56. }
  57. .styVertLine
  58. {
  59. background-color: "#003399";
  60. }
  61. .styImage
  62. {
  63. cursor: default;
  64. filter: expression(window.document.dir=="rtl"?"flipH":"");
  65. }
  66. .styHeaderText
  67. {
  68. color: "#000099";
  69. cursor: default;
  70. font-family: Franklin Gothic, Tahoma, Verdana, Arial;
  71. font-size: 14pt;
  72. font-weight: bold;
  73. margin-top: 18px;
  74. }
  75. .styText
  76. {
  77. cursor: default;
  78. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  79. font-size: 8pt;
  80. }
  81. .styTextBold
  82. {
  83. color: "#000099";
  84. cursor: default;
  85. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  86. font-size: 8pt;
  87. font-weight: bold;
  88. }
  89. .styTextInfo
  90. {
  91. color: gray;
  92. cursor: default;
  93. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  94. font-size: 8pt;
  95. }
  96. .styTextWarning
  97. {
  98. color: red;
  99. cursor: default;
  100. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  101. font-size: 8pt;
  102. }
  103. .styTextRPTitle
  104. {
  105. cursor: default;
  106. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  107. font-size: 8pt;
  108. margin-bottom: 6px;
  109. }
  110. .styTextRPTitleBold
  111. {
  112. color: "#000099";
  113. cursor: default;
  114. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  115. font-size: 8pt;
  116. font-weight: bold;
  117. margin-bottom: 6px;
  118. }
  119. .styTextRPInfo
  120. {
  121. color: red;
  122. cursor: default;
  123. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  124. font-size: 8pt;
  125. font-weight: bold;
  126. }
  127. .styLink
  128. {
  129. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  130. font-size: 8pt;
  131. cursor: hand;
  132. }
  133. .styInstruction
  134. {
  135. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  136. font-size: 8pt;
  137. cursor: default;
  138. }
  139. .styList
  140. {
  141. background-color: white;
  142. color: navy;
  143. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  144. font-size: 8pt;
  145. cursor: hand;
  146. overflow: auto;
  147. width: 100%;
  148. height: 120px;
  149. border: 0px black solid;
  150. }
  151. .styListCell
  152. {
  153. width: 300px;
  154. }
  155. .styList UL
  156. {
  157. list-style-type: none;
  158. margin-left: 0px;
  159. margin-right: 0px;
  160. margin-top: 0pt;
  161. margin-bottom: 0pt;
  162. border: 0px black solid;
  163. text-indent: 0pt;
  164. padding-right: 0pt;
  165. }
  166. .styList UL LI
  167. {
  168. margin-left: 0pt;
  169. margin-right: 0pt;
  170. margin-top: 0pt;
  171. margin-bottom: 0pt;
  172. border: 0px black solid;
  173. font-weight: normal;
  174. background-color: white;
  175. }
  176. .styList UL LI DIV
  177. {
  178. height: 1em;
  179. }
  180. .styList UL LI.selected
  181. {
  182. font-weight: bold;
  183. background-color: navy;
  184. color: white;
  185. }
  186. .styFolderList
  187. {
  188. background-color: white;
  189. color: navy;
  190. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  191. font-size: 10pt;
  192. cursor: hand;
  193. overflow: auto;
  194. width: 80%;
  195. height: 160px;
  196. }
  197. .styNavButtons
  198. {
  199. background-color: "#b7d7f0";
  200. color: "#2f6790";
  201. font-family: Tahoma, Franklin Gothic, Verdana, Arial;
  202. font-size: 8pt;
  203. font-weight: bold;
  204. padding: 2px;
  205. cursor: hand;
  206. }
  207. .styNavButtonTable
  208. {
  209. background-color: "#296695";
  210. }