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.3 KiB

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