letf.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. BODY{
  2. scrollbar-face-color: #C2E2FB;
  3. scrollbar-highlight-color: #D1D7DC;
  4. scrollbar-shadow-color: #98AAB1;
  5. scrollbar-3dlight-color: #ffffff;
  6. scrollbar-arrow-color: #006699;
  7. scrollbar-track-color: #EFEFEF;
  8. scrollbar-darkshadow-color: #EFEFEF;
  9. margin-left:0px;
  10. margin-top:0px;
  11. margin-right:0px;
  12. margin-bottom:0px;
  13. font-size:12px;
  14. font-family:微软雅黑,宋体;
  15. background-color:white;
  16. }
  17. .leftbody{
  18. border-right:1px solid #62ABD9;
  19. margin-right:0px;
  20. leftmargin:0px;
  21. topmargin:0px;
  22. }
  23. .menutitle{
  24. padding-top:2px;
  25. }
  26. .menubutton {
  27. cursor: hand;
  28. height:25;
  29. /* background:#fafafa url('images/navigator_bg.gif');*/
  30. border-bottom:2px solid #dbe2ed;
  31. background:#eaeef4;
  32. }
  33. .menubutton_d {
  34. cursor: hand;
  35. height:25;
  36. }
  37. .treeBox{
  38. width:100%;
  39. height:100%;
  40. padding-top:2px;
  41. padding-left:1px;
  42. }
  43. .hiddentree{
  44. background:url('images/layout_button_left.gif') no-repeat 3px 4px;
  45. width:18px;
  46. height:20px;
  47. overflow:hidden;
  48. display:inline-block;
  49. vertical-align:top;
  50. opacity:0.6;
  51. filter:alpha(opacity=60);
  52. }
  53. .hiddentree-hover{
  54. opacity:1.0;
  55. filter:alpha(opacity=100);
  56. }
  57. .expendtree{
  58. background:url('images/layout_button_right.gif') no-repeat 3px 4px;
  59. width:18px;
  60. height:20px;
  61. overflow:hidden;
  62. display:inline-block;
  63. vertical-align:top;
  64. opacity:0.6;
  65. filter:alpha(opacity=60);
  66. }
  67. .expendtree-hover{
  68. opacity:1.0;
  69. filter:alpha(opacity=100);
  70. }