| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- BODY{
- scrollbar-face-color: #C2E2FB;
- scrollbar-highlight-color: #D1D7DC;
- scrollbar-shadow-color: #98AAB1;
- scrollbar-3dlight-color: #ffffff;
- scrollbar-arrow-color: #006699;
- scrollbar-track-color: #EFEFEF;
- scrollbar-darkshadow-color: #EFEFEF;
- margin-left:0px;
- margin-top:0px;
- margin-right:0px;
- margin-bottom:0px;
- font-size:12px;
- font-family:微软雅黑,宋体;
- background-color:white;
- }
- .leftbody{
- border-right:1px solid #62ABD9;
- margin-right:0px;
- leftmargin:0px;
- topmargin:0px;
- }
- .menutitle{
- padding-top:2px;
- }
-
- .menubutton {
- cursor: hand;
- height:25;
- /* background:#fafafa url('images/navigator_bg.gif');*/
- border-bottom:2px solid #dbe2ed;
- background:#eaeef4;
- }
- .menubutton_d {
- cursor: hand;
- height:25;
- }
- .treeBox{
- width:100%;
- height:100%;
- padding-top:2px;
- padding-left:1px;
- }
- .hiddentree{
- background:url('images/layout_button_left.gif') no-repeat 3px 4px;
- width:18px;
- height:20px;
- overflow:hidden;
- display:inline-block;
- vertical-align:top;
- opacity:0.6;
- filter:alpha(opacity=60);
- }
- .hiddentree-hover{
- opacity:1.0;
- filter:alpha(opacity=100);
- }
- .expendtree{
- background:url('images/layout_button_right.gif') no-repeat 3px 4px;
- width:18px;
- height:20px;
- overflow:hidden;
- display:inline-block;
- vertical-align:top;
- opacity:0.6;
- filter:alpha(opacity=60);
- }
- .expendtree-hover{
- opacity:1.0;
- filter:alpha(opacity=100);
- }
|