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.

205 lines
2.4 KiB

  1. /*
  2. ** Copyright (c) 2000 Microsoft Corporation
  3. */
  4. .btnSelected
  5. {
  6. border-left: 2px black groove;
  7. border-top: 2px black groove;
  8. border-right: 1px black solid;
  9. border-bottom: 1px black solid;
  10. }
  11. .btnNormal
  12. {
  13. border-left: 1px black solid;
  14. border-top: 1px black solid;
  15. border-right: 1px black groove;
  16. border-bottom: 1px black groove;
  17. }
  18. .DisplayNone
  19. {
  20. Display :none;
  21. }
  22. .Display
  23. {
  24. Display :"";
  25. }
  26. .styBtnWidth
  27. {
  28. padding-left : 1em;
  29. padding-right : 1em;
  30. padding-top : 0.4em;
  31. padding-bottom : 0.4em;
  32. }
  33. .MaxLayout
  34. {
  35. width: 100%;
  36. Height:100%;
  37. }
  38. .MaxWidth
  39. {
  40. width:100%;
  41. }
  42. .width8
  43. {
  44. width:5px;
  45. }
  46. .width11
  47. {
  48. width:150px;
  49. }
  50. .MaxHeight
  51. {
  52. height:100%;
  53. }
  54. .height8
  55. {
  56. height:22px;
  57. }
  58. .height5
  59. {
  60. height:10px;
  61. }
  62. .height13
  63. {
  64. height:25px;
  65. }
  66. .height15
  67. {
  68. height:20px;
  69. }
  70. .border
  71. {
  72. border:1px black solid;
  73. }
  74. .padding1
  75. {
  76. padding:5px;
  77. }
  78. .padding2
  79. {
  80. padding-right:5px;
  81. }
  82. .padding5
  83. {
  84. padding-left:5px;
  85. }
  86. .padding6
  87. {
  88. padding-left:10px;
  89. }
  90. .padding4
  91. {
  92. padding-top:10px;
  93. }
  94. .padding7
  95. {
  96. padding-right:20px;
  97. }
  98. .padding8
  99. {
  100. padding-top:5px;
  101. }
  102. .padding3
  103. {
  104. padding-bottom:17px;
  105. }
  106. .valignbottom
  107. {
  108. vertical-align:bottom;
  109. }
  110. .valigntop
  111. {
  112. vertical-align:top;
  113. }
  114. .VAlign
  115. {
  116. Vertical-align:middle;
  117. }
  118. .Hidden
  119. {
  120. VISIBILITY: hidden;
  121. }
  122. .Overflow
  123. {
  124. overflow-y:auto;
  125. overflow-x:hidden;
  126. }
  127. .Cursor
  128. {
  129. Cursor:hand;
  130. }
  131. helpcenter\:context
  132. {
  133. behavior : url(#default#pch_context);
  134. }
  135. /**********************************************************************************/
  136. .styBlack
  137. {
  138. color: black;
  139. }
  140. .styChatColorBlue
  141. {
  142. color: #324395;
  143. }
  144. .styButton
  145. {
  146. color: "black";
  147. cursor: hand;
  148. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  149. font-size: 8pt;
  150. margin-top: 0px;
  151. margin-bottom: 0px;
  152. padding-left: 5px;
  153. padding-right: 5px;
  154. padding-top: 0px;
  155. height: 25px;
  156. width: 64px;
  157. }
  158. .styText
  159. {
  160. cursor: default;
  161. font-family: Tahoma, Trebuchet MS, Verdana, Arial;
  162. font-size: 8pt;
  163. }
  164. /**********************************************************************************/