member모듈의 기본 스킨에 검은 배경에 맞는 black colorset추가하고 서명수정/ 쪽지발송등에 사용되는 에디터 스킨을 관리자 페이지에서 선택할 수 있도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3993 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
|
@ -9,6 +9,8 @@
|
|||
<!--%import("css/red.css")-->
|
||||
<!--@elseif($member_config->colorset=="cyan")-->
|
||||
<!--%import("css/cyan.css")-->
|
||||
<!--@elseif($member_config->colorset=="black")-->
|
||||
<!--%import("css/black.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("css/white.css")-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
54
modules/member/skins/default/css/black.css
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
@charset "utf-8";
|
||||
.boardHeader h3 { margin:0; padding:0; float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border:none; border-left:1px solid #e1e1dd; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
|
||||
.memberSmallBox .header h3 { margin:0; border:none; float:left; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border:none; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
|
||||
/* button */
|
||||
a.button, span.button, del.button,
|
||||
a.button span, span.button button, span.button input, del.button span{
|
||||
background-image:url(../images/black/form_buttons.png);
|
||||
_background-image:url(../images/black/form_buttons.gif);
|
||||
}
|
||||
|
||||
|
||||
del.button span,
|
||||
a.button, span.button, del.button,
|
||||
a.button span, span.button button, span.button input, del.button span{
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.inputTypeText { background-color:transparent !important; color:#AAAAAA !important; }
|
||||
.inputTypeText:hover, .inputTypeText:focus { background-color:transparent; color:#AAAAAA; }
|
||||
|
||||
/* replace color */
|
||||
.memberSmallBox { border:1px solid #888888; }
|
||||
.memberSmallBox .header { background:transparent url("../images/black/bgH3.gif) no-repeat left bottom; }
|
||||
.memberSmallBox .header h3 { background:transparent url("../images/black/lineH3.gif") no-repeat right bottom; color:#888888; border-bottom:3px solid #888888; }
|
||||
.memberSmallBox .openid_user_id { color:#AAAAAA; background:transparent url("../images/black/openid_input_bg.gif") no-repeat left 50% !important; }
|
||||
.memberSmallBox .help { background-color:transparent; }
|
||||
|
||||
.memberInfoTable tr.first-child th, .memberInfoTable tr.first-child td { background-color:transparent; color:#AAAAAA; }
|
||||
.memberInfoTable tr th, .memberInfoTable tr td { background-color:transparent; color:#AAAAAA; }
|
||||
.memberInfoTable td input { background-color:transparent; color:#AAAAAA; }
|
||||
.memberInfoTable caption { color:#AAAAAA; }
|
||||
div.checkValue { color:#BBBBBB !important; }
|
||||
|
||||
.boardHeader { border:1px solid #888888; }
|
||||
.boardHeader { background:transparent url("../images/black/bgH3.gif) no-repeat left bottom; }
|
||||
.boardHeader h3 { border:none; background:transparent url("../images/black/lineH3.gif") no-repeat right bottom; color:#888888; border-bottom:3px solid #888888; }
|
||||
|
||||
table.list { border:1px solid #000000 !important; }
|
||||
table.list th { background:#282829 url("../images/black/lineBoardListTh.gif") no-repeat left bottom; border:1px solid #444444 !important; color:#AAAAAA; }
|
||||
table.list tr { background-color:transparent !important; }
|
||||
table.list tr td.title { color:#BBBBBB !important; }
|
||||
table.list tr td.title a { color:#BBBBBB !important; }
|
||||
table.list tr td { border-top:1px solid #888888 !important; }
|
||||
table .list tr td, table.list tr td * { color:#BBBBBB; }
|
||||
|
||||
.pageNavigation a { border:none !important; }
|
||||
.pageNavigation .current { border:none !important; color:#EEEEEE; }
|
||||
|
||||
.memberSmallBox .leftHeaderType th { background:transparent; color:#AAAAAA; }
|
||||
.memberSmallBox .leftHeaderType td { color:#AAAAAA; }
|
||||
|
||||
#popup_content { background-color:#000000; }
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
<!-- 페이지 네비게이션 -->
|
||||
<div class="pageNavigation">
|
||||
<a href="{getUrl('page','','document_srl','')}" class="goToFirst"><img src="./images/{$colorset}/bottomGotoFirst.gif" alt="{$lang->first_page}" width="7" height="5" /></a>
|
||||
<a href="{getUrl('page','','document_srl','')}" class="goToFirst"><img src="./images/bottomGotoFirst.gif" alt="{$lang->first_page}" width="7" height="5" /></a>
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
<!--@if($page == $page_no)-->
|
||||
<span class="current">{$page_no}</span>
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
<a href="{getUrl('page',$page_no,'document_srl','')}">{$page_no}</a>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" class="goToLast"><img src="./images/{$colorset}/bottomGotoLast.gif" alt="{$lang->last_page}" width="7" height="5" /></a>
|
||||
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" class="goToLast"><img src="./images/bottomGotoLast.gif" alt="{$lang->last_page}" width="7" height="5" /></a>
|
||||
</div>
|
||||
|
||||
<div class="fl memberSelect">
|
||||
|
|
|
|||
BIN
modules/member/skins/default/images/black/bgH3.gif
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
modules/member/skins/default/images/black/form_buttons.gif
Executable file
|
After Width: | Height: | Size: 4 KiB |
BIN
modules/member/skins/default/images/black/form_buttons.png
Executable file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
modules/member/skins/default/images/black/lineBoardListTh.gif
Executable file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
modules/member/skins/default/images/black/lineH3.gif
Executable file
|
After Width: | Height: | Size: 37 B |
BIN
modules/member/skins/default/images/black/openid_input_bg.gif
Executable file
|
After Width: | Height: | Size: 220 B |
BIN
modules/member/skins/default/screenshot/black.gif
Executable file
|
After Width: | Height: | Size: 6 KiB |
|
|
@ -85,5 +85,13 @@
|
|||
<title xml:lang="es">Púrpura</title>
|
||||
<title xml:lang="ru">Лиловый</title>
|
||||
</color>
|
||||
<color name="black" src="screenshot/black.gif">
|
||||
<title xml:lang="ko">검은색</title>
|
||||
<title xml:lang="jp">黒</title>
|
||||
<title xml:lang="en">Black</title>
|
||||
<title xml:lang="ru">Черного</title>
|
||||
<title xml:lang="es">Negro</title>
|
||||
<title xml:lang="zh-CN">黑色</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
|
|
|
|||