member모듈의 기본 스킨에 검은 배경에 맞는 black colorset추가하고 서명수정/ 쪽지발송등에 사용되는 에디터 스킨을 관리자 페이지에서 선택할 수 있도록 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3993 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-20 11:05:16 +00:00
parent c97dfd6c78
commit 186fe91036
17 changed files with 91 additions and 7 deletions

View file

@ -18,6 +18,7 @@
.boardList th { background:transparent url(../images/black/lineBoardListTh.gif) no-repeat left bottom; }
.boardList td.recommend { color:#ff6600; }
.boardList td .replyAndTrackback { color:#BBBBBB; }
.boardList td.title strong.category { color:#BBBBBB; }
.buttonTypeGo { background:url(../images/black/buttonTypeInput24.gif) no-repeat; }
/* pageNavigation */
@ -42,8 +43,9 @@
.boardList th a { color:#999999; }
.boardList td { border-top:1px solid #444444; padding:.5em;}
.boardList th.num { border-left:0px solid #444444; }
.boardList td.title, .boardList tr.notice { background-color:transparent; }
#board_category { background-color:transparent; color:#AAAAAA; }
#board_category { background-color:#444444; color:#AAAAAA; }
#go_button { color:#AAAAAA; }
.boardList tr.bg1, .boardList tr.bg2 { background-color:transparent; }
@ -76,7 +78,7 @@
.replyBox .date { color:#888888; }
.trackbackBox .trackbackItem { background-color:transparent; }
#fo_search select { background-color:transparent; color:#AAAAAA; }
#fo_search select { background-color:#444444; color:#AAAAAA; }
.inputTypeText { background-color:transparent; color:#AAAAAA; }
.inputTypeText:hover, .inputTypeText:focus { background-color:transparent; color:#AAAAAA; }