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.

174 lines
3.5 KiB

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