📄 organtree.css
字号:
A { TEXT-DECORATION: none }
A:link { COLOR: #000066; TEXT-DECORATION: none }
A:visited { COLOR: #000066; TEXT-DECORATION: none }
A:active { COLOR: #000066; TEXT-DECORATION: none }
A:hover { COLOR: red; TEXT-DECORATION: underline }
body
{
background-color: F2F2F2;
}
.deeptree
{
width:100%;
height:100%;
padding:10px;
behavior:url(../Script/OrganTree.htc);
}
.TreeNode
{
width:1px;
font-family:Verdana;
font-size:12px;
}
.TreeNode img
{
cursor:hand;
}
.TreeNode span
{
height:17px;
color:#000000;
margin-left:3px;
border:1px solid #FFFFFF;
padding:2 3;
cursor:default;
}
.container
{
padding-left:14px
}
span a
{
color:#000000;
text-decoration:none
}
span.MouseOver
{
background-color:#cccccc;
border:0 solid #999999
}
span.HighLight
{
background-color:#FFFFFF;
border:1px solid #999999:
}
span.load
{
color:#aaaaaa
}
td
{
font-family: Tahoma; font-size: 9pt;
}
IMG
{
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
.edline{
font-size:12px;
border: 1px;
border-bottom: 1px solid #a0a0a0;
background-color:transparent;
}
.cmdStyle
{
height:21px;
font-size:12px;
cursor: hand;
background-image: url(../images/btn_bg.gif);
background-position: center bottom;
background-repeat: repeat-x;
border-top: 1px double #888888;
border-right: 1px double #888888;
border-bottom: 1px double #888888;
border-left: 1px double #888888;
padding-top: 2px;
}
.labline{
font-size:12px;
border-bottom :none transparent 1px;
}
.labTitle
{
font-size:12px;
background-color:#ff9966;
border-bottom :none transparent 1px;
color:White;
}
.txtStyle
{
border:none 1px #ffffff;
border-bottom:outset 1px #ffffff;
}
.listTitle
{
font-size:12px;
color:Blue;
}
.txtStyleA
{
height:21px;
font-size:12px;
background-image: url(../images/btn_bg.gif);
background-position: center bottom;
background-repeat: repeat-x;
border-top: 1px double #888888;
border-right: 1px double #888888;
border-bottom: 1px double #888888;
border-left: 1px double #888888;
padding-top: 2px;
}
.txtStyleB
{
height:21px;
font-size:12px;
border:none;
border-bottom:outset 0px #ffffff;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -