mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
36
widgets/category/skins/default/css/black.css
Normal file
36
widgets/category/skins/default/css/black.css
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* Widget Tree */
|
||||
.widgetTree { margin-top:10px;}
|
||||
.widgetTree a.title { background:url(../img/black/folder.gif) no-repeat left top; padding-left:20px;}
|
||||
.widgetTree span { font-size:9px; font-family:tahoma; padding:0; margin:0; color:#333;}
|
||||
.widgetTree ul span { margin-left:15px; }
|
||||
.widgetTree *{ margin:0; padding:0; font-size:12px;}
|
||||
.widgetTree a strong{ letter-spacing:-1px; cursor:pointer; _cursor /**/:hand;}
|
||||
.widgetTree ul{ position:relative; display:block; padding:3px 0 0 0 !important; zoom:1; margin-left:8px;}
|
||||
.widgetTree ul li{ list-style:none; position:relative; padding:3px 0 2px 8px; white-space:nowrap;}
|
||||
.widgetTree ul li a,
|
||||
.widgetTree ul li span.nav_tree_label{ position:relative; left:16px; _left /**/:0; top:0;}
|
||||
.widgetTree ul li a {text-decoration:none; }
|
||||
.widgetTree ul li a.selected {font-weight:bold;}
|
||||
.widgetTree ul li button{ display:inline-block; position:relative; _left /**/:-16px; *top:-2px; width:13px; height:13px; *width:17px; *height:17px; margin:0 -13px 0 0; *margin:0 -17px -2px -2px; text-indent:-10000px; *text-indent:0; *font:0/0 Sans-serif; border:none; cursor:pointer; _cursor /**/:hand;}
|
||||
.widgetTree ul li ul{ display:none; padding:2px 0 0 0 !important; margin:0 0 -2px 6px; background-position:left top;}
|
||||
.widgetTree ul li ul li{ display:none;}
|
||||
.widgetTree ul li.nav_tree_on button{ background-position:0 -13px; *background-position:2px -11px;}
|
||||
.widgetTree ul li.nav_tree_off button{ background-position:0 0; *background-position:2px 2px;}
|
||||
.widgetTree ul li.nav_tree_on ul{ display:block;}
|
||||
.widgetTree ul li.nav_tree_on ul li{ display:block;}
|
||||
.widgetTree ul li.nav_tree_off ul{ display:none;}
|
||||
.widgetTree ul li.nav_tree_off ul li{ display:none;}
|
||||
.widgetTree .icon{ position:relative; left:16px;}
|
||||
|
||||
/* widgetTree */
|
||||
.widgetTree{ color:#999;}
|
||||
.widgetTree a { color:#999; text-decoration:none;}
|
||||
|
||||
/* Widget Tree */
|
||||
.widgetTree ul{ background:url(../img/black/lineTreeVr.gif) repeat-y 0 -1px;}
|
||||
.widgetTree ul li{ background:url(../img/black/lineTreeHr.gif) no-repeat 1px 5px !important;}
|
||||
.widgetTree ul li button{ background:url(../img/black/buttonTreeCollapse.gif) no-repeat;}
|
||||
.widgetTree ul li.nav_tree_last{ background:url(../img/black/lineTreeLastHr.gif) no-repeat 0 5px !important;}
|
||||
|
||||
|
|
@ -1,78 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
.categoryWidget .top {
|
||||
background:url("../images/top.gif") no-repeat left -1px;
|
||||
padding-left:19px;
|
||||
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 {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.categoryWidget .item {
|
||||
margin-left:5px;
|
||||
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;
|
||||
}
|
||||
36
widgets/category/skins/default/css/white.css
Normal file
36
widgets/category/skins/default/css/white.css
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* Widget Tree */
|
||||
.widgetTree { margin-top:10px;}
|
||||
.widgetTree a.title { background:url(../img/white/folder.gif) no-repeat left top; padding-left:20px;}
|
||||
.widgetTree span { font-size:9px; font-family:tahoma; padding:0; margin:0; color:#999;}
|
||||
.widgetTree ul span { margin-left:15px; }
|
||||
.widgetTree *{ margin:0; padding:0; font-size:12px;}
|
||||
.widgetTree a strong{ letter-spacing:-1px; cursor:pointer; _cursor /**/:hand;}
|
||||
.widgetTree ul{ position:relative; display:block; padding:3px 0 0 0 !important; zoom:1; margin-left:8px;}
|
||||
.widgetTree ul li{ list-style:none; position:relative; padding:3px 0 2px 8px; white-space:nowrap;}
|
||||
.widgetTree ul li a,
|
||||
.widgetTree ul li span.nav_tree_label{ position:relative; left:16px; _left /**/:0; top:0;}
|
||||
.widgetTree ul li a {text-decoration:none; }
|
||||
.widgetTree ul li a.selected {font-weight:bold;}
|
||||
.widgetTree ul li button{ display:inline-block; position:relative; _left /**/:-16px; *top:-2px; width:13px; height:13px; *width:17px; *height:17px; margin:0 -13px 0 0; *margin:0 -17px -2px -2px; text-indent:-10000px; *text-indent:0; *font:0/0 Sans-serif; border:none; cursor:pointer; _cursor /**/:hand;}
|
||||
.widgetTree ul li ul{ display:none; padding:2px 0 0 0 !important; margin:0 0 -2px 6px; background-position:left top;}
|
||||
.widgetTree ul li ul li{ display:none;}
|
||||
.widgetTree ul li.nav_tree_on button{ background-position:0 -13px; *background-position:2px -11px;}
|
||||
.widgetTree ul li.nav_tree_off button{ background-position:0 0; *background-position:2px 2px;}
|
||||
.widgetTree ul li.nav_tree_on ul{ display:block;}
|
||||
.widgetTree ul li.nav_tree_on ul li{ display:block;}
|
||||
.widgetTree ul li.nav_tree_off ul{ display:none;}
|
||||
.widgetTree ul li.nav_tree_off ul li{ display:none;}
|
||||
.widgetTree .icon{ position:relative; left:16px;}
|
||||
|
||||
/* widgetTree */
|
||||
.widgetTree{ color:#333;}
|
||||
.widgetTree a{ color:#333; text-decoration:none;}
|
||||
|
||||
/* Widget Tree */
|
||||
.widgetTree ul{ background:url(../img/white/lineTreeVr.gif) repeat-y 0 -1px;}
|
||||
.widgetTree ul li{ background:url(../img/white/lineTreeHr.gif) no-repeat 1px 5px !important;}
|
||||
.widgetTree ul li button{ background:url(../img/white/buttonTreeCollapse.gif) no-repeat;}
|
||||
.widgetTree ul li.nav_tree_last{ background:url(../img/white/lineTreeLastHr.gif) no-repeat 0 5px !important;}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue