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.

428 lines
9.4 KiB

  1. /*
  2. ** Copyright (c) 2001 Microsoft Corporation
  3. */
  4. BODY
  5. {
  6. cursor : default;
  7. margin : 0px;
  8. }
  9. /*--------------------------------------------------------------------------------*/
  10. /*--- generic font/color classes ---*/
  11. /*--------------------------------------------------------------------------------*/
  12. /* used throughout the hsc, primary font that all information uses */
  13. .sys-font-body
  14. {
  15. font : messagebox; /* default Whistler system typeface is Tahoma 8pt */
  16. }
  17. /* bold variant of the body text font */
  18. .sys-font-body-bold
  19. {
  20. font : messagebox; /* default Whistler system typeface is Tahoma 8pt */
  21. font-weight : bold;
  22. }
  23. /* color of normal text (usually black) */
  24. .sys-color-body
  25. {
  26. color : #000000;
  27. }
  28. /* used when the body text color needs to indicate an alert (usually red) */
  29. .sys-color-body-alert
  30. {
  31. color : #FF0000;
  32. }
  33. /* used when the body text color needs to indicate status ok (usually green) */
  34. .sys-color-body-ok
  35. {
  36. color : #009900;
  37. }
  38. /* used for text that is gray or demoted, such as secondary descriptive text */
  39. .sys-color-body-sec
  40. {
  41. color : #808080;
  42. }
  43. /* color of normal text (usually dark blue) */
  44. .sys-color-body-helper
  45. {
  46. color : #0309C0;
  47. }
  48. /* color of normal text (usually dark grey) */
  49. .sys-color-body-helpee
  50. {
  51. color : #848E94;
  52. }
  53. /* used for the HSC logo in the header, largest font in HSC */
  54. .sys-font-heading1
  55. {
  56. font-family : Franklin Gothic Medium;
  57. font-size : 20pt;
  58. font-weight : normal;
  59. }
  60. /* used on splash pages and the homepage */
  61. .sys-font-heading2
  62. {
  63. font-family : Franklin Gothic Medium;
  64. font-size : 18pt;
  65. }
  66. /* used on subsite and centers content pages and search label in header */
  67. .sys-font-heading3
  68. {
  69. font-family : Franklin Gothic Medium;
  70. font-size : 14pt;
  71. }
  72. /* used on splash pages as smaller message text */
  73. .sys-font-heading4
  74. {
  75. font-family : Franklin Gothic Book;
  76. font-size : 12pt;
  77. }
  78. /*--------------------------------------------------------------------------------*/
  79. /*--- hyperlink classes ---*/
  80. /*--------------------------------------------------------------------------------*/
  81. /* links in RHP, normal blue hyperlinks used throughout hsc */
  82. A.sys-link-normal
  83. {
  84. color : #3333FF;
  85. text-decoration : none;
  86. }
  87. A.sys-link-normal:hover
  88. {
  89. color : #6666FF;
  90. text-decoration : underline;
  91. }
  92. /* hyperlinks on the homepage, where the background is not white (Luna=blue) */
  93. A.sys-link-homepage
  94. {
  95. color : #FFFFFF;
  96. text-decoration : none;
  97. }
  98. A.sys-link-homepage:hover
  99. {
  100. color : #FFFFFF;
  101. text-decoration : underline;
  102. }
  103. /* the "set search options" link in the header */
  104. A.sys-link-header
  105. {
  106. color : #FFFFFF;
  107. text-decoration : none;
  108. }
  109. A.sys-link-header:hover
  110. {
  111. color : #FFFFFF;
  112. text-decoration : underline;
  113. }
  114. /*--------------------------------------------------------------------------------*/
  115. /*--- header classes ---*/
  116. /*--------------------------------------------------------------------------------*/
  117. /* used to flat fill the header area with a solid color */
  118. .sys-header-bgcolor
  119. {
  120. background-color : #003399;
  121. }
  122. /* used to separate tool bar from content area */
  123. .sys-header-gradient-H
  124. {
  125. behavior : url(#default#pch_gradient);
  126. start-color : #2E52AF;
  127. end-color : #D8EAF3;
  128. gradient-type : 1;
  129. return-to-zero : 1;
  130. }
  131. /* used to separate left pane from right pane */
  132. .sys-header-gradient-V
  133. {
  134. behavior : url(#default#pch_gradient);
  135. start-color : #8CAAE6;
  136. end-color : #C8DEFF;
  137. gradient-type : 0;
  138. return-to-zero : 1;
  139. }
  140. /* used for any text that is not a link and is meant to be demoted */
  141. .sys-header-color
  142. {
  143. color : #D6DFF5;
  144. }
  145. /* used for the "Help and Support Center" logo in the header */
  146. .sys-header-color-logo
  147. {
  148. color : #FFFFFF;
  149. }
  150. /*--------------------------------------------------------------------------------*/
  151. /*--- homepage classes ---*/
  152. /*--------------------------------------------------------------------------------*/
  153. /* color fill on the homepage background */
  154. .sys-homepage-bgcolor
  155. {
  156. background-color: #6487DC;
  157. }
  158. /* used for any non-hyperlink text on the homepage */
  159. .sys-homepage-color
  160. {
  161. color: #D6DFF5;
  162. }
  163. /*--------------------------------------------------------------------------------*/
  164. /*--- left hand pane ---*/
  165. /*--------------------------------------------------------------------------------*/
  166. /* top to bottom gradient colors in the left hand pane background */
  167. .sys-lhp-bgcolor
  168. {
  169. behavior : url(#default#pch_gradient);
  170. start-color : #8CAAE6;
  171. end-color : #6487DC;
  172. gradient-type : 0;
  173. return-to-zero : 0;
  174. }
  175. /* any text that is in the lhp, not included in the task panes */
  176. .sys-lhp-color
  177. {
  178. color : #FFFFFF;
  179. }
  180. /* color used in the search scope area, just above the navigation panes (same as top color in leftpanegradient) */
  181. .sys-lhp-bgcolor-scope
  182. {
  183. background-color : #8CAAE6;
  184. }
  185. /* color used to the right of the search scope area, upper part of the RHP/LHP divider bar */
  186. .sys-lhp-divcolor-upper
  187. {
  188. background-color : #8CAAE6;
  189. }
  190. /****************/
  191. /* top nav pane */
  192. /****************/
  193. /* left to right gradient colors in the header */
  194. .sys-toppane-header-bgcolor
  195. {
  196. behavior : url(#default#pch_gradient);
  197. start-color : #0148B2;
  198. end-color : #285BC5;
  199. gradient-type : 1;
  200. return-to-zero : 0;
  201. }
  202. /* text color in top nav pane */
  203. .sys-toppane-header-color
  204. {
  205. color : #FFFFFF;
  206. }
  207. /* primary fill color */
  208. .sys-toppane-bgcolor
  209. {
  210. background-color : #EDF2FC;
  211. }
  212. /* outline color */
  213. .sys-toppane-color-border
  214. {
  215. border-color : #5582D2;
  216. }
  217. /*******************/
  218. /* bottom nav pane */
  219. /*******************/
  220. /* left to right gradient colors in the header */
  221. .sys-bottompane-header-bgcolor
  222. {
  223. behavior : url(#default#pch_gradient);
  224. start-color : #FFFFFF;
  225. end-color : #C5D2F0;
  226. gradient-type : 1;
  227. return-to-zero : 0;
  228. }
  229. /* text color in bottom nav pane */
  230. .sys-bottompane-header-color
  231. {
  232. color : #215DC6;
  233. }
  234. /* primary fill color */
  235. .sys-bottompane-bgcolor
  236. {
  237. background-color : #EDF2FC;
  238. }
  239. /* outline color */
  240. .sys-bottompane-color-border
  241. {
  242. border-color : #FFFFFF;
  243. }
  244. /*--------------------------------------------------------------------------------*/
  245. /*--- right hand pane ---*/
  246. /*--------------------------------------------------------------------------------*/
  247. /* color used to fill the background of the content pages in the RHP (normally white) */
  248. .sys-rhp-bgcolor
  249. {
  250. background-color : #FFFFFF;
  251. }
  252. /* color used for titles in the content pages in the RHP */
  253. .sys-rhp-color-title
  254. {
  255. color : #5A7EDC;
  256. }
  257. /* color of background of the splash pages in the RHP */
  258. .sys-rhp-splash-bgcolor
  259. {
  260. background-color : #6487DC;
  261. }
  262. /* color of smaller message text on subsite and center splash pages */
  263. .sys-rhp-splash-color
  264. {
  265. color : #FFFFFF;
  266. }
  267. /* color of text on subsite and center splash pages */
  268. .sys-rhp-splash-color-title
  269. {
  270. color : #FFFFFF;
  271. }
  272. /* alert or modal dialogs in the rhp */
  273. .sys-inlineform-bgcolor1
  274. {
  275. background-color : #FFF7E7;
  276. }
  277. /* forms or neutral tone dialogs in the rhp */
  278. .sys-inlineform-bgcolor2
  279. {
  280. background-color : #D6DFF5;
  281. }
  282. /* table header for status in the rhp */
  283. .sys-inlineform-bgcolor3
  284. {
  285. background-color : #1051BD;
  286. }
  287. /* primary header color for tables of data */
  288. .sys-table-header-bgcolor1
  289. {
  290. background-color : #6681D9;
  291. }
  292. /* secondary header color for tables of data, column header color */
  293. .sys-table-header-bgcolor2
  294. {
  295. background-color : #6681D9;
  296. }
  297. /* alternating color 1 for table rows */
  298. .sys-table-cell-bgcolor1
  299. {
  300. background-color : #FFFFFF;
  301. }
  302. /* alternating color 2 for table rows */
  303. .sys-table-cell-bgcolor2
  304. {
  305. background-color : #D6DFF5;
  306. }
  307. /* color for vertical cells in tables and Remote Assistance */
  308. .sys-table-cell-bgcolor3
  309. {
  310. background-color : #C6D3F7;
  311. }
  312. /* color for empty helper screen in Remote Assistance */
  313. .sys-table-cell-bgcolor4
  314. {
  315. background-color : #EFF3FF;
  316. }
  317. /* color for content panes in Remote Assistance (will be removed if no gradient) */
  318. .sys-table-cell-bgcolor5
  319. {
  320. behavior : url(#default#pch_gradient);
  321. start-color : #C5D2F0;
  322. end-color : #FFFFFF;
  323. gradient-type : 1;
  324. return-to-zero : 0;
  325. }
  326. /* color for all table cell outlines */
  327. .sys-table-color-border
  328. {
  329. border-color : #6681D9;
  330. }
  331. /*--------------------------------------------------------------------------------*/
  332. /*--- remote assistance ---*/
  333. /*--------------------------------------------------------------------------------*/
  334. .sys-RA-gradient-H
  335. {
  336. behavior : url(#default#pch_gradient);
  337. start-color : #A4B9EA;
  338. end-color : #7396DF;
  339. gradient-type : 1;
  340. return-to-zero : 0;
  341. }
  342. .sys-RA-gradient-V
  343. {
  344. behavior : url(#default#pch_gradient);
  345. start-color : #7396DF;
  346. end-color : #A4B9EA;
  347. gradient-type : 0;
  348. return-to-zero : 1;
  349. }