Source code of Windows XP (NT5)
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.

294 lines
6.4 KiB

  1. .styButton
  2. {
  3. background-color: "silver";
  4. color: "black";
  5. cursor: hand;
  6. font-family: Tahoma;
  7. font-size: 9pt;
  8. margin-top: 0px;
  9. margin-bottom: 0px;
  10. padding-left: 0px;
  11. padding-right: 0px;
  12. padding-top: 0px;
  13. BORDER-LEFT: 1px solid;
  14. BORDER-RIGHT: 1px solid;
  15. BORDER-TOP: 1px solid;
  16. BORDER-BOTTOM: 1px solid;
  17. width: 80px;
  18. height: 25px;
  19. }
  20. .styButtonFile
  21. {
  22. background-color: "silver";
  23. color: "black";
  24. font-family: Tahoma;
  25. font-size: 10pt;
  26. margin-top: 0px;
  27. margin-bottom: 0px;
  28. padding-left: 0px;
  29. padding-right: 0px;
  30. padding-top: 0px;
  31. BORDER-LEFT: 1px solid;
  32. BORDER-RIGHT: 1px solid;
  33. BORDER-TOP: 1px solid;
  34. BORDER-BOTTOM: 1px solid;
  35. width: 380px;
  36. height: 25px;
  37. }
  38. .styHelpBackGround
  39. {
  40. background-color: "LightGrey";
  41. cursor: default;
  42. margin-left: 10;
  43. margin-right: 5;
  44. margin-top: 8;
  45. margin-bottom: 5;
  46. overflow: auto;
  47. BORDER-LEFT: 1px solid;
  48. BORDER-RIGHT: 1px solid;
  49. BORDER-TOP: 1px solid;
  50. BORDER-BOTTOM: 1px solid;
  51. width: 363px;
  52. height: 215px;
  53. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  54. font-size: 8pt;
  55. }
  56. .styHelperBackGround
  57. {
  58. background-color: "LightGrey";
  59. cursor: default;
  60. margin-left: 16;
  61. margin-right: 5;
  62. margin-top: 71;
  63. margin-bottom: 5;
  64. overflow: auto;
  65. BORDER-LEFT: 1px solid;
  66. BORDER-RIGHT: 1px solid;
  67. BORDER-TOP: 1px solid;
  68. BORDER-BOTTOM: 1px solid;
  69. width: 263px;
  70. height: 215px;
  71. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  72. font-size: 8pt;
  73. z-index: 2;
  74. visibility: hidden;
  75. position: absolute;
  76. }
  77. .styFileBrowse
  78. {
  79. width: 530px;
  80. }
  81. FONT.styHeader
  82. {
  83. FONT-SIZE: 20px;
  84. FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial;
  85. }
  86. A
  87. {
  88. color: navy;
  89. text-decoration: underline;
  90. }
  91. A:active
  92. {
  93. text-decoration: underline;
  94. }
  95. A:hover
  96. {
  97. color: #b00a20;
  98. text-decoration: underline;
  99. }
  100. .styHeaderBlock
  101. {
  102. background-repeat: no-repeat;
  103. cursor: default;
  104. filter: expression(window.document.dir=="rtl"?"flipH":"");
  105. }
  106. .styContentBlock
  107. {
  108. cursor: default;
  109. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  110. font-size: 8pt;
  111. vertical-align: top
  112. }
  113. .styHorzLine
  114. {
  115. background-color: expression((screen.colorDepth > 8) ? "#6699cc" : "navy");
  116. }
  117. .styVertLine
  118. {
  119. background-color: expression((screen.colorDepth > 8) ? "#003399" : "navy");
  120. }
  121. .styImage
  122. {
  123. cursor: default;
  124. filter: expression(window.document.dir=="rtl"?"flipH":"");
  125. }
  126. .styHeaderText
  127. {
  128. color: expression((screen.colorDepth > 8) ? "#000099" : "navy");
  129. cursor: default;
  130. font-family: Trebuchet MS, Tahoma, Verdana, Arial;
  131. font-size: 14pt;
  132. font-weight: bold;
  133. margin-top: 18px;
  134. }
  135. .styText
  136. {
  137. cursor: default;
  138. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  139. font-size: 8pt;
  140. }
  141. .styTextBold
  142. {
  143. color: expression((screen.colorDepth > 8) ? "#000099" : "navy");
  144. cursor: default;
  145. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  146. font-size: 8pt;
  147. font-weight: bold;
  148. }
  149. .styTextInfo
  150. {
  151. color: gray;
  152. cursor: default;
  153. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  154. font-size: 8pt;
  155. }
  156. .styTextRPTitle
  157. {
  158. cursor: default;
  159. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  160. font-size: 8pt;
  161. margin-bottom: 6px;
  162. }
  163. .styTextRPTitleBold
  164. {
  165. color: expression((screen.colorDepth > 8) ? "#000099" : "navy");
  166. cursor: default;
  167. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  168. font-size: 8pt;
  169. font-weight: bold;
  170. margin-bottom: 6px;
  171. }
  172. .styTextRPInfo
  173. {
  174. color: red;
  175. cursor: default;
  176. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  177. font-size: 8pt;
  178. font-weight: bold;
  179. }
  180. .styLink
  181. {
  182. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  183. font-size: 8pt;
  184. cursor: hand;
  185. }
  186. .styInstruction
  187. {
  188. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  189. font-size: 8pt;
  190. cursor: default;
  191. }
  192. .styList
  193. {
  194. background-color: white;
  195. color: navy;
  196. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  197. font-size: 8pt;
  198. cursor: hand;
  199. overflow: auto;
  200. width: expression(fnSetRestorePointListWidth());
  201. height: 120px;
  202. border: 0px black solid;
  203. }
  204. .styList UL
  205. {
  206. list-style-type: none;
  207. margin-left: 0px;
  208. margin-right: 0px;
  209. margin-top: 0pt;
  210. margin-bottom: 0pt;
  211. border: 0px black solid;
  212. text-indent: 0pt;
  213. padding-right: 0pt;
  214. }
  215. .styList UL LI
  216. {
  217. margin-left: 0pt;
  218. margin-right: 0pt;
  219. margin-top: 0pt;
  220. margin-bottom: 0pt;
  221. border: 0px black solid;
  222. font-weight: normal;
  223. background-color: white;
  224. }
  225. .styList UL LI DIV
  226. {
  227. height: 1em;
  228. }
  229. .styList UL LI.selected
  230. {
  231. font-weight: bold;
  232. background-color: navy;
  233. color: white;
  234. }
  235. .styFolderList
  236. {
  237. background-color: white;
  238. color: navy;
  239. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  240. font-size: 10pt;
  241. cursor: hand;
  242. overflow: auto;
  243. width: 80%;
  244. height: 160px;
  245. border: 1px black solid;
  246. }
  247. .styNavButtons
  248. {
  249. background-color: "silver";
  250. color: "black";
  251. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  252. font-size: 8pt;
  253. font-weight: bold;
  254. padding: 1px;
  255. cursor: hand;
  256. }
  257. .styNavButtonTable
  258. {
  259. background-color: expression((screen.colorDepth > 8) ? "#296695" : "gray");
  260. }