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.

55 lines
1.2 KiB

  1. /* ============================================================
  2. Microsoft Server Appliance
  3. Style sheet
  4. Copyright (c) Microsoft Corporation. All rights reserved.
  5. ============================================================ */
  6. BODY
  7. {
  8. BACKGROUND-COLOR: #cccccc;
  9. COLOR: #000000;
  10. FONT-FAMILY: Verdana, Arial;
  11. FONT-SIZE: 10pt;
  12. }
  13. TABLE
  14. {
  15. COLOR: #000000;
  16. FONT-FAMILY: Verdana, Arial;
  17. FONT-SIZE: 10pt;
  18. }
  19. .TITLEBAR
  20. {
  21. BACKGROUND: navy;
  22. COLOR: white;
  23. FONT-FAMILY: Tahoma, Arial Black, Helvetica;
  24. FONT-SIZE: 12pt;
  25. FONT-STYLE: normal;
  26. FONT-WEIGHT: bold;
  27. PADDING-LEFT: 0px;
  28. PADDING-TOP: 0px;
  29. POSITION: relative;
  30. TEXT-DECORATION: none;
  31. VERTICAL-ALIGN: middle;
  32. }
  33. .TASKTITLE
  34. {
  35. COLOR: #000000;
  36. FONT-FAMILY: Verdana, Arial;
  37. FONT-SIZE: 18pt;
  38. FONT-WEIGHT: bold;
  39. }
  40. .PAGETITLE
  41. {
  42. COLOR: #000000;
  43. FONT-FAMILY: Verdana, Arial;
  44. FONT-SIZE: 12pt;
  45. }
  46. .ERRMSG
  47. {
  48. COLOR: #ff0000;
  49. FONT-FAMILY: Verdana, Arial;
  50. FONT-SIZE: 10pt;
  51. TEXT-DECORATION: none;
  52. PADDING-LEFT: 25px;
  53. }