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.

122 lines
2.2 KiB

  1. SELECT {
  2. background-color: white;
  3. font-family: Verdana, Arial, Tahoma;
  4. font-size: 10pt;
  5. font-weight: normal
  6. }
  7. TEXTAREA {
  8. background-color: white;
  9. font-family: Tahoma, Verdana, Arial;
  10. font-size: 10pt;
  11. font-weight: normal
  12. }
  13. INPUT {
  14. font-family: Tahoma, Verdana, Arial;
  15. font-size: 10pt;
  16. font-weight: normal
  17. }
  18. TD {
  19. font-family: Verdana, Arial;
  20. font-size: 10pt
  21. }
  22. A {
  23. text-decoration: none
  24. }
  25. A:active {
  26. text-decoration: none
  27. }
  28. A:hover {
  29. text-decoration: underline
  30. }
  31. A:Visited {
  32. text-decoration: none
  33. }
  34. .Instructions {
  35. color: black;
  36. font-family: Verdana, Arial, Tahoma;
  37. font-size: 10pt
  38. }
  39. .PageHeading {
  40. color : black;
  41. font-family: Trebuchet MS, Tahoma, Arial;
  42. font-size: 16pt;
  43. font-weight: bold;
  44. line-height : 110%;
  45. }
  46. .StepHeading {
  47. font: bold 16pt Trebuchet MS, Tahoma, arial;
  48. padding-left: 10px
  49. }
  50. .ItemHeadingSmall {
  51. color: black;
  52. font: bold 10pt Trebuchet MS, Tahoma, arial
  53. }
  54. .PlainText {
  55. font: 10pt Verdana, Tahoma, arial
  56. }
  57. .PlainTextSmall {
  58. font: 8pt Verdana, Tahoma, arial
  59. }
  60. .stlButtonBig {
  61. font: bold 14pt Trebuchet MS, Tahoma, arial;
  62. }
  63. .stlList
  64. {
  65. background-color: white;
  66. color: black;
  67. font: 8pt Verdana, Trebuchet MS, Tahoma, Arial;
  68. cursor: hand;
  69. overflow: auto;
  70. width: 300pt;
  71. height: 100px;
  72. border: 1px black solid;
  73. }
  74. .stlList UL
  75. {
  76. list-style-type: none;
  77. margin-left: 0px;
  78. margin-right: 0px;
  79. margin-top: 0pt;
  80. margin-bottom: 0pt;
  81. border: 0px black solid;
  82. text-indent: 0pt;
  83. padding-right: 0pt;
  84. }
  85. .stlList UL LI
  86. {
  87. margin-left: 0pt;
  88. margin-right: 0pt;
  89. margin-top: 0pt;
  90. margin-bottom: 0pt;
  91. border: 0px black solid;
  92. background-color: white;
  93. }
  94. .stlList UL LI DIV
  95. {
  96. height: 1em;
  97. }
  98. .stlList UL LI.selected
  99. {
  100. background-color: navy;
  101. color: white;
  102. }
  103. BODY {
  104. COLOR: black
  105. }