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.

61 lines
1.1 KiB

  1. body
  2. {
  3. }
  4. .DTitle
  5. {
  6. font-size: medium;
  7. color: black;
  8. font-family: Tahoma;
  9. }
  10. .DSubTitle
  11. {
  12. font-size: small;
  13. color: black;
  14. font-family: Tahoma;
  15. }
  16. .DNormal
  17. {
  18. font-size: x-small;
  19. color: black;
  20. font-family: Tahoma;
  21. }
  22. .clsTableInfoSmall
  23. {
  24. border-right: blue 1px solid;
  25. padding-right: 0px;
  26. border-top: blue 1px solid;
  27. padding-left: 0px;
  28. font-size: 10px;
  29. padding-bottom: 0px;
  30. border-left: blue 1px solid;
  31. width: 60%;
  32. color: white;
  33. padding-top: 0px;
  34. border-bottom: blue 1px solid;
  35. font-family: Tahoma, Verdana, Arial, Helvetica;
  36. background-color: #6487dc;
  37. }
  38. .clsTDMenu
  39. {
  40. FONT-WEIGHT: 500;
  41. FONT-SIZE: 8pt;
  42. CURSOR: hand;
  43. COLOR: #6487dc;
  44. FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
  45. BACKGROUND-COLOR: white;
  46. }
  47. .clsTRMenu
  48. {
  49. padding-right: 0%;
  50. padding-left: 0%;
  51. font-size: 8pt;
  52. padding-bottom: 0%;
  53. width: 100%;
  54. border-top-style: solid;
  55. padding-top: 0%;
  56. font-family: Tahoma, Verdana, Arial, Helvetica;
  57. border-right-style: solid;
  58. border-left-style: solid;
  59. background-color: white;
  60. border-bottom-style: solid;
  61. }