git-svn-id: http://xe-core.googlecode.com/svn/trunk@1298 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-24 04:21:19 +00:00
parent 26425a6d2b
commit e85475df75
2 changed files with 703 additions and 0 deletions

View file

@ -0,0 +1,119 @@
#blog_category .title_box {
cursor:pointer;
padding-left:18px;
background:url(../images/tree_menu/folder.gif) no-repeat left;
margin-bottom:3px;
}
#blog_category .title_box .unselected {
}
#blog_category .title_box .selected {
font-weight:bold;
}
#blog_category .node_item {
}
#blog_category .selected {
background-color:#0E078F;
font-weight:bold;
color:#FFFFFF;
font-size:9pt;
cursor:pointer;
padding:1px 2px 1px 2px;
}
#blog_category .unselected {
background-color:#FFFFFF;
font-weight:normal;
color:#000000;
font-size:9pt;
cursor:pointer;
padding:1px 2px 1px 2px;
}
#blog_category .page {
cursor:pointer;
padding-left:18px;
width:18px;
height:18px;
background:url(../images/tree_menu/page.gif) no-repeat left;
}
#blog_category .folder_open {
cursor:pointer;
width:18px;
height:18px;
padding-left:18px;
background:url(../images/tree_menu/page_folder.gif) no-repeat left;
}
#blog_category .folder_close {
cursor:pointer;
width:18px;
height:18px;
padding-left:18px;
background:url(../images/tree_menu/folder.gif) no-repeat left;
}
#blog_category .item_open {
display:block;
padding-left:18px;
}
#blog_category .item_close {
display:none;
padding-left:18px;
}
#blog_category .line_open {
display:block;
padding-left:18px;
height:18px;
background:url(../images/tree_menu/line.gif) repeat-y left;
}
#blog_category .line_close {
display:none;
padding-left:18px;
height:18px;
background:url(../images/tree_menu/line.gif) repeat-y left;
}
#blog_category .plus {
padding-left:18px;
height:18px;
background:url(../images/tree_menu/plus.gif) repeat-y left;
}
#blog_category .plus_bottom {
padding-left:18px;
height:18px;
background:url(../images/tree_menu/plusbottom.gif) repeat-y left;
}
#blog_category .minus {
padding-left:18px;
height:18px;
background:url(../images/tree_menu/minus.gif) repeat-y left;
}
#blog_category .minus_bottom {
padding-left:18px;
height:18px;
background:url(../images/tree_menu/minusbottom.gif) repeat-y left;
}
#blog_category .join {
padding-left:18px;
height:18px;
background:url(../images/tree_menu/join.gif) repeat-y left;
}
#blog_category .join_bottom {
padding-left:18px;
height:18px;
background:url(../images/tree_menu/joinbottom.gif) repeat-y left;
}