게시글의 카테고리를 다중 depth를 지원하게 하고 게시판 모듈에서 이 다중 depth를 적용하도록 기본 스킨 수정. 게시글 분류 위젯 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3549 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-21 08:11:13 +00:00
parent e539a5e8a2
commit 3a12a24a1f
38 changed files with 475 additions and 112 deletions

View file

@ -0,0 +1,80 @@
@charset "utf-8";
.categoryWidget .top {
background:url("../images/top.gif") no-repeat left -1px;
padding-left:14px;
height:18px;
}
.categoryWidget a {
text-decoration:none;
color:#555555;
padding:0 2px 0 2px;
}
.categoryWidget a:hover {
text-decoration:underline;
}
.categoryWidget strong {
font-weight:normal;
color:#DF7901;
font-size:7pt;
font-family:tahoma;
}
.categoryWidget .selected a {
background-color:#0A246A;
color:#FFFFFF;
}
.categoryWidget .item {
background:url("../images/page.gif") no-repeat left 2px;
padding-left:13px;
height:18px;
}
.categoryWidget .child {
background:url("../images/line.gif") repeat-y left top;
padding-left:16px;
}
.categoryWidget .childBottom {
background:none;
padding-left:16px;
}
.categoryWidget .plus {
background:url("../images/plus.gif") no-repeat left top;
padding-left:16px;
cursor:pointer;
}
.categoryWidget .plusBottom {
background:url("../images/plusbottom.gif") no-repeat left top;
padding-left:16px;
cursor:pointer;
}
.categoryWidget .minus {
background:url("../images/minus.gif") no-repeat left top;
padding-left:16px;
cursor:pointer;
}
.categoryWidget .minusBottom {
background:url("../images/minusbottom.gif") no-repeat left top;
padding-left:16px;
cursor:pointer;
}
.categoryWidget .joinBottom {
background:url("../images/joinbottom.gif") no-repeat left top;
padding-left:16px;
}
.categoryWidget .join{
background:url("../images/join.gif") no-repeat left top;
padding-left:16px;
}