123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- /*-------------------------------------
- zTree Style
- version: 2.0
- author: Hunter.z
- email: hunter.z@263.net
- website: http://code.google.com/p/jquerytree/
- -------------------------------------*/
- .tree{
- margin:0;
- padding: 5px;
- color:#333;
- font-size:12px;
- font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif;
- }
- .tree li{
- padding:0; margin:0;
- list-style:none;
- line-height:18px;
- text-align:left;
- white-space:nowrap;
- }
- .tree li ul{ margin:0; padding:0 0 0 18px;}
- .tree li ul.line{ background:url(./img/line_conn.gif) 0 0 repeat-y;}
- .tree li a {
- padding:0; margin:0 10px 0 0;
- cursor:pointer;
- color:#333;
- text-decoration:none;
- }
- .tree li a:hover {text-decoration:underline;}
- .tree li a.curSelectedNode {
- background-color:#FFE6B0;
- color:black;
- border:1px #FFB951 solid;
- opacity:0.8; filter:alpha(opacity=80);
- }
- .tree li a.curSelectedNode_Edit {
- line-height: 18px;
- background-color:#FFE6B0;
- color:black;
- border:1px #FFB951 solid;
- opacity:0.8; filter:alpha(opacity=80);
- }
- .tree li a.tmpTargetNode {
- background-color:#316AC5;
- color:white;
- border:1px #316AC5 solid;
- opacity:0.8; filter:alpha(opacity=80);
- }
- .tree li a input.rename {height:13px; width:80px; padding:0; margin:0; font-size:12px;}
- .tree li button {
- width:18px; height:18px;
- padding:0; margin:0;
- vertical-align:middle;
- border:0 none;
- background-color: transparent;
- background-repeat: no-repeat;
- background-position: 0 0;
- cursor: pointer;
- }
- .tree li button.ico {
- padding:0; margin:0 2px 0 0;
- }
-
- .tree li button.edit {background:url("./img/edit.png") no-repeat scroll 0 0 transparent;}
- .tree li button.remove {background:url("./img/remove.png") no-repeat scroll 0 0 transparent;}
- .tree li button.chk {
- width:13px; height:13px;
- padding:0; margin:0 3px 0 0;
- vertical-align:middle;
- border:0 none;
- cursor: auto;
- }
- .tree li button.chk.checkbox_false_full { background:url("./img/checkbox.png") no-repeat scroll 0 0 transparent;}
- .tree li button.chk.checkbox_false_full_focus { background:url("./img/checkbox.png") no-repeat scroll 0 -12px transparent;}
- .tree li button.chk.checkbox_false_part { background:url("./img/checkbox.png") no-repeat scroll 0 -72px transparent;}
- .tree li button.chk.checkbox_false_part_focus { background:url("./img/checkbox.png") no-repeat scroll 0 -84px transparent;}
- .tree li button.chk.checkbox_true_full { background:url("./img/checkbox.png") no-repeat scroll 0 -24px transparent;}
- .tree li button.chk.checkbox_true_full_focus { background:url("./img/checkbox.png") no-repeat scroll 0 -36px transparent;}
- .tree li button.chk.checkbox_true_part { background:url("./img/checkbox.png") no-repeat scroll 0 -48px transparent;}
- .tree li button.chk.checkbox_true_part_focus { background:url("./img/checkbox.png") no-repeat scroll 0 -60px transparent;}
- .tree li button.chk.radio_false_full { background:url("./img/radio.png") no-repeat scroll 0 0 transparent;}
- .tree li button.chk.radio_false_full_focus { background:url("./img/radio.png") no-repeat scroll 0 -12px transparent;}
- .tree li button.chk.radio_false_part { background:url("./img/radio.png") no-repeat scroll 0 -72px transparent;}
- .tree li button.chk.radio_false_part_focus { background:url("./img/radio.png") no-repeat scroll 0 -84px transparent;}
- .tree li button.chk.radio_true_full { background:url("./img/radio.png") no-repeat scroll 0 -24px transparent;}
- .tree li button.chk.radio_true_full_focus { background:url("./img/radio.png") no-repeat scroll 0 -36px transparent;}
- .tree li button.chk.radio_true_part { background:url("./img/radio.png") no-repeat scroll 0 -48px transparent;}
- .tree li button.chk.radio_true_part_focus { background:url("./img/radio.png") no-repeat scroll 0 -60px transparent;}
- .tree li button.switch_root_open{ background:url(./img/minus_root.gif);}
- .tree li button.switch_root_close{ background:url(./img/plus_root.gif);}
- .tree li button.switch_roots_open{ background:url(./img/minus_top.gif);}
- .tree li button.switch_roots_close{ background:url(./img/plus_top.gif);}
- .tree li button.switch_center_open{ background:url(./img/minus_center.gif);}
- .tree li button.switch_center_close{ background:url(./img/plus_center.gif);}
- .tree li button.switch_bottom_open{ background:url(./img/minus_bottom.gif);}
- .tree li button.switch_bottom_close{ background:url(./img/plus_bottom.gif);}
- .tree li button.switch_noLine_open{ background:url(./img/minus_noLine.gif);}
- .tree li button.switch_noLine_close{ background:url(./img/plus_noLine.gif);}
- .tree li button.switch_root_docu{ background:none;}
- .tree li button.switch_roots_docu{ background:url(./img/line_top.gif);}
- .tree li button.switch_center_docu{ background:url(./img/line_center.gif);}
- .tree li button.switch_bottom_docu{ background:url(./img/line_bottom.gif);}
- .tree li button.switch_noLine_docu{ background:none;}
- .tree li button.ico_loading{ background:url(./img/loading.gif) no-repeat scroll 1px 1px transparent;}
- .tree li button.ico_open{ background:url(./img/folder_Open.gif);}
- .tree li button.ico_close{ background:url(./img/folder_Close.gif);}
- .tree li button.ico_docu{ background:url(./img/page.gif);}
- .tree INPUT.checkbox {
- padding:0; margin:0 2px 0 0;
- width:18px; height:18px;
- vertical-align:middle;
- }
- .tmpTargetTree {
- background-color:#FFE6B0;
- border:0px #FFB951 solid;
- opacity:0.8; filter:alpha(opacity=80);
- }
- button.tmpzTreeMove_arrow {
- width:16px; height:16px;
- padding:0; margin:2px 0 0 1px;
- border:0 none;
- position:absolute;
- background:url(./img/moveArrow.png) no-repeat scroll 0 0 transparent;
- }
-
- .zTreeDragUL {
- margin:0; padding:0;
- position:absolute;
- background-color:#cfcfcf;
- border:1px #00B83F dotted;
- opacity:0.8; filter:alpha(opacity=80);
- }
- .zTreeMask {
- z-index:10000;
- background-color:#cfcfcf;
- opacity:0.0; filter:alpha(opacity=0);
- position:absolute;
- }
|