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.

167 lines
3.3 KiB

  1. /* NEW FOR OOBE */
  2. .emphasis-lesser {
  3. font-size : 9pt;
  4. font-family : Trebuchet MS;
  5. font-weight : bold;
  6. font-style : normal;
  7. color : white;
  8. line-height : 12pt;
  9. }
  10. .emphasis-greater {
  11. font-size : 11pt;
  12. font-family : Trebuchet MS;
  13. font-weight : bold;
  14. color : white;
  15. line-height : 14pt;
  16. }
  17. .title {
  18. font-size : 17pt;
  19. font-family : Arial;
  20. font-weight : normal;
  21. color : white;
  22. line-height : 100%;
  23. }
  24. .text-primary {
  25. font-size : 9pt;
  26. font-family : Arial;
  27. font-weight : normal;
  28. color : white;
  29. line-height : 12pt;
  30. /* margin-right : 50; */
  31. }
  32. .text-small {
  33. font-size : 7pt;
  34. font-family : Arial;
  35. font-weight : normal;
  36. color : white;
  37. }
  38. .editbox-text-primary {
  39. font-size : 9pt;
  40. font-family : Arial;
  41. font-weight : normal;
  42. color : black;
  43. line-height : 12pt;
  44. /* margin-right : 50; */
  45. }
  46. .text-secondary {
  47. font-size : 9pt;
  48. font-family : Arial;
  49. font-weight : normal;
  50. color : white;
  51. line-height : 10pt;
  52. }
  53. .text-error {
  54. font-size : 9pt;
  55. font-family : Arial;
  56. color : #ffff00;
  57. line-height : 12pt;
  58. /* margin-right : 50; */
  59. font-weight : bold;
  60. }
  61. A:Active {
  62. text-decoration : underline;
  63. }
  64. A:Hover {
  65. text-decoration : underline;
  66. color:yellow;}
  67. }
  68. .buttonposition4 {
  69. /* style for 4 button text, color, and margins */
  70. position : absolute;
  71. top : 85%;
  72. left : 30%;
  73. width: 400;
  74. }
  75. .buttonpositionnew {
  76. width: 98%;
  77. }
  78. .buttons {
  79. /* style for button text, color, and margins
  80. font-family : Arial;
  81. font-size : 10pt;
  82. font-weight : normal;
  83. line-height : 11pt;
  84. color : WHITE;
  85. background-color : #336699;
  86. padding-top : 3;
  87. padding: 3;
  88. margin : 8;
  89. */
  90. }
  91. .buttons-hover {
  92. /* style for button text, color, and margins
  93. font-family : Arial;
  94. font-size : 10pt;
  95. font-weight : normal;
  96. line-height : 11pt;
  97. color : navy;
  98. background-color : #99ccff;
  99. padding-top : 3;
  100. padding: 3;
  101. margin : 8;
  102. */
  103. }
  104. .buttons-disabled {
  105. /* style for button text, color, and margins
  106. font-family : Arial;
  107. font-size : 10pt;
  108. font-weight : normal;
  109. line-height : 11pt;
  110. color: WHITE;
  111. background-color : #cccccc;
  112. padding-top : 3;
  113. padding: 3;
  114. margin : 8;
  115. */
  116. }
  117. A {
  118. text-decoration : none;
  119. color: white;
  120. }
  121. A:Active {
  122. text-decoration : none;
  123. }
  124. A:Hover {
  125. text-decoration : underline;
  126. }
  127. .font9pt {
  128. font-size : 9pt;
  129. }
  130. .font8pt {
  131. font-size : 8pt;
  132. }
  133. .confirm-box {
  134. /* font needs to be fixed-width, so leave as Courier-New */
  135. font-weight:bold;
  136. font-family: Courier New;
  137. FONT-SIZE: 10pt;
  138. }
  139. .pid-box {
  140. /* font needs to be fixed-width, so leave as Courier-New */
  141. font-weight:bold;
  142. font-family: Courier New;
  143. FONT-SIZE: 10pt;
  144. }