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.

372 lines
7.6 KiB

  1. .title {
  2. font-size : 24pt;
  3. font-family : Franklin Gothic Medium;
  4. font-weight : bold;
  5. color : white;
  6. line-height : 100%;
  7. filter: shadow(color=#003399, direction=115, strength=4); height: 40px; width: 100%; color: FFFFFF;
  8. }
  9. .status {
  10. font-size : 9pt;
  11. font-family : Tahoma;
  12. font-weight : bold;
  13. color : white;
  14. line-height : 100%;
  15. }
  16. .emphasis-lesser {
  17. font-size : 9pt;
  18. font-family : Tahoma;
  19. font-weight : normal;
  20. font-style : normal;
  21. color : white;
  22. line-height : 12pt;
  23. }
  24. .emphasis-greater {
  25. font-size : 14pt;
  26. font-family : Trebuchet MS;
  27. font-weight : bold;
  28. color : white;
  29. line-height : 14pt;
  30. }
  31. .text-primary {
  32. font-size : 9pt;
  33. font-family : Arial;
  34. font-weight : normal;
  35. color : white;
  36. line-height : 12pt;
  37. /* margin-right : 50; */
  38. }
  39. .text-primary-sml {
  40. font-size : 8pt;
  41. font-family : Tahoma;
  42. font-weight : normal;
  43. color : white;
  44. line-height : 12pt;
  45. /* margin-right : 50; */
  46. }
  47. .text-primary-btndesc {
  48. font-size : 9pt;
  49. font-family : Arial;
  50. font-weight : normal;
  51. color : white;
  52. line-height : 12pt;
  53. position : absolute;
  54. top : 82%;
  55. left : 20%;
  56. }
  57. .text-secondary {
  58. font-size : 8pt;
  59. font-family : Tahoma;
  60. font-weight : normal;
  61. color : white;
  62. line-height : 12pt;
  63. }
  64. .text-secondary2 {
  65. font-size : 8pt;
  66. font-family : Tahoma;
  67. font-weight : normal;
  68. color : black;
  69. line-height : 12pt;
  70. }
  71. .text-error {
  72. font-size : 9pt;
  73. font-family : Tahoma;
  74. color : #ffff00;
  75. line-height : 12pt;
  76. font-weight : bold;
  77. }
  78. .text-error-small {
  79. font-size : 8pt;
  80. font-family : Tahoma;
  81. color : #ffff00;
  82. font-weight : normal;
  83. line-height : 12pt;
  84. font-weight : bold;
  85. }
  86. A {
  87. text-decoration : underline;
  88. color: white;
  89. }
  90. A:Active {
  91. text-decoration : underline;
  92. }
  93. A:Hover {
  94. text-decoration : underline;
  95. color:red;}
  96. }
  97. .buttonposition4 {
  98. position : absolute;
  99. top : 90.2%;
  100. left : 0px;
  101. width: 100%;
  102. }
  103. .buttons {
  104. /* style for button text, color, and margins */
  105. font-family : Arial;
  106. font-size : 10pt;
  107. font-weight : normal;
  108. line-height : 11pt;
  109. color : WHITE;
  110. background-color : #4F7FB5;
  111. padding-top : 3px;
  112. padding: 3px;
  113. margin : 8px;
  114. }
  115. .buttons-hover {
  116. /* style for button text, color, and margins */
  117. font-family : Arial;
  118. font-size : 10pt;
  119. font-weight : normal;
  120. line-height : 11pt;
  121. color : navy;
  122. background-color : #99ccff;
  123. padding-top : 3px;
  124. padding: 3px;
  125. margin : 8px;
  126. }
  127. .buttons-disabled {
  128. /* style for button text, color, and margins */
  129. font-family : Arial;
  130. font-size : 10pt;
  131. font-weight : normal;
  132. line-height : 11pt;
  133. color: WHITE;
  134. background-color : #cccccc;
  135. padding-top : 3px;
  136. padding: 3px;
  137. margin : 8px;
  138. }
  139. .newbuttonposition {
  140. /* style for new OOBE buttons */
  141. position : absolute;
  142. top : 94.5%;
  143. left : 0px;
  144. width: 110%;
  145. }
  146. .newbuttonsBack {
  147. border:0;
  148. background-color: transparent;
  149. background-repeat: no-repeat;
  150. width:24;
  151. height:24;
  152. background-image: url(../images/backup.jpg)
  153. }
  154. .newbuttonsBack-hover {
  155. border:0;
  156. background-color: transparent;
  157. background-repeat: no-repeat;
  158. width:24;
  159. height:24;
  160. background-image: url(../images/backover.jpg)
  161. }
  162. .newbuttonsBack-down {
  163. border:0;
  164. background-color: transparent;
  165. background-repeat: no-repeat;
  166. width:24;
  167. height:24;
  168. background-image: url(../images/backdown.jpg)
  169. }
  170. .newbuttonsBack-disabled {
  171. border:0;
  172. background-color: transparent;
  173. background-repeat: no-repeat;
  174. width:24;
  175. height:24;
  176. background-image: url(../images/backoff.jpg)
  177. }
  178. .newbuttonsSkip {
  179. border:0;
  180. background-color: transparent;
  181. background-repeat: no-repeat;
  182. width:24;
  183. height:24;
  184. background-image: url(../images/Skipup.jpg)
  185. }
  186. .newbuttonsSkip-hover {
  187. border:0;
  188. background-color: transparent;
  189. background-repeat: no-repeat;
  190. width:24;
  191. height:24;
  192. background-image: url(../images/Skipover.jpg)
  193. }
  194. .newbuttonsSkip-down {
  195. border:0;
  196. background-color: transparent;
  197. background-repeat: no-repeat;
  198. width:24;
  199. height:24;
  200. background-image: url(../images/Skipdown.jpg)
  201. }
  202. .newbuttonsSkip-disabled {
  203. border:0;
  204. background-color: transparent;
  205. background-repeat: no-repeat;
  206. width:24;
  207. height:24;
  208. background-image: url(../images/Skipoff.jpg)
  209. }
  210. .newbuttonsNext {
  211. border:0;
  212. background-color: transparent;
  213. background-repeat: no-repeat;
  214. width:24;
  215. height:24;
  216. background-image: url(../images/nextup.jpg)
  217. }
  218. .newbuttonsNext-hover {
  219. border:0;
  220. background-color: transparent;
  221. background-repeat: no-repeat;
  222. width:24;
  223. height:24;
  224. background-image: url(../images/nextover.jpg)
  225. }
  226. .newbuttonsNext-down {
  227. border:0;
  228. background-color: transparent;
  229. background-repeat: no-repeat;
  230. width:24;
  231. height:24;
  232. background-image: url(../images/nextdown.jpg)
  233. }
  234. .newbuttonsNext-disabled {
  235. border:0;
  236. background-color: transparent;
  237. background-repeat: no-repeat;
  238. width:24;
  239. height:24;
  240. background-image: url(../images/nextoff.jpg)
  241. }
  242. .pid-box {
  243. /* style for product key boxes */
  244. /* font needs to be fixed-width, so leave as Courier-New */
  245. font-weight:bold;
  246. font-family: Courier New;
  247. FONT-SIZE: 16pt;
  248. }
  249. .user-name-box
  250. {
  251. /* style for user account name edit boxes */
  252. ime-mode : active;
  253. size: 24;
  254. maxLength: 255; /* must be kept in sync with max user name length */
  255. }
  256. .computer-name-box
  257. {
  258. /* style for computer name edit box */
  259. size: 16;
  260. maxLength: 15; /* must be kept in sync with max computer name length */
  261. }
  262. .user-name-box
  263. {
  264. /* style for user name edit box */
  265. size: 16;
  266. maxLength: 15;
  267. }
  268. .dial-number-box {
  269. /* style for dial number in error page */
  270. ime-mode : disabled;
  271. font-size : 9pt;
  272. font-family : courier new;
  273. font-weight : normal;
  274. text-align : right;
  275. }
  276. .computer-desc-box
  277. {
  278. /* style for computer description edit box */
  279. size: 45;
  280. maxLength: 40; /* must be kept in sync with max computer description length */
  281. }
  282. .font9pt {
  283. font-size : 9pt;
  284. }
  285. .font8pt {
  286. font-size : 8pt;
  287. }
  288. .BackSpaceButton {
  289. font-size : 9pt;
  290. font-family : Arial;
  291. }
  292. .fontStyle
  293. {
  294. font-family:Tahoma, Arial, Helvetica, sans-serif;
  295. font-size:x-small
  296. }
  297. .ProdKeyMsgWidth
  298. {
  299. width:45%;
  300. }
  301. .ProdKeyMsgText
  302. {
  303. line-height:14pt;
  304. }
  305. .MigPageMsgWidth
  306. {
  307. width:62%;
  308. }
  309. .BadEulaMsgWidth
  310. {
  311. width:35%;
  312. }
  313. .BadPkeyMsgWidth
  314. {
  315. width:38%;
  316. }
  317. .EulaMsgWidth
  318. {
  319. width:62%;
  320. }