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.

66 lines
795 B

  1. /* EXTERNAL STYLE SHEET FOR MENUBAR ELEMENTS */
  2. .divTaskpad
  3. {
  4. position:absolute;
  5. left:0%;
  6. top: 0%
  7. // top:6.5%;
  8. width:100%;
  9. height:93.5%;
  10. }
  11. .divMenubar
  12. {
  13. position:absolute;
  14. left:0%;
  15. top:0%;
  16. width:100%;
  17. height:0% // no menubar
  18. //height:6.5%;
  19. font-size:1pt;
  20. }
  21. .divMenu
  22. {
  23. position:absolute;
  24. left:0;
  25. top:0;
  26. width:0%; no menubar
  27. //width:100%;
  28. height:80%;
  29. }
  30. .tblMenu
  31. {
  32. font-family:Verdana;
  33. font-weight:bold;
  34. cursor:default;
  35. }
  36. .divBand
  37. {
  38. position:absolute;
  39. left:0;
  40. top:80%;
  41. width:100%;
  42. height;0; no band
  43. //height:20%;
  44. }
  45. .anchorMenuDefault
  46. {
  47. text-decoration:none;
  48. cursor:hand;
  49. }
  50. .anchorMenuSelected
  51. {
  52. text-decoration:underline;
  53. }
  54. .clsNav
  55. {
  56. font-family:Marlett;
  57. cursor:default;
  58. }