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.

72 lines
1.1 KiB

  1. BODY
  2. {
  3. FONT-FAMILY: Verdana;
  4. BACKGROUND-COLOR: wheat
  5. }
  6. TABLE.data
  7. {
  8. BORDER-RIGHT: chocolate double;
  9. BORDER-TOP: chocolate double;
  10. FONT-SIZE: 8pt;
  11. BORDER-LEFT: chocolate double;
  12. BORDER-BOTTOM: chocolate double;
  13. BACKGROUND-COLOR: tan
  14. }
  15. COLGROUP.data
  16. {
  17. BORDER-TOP-WIDTH: thin;
  18. BORDER-LEFT-WIDTH: thin;
  19. BORDER-LEFT-COLOR: blue;
  20. BORDER-BOTTOM-WIDTH: thin;
  21. BORDER-BOTTOM-COLOR: blue;
  22. WIDTH: 20%;
  23. BORDER-TOP-COLOR: blue;
  24. TEXT-ALIGN: right;
  25. BORDER-RIGHT-WIDTH: thin;
  26. BORDER-RIGHT-COLOR: blue;
  27. column-span: 1
  28. }
  29. COLGROUP.valueCol
  30. {
  31. WIDTH: 80%;
  32. COLOR: brown;
  33. BACKGROUND-COLOR: moccasin;
  34. TEXT-ALIGN: center
  35. }
  36. H1
  37. {
  38. FONT-SIZE: 16pt;
  39. COLOR: red
  40. }
  41. H2
  42. {
  43. FONT-SIZE: 12pt;
  44. COLOR: firebrick
  45. }
  46. H3
  47. {
  48. FONT-SIZE: 10pt;
  49. COLOR: darkgoldenrod
  50. }
  51. .ObjectPath
  52. {
  53. COLOR: saddlebrown;
  54. FONT-STYLE: italic
  55. }
  56. .HotText
  57. {
  58. COLOR: saddlebrown
  59. }
  60. .BoxText
  61. {
  62. FONT-SIZE: 8pt
  63. }
  64. .DS
  65. {
  66. DISPLAY: none
  67. }
  68. .HotText2
  69. {
  70. FONT-WEIGHT: bolder;
  71. COLOR: red
  72. }